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.35 (requested by tron in tick...



details:   https://anonhg.NetBSD.org/src/rev/541b33aabd76
branches:  netbsd-3
changeset: 575967:541b33aabd76
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Jun 01 17:19:39 2005 +0000

description:
Pull up revision 1.35 (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/alpha/conf/BASIL |  5 ++---
 sys/arch/arc/conf/MIMORI  |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r f081d63d9193 -r 541b33aabd76 sys/arch/alpha/conf/BASIL
--- a/sys/arch/alpha/conf/BASIL Wed Jun 01 17:19:38 2005 +0000
+++ b/sys/arch/alpha/conf/BASIL Wed Jun 01 17:19:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BASIL,v 1.32.2.1 2005/04/17 11:42:35 tron Exp $
+# $NetBSD: BASIL,v 1.32.2.2 2005/06/01 17:19:39 riz Exp $
 #
 # basil.shagadelic.org -- thorpej's API UP1000
 
@@ -6,7 +6,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "BASIL-$Revision: 1.32.2.1 $"
+#ident                 "BASIL-$Revision: 1.32.2.2 $"
 
 maxusers 64
 
@@ -240,7 +240,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 f081d63d9193 -r 541b33aabd76 sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI  Wed Jun 01 17:19:38 2005 +0000
+++ b/sys/arch/arc/conf/MIMORI  Wed Jun 01 17:19:39 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MIMORI,v 1.34 2005/02/18 21:05:51 dsl Exp $
+#      $NetBSD: MIMORI,v 1.34.4.1 2005/06/01 17:19:40 riz Exp $
 #      NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
 #
 #      MIMORI -- My NEC RISCstation 2250 (ur)
@@ -185,7 +185,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