summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
AgeCommit message (Expand)Author
2002-06-28support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@Markus Friedl
2002-05-31Support for "Intel PRO/100 VM" w/ id 0x1038.Mike Pechkin
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-04recognize intel pro/100 cards; okay deraadt@Niels Provos
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-09- scb_wait() is now time based (not cpu speed based)Jason Wright
2001-08-03Fix logic for detecting 82558 and newer chips in pci;Chris Cappuccio
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
2000-06-18match 82559ERTheo de Raadt
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright