Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Actually match the nforce3 as well..
details: https://anonhg.NetBSD.org/src/rev/fa17a78d37c5
branches: trunk
changeset: 558647:fa17a78d37c5
user: fvdl <fvdl%NetBSD.org@localhost>
date: Fri Feb 20 16:36:29 2004 +0000
description:
Actually match the nforce3 as well..
diffstat:
sys/dev/pci/viaide.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 0d6a70c2f88a -r fa17a78d37c5 sys/dev/pci/viaide.c
--- a/sys/dev/pci/viaide.c Fri Feb 20 16:14:38 2004 +0000
+++ b/sys/dev/pci/viaide.c Fri Feb 20 16:36:29 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: viaide.c,v 1.9 2004/01/03 22:56:53 thorpej Exp $ */
+/* $NetBSD: viaide.c,v 1.10 2004/02/20 16:36:29 fvdl Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -92,6 +92,11 @@
"NVIDIA nForce2 IDE Controller",
via_chip_map
},
+ { PCI_PRODUCT_NVIDIA_NFORCE3_ATA133,
+ 0,
+ "NVIDIA nForce3 IDE Controller",
+ via_chip_map
+ },
{ 0,
0,
NULL,
Home |
Main Index |
Thread Index |
Old Index