Add DETRA (Token Ring) Controller

This commit is contained in:
matt 1998-05-27 02:51:02 +00:00
parent 91a483bd33
commit bd9e1be560
3 changed files with 12 additions and 3 deletions

View File

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

View File

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

View File

@ -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, }
};