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