Status of vt.c

Pavel Machek (pavel@elf.ucw.cz)
Sun, 12 Apr 1998 17:57:11 +0200


Hi!

I thought that vt.c is architecture - independent. Well, I wonder how
it works:

kd_nosound(unsigned long ignored)
{
/* disable counter 2 */
outb(inb_p(0x61)&0xFC, 0x61);
return;
}

Maybe its time to create drivers/char/pc.c?

Pavel

[I've seen some sparcs, and they *do* make some sounds. How is it
done? Is that code with kd_nosound compiled on sparc but not used?]

-- 
I'm really pavel@atrey.karlin.mff.cuni.cz. 	   Pavel
Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu