From 1524f4361cf701bccfc7a0f435c4173ce0ba277c Mon Sep 17 00:00:00 2001 From: perseant Date: Tue, 20 Jul 2004 00:08:51 +0000 Subject: [PATCH] Change "acardide*at ..." to "acardide* at ..." so adjustkernel will dtrt. --- sys/arch/alpha/conf/ALPHA | 6 +++--- sys/arch/alpha/conf/GENERIC | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index e85e87eea78d..d6cadbddf72c 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -1,4 +1,4 @@ -# $NetBSD: ALPHA,v 1.193 2004/07/15 03:53:45 atatat Exp $ +# $NetBSD: ALPHA,v 1.194 2004/07/20 00:08:51 perseant Exp $ # # Alpha kernel with all the options you'd want, and more. @@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "ALPHA-$Revision: 1.193 $" +ident "ALPHA-$Revision: 1.194 $" maxusers 32 @@ -301,7 +301,7 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet ohci* at pci? dev ? function ? # USB Open Host Controller pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver -acardide*at pci? dev ? function ? # Acard IDE controllers +acardide* at pci? dev ? function ? # Acard IDE controllers aceride* at pci? dev ? function ? # Acer Lab IDE controllers artsata* at pci? dev ? function ? # Intel i31244 SATA controller cmdide* at pci? dev ? function ? # CMD tech IDE controllers diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index b3ba14c159b6..7165f585a93c 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.247 2004/07/15 03:53:45 atatat Exp $ +# $NetBSD: GENERIC,v 1.248 2004/07/20 00:08:52 perseant Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/alpha/conf/std.alpha" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.247 $" +#ident "GENERIC-$Revision: 1.248 $" maxusers 32 @@ -323,7 +323,7 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet ohci* at pci? dev ? function ? # USB Open Host Controller pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver -acardide*at pci? dev ? function ? # Acard IDE controllers +acardide* at pci? dev ? function ? # Acard IDE controllers aceride* at pci? dev ? function ? # Acer Lab IDE controllers artsata* at pci? dev ? function ? # Intel i31244 SATA controller cmdide* at pci? dev ? function ? # CMD tech IDE controllers