diff options
-rw-r--r-- | share/man/man4/pciide.4 | 6 | ||||
-rw-r--r-- | sys/dev/pci/pciide.c | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/pciide.4 b/share/man/man4/pciide.4 index 49f6572f9a7..ea184ab3345 100644 --- a/share/man/man4/pciide.4 +++ b/share/man/man4/pciide.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pciide.4,v 1.79 2008/01/10 10:23:39 brad Exp $ +.\" $OpenBSD: pciide.4,v 1.80 2008/01/29 10:33:59 jsg Exp $ .\" $NetBSD: pciide.4,v 1.8 1999/03/16 01:19:17 garbled Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 10 2008 $ +.Dd $Mdocdate: January 29 2008 $ .Dt PCIIDE 4 .Os .Sh NAME @@ -116,7 +116,7 @@ Silicon Integrated System 180, 181, 5513 (5597/5598), 540, 550, 730, 733, 735, 740, 745, 746, 748, 750, 751, 752, 755, 760, 962, 963 .It VIA Technologies CX700, VT82C586/A/B, VT82C596A/B, VT82C686A/B, VT8231, VT8366, -VT8233, VT8235, VT8237, VT8237A, VT8251, VT6410, VX700 +VT8233, VT8235, VT8237, VT8237A/S, VT8251, VT6410, VX700 .El .Pp Some of these controllers are only available in multifunction PCI chips. diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index a5ce3a31e8a..18e56e4dfcf 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.278 2008/01/11 11:30:56 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.279 2008/01/29 10:34:00 jsg Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -650,6 +650,10 @@ const struct pciide_product_desc pciide_via_products[] = { 0, sata_chip_map }, + { PCI_PRODUCT_VIATECH_VT8237S_SATA, /* VIA VT8237S SATA */ + 0, + sata_chip_map + }, { PCI_PRODUCT_VIATECH_VT8251_SATA, /* VIA VT8251 SATA */ IDE_PCI_CLASS_OVERRIDE, sata_chip_map |