Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/evbmips/conf Pull up revision 1.29 (requested by...



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

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

diffs (24 lines):

diff -r 6663d1c62924 -r e20f19a0f4f0 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Wed Jun 01 17:19:54 2005 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Wed Jun 01 17:19:55 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.28 2005/02/25 13:46:49 simonb Exp $
+#      $NetBSD: MALTA,v 1.28.2.1 2005/06/01 17:19:55 riz Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.28 $"
+#ident                 "MALTA-$Revision: 1.28.2.1 $"
 
 maxusers       32
 
@@ -197,7 +197,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