diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-19 15:41:52 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-19 15:41:52 +0000 |
| commit | 7c14268dbd00591a15fd71288ecbf1e2499ab30b (patch) | |
| tree | 0edbdcc617dbd0bea87ef4d01bec5f6f25a4558e /sys/pc98 | |
| parent | aad477d8909bb3adf0aac91faab505b978a53b67 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index bdf1e9a5cd27..ccd610ae08cb 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -287,6 +287,15 @@ device sn #device joy0 at isa? port 0x04d2 +# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!). +# +# Windows Sound System +#device pcm0 at isa? port 0xf40 irq 12 drq 1 flags 0x10000 +# +# Sound Blaster 16 (This device need the bridge driver.) +#device pcm +#device sbc0 at isa? port 0x20d2 irq 10 drq 3 + # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support |
