Add support for SIS 660/760 IDE Controllers and SIS 181/182
SATA Controllers (from obsd).
This commit is contained in:
parent
c5161d5850
commit
aa32e3a36b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: siside.c,v 1.18 2005/12/11 12:22:50 christos Exp $ */
|
||||
/* $NetBSD: siside.c,v 1.19 2006/06/26 18:19:08 xtraeme Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
|
||||
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: siside.c,v 1.18 2005/12/11 12:22:50 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: siside.c,v 1.19 2006/06/26 18:19:08 xtraeme Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -66,6 +66,16 @@ static const struct pciide_product_desc pciide_sis_products[] = {
|
||||
NULL,
|
||||
sis_sata_chip_map,
|
||||
},
|
||||
{ PCI_PRODUCT_SIS_181_SATA,
|
||||
0,
|
||||
NULL,
|
||||
sis_sata_chip_map,
|
||||
},
|
||||
{ PCI_PRODUCT_SIS_182_SATA,
|
||||
0,
|
||||
NULL,
|
||||
sis_sata_chip_map,
|
||||
},
|
||||
{ 0,
|
||||
0,
|
||||
NULL,
|
||||
@ -135,6 +145,7 @@ static struct sis_hostbr_type {
|
||||
{PCI_PRODUCT_SIS_652, 0x00, 6, "652", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_655, 0x00, 6, "655", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_658, 0x00, 6, "658", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_661, 0x00, 6, "661", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_730, 0x00, 5, "730", SIS_TYPE_100OLD},
|
||||
{PCI_PRODUCT_SIS_733, 0x00, 5, "733", SIS_TYPE_100NEW},
|
||||
{PCI_PRODUCT_SIS_735, 0x00, 5, "735", SIS_TYPE_100NEW},
|
||||
@ -147,6 +158,7 @@ static struct sis_hostbr_type {
|
||||
{PCI_PRODUCT_SIS_751, 0x00, 6, "751", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_752, 0x00, 6, "752", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_755, 0x00, 6, "755", SIS_TYPE_SOUTH},
|
||||
{PCI_PRODUCT_SIS_760, 0x00, 6, "760", SIS_TYPE_133NEW},
|
||||
/*
|
||||
* From sos@freebsd.org: the 0x961 ID will never be found in real world
|
||||
* {PCI_PRODUCT_SIS_961, 0x00, 6, "961", SIS_TYPE_133NEW},
|
||||
|
Loading…
Reference in New Issue
Block a user