diff options
author | peter <peter@FreeBSD.org> | 1999-06-29 21:53:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-06-29 21:53:59 +0000 |
commit | b047a365bb2ac66bb78b1df18bef2dd1eda30107 (patch) | |
tree | 1119619e671e87f525b477474d7ead94d1c4e3b8 | |
parent | 80be21c07f26960ce5bf55c8058baf85b816c006 (diff) | |
download | FreeBSD-src-b047a365bb2ac66bb78b1df18bef2dd1eda30107.zip FreeBSD-src-b047a365bb2ac66bb78b1df18bef2dd1eda30107.tar.gz |
sscape_mss is supposed to work..
-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 59f1de2..3556b46 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.248 1999/06/22 14:13:36 yokota Exp $ +# $Id: files.i386,v 1.249 1999/06/29 16:14:20 peter Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -252,6 +252,7 @@ i386/isa/sound/ad1848.c optional gusxvi device-driver i386/isa/sound/ad1848.c optional mss device-driver i386/isa/sound/ad1848.c optional sscape device-driver i386/isa/sound/ad1848.c optional trix device-driver +i386/isa/sound/ad1848.c optional sscape_mss device-driver i386/isa/sound/adlib_card.c optional opl device-driver i386/isa/sound/adlib_card.c optional trix device-driver i386/isa/sound/audio.c optional snd device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 59f1de2..3556b46 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.248 1999/06/22 14:13:36 yokota Exp $ +# $Id: files.i386,v 1.249 1999/06/29 16:14:20 peter Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -252,6 +252,7 @@ i386/isa/sound/ad1848.c optional gusxvi device-driver i386/isa/sound/ad1848.c optional mss device-driver i386/isa/sound/ad1848.c optional sscape device-driver i386/isa/sound/ad1848.c optional trix device-driver +i386/isa/sound/ad1848.c optional sscape_mss device-driver i386/isa/sound/adlib_card.c optional opl device-driver i386/isa/sound/adlib_card.c optional trix device-driver i386/isa/sound/audio.c optional snd device-driver |