index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
aac_pci.c
Age
Commit message (
Expand
)
Author
2009-04-06
Adjust for renaming the DEC 21554 in pcidevs.
Mark Kettenis
2009-03-06
Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.
Alexander Yurchenko
2009-03-05
Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyi
Alexander Yurchenko
2008-06-03
deal with a 64-bit BAR such as with PCIe chipsets.
Brad Smith
2008-05-06
Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparently
Marco Pfatschbacher
2006-06-29
do not check for master/io/mem enables; ok kettenis
Theo de Raadt
2006-04-22
Add support for the Adaptec RAID-On-Chip architecture. This in turn
Brad Smith
2005-11-21
missing selinfo changeover
Theo de Raadt
2005-11-18
Major improvements to the aac(4) device driver.
Nathan Binkert
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-11-23
Add Adaptec ASR2200S U320 RAID
Marco Peereboom
2004-08-29
Add Adaptec 2120S. ok deraadt@ mickey@
Marco Peereboom
2004-05-28
Clean up subsysid lookups + print subsysid string during boot.
Marco Peereboom
2004-05-21
Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@
Marco Peereboom
2004-05-19
unbreak by removing the 'nonexistant" PERC 3/QC here as well
Henning Brauer
2002-07-27
Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now the
Aaron Campbell
2002-04-28
Add some new PERC 3/Di models.
Nathan Binkert
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-16
Typo in comment.
Artur Grabowski
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-07-07
On 2nd though, pci_conf_read returns host-ordered words.
Niklas Hallqvist
2001-07-07
Correct PCI identifier matching. Match more devices too.
Niklas Hallqvist
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2000-11-10
Adaptec "FSA" RAID driver
Niklas Hallqvist