diff options
author | 2012-01-02 10:29:43 +0000 | |
---|---|---|
committer | 2012-01-02 10:29:43 +0000 | |
commit | 0c01a3949611baa5d5851af7ee4673b57ef571b2 (patch) | |
tree | ed54a36e480246e3f50313723c12cd75b428e079 | |
parent | update currency exchange rates; (diff) | |
download | wireguard-openbsd-0c01a3949611baa5d5851af7ee4673b57ef571b2.tar.xz wireguard-openbsd-0c01a3949611baa5d5851af7ee4673b57ef571b2.zip |
Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset.
From Loganaden Velvindron.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index af6fb7557d8..fa2306804e7 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1628 2011/12/19 13:52:42 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1629 2012/01/02 10:29:43 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5129,6 +5129,8 @@ product SIS 964 0x0964 964 ISA product SIS 965 0x0965 965 ISA product SIS 966 0x0966 966 ISA product SIS 968 0x0968 968 ISA +product SIS 1184 0x1184 1184 RAID +product SIS 1185 0x1185 1185 AHCI product SIS 5300 0x5300 540 VGA product SIS 5315 0x5315 530 VGA product SIS 5511 0x5511 5511 |