Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch Pull up revision 1.22 (requested by tron in tick...



details:   https://anonhg.NetBSD.org/src/rev/23459d1c93f8
branches:  netbsd-3
changeset: 575976:23459d1c93f8
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Jun 01 17:19:53 2005 +0000

description:
Pull up revision 1.22 (requested by tron in ticket #362):
Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.

diffstat:

 sys/arch/evbppc/conf/EV64260              |  3 +--
 sys/arch/sandpoint/conf/GENERIC.sandpoint |  5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 3885dbd0e66d -r 23459d1c93f8 sys/arch/evbppc/conf/EV64260
--- a/sys/arch/evbppc/conf/EV64260      Wed Jun 01 17:19:51 2005 +0000
+++ b/sys/arch/evbppc/conf/EV64260      Wed Jun 01 17:19:53 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EV64260,v 1.21 2005/02/25 13:46:49 simonb Exp $
+#      $NetBSD: EV64260,v 1.21.2.1 2005/06/01 17:19:53 riz Exp $
 #
 #      MVP -- Motorola's Multiprocessing Verification Platform
 #
@@ -242,7 +242,6 @@
 cypide*        at pci? dev ? function ?        # Cypress IDE controllers
 hptide*        at pci? dev ? function ?        # Triones/HighPoint IDE controllers
 optiide*       at pci? dev ? function ?        # Opti IDE controllers
-piixide*       at pci? dev ? function ?        # Intel IDE controllers
 pdcide*        at pci? dev ? function ?        # Promise IDE controllers
 pdcsata*       at pci? dev ? function ?        # Promise SATA150 controllers
 satalink*      at pci? dev ? function ?        # SiI SATALink controllers
diff -r 3885dbd0e66d -r 23459d1c93f8 sys/arch/sandpoint/conf/GENERIC.sandpoint
--- a/sys/arch/sandpoint/conf/GENERIC.sandpoint Wed Jun 01 17:19:51 2005 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC.sandpoint Wed Jun 01 17:19:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.sandpoint,v 1.21 2005/02/25 13:46:51 simonb Exp $
+# $NetBSD: GENERIC.sandpoint,v 1.21.2.1 2005/06/01 17:19:53 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.21 $"
+#ident                 "GENERIC-$Revision: 1.21.2.1 $"
 
 maxusers       32
 
@@ -147,7 +147,6 @@
 #cypide* at pci? dev ? function ?      # Cypress IDE controllers
 #hptide* at pci? dev ? function ?      # Triones/HighPoint IDE controllers
 #optiide* at pci? dev ? function ?     # Opti IDE controllers
-#piixide* at pci? dev ? function ?     # Intel IDE controllers
 #pdcide* at pci? dev ? function ?      # Promise IDE controllers
 #pdcsata* at pci? dev ? function ?     # Promise SATA150 controllers
 #satalink* at pci? dev ? function ?    # SiI SATALink controllers



Home | Main Index | Thread Index | Old Index