summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wx.c
AgeCommit message (Collapse)Author
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-29init the interface before interrupt establishment; and change to OpenBSD ↵Theo de Raadt
printing "rules"
2000-12-07Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing-mjacob
need #if NBPFILTER > 0 around a couple of spots.
2000-12-06Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD withmjacob
getting LIVENGOOD (newer chipset) support. There will be a bit more coming down the pipe with this in a couple of weeks when I get the board that does 10/100/1000 all through CAT-5 cable....
2000-08-11silence chatty messagesTheo de Raadt
2000-07-06#ifdef SIOCGIFMTU should have been SIOCSIFMTU.mjacob
Noticed by: Chris Cappuccio <chris@dqc.org>
2000-07-06Port latest in from FreeBSD- finally have some of the link issues sortedmjacob
out so we should now be able to work with switches.
2000-04-26Enable SIOCSIFMTU, as it is supported by if.c and ifconfig nowChris Cappuccio
2000-03-22single line attach messageTheo de Raadt
2000-02-11Intel 82452 (Pro/1000) driver from mjacob@feral.comJason Wright