summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sk.c
AgeCommit message (Collapse)Author
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
add xmphy & brgphy to GENERIC
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
fix calculation of buffer slot number
1999-10-03take advantage of m->m_ext.ext_handle for storing the softcJason Wright
(instead of stashing it in the buffer)
1999-10-01driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSDJason Wright