Subject: Ethernet Patch
To: None <port-mac68k@NetBSD.ORG>
From: =?ISO-2022-JP?B?GyRCQ2ZCPDBsQC4bKEI=?= / Kazunari -ISSEY- Nakamura <kazu@info-sys.tokyo.nkk.co.jp>
List: port-mac68k
Date: 09/24/1995 20:28:16
I brought Technology Works(?) Ethernet Card. I think it is
compatible to Apple Ethernet Card, and it works well on MacOS
environment.

So I made following patches. It also works well on MacBSD !!

Please add this patch in next kernel release.

// Kazunari Nakamura

*** nubus.H	Sat Aug 26 15:57:32 1995
--- nubus.h	Sun Sep 24 18:48:14 1995
***************
*** 63,66 ****
--- 63,67 ----
  #define    NUBUS_DRHW_KINETICS	0x0106
  #define   NUBUS_DRSW_ASANTE	0x0104
+ #define   NUBUS_DRSW_TECHWORKS	0x0109
  #define    NUBUS_DRHW_SONIC	0x0110
  #define   NUBUS_DRSW_FARALLON	0x010C
*** if_ae.C	Thu Aug 10 15:56:00 1995
--- if_ae.c	Sun Sep 24 19:57:56 1995
***************
*** 210,213 ****
--- 210,214 ----
  	case NUBUS_DRSW_3COM:
  	case NUBUS_DRSW_APPLE:
+ 	case NUBUS_DRSW_TECHWORKS:
  		sc->vendor = AE_VENDOR_APPLE;
  		break;