From be68a97ca0887857cd915cb1aa450601500a6a76 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 11 Feb 1995 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1995-02-11 --- carrera/audio.h | 1 + pc/audio.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/carrera/audio.h b/carrera/audio.h index b699c53f3345cf191175e57b2de0413dc4be1d67..dd05c6a895daebcfce8d30026c16b5e50cf3cb1b 100644 --- a/carrera/audio.h +++ b/carrera/audio.h @@ -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) diff --git a/pc/audio.h b/pc/audio.h index d9366805f57a0f45de46ed35ee882cfa7c9dd974..12979dcfbf5def95826de9fa46e0000d04092932 100644 --- a/pc/audio.h +++ b/pc/audio.h @@ -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))