Removed pc98 code.
This commit is contained in:
parent
492315a247
commit
a281695685
@ -88,9 +88,6 @@
|
||||
#include "tina.h"
|
||||
#include "ppc.h"
|
||||
#include "fla.h"
|
||||
#ifdef PC98
|
||||
#include "bs.h"
|
||||
#endif
|
||||
|
||||
struct old_isa_driver {
|
||||
int type;
|
||||
@ -158,9 +155,6 @@ extern struct isa_driver pcfdriver;
|
||||
extern struct isa_driver isicdriver;
|
||||
extern struct isa_driver tinadriver;
|
||||
extern struct isa_driver ppcdriver;
|
||||
#ifdef PC98
|
||||
extern struct isa_driver bsdriver;
|
||||
#endif
|
||||
|
||||
|
||||
static struct old_isa_driver old_drivers[] = {
|
||||
@ -307,22 +301,14 @@ static struct old_isa_driver old_drivers[] = {
|
||||
|
||||
/* CAM */
|
||||
|
||||
#ifndef PC98
|
||||
#if NADV > 0
|
||||
{ INTR_TYPE_CAM, &advdriver },
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if NAHA > 0
|
||||
{ INTR_TYPE_CAM, &ahadriver },
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
#if NBS > 0
|
||||
{ INTR_TYPE_CAM, &bsdriver },
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* MISC */
|
||||
|
||||
#if NOLTR > 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user