In the year 2000, I think it's perfectly reasonable to include audio

support by default in GENERIC.
This commit is contained in:
jkh 2000-11-14 01:11:13 +00:00
parent 56c2598b38
commit 0193ab5ffd
4 changed files with 14 additions and 0 deletions

View File

@ -143,6 +143,9 @@ device npx
# Power management support (see NOTES for more options)
device apm
# Audio support
device pcm
# PCCARD (PCMCIA) support
device card # pccard bus
device pcic # pcmcia bridge

View File

@ -43,6 +43,10 @@ hint.pcic.1.irq="11"
hint.pcic.1.port="0x3e2"
hint.pcic.1.maddr="0xd4000"
hint.pcic.1.disabled="1"
hint.pcm.0.at="isa"
hint.pcm.0.irq="10"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"

View File

@ -143,6 +143,9 @@ device npx
# Power management support (see NOTES for more options)
device apm
# Audio support
device pcm
# PCCARD (PCMCIA) support
device card # pccard bus
device pcic # pcmcia bridge

View File

@ -43,6 +43,10 @@ hint.pcic.1.irq="11"
hint.pcic.1.port="0x3e2"
hint.pcic.1.maddr="0xd4000"
hint.pcic.1.disabled="1"
hint.pcm.0.at="isa"
hint.pcm.0.irq="10"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"