summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_map.c
AgeCommit message (Collapse)Author
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-13typo spotted by Mike Pechkin <mpech@prosoft.org.lv>Niklas Hallqvist
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-09-20support 64bit BARs from NetBSDNiklas Hallqvist
2000-06-09Import pci_mapreg_type from NetBSDChris Cappuccio
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
1999-07-18Added pci_mapreg* interface from NetBSD.Constantine Sapuntzakis
Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface