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_fxp_pci.c
Age
Commit message (
Expand
)
Author
2002-06-28
support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@
Markus Friedl
2002-05-31
Support for "Intel PRO/100 VM" w/ id 0x1038.
Mike Pechkin
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-04
recognize intel pro/100 cards; okay deraadt@
Niels Provos
2001-08-25
Change 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-03
Fix logic for detecting 82558 and newer chips in pci;
Chris Cappuccio
2001-06-13
From NetBSD, 82562 requires a nop before a resume (tested by mickey)
Jason Wright
2000-12-29
Revision 5 is 82559B.
Artur Grabowski
2000-09-25
Support the i82562; from FreeBSD. Apparently nothing more needed than to match
Aaron Campbell
2000-06-18
match 82559ER
Theo de Raadt
2000-04-26
Turn on a bit (for 82558/82559 only) which disables the chip's
Chris Cappuccio
2000-04-18
split fxp into bus independent and dependent (pci) parts (cardbus to come)
Jason Wright