1 1.1 thorpej /* $NetBSD: spkrreg.h,v 1.1 2002/02/10 01:57:55 thorpej Exp $ */ 2 1.1 thorpej 3 1.1 thorpej /* 4 1.1 thorpej * PIT port addresses and speaker control values 5 1.1 thorpej */ 6 1.1 thorpej 7 1.1 thorpej #define PITAUX_PORT 0x61 /* port of Programmable Peripheral Interface */ 8 1.1 thorpej #define PIT_ENABLETMR2 0x01 /* Enable timer/counter 2 */ 9 1.1 thorpej #define PIT_SPKRDATA 0x02 /* Direct to speaker */ 10 1.1 thorpej 11 1.1 thorpej #define PIT_SPKR (PIT_ENABLETMR2|PIT_SPKRDATA) 12