summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aacreg.h
AgeCommit message (Collapse)Author
2009-03-06Add a few more cpu types from freebsd driver found on serveraid-8k board.Alexander Yurchenko
Tested by apelsin. ok deraadt@
2009-03-05Bump bus space size limit to fit all possible registers of the roketAlexander Yurchenko
chipset. ok deraadt@
2007-10-04attribute packed -> __packedGilles Chehade
ok miod@ a while ago, ok pyr@
2006-04-22Add support for the Adaptec RAID-On-Chip architecture. This in turnBrad Smith
provides support for the Adaptec 2130S and 2230SLP adapters. From FreeBSD ok dlg@
2005-11-18Major improvements to the aac(4) device driver.Nathan Binkert
- decouple the command structures from scsi structures, allowing non block oriented commands (e.g. management commands) to be built. - redesign the various command queues to remove race conditions and to allow commands from multiple sources to coexist in the system - move major processing of commands and messages to a dedicated kernel thread to avoid spending too long in the interrupt handler - add device data structures for various management commands to the header file Much code from FreeBSD
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2002-09-08no , after last element in a enumTheo de Raadt
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-12-06s/packed/__packed__/Michael Shalayeff
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist