Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
8441b756
Commit
8441b756
authored
Jan 27, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://gkernel.bkbits.net/net-drivers-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
3d4fc662
6ccc0686
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
70 deletions
+56
-70
drivers/net/e100.c
drivers/net/e100.c
+1
-0
drivers/net/gianfar.c
drivers/net/gianfar.c
+4
-4
drivers/net/skfp/skfddi.c
drivers/net/skfp/skfddi.c
+50
-66
drivers/net/tulip/de2104x.c
drivers/net/tulip/de2104x.c
+1
-0
No files found.
drivers/net/e100.c
View file @
8441b756
...
@@ -1630,6 +1630,7 @@ static void e100_netpoll(struct net_device *netdev)
...
@@ -1630,6 +1630,7 @@ static void e100_netpoll(struct net_device *netdev)
struct
nic
*
nic
=
netdev_priv
(
netdev
);
struct
nic
*
nic
=
netdev_priv
(
netdev
);
e100_disable_irq
(
nic
);
e100_disable_irq
(
nic
);
e100_intr
(
nic
->
pdev
->
irq
,
netdev
,
NULL
);
e100_intr
(
nic
->
pdev
->
irq
,
netdev
,
NULL
);
e100_tx_clean
(
nic
);
e100_enable_irq
(
nic
);
e100_enable_irq
(
nic
);
}
}
#endif
#endif
...
...
drivers/net/gianfar.c
View file @
8441b756
...
@@ -1190,8 +1190,8 @@ irqreturn_t gfar_receive(int irq, void *dev_id, struct pt_regs *regs)
...
@@ -1190,8 +1190,8 @@ irqreturn_t gfar_receive(int irq, void *dev_id, struct pt_regs *regs)
}
else
{
}
else
{
#ifdef VERBOSE_GFAR_ERRORS
#ifdef VERBOSE_GFAR_ERRORS
printk
(
KERN_DEBUG
"%s: receive called twice (%x)[%x]
\n
"
,
printk
(
KERN_DEBUG
"%s: receive called twice (%x)[%x]
\n
"
,
dev
->
name
,
gfar_read
(
priv
->
regs
->
ievent
),
dev
->
name
,
gfar_read
(
&
priv
->
regs
->
ievent
),
gfar_read
(
priv
->
regs
->
imask
));
gfar_read
(
&
priv
->
regs
->
imask
));
#endif
#endif
}
}
#else
#else
...
@@ -1415,7 +1415,7 @@ static irqreturn_t gfar_interrupt(int irq, void *dev_id, struct pt_regs *regs)
...
@@ -1415,7 +1415,7 @@ static irqreturn_t gfar_interrupt(int irq, void *dev_id, struct pt_regs *regs)
#ifdef VERBOSE_GFAR_ERRORS
#ifdef VERBOSE_GFAR_ERRORS
printk
(
KERN_DEBUG
"%s: busy error (rhalt: %x)
\n
"
,
dev
->
name
,
printk
(
KERN_DEBUG
"%s: busy error (rhalt: %x)
\n
"
,
dev
->
name
,
gfar_read
(
priv
->
regs
->
rstat
));
gfar_read
(
&
priv
->
regs
->
rstat
));
#endif
#endif
}
}
if
(
events
&
IEVENT_BABR
)
{
if
(
events
&
IEVENT_BABR
)
{
...
@@ -1793,7 +1793,7 @@ static irqreturn_t gfar_error(int irq, void *dev_id, struct pt_regs *regs)
...
@@ -1793,7 +1793,7 @@ static irqreturn_t gfar_error(int irq, void *dev_id, struct pt_regs *regs)
#ifdef VERBOSE_GFAR_ERRORS
#ifdef VERBOSE_GFAR_ERRORS
printk
(
KERN_DEBUG
"%s: busy error (rhalt: %x)
\n
"
,
dev
->
name
,
printk
(
KERN_DEBUG
"%s: busy error (rhalt: %x)
\n
"
,
dev
->
name
,
gfar_read
(
priv
->
regs
->
rstat
));
gfar_read
(
&
priv
->
regs
->
rstat
));
#endif
#endif
}
}
if
(
events
&
IEVENT_BABR
)
{
if
(
events
&
IEVENT_BABR
)
{
...
...
drivers/net/skfp/skfddi.c
View file @
8441b756
This diff is collapsed.
Click to expand it.
drivers/net/tulip/de2104x.c
View file @
8441b756
...
@@ -1703,6 +1703,7 @@ static void __init de21040_get_mac_address (struct de_private *de)
...
@@ -1703,6 +1703,7 @@ static void __init de21040_get_mac_address (struct de_private *de)
value
=
dr32
(
ROMCmd
);
value
=
dr32
(
ROMCmd
);
while
(
value
<
0
&&
--
boguscnt
>
0
);
while
(
value
<
0
&&
--
boguscnt
>
0
);
de
->
dev
->
dev_addr
[
i
]
=
value
;
de
->
dev
->
dev_addr
[
i
]
=
value
;
udelay
(
1
);
if
(
boguscnt
<=
0
)
if
(
boguscnt
<=
0
)
printk
(
KERN_WARNING
PFX
"timeout reading 21040 MAC address byte %u
\n
"
,
i
);
printk
(
KERN_WARNING
PFX
"timeout reading 21040 MAC address byte %u
\n
"
,
i
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment