summaryrefslogtreecommitdiff
path: root/sys/dev/bce
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some whitespaceScott Long2006-10-131-95/+95
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsDoug Ambrisko2006-09-201-0/+44
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-7/+4
* Remove extra '*/' comment close. In code not normally compiled but a bug neve...Julian Elischer2006-08-151-1/+0
* Expand locking coverage slightly to cover if_drv_flags in a few placesJohn Baldwin2006-07-201-4/+8
* Fix ifconfig up when the HW was down. If the driver isn't runningDoug Ambrisko2006-07-121-2/+7
* Log:David Christensen2006-06-081-13/+27
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Gratuitous tag alignment. It bugged me.Matt Jacob2006-05-041-1/+1
* Only use the low address for stats collection.Paul Saab2006-04-261-3/+1
* Fix half of the current i386 tinderbox failure. max_bus_addr should be aJohn Baldwin2006-04-251-1/+1
* Fix DEVICE_POLLING support (compile-only tested).Ruslan Ermilov2006-04-131-1/+5
* Hook bce up to the buildPaul Saab2006-04-101-0/+2
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)Paul Saab2006-04-103-0/+15209