julian
2b72eebfd3
Remove extra '*/' comment close. In code not normally compiled but a bug never the less.
2006-08-15 04:56:29 +00:00
jhb
70fe8b7279
Expand locking coverage slightly to cover if_drv_flags in a few places
...
where it wasn't locked.
MFC after: 3 days
Reviewed by: davidch
2006-07-20 18:41:00 +00:00
ambrisko
d49c8aec47
Fix ifconfig up when the HW was down. If the driver isn't running
...
then we need to call init otherwise just start the rx.
Interestingly dhclient seemed to work but ifconfig <IP> didn't
for me.
Reviewed by: jhb
2006-07-12 23:13:09 +00:00
davidch
003705e187
Log:
...
- Removed updates to if_ibytes, if_obytes, if_imcasts, and if_omcasts.
These should not be handled by the driver.
- Add code to handle excessively fragmented mbufs when mapping TX frames.
Reviewed by: ps
Approved by: ps (mentor)
MFC after: 1 week
2006-06-08 18:31:21 +00:00
phk
ef310efff8
Since DELAY() was moved, most <machine/clock.h> #includes have been
...
unnecessary.
2006-05-16 14:37:58 +00:00
mjacob
98b1689816
Gratuitous tag alignment. It bugged me.
2006-05-04 00:34:07 +00:00
ps
4a65e282e5
Only use the low address for stats collection.
2006-04-26 16:33:58 +00:00
jhb
82b42c364a
Fix half of the current i386 tinderbox failure. max_bus_addr should be a
...
bus_addr_t rather than a bus_size_t.
2006-04-25 19:18:48 +00:00
ru
c3bf094702
Fix DEVICE_POLLING support (compile-only tested).
2006-04-13 14:12:26 +00:00
ps
cc2c59e66f
Hook bce up to the build
2006-04-10 20:04:22 +00:00
ps
c2fa353e65
Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
...
PCI/PCIe Gigabit Ethernet adapeter.
Submitted by: David Christensen
2006-04-10 19:55:23 +00:00