summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bce.c
AgeCommit message (Expand)Author
2007-11-26typos; ok jmc@Martynas Venckus
2007-05-21sync; add new device id to the bce(4) driverReyk Floeter
2007-05-05Properly ifdef debug bits to save a bit of space.Jonathan Gray
2007-04-24do not use static function declarations in kernel drivers (noReyk Floeter
2007-04-07ANSI-fy. No functional change.Kenneth R Westerback
2007-04-07Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they wereKenneth R Westerback
2007-04-07Use pci_matchbyid() rather than handrolled equivalent. From Brad.Kenneth R Westerback
2006-11-08Clean up some of the "magic" constants in the driver, based on theBrad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-24clear the powerdown mode that Windows will put bce chips intoBrad Smith
2005-10-06Eliminate use of M_HASFCS.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-03fix MTU ioctl caseBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-04-23accept VLAN-sized framesBrad Smith
2005-01-04though this is untested this couldn't be any worse than before.Brad Smith
2004-12-02rev 1.4Brad Smith
2004-11-10strncpy->strlcpyAlexander Yurchenko
2004-09-01Support Broadcom BCM4401-B0; from FreeBSD. OK deraadt@ and henning@Todd C. Miller
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson