summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorlile <lile@FreeBSD.org>2000-03-18 23:51:54 +0000
committerlile <lile@FreeBSD.org>2000-03-18 23:51:54 +0000
commitc778d5b01b612cbc11bb9bf66030443d63e6f1e4 (patch)
tree00e4cb9cfb7c82391eb35bc21c615487fb34caed /sys/i386
parent2ae861c731493eb8c65c09b3a14ec37795b3cf77 (diff)
downloadFreeBSD-src-c778d5b01b612cbc11bb9bf66030443d63e6f1e4.zip
FreeBSD-src-c778d5b01b612cbc11bb9bf66030443d63e6f1e4.tar.gz
o Replace the old "oltr" driver with the completely re-written
new-bus Olicom driver, previously known as "ol". The new driver unfortunately does not support ISA cards yet. o Update the microcode files, interface library and include files to the latest PowerMACH works version. Force even byte alignment of adapter microcode. o Roll in some of the patches from Nikolai Saoukh <nms@ethereal.ru>.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/isa_compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 619dd80..1f86ad0 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -38,7 +38,6 @@
#include "rdp.h"
#include "sr.h"
#include "wl.h"
-#include "oltr.h"
#include "pcm.h"
#include "pas.h"
#include "sb.h"
@@ -92,7 +91,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;
@@ -249,9 +247,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
OpenPOWER on IntegriCloud