mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
more #ifndef PC98. This really fix the pc98 tinderbox.
This commit is contained in:
parent
abe06e5eb5
commit
8621e8a737
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150038
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user