kernel - SILI disk driver - Add support for Sil3124
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 31 Jan 2010 18:18:25 +0000 (10:18 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 31 Jan 2010 18:18:25 +0000 (10:18 -0800)
commita68ed61d14435938d253ec20219136d0ee3f4044
tree74bcba5d30de843a3ac9366da8b562a97b32fd00
parent438ad6d36f014dd4c69a1aabeeaf0b7c2d196878
kernel - SILI disk driver - Add support for Sil3124

* Sil3124 uses the same chipset ABI as the 3134 but with 4 ports
  instead of 2.  It appears to only need a PCI entry.

* This is for the PCI-X 3124.  The 3124A is a PCI-e version which
  probably will also work (not yet tested), and for which we still
  need the PCI ID.

Submitted-by: Tim Darby <t+dfbsd@timdarby.net>
sys/dev/disk/sili/sili_attach.c