Remove commented-out uaudio declaration;
we don't actually have support for it.
This commit is contained in:
parent
a6f0126b1a
commit
95b075be1e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CATS,v 1.9 1999/03/27 07:11:36 explorer Exp $
|
||||
# $NetBSD: CATS,v 1.10 1999/03/27 23:27:57 nathanw Exp $
|
||||
#
|
||||
# CATS -- CHALTECH CATS Development kernel
|
||||
#
|
||||
|
@ -267,12 +267,8 @@ ugen* at uhub? port ? configuration ? interface ?
|
|||
# PCI audio devices
|
||||
#eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
||||
|
||||
# USB Audio devices
|
||||
#uaudio* at uhub? port ?
|
||||
|
||||
# Audio support
|
||||
#audio* at eap?
|
||||
#audio* at uaudio?
|
||||
|
||||
vga* at pci?
|
||||
wsdisplay* at vga? console ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EBSA285,v 1.4 1999/03/27 07:11:36 explorer Exp $
|
||||
# $NetBSD: EBSA285,v 1.5 1999/03/27 23:27:58 nathanw Exp $
|
||||
#
|
||||
# EBSA285 -- EBSA285 Architecture Kernel
|
||||
#
|
||||
|
@ -252,12 +252,8 @@ ne* at pci? dev ? function ? # NE2000 compat ethernet
|
|||
# PCI audio devices
|
||||
#eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
||||
|
||||
# USB Audio devices
|
||||
#uaudio* at uhub? port ?
|
||||
|
||||
# Audio support
|
||||
#audio* at eap?
|
||||
#audio* at uaudio?
|
||||
|
||||
# Pseudo-Devices
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.228 1999/03/27 11:42:12 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.229 1999/03/27 23:27:58 nathanw Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -551,9 +551,6 @@ opl* at ess?
|
|||
opl* at sb?
|
||||
opl* at sv?
|
||||
|
||||
# USB Audio devices
|
||||
#uaudio* at uhub? port ? configuration ? interface ?
|
||||
|
||||
# Audio support
|
||||
audio* at aria?
|
||||
audio* at eap?
|
||||
|
@ -564,7 +561,6 @@ audio* at pas?
|
|||
audio* at sb?
|
||||
audio* at sp?
|
||||
audio* at sv?
|
||||
#audio* at uaudio?
|
||||
audio* at wss?
|
||||
audio* at ym?
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.4 1999/03/27 07:04:36 explorer Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.5 1999/03/27 23:27:58 nathanw Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, PCMCIA or SCSI.
|
||||
|
@ -441,9 +441,6 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|||
#sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster
|
||||
#wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
|
||||
|
||||
# USB Audio devices
|
||||
#uaudio* at uhub? port ?
|
||||
|
||||
# Audio support
|
||||
#audio* at aria?
|
||||
#audio* at eap?
|
||||
|
@ -452,7 +449,6 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|||
#audio* at pas?
|
||||
#audio* at sb?
|
||||
#audio* at sp?
|
||||
#audio* at uaudio?
|
||||
#audio* at wss?
|
||||
#audio* at ym?
|
||||
|
||||
|
|
Loading…
Reference in New Issue