Deleted Added
sdiff udiff text old ( 54832 ) new ( 70134 )
full compact
1/*
2 * file: sbcard.h
3 * $FreeBSD: head/sys/dev/sound/isa/sb.h 70134 2000-12-18 01:36:41Z cg $
4 */
5
6/*
7 * sound blaster registers
8 */
9
10#define SBDSP_RST 0x6
11#define DSP_READ 0xA

--- 124 unchanged lines hidden (view full) ---

136#define BD_F_MIX_CT1745 0x0030 /* CT1745 */
137
138#define BD_F_SB16 0x0100 /* this is a SB16 */
139#define BD_F_SB16X 0x0200 /* this is a vibra16X or clone */
140#if 0
141#define BD_F_MIDIBUSY 0x0400 /* midi busy */
142#endif
143#define BD_F_ESS 0x0800 /* this is an ESS chip */
144#define BD_F_DMARUN 0x2000
145#define BD_F_DMARUN2 0x4000
146
147/*
148 * Mixer registers of SB Pro
149 */
150#define VOC_VOL 0x04
151#define MIC_VOL 0x0A

--- 26 unchanged lines hidden (view full) ---

178
179/*
180 * Mixer registers of SB16
181 */
182#define SB16_IMASK_L 0x3d
183#define SB16_IMASK_R 0x3e
184#define SB16_OMASK 0x3c
185
186
187