summaryrefslogtreecommitdiff
path: root/sys/dev/pci/aac_pci.c
AgeCommit message (Collapse)Author
2002-07-27Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now theAaron Campbell
RAID in Dell PowerEdge 2650 machines will be configured.
2002-04-28Add some new PERC 3/Di models.Nathan Binkert
From FreeBSD
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-16Typo in comment.Artur Grabowski
From Alexander Yurchenko <grange@rt.mipt.ru>
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
2001-07-07On 2nd though, pci_conf_read returns host-ordered words.Niklas Hallqvist
2001-07-07Correct PCI identifier matching. Match more devices too.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-11-10Adaptec "FSA" RAID driverNiklas Hallqvist