plan 9 kernel history: overview | file list | diff list

carrera/audio.h (diff list | history)

1995/0119/sys/src/9/carrera/audio.h:30,341995/0211/sys/src/9/carrera/audio.h:30,35 (short | long)
1995/0119    
	PORT_CLRI401	= Dspport + 0x100, 
}; 
 
1995/0211    
#define	setvec(a,b,c) 
1995/0119    
#define	outb(a,b)	EISAOUTB(a,b) 
#define	inb(a)		EISAINB(a) 
1995/0211/sys/src/9/carrera/audio.h:5,101995/0214/sys/src/9/carrera/audio.h:5,12 (short | long)
1995/0119    
	Dma		= 6, 
	Irq		= 7, 
 
1995/0214    
	SBswab		= 1, 
 
1995/0119    
	DMA2_WRMASK	= 0xd4, 
	DMA2_WRMODE	= 0xd6, 
	DMA2_CLRBP	= 0xd8, 
1995/0214/sys/src/9/carrera/audio.h:3,91999/0504/sys/src/9/carrera/audio.h:3,9 (short | long)
1995/0119    
	Bufsize		= 16*1024,	/* 92 ms each */ 
	Nbuf		= 16,		/* 1.5 seconds total */ 
	Dma		= 6, 
	Irq		= 7, 
1999/0504    
	IrqAUDIO	= 7, 
1995/0119    
 
1995/0214    
	SBswab		= 1, 
 
1999/0504/sys/src/9/carrera/audio.h:1,372001/0527/sys/src/9/carrera/audio.h:0 (short | long)
Deleted.
rsc Mon Mar 7 10:21:04 2005
1995/0119    
enum 
{ 
	Bufsize		= 16*1024,	/* 92 ms each */ 
	Nbuf		= 16,		/* 1.5 seconds total */ 
	Dma		= 6, 
1999/0504    
	IrqAUDIO	= 7, 
1995/0119    
                 
1995/0214    
	SBswab		= 1, 
                 
1995/0119    
	DMA2_WRMASK	= 0xd4, 
	DMA2_WRMODE	= 0xd6, 
	DMA2_CLRBP	= 0xd8, 
                 
	DMA6_ADDRESS	= 0xc8, 
	DMA6_COUNT	= 0xca, 
	DMA6_LPAGE	= 0x89, 
	DMA6_HPAGE	= 0x489, 
                 
	Dspport		= 0x220, 
                 
	PORT_RESET	= Dspport + 0x6, 
	PORT_READ	= Dspport + 0xA, 
	PORT_WRITE	= Dspport + 0xC, 
	PORT_WSTATUS	= Dspport + 0xC, 
	PORT_RSTATUS	= Dspport + 0xE, 
                 
	PORT_MIXER_ADDR	= Dspport + 0x4, 
	PORT_MIXER_DATA	= Dspport + 0x5, 
                 
	PORT_CLRI8	= Dspport + 0xE, 
	PORT_CLRI16	= Dspport + 0xF, 
	PORT_CLRI401	= Dspport + 0x100, 
}; 
                 
1995/0211    
#define	setvec(a,b,c) 
1995/0119    
#define	outb(a,b)	EISAOUTB(a,b) 
#define	inb(a)		EISAINB(a) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)