summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ami_pci.c
AgeCommit message (Collapse)Author
2001-06-19do not attach at i2o-configured adapter; pointed out by ad@netbsd.orgMichael 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.
2001-04-16dmesg cleanupsTheo de Raadt
2001-03-27avoid a mapreg type mismatch warning when mapping card's io spaceMichael Shalayeff
2001-03-09seems to work; rush because of cvs's battery at 73% nowMichael Shalayeff