mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Sound driver options added
This commit is contained in:
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
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue