Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.

This commit is contained in:
Yoshihiro Takahashi 2000-05-22 13:11:12 +00:00
parent 4ab587f4cf
commit 6f37f14225
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60793

View File

@ -37,7 +37,6 @@
#include "rdp.h"
#include "sr.h"
#include "wl.h"
#include "oltr.h"
#include "pcm.h"
#include "pas.h"
#include "sb.h"
@ -94,7 +93,6 @@ extern struct isa_driver lncdriver;
extern struct isa_driver rdpdriver;
extern struct isa_driver srdriver;
extern struct isa_driver wldriver;
extern struct isa_driver oltrdriver;
extern struct isa_driver pasdriver;
extern struct isa_driver sbdriver;
extern struct isa_driver sbxvidriver;
@ -171,7 +169,7 @@ static struct old_isa_driver old_drivers[] = {
#if NLABPC > 0
{ INTR_TYPE_TTY, &labpcdriver },
#endif
#if NRCD > 0
#if NRC > 0
{ INTR_TYPE_TTY, &rcdriver },
#endif
#if NRP > 0
@ -190,7 +188,7 @@ static struct old_isa_driver old_drivers[] = {
{ INTR_TYPE_TTY, &stlidriver },
#endif
#if NLORAN > 0
{ INTR_TYPE_TTY, &lorandriver },
{ INTR_TYPE_TTY | INTR_TYPE_FAST, &lorandriver },
#endif
/* BIO */
@ -251,9 +249,6 @@ static struct old_isa_driver old_drivers[] = {
/* MISC */
#if NOLTR > 0
{ INTR_TYPE_MISC, &oltrdriver },
#endif
#if NPAS > 0
{ INTR_TYPE_MISC, &pasdriver },
#endif