add npx* at pnpbios? (commented out)
This commit is contained in:
parent
a3c4465703
commit
f40d6d8ba8
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.655 2005/02/11 08:25:54 dsl Exp $
|
||||
# $NetBSD: GENERIC,v 1.656 2005/02/12 13:07:27 jdolecek 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.655 $"
|
||||
#ident "GENERIC-$Revision: 1.656 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -363,6 +363,7 @@ cpu* at mainbus?
|
||||
|
||||
#pckbc* at pnpbios? index ? # PC keyboard/mouse controller
|
||||
#fdc* at pnpbios? index ? # floppy controller
|
||||
#npx* at pnpbios? index ? # Math coprocessor
|
||||
|
||||
# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
|
||||
#pciide* at pnpbios? index ?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC.MPACPI,v 1.19 2005/02/11 08:25:54 dsl Exp $
|
||||
# $NetBSD: GENERIC.MPACPI,v 1.20 2005/02/12 13:07:27 jdolecek Exp $
|
||||
#
|
||||
# GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
|
||||
#
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
#ident "GENERIC-$Revision: 1.20 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -341,6 +341,7 @@ wss* at acpi? # NeoMagic 256AV in wss mode
|
||||
|
||||
#pckbc* at pnpbios? index ? # PC keyboard/mouse controller
|
||||
#fdc* at pnpbios? index ? # floppy controller
|
||||
#npx* at pnpbios? index ? # Math coprocessor
|
||||
|
||||
# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
|
||||
#pciide* at pnpbios? index ?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.132 2005/02/11 08:25:54 dsl Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.133 2005/02/12 13:07:27 jdolecek Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.132 $"
|
||||
#ident "GENERIC-$Revision: 1.133 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -300,6 +300,7 @@ apm0 at mainbus0 # Advanced power management
|
||||
|
||||
#pckbc* at pnpbios? index ? # PC keyboard/mouse controller
|
||||
#fdc* at pnpbios? index ? # floppy controller
|
||||
#npx* at pnpbios? index ? # Math coprocessor
|
||||
|
||||
# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
|
||||
#pciide* at pnpbios? index ?
|
||||
|
Loading…
Reference in New Issue
Block a user