Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Enable schide(4), Intel SCH IDE controlle...



details:   https://anonhg.NetBSD.org/src/rev/5204b56b832d
branches:  trunk
changeset: 758503:5204b56b832d
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Nov 06 15:06:29 2010 +0000

description:
Enable schide(4), Intel SCH IDE controller driver from PR#42310.

diffstat:

 sys/arch/i386/conf/ALL       |  5 +++--
 sys/arch/i386/conf/GENERIC   |  5 +++--
 sys/arch/i386/conf/XEN3_DOM0 |  3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (69 lines):

diff -r 7839396df98a -r 5204b56b832d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Nov 06 14:56:12 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Nov 06 15:06:29 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.274 2010/11/05 10:28:21 gsutre Exp $
+# $NetBSD: ALL,v 1.275 2010/11/06 15:06:29 jakllsch Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.274 $"
+#ident                 "ALL-$Revision: 1.275 $"
 
 maxusers       64              # estimated number of users
 
@@ -904,6 +904,7 @@
 pdcsata*       at pci? dev ? function ?        # Promise SATA150 controllers
 rccide*        at pci? dev ? function ?        # ServerWorks IDE controllers
 satalink*      at pci? dev ? function ?        # SiI SATALink controllers
+schide*        at pci? dev ? function ?        # Intel SCH IDE controllers
 siisata*       at pci? dev ? function ?        # SiI SteelVine controllers
 siside*        at pci? dev ? function ?        # SiS IDE controllers
 slide*         at pci? dev ? function ?        # Symphony Labs IDE controllers
diff -r 7839396df98a -r 5204b56b832d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Nov 06 14:56:12 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Nov 06 15:06:29 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.997 2010/11/05 10:28:21 gsutre Exp $
+# $NetBSD: GENERIC,v 1.998 2010/11/06 15:06:29 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.997 $"
+#ident                 "GENERIC-$Revision: 1.998 $"
 
 maxusers       64              # estimated number of users
 
@@ -856,6 +856,7 @@
 pdcsata*       at pci? dev ? function ?        # Promise SATA150 controllers
 rccide*        at pci? dev ? function ?        # ServerWorks IDE controllers
 satalink*      at pci? dev ? function ?        # SiI SATALink controllers
+schide*        at pci? dev ? function ?        # Intel SCH IDE controllers
 siisata*       at pci? dev ? function ?        # SiI SteelVine controllers
 siside*        at pci? dev ? function ?        # SiS IDE controllers
 slide*         at pci? dev ? function ?        # Symphony Labs IDE controllers
diff -r 7839396df98a -r 5204b56b832d sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sat Nov 06 14:56:12 2010 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sat Nov 06 15:06:29 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.37 2010/08/12 20:16:27 haad Exp $
+#      $NetBSD: XEN3_DOM0,v 1.38 2010/11/06 15:06:29 jakllsch Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -415,6 +415,7 @@
 pdcsata*       at pci? dev ? function ?        # Promise SATA150 controllers
 rccide*        at pci? dev ? function ?        # ServerWorks IDE controllers
 satalink*      at pci? dev ? function ?        # SiI SATALink controllers
+schide*        at pci? dev ? function ?        # Intel SCH IDE controllers
 siside*        at pci? dev ? function ?        # SiS IDE controllers
 slide*         at pci? dev ? function ?        # Symphony Labs IDE controllers
 svwsata*       at pci? dev ? function ?        # ServerWorks SATA controllers



Home | Main Index | Thread Index | Old Index