SILI - Silicon Image 3132 driver, initial commit
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 17 Jun 2009 06:43:24 +0000 (23:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 17 Jun 2009 06:43:24 +0000 (23:43 -0700)
commit1ac8d5baa9028110f505772c43819d61b841061c
tree56652c23419999f89435d95050d0f82e71bf184f
parentaa8dd6f8b9c58a63c055e3bf4ee1e9b0e5be82cf
SILI - Silicon Image 3132 driver, initial commit

This driver was derived from the AHCI driver and retooled extensively
for the Silicon Image chipset.  It retains all the cool features from the
AHCI driver including port multiplier (PM) support, NCQ, and hot-plug for
both direct-attached and PM-attached targets.

This initial commit is very alpha and the driver has significant PM-related
bugs.  It is not yet ready for prime time.
sys/dev/disk/sili/Makefile [new file with mode: 0644]
sys/dev/disk/sili/atascsi.h [new file with mode: 0644]
sys/dev/disk/sili/fixme [new file with mode: 0755]
sys/dev/disk/sili/pmreg.h [new file with mode: 0644]
sys/dev/disk/sili/sili.c [new file with mode: 0644]
sys/dev/disk/sili/sili.h [new file with mode: 0644]
sys/dev/disk/sili/sili_attach.c [new file with mode: 0644]
sys/dev/disk/sili/sili_cam.c [new file with mode: 0644]
sys/dev/disk/sili/sili_dragonfly.c [new file with mode: 0644]
sys/dev/disk/sili/sili_dragonfly.h [new file with mode: 0644]
sys/dev/disk/sili/sili_pm.c [new file with mode: 0644]