Source-Changes-HG archive

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

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



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

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

diffs (20 lines):

diff -r 226e4795ff7f -r 653d2e368b30 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Jun 01 17:19:56 2005 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Jun 01 17:20:01 2005 +0000
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.261.4.1 $"
+#ident                 "GENERIC-$Revision: 1.261.4.2 $"
 
 maxusers 32
 
@@ -335,7 +335,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