diff options
author | luigi <luigi@FreeBSD.org> | 1998-12-31 08:17:08 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 1998-12-31 08:17:08 +0000 |
commit | dd2f1cf30c8455f1db5a3bf2d74dae866c1f2141 (patch) | |
tree | 3a852e290ec370c58b70e83ca100b1a735aa0e07 /sys | |
parent | 33a313ee9d6a2ecff8c4a2b4a0de447ea323e07d (diff) | |
download | FreeBSD-src-dd2f1cf30c8455f1db5a3bf2d74dae866c1f2141.zip FreeBSD-src-dd2f1cf30c8455f1db5a3bf2d74dae866c1f2141.tar.gz |
Enable the ES1370 driver. You don't need any options for this,
the existing "device pcm..." entry will take care of that.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files.i386 | 3 | ||||
-rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index cbc1a26..4f727b3 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.214 1998/12/27 14:21:08 sos Exp $ +# $Id: files.i386,v 1.215 1998/12/27 21:46:55 phk Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -165,6 +165,7 @@ i386/isa/snd/dmabuf.c optional pcm device-driver i386/isa/snd/ad1848.c optional pcm device-driver i386/isa/snd/sb_dsp.c optional pcm device-driver i386/isa/snd/clones.c optional pcm device-driver +pci/es1370.c optional pcm device-driver i386/isa/spigot.c optional spigot device-driver i386/isa/spkr.c optional speaker device-driver i386/isa/stallion.c optional stl device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index cbc1a26..4f727b3 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.214 1998/12/27 14:21:08 sos Exp $ +# $Id: files.i386,v 1.215 1998/12/27 21:46:55 phk Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -165,6 +165,7 @@ i386/isa/snd/dmabuf.c optional pcm device-driver i386/isa/snd/ad1848.c optional pcm device-driver i386/isa/snd/sb_dsp.c optional pcm device-driver i386/isa/snd/clones.c optional pcm device-driver +pci/es1370.c optional pcm device-driver i386/isa/spigot.c optional spigot device-driver i386/isa/spkr.c optional speaker device-driver i386/isa/stallion.c optional stl device-driver |