]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r250963, r251013, r251056: Driver 'aacraid' added to support Adaptec by PMC RAID...
authorachim <achim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Jul 2013 12:17:06 +0000 (12:17 +0000)
committerachim <achim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Jul 2013 12:17:06 +0000 (12:17 +0000)
commit78d7eebccb22ea3b8d0b4bcd1a19803067efbb9f
tree023bc338aca1052c48ab8db301754a7a5f2232e5
parent3c57931eb3b2b48b5c1baa312b8a3562c4222bd7
MFC r250963, r251013, r251056: Driver 'aacraid' added to support Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products.

Approved by: emaste (co-mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@253033 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
22 files changed:
share/man/man4/Makefile
share/man/man4/aacraid.4 [new file with mode: 0644]
sys/amd64/conf/GENERIC
sys/amd64/conf/NOTES
sys/conf/files
sys/conf/options
sys/dev/aacraid/aacraid.c [new file with mode: 0644]
sys/dev/aacraid/aacraid_cam.c [new file with mode: 0644]
sys/dev/aacraid/aacraid_debug.c [new file with mode: 0644]
sys/dev/aacraid/aacraid_debug.h [new file with mode: 0644]
sys/dev/aacraid/aacraid_linux.c [new file with mode: 0644]
sys/dev/aacraid/aacraid_pci.c [new file with mode: 0644]
sys/dev/aacraid/aacraid_reg.h [new file with mode: 0644]
sys/dev/aacraid/aacraid_var.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/i386/conf/NOTES
sys/ia64/conf/GENERIC
sys/modules/Makefile
sys/modules/aacraid/Makefile [new file with mode: 0644]
sys/modules/aacraid/Makefile.inc [new file with mode: 0644]
sys/modules/aacraid/aacraid_linux/Makefile [new file with mode: 0644]
sys/sys/aac_ioctl.h