summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_an_pci.c
AgeCommit message (Collapse)Author
2001-06-23enable attaching on pci35x models, seems to work okMichael Shalayeff
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
2000-04-10Use pci_mapreg_map() instead of pci_io_find() and pci_mapreg_map()Todd C. Miller
2000-04-10Aironet PCI shim; all the real meat is in sys/ic/an.c.Todd C. Miller
Based on the FreeBSD if_an_pci.c but really the only things that remain the same are the informative comments at the top. I retained Bill Paul's Copyright since it seems silly to add my own copyright to what is simply boilerplate.