-"spkr" now attaches to "pcppi"
-"le at isa" is split into "depca", "nele" and "bicc"
This commit is contained in:
parent
e61d6bdb82
commit
6af8040a5c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DISKLESS,v 1.61 1998/03/22 18:18:45 drochner Exp $
|
||||
# $NetBSD: DISKLESS,v 1.62 1998/04/16 22:01:41 drochner Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
|
@ -125,6 +125,9 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
#vt0 at isa? port 0x60 irq 1
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
#options COM_HAYESP # adds Hayes ESP serial board support
|
||||
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
com1 at isa? port 0x2f8 irq 3
|
||||
|
@ -214,7 +217,12 @@ ep0 at isa? port ? irq ? # 3C509 ethernet cards
|
|||
ef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3C507
|
||||
ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN
|
||||
ix0 at isa? port 0x300 irq 10 # EtherExpress/16
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
lc0 at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
|
||||
ne1 at isa? port 0x300 irq 10
|
||||
|
@ -240,7 +248,7 @@ ne* at pci? dev ? function ? # NE2000-compatible eth cards
|
|||
#audio* at pas0
|
||||
#gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
|
||||
#audio* at gus0
|
||||
#spkr0 at pc? port 0x61
|
||||
#spkr0 at pcppi?
|
||||
|
||||
# Joystick driver. Probe is a little strange; add only if you have one.
|
||||
#joy0 at isa? port 0x201
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.145 1998/04/03 04:35:05 enami Exp $
|
||||
# $NetBSD: GENERIC,v 1.146 1998/04/16 22:01:42 drochner Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -194,6 +194,8 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
|
||||
#vt0 at isa? port 0x60 irq 1 # PCVT console driver
|
||||
|
||||
pcppi0 at isa?
|
||||
sysbeep0 at pcppi?
|
||||
|
||||
# Serial Devices
|
||||
|
||||
|
@ -363,7 +365,12 @@ fmv0 at isa? port 0x2a0 irq ? # FMV-180 series
|
|||
ix0 at isa? port 0x300 irq 10 # EtherExpress/16
|
||||
iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
||||
lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
le* at nele?
|
||||
bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
le* at bicc?
|
||||
ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
|
||||
ne1 at isa? port 0x300 irq 10
|
||||
sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet
|
||||
|
@ -401,8 +408,7 @@ audio* at sp?
|
|||
audio* at wss?
|
||||
|
||||
# The spkr driver provides a simple tone interface to the built in speaker.
|
||||
#spkr0 at pc? port 0x61 # PC speaker
|
||||
#spkr0 at vt? port 0x61 # PC speaker
|
||||
#spkr0 at pcppi? # PC speaker
|
||||
|
||||
|
||||
# Mice
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: HOMEWORLD,v 1.29 1998/03/22 18:18:45 drochner Exp $
|
||||
# $NetBSD: HOMEWORLD,v 1.30 1998/04/16 22:01:42 drochner Exp $
|
||||
#
|
||||
# HOMEWORLD - Mail, CVS, and GNATS server
|
||||
#
|
||||
|
@ -119,6 +119,9 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
#vt0 at isa? port 0x60 irq 1
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
com1 at isa? port 0x2f8 irq 3
|
||||
com2 at isa? port 0x3e8 irq 5
|
||||
|
@ -202,7 +205,12 @@ ne0 at isa? port 0x300 irq 9 # NE2000 ethernet
|
|||
#ep0 at isa? port ? irq ? # 3C509 ethernet cards
|
||||
#ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507
|
||||
#ie1 at isa? port 0x300 irq 10 # EtherExpress
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
#ep* at eisa? slot ? # 3C579 ethernet cards
|
||||
#fea* at eisa? slot ? # DEC DEFEA FDDI cards
|
||||
#le* at pci? dev ? function ? # PCnet-PCI based ethernet cards
|
||||
|
@ -222,7 +230,7 @@ ne0 at isa? port 0x300 irq 9 # NE2000 ethernet
|
|||
#audio* at pas0
|
||||
#gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
|
||||
#audio* at gus0
|
||||
#spkr0 at pc? port 0x61
|
||||
#spkr0 at pcppi?
|
||||
|
||||
# Joystick driver. Probe is a little strange; add only if you have one.
|
||||
#joy0 at isa? port 0x201
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.81 1998/04/03 04:35:05 enami Exp $
|
||||
# $NetBSD: INSTALL,v 1.82 1998/04/16 22:01:42 drochner Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -201,6 +201,8 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
|
||||
#vt0 at isa? port 0x60 irq 1 # PCVT console driver
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
# Serial Devices
|
||||
|
||||
|
@ -364,7 +366,12 @@ fmv0 at isa? port 0x2a0 irq ? # FMV-180 series
|
|||
ix0 at isa? port 0x300 irq 10 # EtherExpress/16
|
||||
iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
||||
lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
|
||||
ne1 at isa? port 0x300 irq 10
|
||||
sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet
|
||||
|
@ -402,7 +409,7 @@ nsphy* at mii? dev ? # NS and compatible PHYs
|
|||
#audio* at wss?
|
||||
|
||||
# The spkr driver provides a simple tone interface to the built in speaker.
|
||||
#spkr0 at pc? port 0x61 # PC speaker
|
||||
#spkr0 at pcppi? # PC speaker
|
||||
|
||||
|
||||
# Mice
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.19 1998/04/03 04:35:39 enami Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.20 1998/04/16 22:01:42 drochner Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -202,6 +202,9 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
|
||||
#vt0 at isa? port 0x60 irq 1 # PCVT console driver
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
||||
# Serial Devices
|
||||
|
||||
|
@ -365,7 +368,12 @@ fmv0 at isa? port 0x2a0 irq ? # FMV-180 series
|
|||
ix0 at isa? port 0x300 irq 10 # EtherExpress/16
|
||||
iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
||||
lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
|
||||
ne1 at isa? port 0x300 irq 10
|
||||
sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet
|
||||
|
@ -403,7 +411,7 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|||
#audio* at wss?
|
||||
|
||||
# The spkr driver provides a simple tone interface to the built in speaker.
|
||||
#spkr0 at pc? port 0x61 # PC speaker
|
||||
#spkr0 at pcppi? # PC speaker
|
||||
|
||||
|
||||
# Mice
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SUN_LAMP,v 1.98 1998/03/22 18:18:46 drochner Exp $
|
||||
# $NetBSD: SUN_LAMP,v 1.99 1998/04/16 22:01:42 drochner Exp $
|
||||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
|
@ -96,6 +96,9 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
#vt0 at isa? port 0x60 irq 1
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
#com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
#com1 at isa? port 0x2f8 irq 3
|
||||
#com2 at isa? port 0x3e8 irq 5
|
||||
|
@ -166,11 +169,16 @@ ed0 at isa? port 0x300 iomem 0xd0000 irq 10 # WD/SMC, 3C503, and NE[12]000
|
|||
#el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
|
||||
#ep0 at isa? port ? irq ? # 3C509 ethernet cards
|
||||
#ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN & 3C507 ethernet cards
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
|
||||
#sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster
|
||||
#audio* at sb0
|
||||
#spkr0 at isa? port 0x61
|
||||
#spkr0 at pcppi?
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device bpfilter 4 # packet filter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: WARPED,v 1.33 1998/03/22 18:18:46 drochner Exp $
|
||||
# $NetBSD: WARPED,v 1.34 1998/04/16 22:01:42 drochner Exp $
|
||||
#
|
||||
# WARPED - ftp/sup.netbsd.org server machine
|
||||
#
|
||||
|
@ -115,6 +115,9 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
#vt0 at isa? port 0x60 irq 1
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
com1 at isa? port 0x2f8 irq 3
|
||||
#com2 at isa? port 0x3e8 irq 5
|
||||
|
@ -193,7 +196,12 @@ fd* at fdc? drive ?
|
|||
#ep0 at isa? port ? irq ? # 3C509 ethernet cards
|
||||
#ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507
|
||||
#ie1 at isa? port 0x300 irq 10 # EtherExpress
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
#ep* at eisa? slot ? # 3C579 ethernet cards
|
||||
#fea* at eisa? slot ? # DEC DEFEA FDDI cards
|
||||
#le* at pci? dev ? function ? # PCnet-PCI based ethernet cards
|
||||
|
@ -213,7 +221,7 @@ de* at pci? dev ? function ? # DC21X4X-based ethernet cards
|
|||
#audio* at pas0
|
||||
#gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
|
||||
#audio* at gus0
|
||||
#spkr0 at pc? port 0x61
|
||||
#spkr0 at pcppi?
|
||||
|
||||
# Joystick driver. Probe is a little strange; add only if you have one.
|
||||
#joy0 at isa? port 0x201
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ZHADUM,v 1.5 1998/04/03 04:35:39 enami Exp $
|
||||
# $NetBSD: ZHADUM,v 1.6 1998/04/16 22:01:43 drochner Exp $
|
||||
#
|
||||
# ZHADUM -- zhadum.netbsd.org, the new CVS server
|
||||
#
|
||||
|
@ -198,6 +198,9 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
|
|||
#pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
|
||||
vt0 at isa? port 0x60 irq 1 # PCVT console driver
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
|
||||
# Serial Devices
|
||||
|
||||
|
@ -382,7 +385,12 @@ de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
|||
#ie1 at isa? port 0x300 irq 10 # EtherExpress
|
||||
#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
||||
#lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
||||
#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA
|
||||
#depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
|
||||
#le* at depca?
|
||||
#nele0 at isa? port 0x320 irq 10 drq 7 # NE2100
|
||||
#le* at nele?
|
||||
#bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
|
||||
#le* at bicc?
|
||||
#ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
|
||||
#ne1 at isa? port 0x300 irq 10
|
||||
#sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet
|
||||
|
@ -420,7 +428,7 @@ de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
|||
#audio* at wss?
|
||||
|
||||
# The spkr driver provides a simple tone interface to the built in speaker.
|
||||
#spkr0 at vt? port 0x61 # PC speaker
|
||||
#spkr0 at pcppi? # PC speaker
|
||||
|
||||
|
||||
# Mice
|
||||
|
|
Loading…
Reference in New Issue