From bd9e1be560c41c593f57fc4037cb34f9cbe87216 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 27 May 1998 02:51:02 +0000 Subject: [PATCH] Add DETRA (Token Ring) Controller --- sys/dev/tc/tcdevs | 3 ++- sys/dev/tc/tcdevs.h | 5 ++++- sys/dev/tc/tcdevs_data.h | 7 ++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sys/dev/tc/tcdevs b/sys/dev/tc/tcdevs index e7a7033346c3..47fb1fd8b7de 100644 --- a/sys/dev/tc/tcdevs +++ b/sys/dev/tc/tcdevs @@ -1,4 +1,4 @@ -$NetBSD: tcdevs,v 1.8 1998/01/30 02:24:58 thorpej Exp $ +$NetBSD: tcdevs,v 1.9 1998/05/27 02:51:02 matt Exp $ /* * Copyright (c) 1996 Christopher G. Demetriou @@ -56,6 +56,7 @@ device PMAZB-AA tcds 53c94 TCDS SCSI option card device PMAZC-AA tcds 53c94 TCDS Fast SCSI option card device T1D4PKT ds DECWRL Turbochannel T1 device T3PKT tt DECWRL Turbochannel T3 +device PMAT-AA tra DEC TurboChannel Token Ring Controller # the following entries are unconfirmed #device PMAD-AB le LANCE Ethernet diff --git a/sys/dev/tc/tcdevs.h b/sys/dev/tc/tcdevs.h index 20ee17080939..41b8d703b888 100644 --- a/sys/dev/tc/tcdevs.h +++ b/sys/dev/tc/tcdevs.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcdevs.h,v 1.10 1998/01/30 02:25:28 thorpej Exp $ */ +/* $NetBSD: tcdevs.h,v 1.11 1998/05/27 02:51:02 matt Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -109,3 +109,6 @@ #define TC_DEVICE_T3PKT "tt" #define TC_DESCRIPTION_T3PKT "DECWRL Turbochannel T3" + +#define TC_DEVICE_PMAT_AA "tra" +#define TC_DESCRIPTION_PMAT_AA "DEC TurboChannel Token Ring Controller" diff --git a/sys/dev/tc/tcdevs_data.h b/sys/dev/tc/tcdevs_data.h index 499806d9358e..42fd373caa38 100644 --- a/sys/dev/tc/tcdevs_data.h +++ b/sys/dev/tc/tcdevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcdevs_data.h,v 1.10 1998/01/30 02:25:30 thorpej Exp $ */ +/* $NetBSD: tcdevs_data.h,v 1.11 1998/05/27 02:51:02 matt Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -159,5 +159,10 @@ struct tc_knowndev tc_knowndevs[] = { TC_DEVICE_T3PKT, TC_DESCRIPTION_T3PKT, }, + { + "PMAT-AA ", + TC_DEVICE_PMAT_AA, + TC_DESCRIPTION_PMAT_AA, + }, { NULL, NULL, NULL, } };