Subject: re: Beep on halt (with sysctl)
To: Julio Merino <jmmv@menta.net>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 10/20/2002 23:44:26
   
   >    
   >        kern.beep.pitch  (int - the frequency of the tone, default 1500)
   >        kern.beep.period (int - the period of the tone, default 250)
   >        kern.beep.onhalt (int - how many tones, default 0)
   > 
   > kern. seems the wrong place to me.  this is a machine dependant feature.
   
   The idea isn't. I guess that there are more archs with an internal speaker
   than i386... isn't it? At least, sysbeep manpage says that alpha supports
   it.

the same could be said for, eg, machdep.booted_kernel.
   
   So, maybe that should be moved to machdep.*.

that was my intention.  :-)



.mrg.