Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/hp700/conf Pull up revision 1.45 (requested by t...



details:   https://anonhg.NetBSD.org/src/rev/823c04577b6e
branches:  netbsd-3
changeset: 575982:823c04577b6e
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Jun 01 17:20:03 2005 +0000

description:
Pull up revision 1.45 (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/hp700/conf/GENERIC |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f9a9390ac71d -r 823c04577b6e sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Wed Jun 01 17:20:02 2005 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Wed Jun 01 17:20:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.43 2005/02/18 21:05:51 dsl Exp $
+# $NetBSD: GENERIC,v 1.43.4.1 2005/06/01 17:20:03 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -23,7 +23,7 @@
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.43 $"
+#ident                 "GENERIC-$Revision: 1.43.4.1 $"
 
 maxusers       32              # estimated number of users
 
@@ -386,7 +386,6 @@
 geodeide*      at pci? dev ? function ?        # AMD Geode 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
 rccide*        at pci? dev ? function ?        # ServerWorks IDE controllers



Home | Main Index | Thread Index | Old Index