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>.
This commit is contained in:
lile 2000-03-18 23:51:54 +00:00
parent 2ae861c731
commit c778d5b01b
6 changed files with 9214 additions and 7145 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,9 +14,11 @@
*---------------------------------------------------------------------------
*
* Description: PowerMACH Works header file
* $FreeBSD$
*
*---------------------------------------------------------------------------
* $Log: trlld.h,v $
* $Log: J:/usr/project/trlld/libsrc/include/trlld.h_v $
*
* Rev 1.9 25 Jan 1999 09:56:28 EGS
* Added 3150
*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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