diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-09-06 20:37:07 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-09-06 20:37:07 +0000 |
| commit | 5ca8dcf66e6355607b84084b024edca17f8c64c6 (patch) | |
| tree | f44220b635e2d1afddaf9460cf4c8ab694913f67 | |
| parent | b255e811b2f363e38db889f72d28fd54a969d0c5 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 6 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2294be6c7882..9aacf6ba5deb 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1329,11 +1329,15 @@ device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 -# Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). +# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # +# For non-pnp sound cards only: #device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 +# +# For pnp sound cards: +#device pcm0 # Not controlled by `snd' device pca0 at isa? port IO_TIMER1 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 2294be6c7882..9aacf6ba5deb 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1329,11 +1329,15 @@ device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 -# Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). +# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # +# For non-pnp sound cards only: #device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 +# +# For pnp sound cards: +#device pcm0 # Not controlled by `snd' device pca0 at isa? port IO_TIMER1 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 2294be6c7882..9aacf6ba5deb 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1329,11 +1329,15 @@ device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 -# Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). +# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # +# For non-pnp sound cards only: #device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 +# +# For pnp sound cards: +#device pcm0 # Not controlled by `snd' device pca0 at isa? port IO_TIMER1 |
