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_sk.c
Age
Commit message (
Expand
)
Author
2002-06-08
add missing ioctl support for SIOCSIFMTU
Jason Wright
2002-06-04
spelling; raj@cerias.purdue.edu
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
sync with KAME
Kenjiro Cho
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2002-01-11
Check result from malloc(9) when using M_NOWAIT. fgsch@ ok
Thomas Nordin
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-05
use positive logic for match
Nathan Binkert
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-15
Add some stuff missed in a previous FreeBSD merge... Fixes the problem where
Jason Wright
2001-08-12
remove redundant vm includes
Michael Shalayeff
2001-06-25
trivial ether_input_mbuf() conversion.
Federico G. Schwindt
2001-03-29
From FreeBSD:
Jason Wright
2001-03-25
Missing splx(s). Thanks to Dawson and team for finding this one
Constantine Sapuntzakis
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-10-16
Use mii_attach() directly instead of mii_phy_probe().
Aaron Campbell
2000-09-04
printing XaQti on 5 consecutive lines is stupid
Theo de Raadt
2000-08-29
From FreeBSD: split out the support for XMAC-II phys and other phys
Jason Wright
2000-02-15
make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()
Jason Wright
1999-12-08
Remove unused #define cruft.
Aaron Campbell
1999-10-22
fix some panic bugs; jason
Theo de Raadt
1999-10-04
m_new is the new mbuf, not m
Jason Wright
1999-10-03
take advantage of m->m_ext.ext_handle for storing the softc
Jason Wright
1999-10-01
driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD
Jason Wright