Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/dev/pci Pull up following revision(s) (requested by x...



details:   https://anonhg.NetBSD.org/src/rev/9d1f99983ca6
branches:  netbsd-3
changeset: 578261:9d1f99983ca6
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Aug 03 12:20:09 2006 +0000

description:
Pull up following revision(s) (requested by xtraeme in ticket #1446):
        sys/dev/pci/viaide.c: revision 1.32
Match nForce3 250 SATA2.

diffstat:

 sys/dev/pci/viaide.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 45120adf2666 -r 9d1f99983ca6 sys/dev/pci/viaide.c
--- a/sys/dev/pci/viaide.c      Thu Aug 03 12:17:28 2006 +0000
+++ b/sys/dev/pci/viaide.c      Thu Aug 03 12:20:09 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: viaide.c,v 1.24.2.3 2006/04/30 23:08:47 riz Exp $      */
+/*     $NetBSD: viaide.c,v 1.24.2.4 2006/08/03 12:20:09 tron Exp $     */
 
 /*
  * Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -117,6 +117,11 @@
          "NVIDIA nForce3 250 Serial ATA Controller",
          via_sata_chip_map
        },
+       { PCI_PRODUCT_NVIDIA_NFORCE3_250_SATA2,
+         0,
+         "NVIDIA nForce3 250 Serial ATA Controller",
+         via_sata_chip_map
+       },
        { PCI_PRODUCT_NVIDIA_NFORCE4_ATA133,
          0,
          "NVIDIA nForce4 IDE Controller",



Home | Main Index | Thread Index | Old Index