diff options
author | peter <peter@FreeBSD.org> | 2000-01-18 08:31:40 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-18 08:31:40 +0000 |
commit | 51121f2d876509fde90ed738b708099d3d43aba4 (patch) | |
tree | 42346e1fa26f202eb6999c2c88f16199ed64bf33 | |
parent | 408fdc48f6c89996375a8e55159f77168c62ed7d (diff) | |
download | FreeBSD-src-51121f2d876509fde90ed738b708099d3d43aba4.zip FreeBSD-src-51121f2d876509fde90ed738b708099d3d43aba4.tar.gz |
Add a warning for the snd drivers and a pointer to pcm/sbc/etc.
-rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index e9bbc68..e3a6b9a 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -265,7 +265,8 @@ i386/isa/sound/ad1848.c optional trix i386/isa/sound/ad1848.c optional sscape_mss i386/isa/sound/adlib_card.c optional opl i386/isa/sound/adlib_card.c optional trix -i386/isa/sound/audio.c optional snd +i386/isa/sound/audio.c optional snd \ + warning "The snd drivers are deprecated. Please see pcm/sbc/etc." i386/isa/sound/cs4232.c optional css i386/isa/sound/dev_table.c optional snd i386/isa/sound/dmabuf.c optional snd |