Source-Changes-HG archive

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

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



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

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

diffs (17 lines):

diff -r 1e553afa993a -r c5878fcef1a8 sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Wed Jun 01 17:19:25 2005 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Wed Jun 01 17:19:26 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.8.4.1 2005/04/17 11:41:28 tron Exp $
+#      $NetBSD: GENERIC,v 1.8.4.2 2005/06/01 17:19:26 riz Exp $
 #
 #      GENERIC -- Generic kernel
 #
@@ -192,7 +192,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
 rccide*        at pci? dev ? function ?        # ServerWorks IDE controllers



Home | Main Index | Thread Index | Old Index