summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bce.c
AgeCommit message (Expand)Author
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