index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_wx.c
Age
Commit message (
Expand
)
Author
2002-03-12
sync with KAME
Kenjiro Cho
2001-10-24
More cleanups from FreeBSD version- principally getting rid of bogus
mjacob
2001-10-06
Completely strip away all non-OpenBSD code to clean things up. Fix the
mjacob
2001-09-05
Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional write
mjacob
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-24
more ether_input_mbuf() conversion.
Federico G. Schwindt
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-04-13
Pull in (correct) support for LIVENGOOD fibre cards (some register locations
mjacob
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-01-29
init the interface before interrupt establishment; and change to OpenBSD prin...
Theo de Raadt
2000-12-07
Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing-
mjacob
2000-12-06
Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD with
mjacob
2000-08-11
silence chatty messages
Theo de Raadt
2000-07-06
#ifdef SIOCGIFMTU should have been SIOCSIFMTU.
mjacob
2000-07-06
Port latest in from FreeBSD- finally have some of the link issues sorted
mjacob
2000-04-26
Enable SIOCSIFMTU, as it is supported by if.c and ifconfig now
Chris Cappuccio
2000-03-22
single line attach message
Theo de Raadt
2000-02-11
Intel 82452 (Pro/1000) driver from mjacob@feral.com
Jason Wright