From a4b72ef0403c67e2d88c69ed60306bcc7406dd76 Mon Sep 17 00:00:00 2001 From: nyan Date: Mon, 12 Sep 2005 13:40:10 +0000 Subject: more #ifndef PC98. This really fix the pc98 tinderbox. --- sys/dev/sound/isa/mss.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/sound/isa/mss.c') diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 8c1ac50..bb45c4e 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -113,7 +113,9 @@ static void ad_leave_MCE(struct mss_info *mss); /* OPTi-specific functions */ static void opti_write(struct mss_info *mss, u_char reg, u_char data); +#ifndef PC98 static u_char opti_read(struct mss_info *mss, u_char reg); +#endif static int opti_init(device_t dev, struct mss_info *mss); /* io primitives */ @@ -2175,6 +2177,7 @@ opti_write(struct mss_info *mss, u_char reg, u_char val) } } +#ifndef PC98 u_char opti_read(struct mss_info *mss, u_char reg) { @@ -2198,6 +2201,7 @@ opti_read(struct mss_info *mss, u_char reg) } return -1; } +#endif static device_method_t pnpmss_methods[] = { /* Device interface */ -- cgit v1.1