summaryrefslogtreecommitdiff
path: root/sys/dev/pci/i82365_pci.c
AgeCommit message (Collapse)Author
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-04match pcic at isa memory config, free resources on failure (-1 panic); aaron@ okMichael Shalayeff
2000-08-03Don't print out the name of the controller twice.Aaron Campbell
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron Campbell
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop.