Add Technology Works ethernet card. From

Kazunari Nakamura <kazu@nkk.co.jp>.
This commit is contained in:
briggs 1995-09-24 14:13:56 +00:00
parent 941f24a3cc
commit 4d52f57876
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ae.c,v 1.35 1995/08/09 12:16:10 briggs Exp $ */
/* $NetBSD: if_ae.c,v 1.36 1995/09/24 14:13:58 briggs Exp $ */
/*
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
@ -209,6 +209,7 @@ ae_id_card(slot, sc)
switch (slottype.drsw) {
case NUBUS_DRSW_3COM:
case NUBUS_DRSW_APPLE:
case NUBUS_DRSW_TECHWORKS:
sc->vendor = AE_VENDOR_APPLE;
break;
case NUBUS_DRSW_ASANTE:

View File

@ -1,4 +1,4 @@
/* $NetBSD: nubus.h,v 1.10 1995/08/25 21:20:57 briggs Exp $ */
/* $NetBSD: nubus.h,v 1.11 1995/09/24 14:13:56 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -62,6 +62,7 @@
#define NUBUS_DRHW_INTERLAN 0x0100
#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

View File

@ -1,4 +1,4 @@
/* $NetBSD: nubus.h,v 1.10 1995/08/25 21:20:57 briggs Exp $ */
/* $NetBSD: nubus.h,v 1.11 1995/09/24 14:13:56 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -62,6 +62,7 @@
#define NUBUS_DRHW_INTERLAN 0x0100
#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