Sound driver options added

This commit is contained in:
Andrey A. Chernov 1994-01-25 03:16:31 +00:00
parent 205c41b457
commit bf0e6e5324
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1011
3 changed files with 18 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
# $Id: LINT,v 1.43 1994/01/22 09:25:37 rgrimes Exp $
#
machine "i386"
@ -48,6 +48,11 @@ options IPBROADCASTECHO=1 #send reply to broadcast pings
options IPMASKAGENT=1 #send reply to icmp mask requests
options TPCONS #support X.25 network-layer service
options EXCLUDE_CHIP_MIDI # \ sound driver options
options "EXCLUDE_MPU401" # \ exclude specified
options EXCLUDE_GUS # / device or chip
options EXCLUDE_SBPRO # / from driver
#
# options that are in sys/conf/files
#

View file

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
# $Id: LINT,v 1.43 1994/01/22 09:25:37 rgrimes Exp $
#
machine "i386"
@ -48,6 +48,11 @@ options IPBROADCASTECHO=1 #send reply to broadcast pings
options IPMASKAGENT=1 #send reply to icmp mask requests
options TPCONS #support X.25 network-layer service
options EXCLUDE_CHIP_MIDI # \ sound driver options
options "EXCLUDE_MPU401" # \ exclude specified
options EXCLUDE_GUS # / device or chip
options EXCLUDE_SBPRO # / from driver
#
# options that are in sys/conf/files
#

View file

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
# $Id: LINT,v 1.43 1994/01/22 09:25:37 rgrimes Exp $
#
machine "i386"
@ -48,6 +48,11 @@ options IPBROADCASTECHO=1 #send reply to broadcast pings
options IPMASKAGENT=1 #send reply to icmp mask requests
options TPCONS #support X.25 network-layer service
options EXCLUDE_CHIP_MIDI # \ sound driver options
options "EXCLUDE_MPU401" # \ exclude specified
options EXCLUDE_GUS # / device or chip
options EXCLUDE_SBPRO # / from driver
#
# options that are in sys/conf/files
#