Add attimer(4) configurations everywhere pcppi(4) exists, with the
following rule: If a pcppi device is enabled for an attachment, enable an attimer for the same attachement, otherwise comment it.
This commit is contained in:
parent
d2d1a8c05c
commit
78f44cbe4f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P5064,v 1.34 2005/02/25 13:46:48 simonb Exp $
|
||||
# $NetBSD: P5064,v 1.35 2005/03/25 23:28:43 cube Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P5064-$Revision: 1.34 $"
|
||||
#ident "P5064-$Revision: 1.35 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -208,6 +208,7 @@ mcclock* at isa? port 0x70
|
|||
#pckbc* at isa? # PC keyboard controller
|
||||
#pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
#pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
#attimer* at isa? # AT Timer
|
||||
#pcppi* at isa? # PC prog. periph. interface
|
||||
#spkr0 at pcppi? # IBM BASIC emulation
|
||||
#isabeep0 at pcppi? # "keyboard" beep
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.28 2005/02/25 13:46:48 simonb Exp $
|
||||
# $NetBSD: P6032,v 1.29 2005/03/25 23:28:43 cube Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P6032-$Revision: 1.28 $"
|
||||
#ident "P6032-$Revision: 1.29 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -213,6 +213,7 @@ mcclock* at isa? port 0x70
|
|||
#pckbc* at isa? # PC keyboard controller
|
||||
#pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
#pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
#attimer* at isa? # AT Timer
|
||||
#pcppi* at isa? # PC prog. periph. interface
|
||||
#spkr0 at pcppi? # IBM BASIC emulation
|
||||
#isabeep0 at pcppi? # "keyboard" beep
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALPHA,v 1.202 2005/02/25 13:46:48 simonb Exp $
|
||||
# $NetBSD: ALPHA,v 1.203 2005/03/25 23:28:43 cube 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.202 $"
|
||||
ident "ALPHA-$Revision: 1.203 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -384,6 +384,7 @@ mcclock* at isa? port 0x70
|
|||
pckbc* at isa? # PC keyboard controller
|
||||
pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
attimer* at isa? # AT Timer
|
||||
pcppi* at isa? # PC prog. periph. interface
|
||||
spkr0 at pcppi? # IBM BASIC emulation
|
||||
isabeep0 at pcppi? # "keyboard" beep
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BASIL,v 1.32 2005/02/25 13:46:48 simonb Exp $
|
||||
# $NetBSD: BASIL,v 1.33 2005/03/25 23:28:43 cube Exp $
|
||||
#
|
||||
# basil.shagadelic.org -- thorpej's API UP1000
|
||||
|
||||
|
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "BASIL-$Revision: 1.32 $"
|
||||
#ident "BASIL-$Revision: 1.33 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -294,6 +294,7 @@ mcclock* at isa? port 0x70
|
|||
pckbc* at isa? # PC keyboard controller
|
||||
pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
attimer* at isa? # AT Timer
|
||||
pcppi* at isa? # PC prog. periph. interface
|
||||
spkr0 at pcppi? # IBM BASIC emulation
|
||||
isabeep0 at pcppi? # "keyboard" beep
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: FRAU-FARBISSINA,v 1.37 2005/02/25 13:46:48 simonb Exp $
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.38 2005/03/25 23:28:43 cube Exp $
|
||||
#
|
||||
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
|
||||
# box
|
||||
|
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.37 $"
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.38 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -266,6 +266,7 @@ mcclock* at isa? port 0x70
|
|||
pckbc* at isa? # PC keyboard controller
|
||||
pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
attimer* at isa? # AT Timer
|
||||
pcppi* at isa? # PC prog. periph. interface
|
||||
spkr0 at pcppi? # IBM BASIC emulation
|
||||
isabeep0 at pcppi? # "keyboard" beep
|
||||
|
|
|
@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.261 $"
|
||||
#ident "GENERIC-$Revision: 1.262 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -393,6 +393,7 @@ mcclock* at isa? port 0x70
|
|||
pckbc* at isa? # PC keyboard controller
|
||||
pckbd* at pckbc? # PC keyboard (kbd port)
|
||||
pms* at pckbc? # PS/2-style mouse (aux port)
|
||||
attimer* at isa? # AT Timer
|
||||
pcppi* at isa? # PC prog. periph. interface
|
||||
spkr0 at pcppi? # IBM BASIC emulation
|
||||
isabeep0 at pcppi? # "keyboard" beep
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.44 2005/03/21 14:15:27 xtraeme Exp $
|
||||
# $NetBSD: GENERIC,v 1.45 2005/03/25 23:28:43 cube Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.44 $"
|
||||
#ident "GENERIC-$Revision: 1.45 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -246,6 +246,7 @@ mainbus0 at root
|
|||
#lpt* at acpi? # Parallel port
|
||||
#mpu* at acpi? # Roland MPU-401 MIDI UART
|
||||
#pckbc* at acpi? # PC keyboard controller
|
||||
#attimer* at acpi? # AT Timer
|
||||
#pcppi* at acpi? # AT-style speaker sound
|
||||
#wss* at acpi? # NeoMagic 256AV in wss mode
|
||||
|
||||
|
@ -311,6 +312,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.27 2005/02/27 12:38:42 dsl Exp $
|
||||
# $NetBSD: INSTALL,v 1.28 2005/03/25 23:28:43 cube Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.27 $"
|
||||
#ident "INSTALL-$Revision: 1.28 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -226,6 +226,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_ACPI,v 1.18 2005/02/18 21:05:50 dsl Exp $
|
||||
# $NetBSD: INSTALL_ACPI,v 1.19 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.18 $"
|
||||
#ident "INSTALL-$Revision: 1.19 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -227,6 +227,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SIMICS,v 1.16 2005/03/11 16:44:31 matt Exp $
|
||||
# $NetBSD: SIMICS,v 1.17 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
|
@ -219,6 +219,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
|
||||
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.80 2005/02/25 13:46:48 simonb Exp $
|
||||
# $NetBSD: GENERIC,v 1.81 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.80 $"
|
||||
#ident "GENERIC-$Revision: 1.81 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -221,6 +221,7 @@ ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards
|
|||
|
||||
#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
|
||||
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#spkr0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.77 2005/02/25 13:46:49 simonb Exp $
|
||||
# $NetBSD: GENERIC,v 1.78 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -475,6 +475,7 @@ pms* at pckbc? # PS/2 mouse for wsmouse
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms?
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.46 2005/02/25 13:46:49 simonb Exp $
|
||||
# $NetBSD: INSTALL,v 1.47 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
|
@ -374,6 +374,7 @@ pms* at pckbc? # PS/2 mouse for wsmouse
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms?
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DELPHI,v 1.50 2005/02/25 13:46:49 simonb Exp $
|
||||
# $NetBSD: DELPHI,v 1.51 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# DELPHI -- one of thorpej@zembu.com's devel machines
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "DELPHI-$Revision: 1.50 $"
|
||||
ident "DELPHI-$Revision: 1.51 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
|
@ -295,6 +295,7 @@ wsdisplay* at pcdisplay? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DISKLESS,v 1.102 2005/02/25 13:46:49 simonb Exp $
|
||||
# $NetBSD: DISKLESS,v 1.103 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
|
@ -134,6 +134,7 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|||
|
||||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.662 2005/03/21 14:15:27 xtraeme Exp $
|
||||
# $NetBSD: GENERIC,v 1.663 2005/03/25 23:28:44 cube 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.662 $"
|
||||
#ident "GENERIC-$Revision: 1.663 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -329,6 +329,7 @@ cpu* at mainbus?
|
|||
#mpu* at acpi? # Roland MPU-401 MIDI UART
|
||||
#npx* at acpi? # Math coprocessor
|
||||
#pckbc* at acpi? # PC keyboard controller
|
||||
#attimer* at acpi? # AT Timer
|
||||
#pcppi* at acpi? # AT-style speaker sound
|
||||
#wss* at acpi? # NeoMagic 256AV in wss mode
|
||||
|
||||
|
@ -479,6 +480,7 @@ wsdisplay* at pcdisplay? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.MPACPI,v 1.23 2005/03/21 18:10:15 cube Exp $
|
||||
# $NetBSD: GENERIC.MPACPI,v 1.24 2005/03/25 23:28:44 cube 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.23 $"
|
||||
#ident "GENERIC-$Revision: 1.24 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -301,6 +301,7 @@ acpilid* at acpi? # ACPI Lid Switch
|
|||
acpitz* at acpi? # ACPI Thermal Zone
|
||||
|
||||
# Mainboard devices
|
||||
attimer* at acpi? # AT Timer
|
||||
com* at acpi? # Serial communications interface
|
||||
fdc* at acpi? # Floppy disk controller
|
||||
joy* at acpi? # Joystick/Game port
|
||||
|
@ -308,7 +309,7 @@ lpt* at acpi? # Parallel port
|
|||
mpu* at acpi? # Roland MPU-401 MIDI UART
|
||||
npx* at acpi? # Math coprocessor
|
||||
pckbc* at acpi? # PC keyboard controller
|
||||
#pcppi* at acpi? # AT-style speaker sound
|
||||
pcppi* at acpi? # AT-style speaker sound
|
||||
wss* at acpi? # NeoMagic 256AV in wss mode
|
||||
|
||||
# Sony Vaio jog dial
|
||||
|
@ -455,6 +456,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.136 2005/03/21 14:15:27 xtraeme Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.137 2005/03/25 23:28:44 cube 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.136 $"
|
||||
#ident "GENERIC-$Revision: 1.137 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -264,6 +264,7 @@ apm0 at mainbus0 # Advanced power management
|
|||
#acpitz* at acpi? # ACPI Thermal Zone
|
||||
|
||||
# Mainboard devices
|
||||
#attimer* at acpi? # AT Timer
|
||||
#com* at acpi? # Serial communications interface
|
||||
#fdc* at acpi? # Floppy disk controller
|
||||
#joy* at acpi? # Joystick/Game port
|
||||
|
@ -396,6 +397,7 @@ wsdisplay* at pcdisplay? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.81 2005/02/25 13:46:49 simonb Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.82 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
|
@ -273,6 +273,7 @@ wskbd* at pckbd? console ?
|
|||
#wsmouse* at pms? mux 0
|
||||
|
||||
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.262 2005/03/01 02:33:51 itojun Exp $
|
||||
# $NetBSD: INSTALL,v 1.263 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -277,6 +277,7 @@ wsdisplay* at pcdisplay? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
#wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_LAPTOP,v 1.83 2005/03/01 02:33:51 itojun Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.84 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -284,6 +284,7 @@ wsdisplay* at pcdisplay? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
#wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.112 2005/02/25 13:46:49 simonb Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.113 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -220,6 +220,7 @@ pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
|
|||
#options GERMAN_KBD
|
||||
#options NORWEGIAN_KBD
|
||||
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_TINY,v 1.86 2005/02/25 13:46:50 simonb Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.87 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
|
@ -222,6 +222,7 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
|
|||
# ISA console
|
||||
pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
|
||||
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IOPENER,v 1.58 2005/02/25 13:46:50 simonb Exp $
|
||||
# $NetBSD: IOPENER,v 1.59 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
|
||||
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
|
||||
|
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "IOPENER-$Revision: 1.58 $"
|
||||
#ident "IOPENER-$Revision: 1.59 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -248,6 +248,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: LAMB,v 1.49 2005/03/11 16:26:47 matt Exp $
|
||||
# $NetBSD: LAMB,v 1.50 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
|
||||
#
|
||||
|
@ -296,6 +296,7 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
|
|||
#wsmouse* at pms? mux 0
|
||||
|
||||
# no buzzer installed
|
||||
#attimer0 at isa?
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SWINGER,v 1.62 2005/02/25 13:46:50 simonb Exp $
|
||||
# $NetBSD: SWINGER,v 1.63 2005/03/25 23:28:44 cube Exp $
|
||||
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
|
||||
#
|
||||
# SWINGER -- thorpej's Abit BP6+dual Celeron
|
||||
|
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "SWINGER-$Revision: 1.62 $"
|
||||
#ident "SWINGER-$Revision: 1.63 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
|
@ -292,6 +292,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VIRTUALPC,v 1.18 2005/02/18 21:05:52 dsl Exp $
|
||||
# $NetBSD: VIRTUALPC,v 1.19 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# VIRTUALPC machine description file --
|
||||
#
|
||||
|
@ -11,7 +11,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "VIRTUALPC-$Revision: 1.18 $"
|
||||
#ident "VIRTUALPC-$Revision: 1.19 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -361,6 +361,7 @@ wsdisplay* at pcdisplay? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa?
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.11 2005/02/18 21:05:52 dsl Exp $
|
||||
# $NetBSD: GENERIC,v 1.12 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
#
|
||||
|
||||
|
@ -137,6 +137,7 @@ isa* at pcib? # ISA on PCI-ISA bridge
|
|||
# wskbd* at pckbd? console ?
|
||||
# wsmouse* at pms? mux 0
|
||||
|
||||
# attimer0 at isa?
|
||||
# pcppi0 at isa? # PC prog. periph. interface
|
||||
# isabeep0 at pcppi? # "keyboard" beep
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.90 2005/02/25 13:46:51 simonb Exp $
|
||||
# $NetBSD: GENERIC,v 1.91 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|||
|
||||
makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
|
||||
|
||||
#ident "GENERIC-$Revision: 1.90 $"
|
||||
#ident "GENERIC-$Revision: 1.91 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -233,6 +233,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa? # AT Timer
|
||||
pcppi0 at isa? # PC prog. periph. interface
|
||||
isabeep0 at pcppi? # "keyboard" beep
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NATSUMI,v 1.33 2005/02/25 13:46:51 simonb Exp $
|
||||
# $NetBSD: NATSUMI,v 1.34 2005/03/25 23:28:44 cube Exp $
|
||||
#
|
||||
# for development
|
||||
#
|
||||
|
@ -181,6 +181,7 @@ wsdisplay* at vga? console ?
|
|||
wskbd* at pckbd? console ?
|
||||
wsmouse* at pms? mux 0
|
||||
|
||||
attimer0 at isa? # AT Timer
|
||||
pcppi0 at isa? # PC prog. periph. interface
|
||||
isabeep0 at pcppi? # "keyboard" beep
|
||||
|
||||
|
|
Loading…
Reference in New Issue