Home | History | Annotate | Line # | Download | only in isa
      1 /* $NetBSD: pcppireg.h,v 1.1 1998/04/15 20:26:18 drochner Exp $ */
      2 
      3 /*
      4  * PPI speaker control values
      5  */
      6 
      7 #define PIT_ENABLETMR2	0x01	/* Enable timer/counter 2 */
      8 #define PIT_SPKRDATA	0x02	/* Direct to speaker */
      9 
     10 #define PIT_SPKR	(PIT_ENABLETMR2|PIT_SPKRDATA)
     11