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 revision 1.21 (requested by bouyer in...



details:   https://anonhg.NetBSD.org/src/rev/8c80e87a5b45
branches:  netbsd-3
changeset: 576312:8c80e87a5b45
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 21 21:23:50 2005 +0000

description:
Pull up revision 1.21 (requested by bouyer in ticket #479):
Support Intel 82801FBM Serial ATA Controller. From Kurt Schreiner on tech-kern.

diffstat:

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

diffs (21 lines):

diff -r 2fa88de77e07 -r 8c80e87a5b45 sys/dev/pci/piixide.c
--- a/sys/dev/pci/piixide.c     Tue Jun 21 21:22:36 2005 +0000
+++ b/sys/dev/pci/piixide.c     Tue Jun 21 21:23:50 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: piixide.c,v 1.19 2005/02/27 00:27:33 perry Exp $       */
+/*     $NetBSD: piixide.c,v 1.19.2.1 2005/06/21 21:23:50 tron Exp $    */
 
 /*
  * Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -156,6 +156,11 @@
          "Intel 82801FR Serial ATA/Raid Controller",
          piixsata_chip_map,
        },
+       { PCI_PRODUCT_INTEL_82801FBM_SATA,
+         0,
+         "Intel 82801FBM Serial ATA Controller (ICH6)",
+         piixsata_chip_map,
+       },
        { 0,
          0,
          NULL,



Home | Main Index | Thread Index | Old Index