diff options
| author | flxd <flxd@NetBSD.org> | 2017-06-22 16:46:52 +0000 |
|---|---|---|
| committer | flxd <flxd@NetBSD.org> | 2017-06-22 16:46:52 +0000 |
| commit | cc2d9d2287b20a189905261253dbfa258e28bdb7 (patch) | |
| tree | 463c10f5cc87b0f18254a2d85432628ac4003df3 /sys/dev | |
| parent | 1bdc4cb48edd10031b6bf57b4f61380af6f3f052 (diff) | |
spelling (DEC called it "TURBOchannel")
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dec/if_le_dec.c | 6 | ||||
| -rw-r--r-- | sys/dev/ic/pdqvar.h | 4 | ||||
| -rw-r--r-- | sys/dev/tc/if_fta.c | 8 | ||||
| -rw-r--r-- | sys/dev/tc/if_le_tc.c | 8 | ||||
| -rw-r--r-- | sys/dev/tc/tcdevs | 8 | ||||
| -rw-r--r-- | sys/dev/tc/tcds.c | 6 | ||||
| -rw-r--r-- | sys/dev/tc/tcreg.h | 4 |
7 files changed, 22 insertions, 22 deletions
diff --git a/sys/dev/dec/if_le_dec.c b/sys/dev/dec/if_le_dec.c index 969613694fc..f2fd06c3728 100644 --- a/sys/dev/dec/if_le_dec.c +++ b/sys/dev/dec/if_le_dec.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_dec.c,v 1.20 2010/01/19 22:06:23 pooka Exp $ */ +/* $NetBSD: if_le_dec.c,v 1.21 2017/06/22 16:46:53 flxd Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.20 2010/01/19 22:06:23 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.21 2017/06/22 16:46:53 flxd Exp $"); #include "opt_inet.h" @@ -194,7 +194,7 @@ le_dec_writereg(volatile uint16_t *regptr, uint16_t val) * by am7990.c, because of the LE_NEED_BUF_* macros defined above. * Unfortunately, CPU addressing of these buffers is done in one of * 3 ways: - * - contiguous (for the 3max and turbochannel option card) + * - contiguous (for the 3max and TURBOchannel option card) * - gap2, which means shorts (2 bytes) interspersed with short (2 byte) * spaces (for the pmax, vax 3400, and ioasic LANCE descriptors) * - gap16, which means 16bytes interspersed with 16byte spaces diff --git a/sys/dev/ic/pdqvar.h b/sys/dev/ic/pdqvar.h index 29cab60dda6..9321227bb7f 100644 --- a/sys/dev/ic/pdqvar.h +++ b/sys/dev/ic/pdqvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: pdqvar.h,v 1.47 2012/10/27 17:18:22 chs Exp $ */ +/* $NetBSD: pdqvar.h,v 1.48 2017/06/22 16:46:53 flxd Exp $ */ /*- * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> @@ -47,7 +47,7 @@ enum _pdq_boolean_t { enum _pdq_type_t { PDQ_DEFPA, /* PCI-bus */ PDQ_DEFEA, /* EISA-bus */ - PDQ_DEFTA, /* TurboChannel */ + PDQ_DEFTA, /* TURBOchannel */ PDQ_DEFAA, /* FutureBus+ */ PDQ_DEFQA /* Q-bus */ }; diff --git a/sys/dev/tc/if_fta.c b/sys/dev/tc/if_fta.c index 110e5cb09b1..d4691733205 100644 --- a/sys/dev/tc/if_fta.c +++ b/sys/dev/tc/if_fta.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_fta.c,v 1.28 2012/10/27 17:18:38 chs Exp $ */ +/* $NetBSD: if_fta.c,v 1.29 2017/06/22 16:46:53 flxd Exp $ */ /*- * Copyright (c) 1996 Matt Thomas <matt@3am-software.com> @@ -28,15 +28,15 @@ */ /* - * DEC TurboChannel FDDI Controller; code for BSD derived operating systems + * DEC TURBOchannel FDDI Controller; code for BSD derived operating systems * * Written by Matt Thomas * - * This module supports the DEC DEFTA TurboChannel FDDI Controller + * This module supports the DEC DEFTA TURBOchannel FDDI Controller */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_fta.c,v 1.28 2012/10/27 17:18:38 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_fta.c,v 1.29 2017/06/22 16:46:53 flxd Exp $"); #include "opt_inet.h" diff --git a/sys/dev/tc/if_le_tc.c b/sys/dev/tc/if_le_tc.c index dae007ea6ba..fec352ddba3 100644 --- a/sys/dev/tc/if_le_tc.c +++ b/sys/dev/tc/if_le_tc.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_tc.c,v 1.21 2008/04/04 12:25:07 tsutsui Exp $ */ +/* $NetBSD: if_le_tc.c,v 1.22 2017/06/22 16:46:53 flxd Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -28,11 +28,11 @@ */ /* - * LANCE on TurboChannel. + * LANCE on TURBOchannel. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le_tc.c,v 1.21 2008/04/04 12:25:07 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_tc.c,v 1.22 2017/06/22 16:46:53 flxd Exp $"); #include "opt_inet.h" @@ -91,7 +91,7 @@ le_tc_attach(device_t parent, device_t self, void *aux) sc->sc_dev = self; /* - * It's on the turbochannel proper, or a kn02 + * It's on the TURBOchannel proper, or a kn02 * baseboard implementation of a TC option card. */ lesc->sc_r1 = (struct lereg1 *) diff --git a/sys/dev/tc/tcdevs b/sys/dev/tc/tcdevs index 00ad371e3fe..094364bfcca 100644 --- a/sys/dev/tc/tcdevs +++ b/sys/dev/tc/tcdevs @@ -1,4 +1,4 @@ -$NetBSD: tcdevs,v 1.22 2016/08/11 09:05:42 christos Exp $ +$NetBSD: tcdevs,v 1.23 2017/06/22 16:46:53 flxd Exp $ /* * Copyright (c) 1996 Christopher G. Demetriou @@ -72,7 +72,7 @@ device PMAGD-AA sfbp Smart Frame Buffer Plus, 8bpp device PMAGD-BA sfbp Smart Frame Buffer Plus, 32bpp device PMAGD-CA sfbp Smart Frame Buffer Plus, 32bpp, 24bit Z-Buffer device PMAP-AA ??? Prestoserve -device PMAT-AA tra DEC TurboChannel Token Ring Controller +device PMAT-AA tra DEC TURBOchannel Token Ring Controller device PMAZ-AA asc 53c94 SCSI device PMAZ-AB asc 53c94 SCSI device PMAZ-DS tcds 53c94 TCDS SCSI (baseboard) @@ -81,8 +81,8 @@ device PMAZB-AA tcds 53c94 TCDS SCSI option card device PMAZB-AB tcds 53c94 TCDS SCSI option card device PMAZC-AA tcds 53c94 TCDS Fast SCSI option card device PMTNV-AA ??? Non-volatile RAM option card -device T1D4PKT ds DECWRL Turbochannel T1 -device T3PKT tt DECWRL Turbochannel T3 +device T1D4PKT ds DECWRL TURBOchannel T1 +device T3PKT tt DECWRL TURBOchannel T3 device TC-USB tcu flxd TC-USB # the following entries are unconfirmed diff --git a/sys/dev/tc/tcds.c b/sys/dev/tc/tcds.c index e1d0c09ef36..eb5ddf4e0a3 100644 --- a/sys/dev/tc/tcds.c +++ b/sys/dev/tc/tcds.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcds.c,v 1.25 2009/08/22 17:38:06 tsutsui Exp $ */ +/* $NetBSD: tcds.c,v 1.26 2017/06/22 16:46:53 flxd Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcds.c,v 1.25 2009/08/22 17:38:06 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcds.c,v 1.26 2017/06/22 16:46:53 flxd Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -163,7 +163,7 @@ tcdsattach(device_t parent, device_t self, void *aux) if (td == NULL) panic("\ntcdsattach: impossible"); - printf(": TurboChannel Dual SCSI"); + printf(": TURBOchannel Dual SCSI"); if (td->td_flags & TCDSF_BASEBOARD) printf(" (baseboard)"); printf("\n"); diff --git a/sys/dev/tc/tcreg.h b/sys/dev/tc/tcreg.h index 514319c6647..c3a06939680 100644 --- a/sys/dev/tc/tcreg.h +++ b/sys/dev/tc/tcreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcreg.h,v 1.3 2005/12/11 12:24:00 christos Exp $ */ +/* $NetBSD: tcreg.h,v 1.4 2017/06/22 16:46:53 flxd Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -31,7 +31,7 @@ #define __DEV_TC_TCREG_H__ /* - * TurboChannel bus and register definitions. + * TURBOchannel bus and register definitions. */ #define TC_ROM_LLEN 8 |
