diff options
author | jkh <jkh@FreeBSD.org> | 2001-05-25 17:55:39 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2001-05-25 17:55:39 +0000 |
commit | 9590b221cbf4b26a2d1a86e484367aaa960db515 (patch) | |
tree | c161251ce780f16059f3ea751355e16693ffe592 /sys/amd64 | |
parent | b08cb9aed3682e3972f7b917ed138a67aa354590 (diff) | |
download | FreeBSD-src-9590b221cbf4b26a2d1a86e484367aaa960db515.zip FreeBSD-src-9590b221cbf4b26a2d1a86e484367aaa960db515.tar.gz |
Take pcm (audio) back out of GENERIC; there appears to be some
concensus, most notably among the maintainers, that it's better
loaded as a module.
Finally-pushed-over-the-edge-by-the-anguished-cries-of: rwatson
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 3421fdb..073289b 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -144,9 +144,6 @@ device apm # Add suspend/resume support for the i8254. device pmtimer -# Audio support -device pcm - # PCCARD (PCMCIA) support device card # pccard bus device pcic # PCMCIA bridge |