diff options
author | 2003-07-20 21:37:10 +0000 | |
---|---|---|
committer | 2003-07-20 21:37:10 +0000 | |
commit | 53301f1fb12696009fc541392beb9cb0d074cdf1 (patch) | |
tree | e2eecdd68619429be3290783f04ada3b009e9651 | |
parent | No need to link with -lasn1 or -lcom_err anymore. (diff) | |
download | wireguard-openbsd-53301f1fb12696009fc541392beb9cb0d074cdf1.tar.xz wireguard-openbsd-53301f1fb12696009fc541392beb9cb0d074cdf1.zip |
Add SiS 650 VGA. Ok deraadt@, henning@.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b05bf8abf19..b1c9bf2c420 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.652 2003/07/20 06:35:22 grange Exp $ + $OpenBSD: pcidevs,v 1.653 2003/07/20 21:37:10 matthieu Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2301,6 +2301,7 @@ product SIS 6204 0x6204 6204 product SIS 6205 0x6205 6205 product SIS 6300 0x6300 6300 product SIS 530_VGA 0x6306 530 VGA +product SIS 650 0x6325 650 VGA product SIS 6326 0x6326 6326 AGP Video product SIS 5597_USB 0x7001 5597/5598 USB product SIS 7002 0x7002 7002 USB |