~kris/9p

9hist

be68a97ca0887857cd915cb1aa450601500a6a76 — David du Colombier 31 years ago ab3f03d
Plan 9 from Bell Labs 1995-02-11
2 files changed, 3 insertions(+), 2 deletions(-)

M carrera/audio.h
M pc/audio.h
M carrera/audio.h => carrera/audio.h +1 -0
@@ 30,5 30,6 @@ enum
	PORT_CLRI401	= Dspport + 0x100,
};

#define	setvec(a,b,c)
#define	outb(a,b)	EISAOUTB(a,b)
#define	inb(a)		EISAINB(a)

M pc/audio.h => pc/audio.h +2 -2
@@ 30,6 30,6 @@ enum
	PORT_CLRI401	= Dspport + 0x100,
};

#define	seteisadma(a, b)	;
#define	CACHELINESZ		8
#define seteisadma(a, b)	;
#define CACHELINESZ		8
#define UNCACHED(type, v)	(type*)((ulong)(v))