summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
AgeCommit message (Collapse)Author
2001-06-13From NetBSD, 82562 requires a nop before a resume (tested by mickey)Jason Wright
2000-12-29Revision 5 is 82559B.Artur Grabowski
2000-09-25Support the i82562; from FreeBSD. Apparently nothing more needed than to matchAaron Campbell
its PCI device ID.
2000-06-18match 82559ERTheo de Raadt
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright