Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add support for VIA VT8235
details: https://anonhg.NetBSD.org/src/rev/a7cc47d56ea9
branches: trunk
changeset: 537774:a7cc47d56ea9
user: kent <kent%NetBSD.org@localhost>
date: Sat Oct 05 17:07:32 2002 +0000
description:
Add support for VIA VT8235
diffstat:
sys/dev/pci/pciide.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 614ef4898976 -r a7cc47d56ea9 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c Sat Oct 05 17:04:44 2002 +0000
+++ b/sys/dev/pci/pciide.c Sat Oct 05 17:07:32 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.173 2002/10/02 16:51:51 thorpej Exp $ */
+/* $NetBSD: pciide.c,v 1.174 2002/10/05 17:07:32 kent Exp $ */
/*
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.173 2002/10/02 16:51:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.174 2002/10/05 17:07:32 kent Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -2218,6 +2218,10 @@
printf("VT8233A ATA133 controller\n");
sc->sc_wdcdev.UDMA_cap = 6;
break;
+ case PCI_PRODUCT_VIATECH_VT8235:
+ printf("VT8235 ATA133 controller\n");
+ sc->sc_wdcdev.UDMA_cap = 6;
+ break;
default:
printf("unknown ATA controller\n");
sc->sc_wdcdev.UDMA_cap = 0;
Home |
Main Index |
Thread Index |
Old Index