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