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_xl_pci.c
Age
Commit message (
Expand
)
Author
2006-08-10
- ANSI functions
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-07-16
new xl variant (Asus P4R800-VM motherboards)
Theo de Raadt
2004-05-30
a bit of syncing with the FreeBSD driver, namely...
Brad Smith
2004-01-09
remove uvm_extern.h
Brad Smith
2003-12-23
use pci_mapreg_map and deallocate resources on attach failures
Michael Shalayeff
2003-06-29
remove usage of xl_unit
Jason Wright
2003-01-13
make 3com 9201 really work - got the last success report a bit early.
Henning Brauer
2003-01-12
support the 3com 9201 found on nForce2-based Asus A7N8X
Henning Brauer
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-06-15
bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks
Aaron Campbell
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-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2000-10-14
Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.
Aaron Campbell
2000-10-13
- A couple of the MiniPCI adapters need the special power inversion bits.
Aaron Campbell
2000-09-29
- Add support for 3Com 3C555 MiniPCI.
Aaron Campbell
2000-09-16
Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops
Aaron Campbell
2000-07-01
- Make the 3CCFE575BT work.
Aaron Campbell
2000-04-18
copyright
Jason Wright
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell