summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-09-06 20:37:07 +0000
committerdfr <dfr@FreeBSD.org>1999-09-06 20:37:07 +0000
commit9c8aa8d35380daba7c799822f44c650ddb147915 (patch)
treecec0487d6ecfa226344d54f85a9e160a85e6e3ae /sys
parent1d1d38e05714289a6a10c38dce6270c0d1853ae5 (diff)
downloadFreeBSD-src-9c8aa8d35380daba7c799822f44c650ddb147915.zip
FreeBSD-src-9c8aa8d35380daba7c799822f44c650ddb147915.tar.gz
Update for newpcm.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2294be6..9aacf6b 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 2294be6..9aacf6b 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 2294be6..9aacf6b 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
OpenPOWER on IntegriCloud