Change "acardide*at ..." to "acardide* at ..." so adjustkernel will dtrt.

This commit is contained in:
perseant 2004-07-20 00:08:51 +00:00
parent 05ece235b1
commit 1524f4361c
2 changed files with 6 additions and 6 deletions

View File

@ -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. # 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 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.193 $" ident "ALPHA-$Revision: 1.194 $"
maxusers 32 maxusers 32
@ -301,7 +301,7 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet
ohci* at pci? dev ? function ? # USB Open Host Controller ohci* at pci? dev ? function ? # USB Open Host Controller
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 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 aceride* at pci? dev ? function ? # Acer Lab IDE controllers
artsata* at pci? dev ? function ? # Intel i31244 SATA controller artsata* at pci? dev ? function ? # Intel i31244 SATA controller
cmdide* at pci? dev ? function ? # CMD tech IDE controllers cmdide* at pci? dev ? function ? # CMD tech IDE controllers

View File

@ -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 # GENERIC machine description file
# #
@ -25,7 +25,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.247 $" #ident "GENERIC-$Revision: 1.248 $"
maxusers 32 maxusers 32
@ -323,7 +323,7 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet
ohci* at pci? dev ? function ? # USB Open Host Controller ohci* at pci? dev ? function ? # USB Open Host Controller
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 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 aceride* at pci? dev ? function ? # Acer Lab IDE controllers
artsata* at pci? dev ? function ? # Intel i31244 SATA controller artsata* at pci? dev ? function ? # Intel i31244 SATA controller
cmdide* at pci? dev ? function ? # CMD tech IDE controllers cmdide* at pci? dev ? function ? # CMD tech IDE controllers