In the year 2000, I think it's perfectly reasonable to include audio
support by default in GENERIC.
This commit is contained in:
parent
56c2598b38
commit
0193ab5ffd
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user