diff options
author | 2003-10-07 19:27:19 +0000 | |
---|---|---|
committer | 2003-10-07 19:27:19 +0000 | |
commit | bcce5ef3d718e96f261c964626c16dd9569a150b (patch) | |
tree | ae3d50df05bdfe1d4c60ddfe40053c0ec7bb8cbf | |
parent | add support for modifying attribute cache parameters (diff) | |
download | wireguard-openbsd-bcce5ef3d718e96f261c964626c16dd9569a150b.tar.xz wireguard-openbsd-bcce5ef3d718e96f261c964626c16dd9569a150b.zip |
VIA VT8237 SATA; ok deraadt@
-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 0b3d9a55485..a6dae570c90 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.676 2003/10/04 21:52:42 deraadt Exp $ + $OpenBSD: pcidevs,v 1.677 2003/10/07 19:27:19 grange Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2274,6 +2274,7 @@ product VIATECH CLE266 0x3122 CLE266 product VIATECH VT8623 0x3123 VT8623 Host-PCI product VIATECH VT8233_ISA 0x3147 VT8233 PCI-ISA product VIATECH VT8751 0x3148 VT8751 Host-PCI +product VIATECH VT8737_SATA 0x3149 VT8237 SATA product VIATECH VT8235_ISA 0x3177 VT8235 PCI-ISA product VIATECH VT8377 0x3189 VT8377 Host-PCI product VIATECH VT8237_ISA 0x3227 VT8237 PCI-ISA |