Skip site navigation (1)Skip section navigation (2)
Date:      10 Mar 2001 21:09:58 -0000
From:      rooneg@electricjellyfish.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/25659: /boot/defaults/loader.conf has wrong lines for snd modules
Message-ID:  <20010310210958.66100.qmail@neroon.acm.rpi.edu>

next in thread | raw e-mail | index | archive | help

>Number:         25659
>Category:       conf
>Synopsis:       /boot/defaults/loader.conf has wrong lines for snd modules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 13:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Rooney
>Release:        FreeBSD 4.3-BETA i386
>Organization:
RPI
>Environment:

>Description:
The lines in /boot/default/loader.conf for the snd modules ae wrong.  They 
should all end with _load.  

>How-To-Repeat:
Look at the file ;-)

>Fix:
Add _load to all the directives.  Patch attached.

--- /boot/defaults/loader.conf	Sat Mar 10 15:14:32 2001
+++ loader.conf	Sat Mar 10 16:05:50 2001
@@ -190,27 +190,27 @@
 ###  Sound modules  ##########################################
 ##############################################################
 
-snd_pcm="NO"			# Pcm
-snd_ad1816="NO"			# ad1816
-snd_cmi="NO"			# cmi
-snd_csa="NO"			# csa
-snd_cs4281="NO"			# cs4281
-snd_ds1="NO"			# ds1
-snd_emu10k1="NO" 		# Creative Sound Blaster Live
-snd_ess="NO"			# ess
-snd_es137x="NO"			# es137x
-snd_fm801="NO"			# fm801
-snd_maestro="NO"		# Maestro
-snd_maestro3="NO"		# Maestro3
-snd_mss="NO"			# Mss
-snd_neomagic="NO"		# Neomagic
-snd_sbc="NO"			# Sbc
-snd_sb8="NO"			# Sound Blaser Pro
-snd_sb16="NO"			# Sound Blaser 16
-snd_solo="NO"			# Solo
-snd_t4dwave="NO"		# t4dwave
-snd_via82c686="NO"		# via82c686
-snd="NO"			# Sound subsystem
+snd_pcm_load="NO"		# Pcm
+snd_ad1816_load="NO"		# ad1816
+snd_cmi_load="NO"		# cmi
+snd_csa_load="NO"		# csa
+snd_cs4281_load="NO"		# cs4281
+snd_ds1_load="NO"		# ds1
+snd_emu10k1_load="NO" 		# Creative Sound Blaster Live
+snd_ess_load="NO"		# ess
+snd_es137x_load="NO"		# es137x
+snd_fm801_load="NO"		# fm801
+snd_maestro_load="NO"		# Maestro
+snd_maestro3_load="NO"		# Maestro3
+snd_mss_load="NO"		# Mss
+snd_neomagic_load="NO"		# Neomagic
+snd_sbc_load="NO"		# Sbc
+snd_sb8_load="NO"		# Sound Blaser Pro
+snd_sb16_load="NO"		# Sound Blaser 16
+snd_solo_load="NO"		# Solo
+snd_t4dwave_load="NO"		# t4dwave
+snd_via82c686_load="NO"		# via82c686
+snd_load="NO"			# Sound subsystem
 
 ##############################################################
 ###  USB modules  ############################################
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010310210958.66100.qmail>