Don't want cardbus here, since there are no devices on it.
Thanks to Krister Walfridsson for mentioning it.
This commit is contained in:
parent
936f6a1c3c
commit
6189641f30
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.529 2002/12/07 07:26:51 jmc Exp $
|
||||
# $NetBSD: GENERIC,v 1.530 2002/12/09 02:38:13 david Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.529 $"
|
||||
#ident "GENERIC-$Revision: 1.530 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -342,7 +342,7 @@ cbb* at pci? dev ? function ?
|
|||
cardslot* at cbb?
|
||||
|
||||
# CardBus bus support
|
||||
cardbus* at cardslot?
|
||||
#cardbus* at cardslot?
|
||||
pcmcia* at cardslot?
|
||||
|
||||
# Coprocessor Support
|
||||
|
|
Loading…
Reference in New Issue