Module Name: src Committed By: msaitoh Date: Fri Dec 27 09:28:41 UTC 2019
Modified Files: src/sys/arch/acorn32/mainbus: lpt_pioc.c src/sys/arch/hppa/gsc: lpt_gsc.c src/sys/dev/isa: lpt_isa.c src/sys/dev/ppbus: lpt.c Log Message: s/manaul/manual/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/acorn32/mainbus/lpt_pioc.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/gsc/lpt_gsc.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/isa/lpt_isa.c cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ppbus/lpt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/acorn32/mainbus/lpt_pioc.c diff -u src/sys/arch/acorn32/mainbus/lpt_pioc.c:1.12 src/sys/arch/acorn32/mainbus/lpt_pioc.c:1.13 --- src/sys/arch/acorn32/mainbus/lpt_pioc.c:1.12 Tue Jul 19 15:59:53 2011 +++ src/sys/arch/acorn32/mainbus/lpt_pioc.c Fri Dec 27 09:28:41 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_pioc.c,v 1.12 2011/07/19 15:59:53 dyoung Exp $ */ +/* $NetBSD: lpt_pioc.c,v 1.13 2019/12/27 09:28:41 msaitoh Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe @@ -36,7 +36,7 @@ #include <sys/param.h> -__KERNEL_RCSID(0, "$NetBSD: lpt_pioc.c,v 1.12 2011/07/19 15:59:53 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt_pioc.c,v 1.13 2019/12/27 09:28:41 msaitoh Exp $"); #include <sys/systm.h> #include <sys/kernel.h> @@ -90,7 +90,7 @@ lpt_port_test(bus_space_tag_t iot, bus_s * * 2) You should be able to write to and read back the same value * to the control port lower 5 bits, the upper 3 bits are reserved - * per the IBM PC technical reference manauls and different boards + * per the IBM PC technical reference manuals and different boards * do different things with them. Do an alternating zeros, alternating * ones, walking zero, and walking one test to check for stuck bits. * Index: src/sys/arch/hppa/gsc/lpt_gsc.c diff -u src/sys/arch/hppa/gsc/lpt_gsc.c:1.1 src/sys/arch/hppa/gsc/lpt_gsc.c:1.2 --- src/sys/arch/hppa/gsc/lpt_gsc.c:1.1 Mon Feb 24 07:23:43 2014 +++ src/sys/arch/hppa/gsc/lpt_gsc.c Fri Dec 27 09:28:41 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_gsc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $ */ +/* $NetBSD: lpt_gsc.c,v 1.2 2019/12/27 09:28:41 msaitoh Exp $ */ /* $OpenBSD: lpt_gsc.c,v 1.6 2000/07/21 17:41:06 mickey Exp $ */ @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt_gsc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt_gsc.c,v 1.2 2019/12/27 09:28:41 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -119,7 +119,7 @@ lpt_port_test(bus_space_tag_t iot, bus_s * * 2) You should be able to write to and read back the same value * to the control port lower 5 bits, the upper 3 bits are reserved - * per the IBM PC technical reference manauls and different boards + * per the IBM PC technical reference manuals and different boards * do different things with them. Do an alternating zeros, alternating * ones, walking zero, and walking one test to check for stuck bits. * Index: src/sys/dev/isa/lpt_isa.c diff -u src/sys/dev/isa/lpt_isa.c:1.69 src/sys/dev/isa/lpt_isa.c:1.70 --- src/sys/dev/isa/lpt_isa.c:1.69 Sat Mar 24 18:34:43 2018 +++ src/sys/dev/isa/lpt_isa.c Fri Dec 27 09:28:41 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_isa.c,v 1.69 2018/03/24 18:34:43 jdolecek Exp $ */ +/* $NetBSD: lpt_isa.c,v 1.70 2019/12/27 09:28:41 msaitoh Exp $ */ /* * Copyright (c) 1993, 1994 Charles M. Hannum. @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt_isa.c,v 1.69 2018/03/24 18:34:43 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt_isa.c,v 1.70 2019/12/27 09:28:41 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -130,7 +130,7 @@ lpt_port_test(bus_space_tag_t iot, bus_s * * 2) You should be able to write to and read back the same value * to the control port lower 5 bits, the upper 3 bits are reserved - * per the IBM PC technical reference manauls and different boards + * per the IBM PC technical reference manuals and different boards * do different things with them. Do an alternating zeros, alternating * ones, walking zero, and walking one test to check for stuck bits. * Index: src/sys/dev/ppbus/lpt.c diff -u src/sys/dev/ppbus/lpt.c:1.31 src/sys/dev/ppbus/lpt.c:1.32 --- src/sys/dev/ppbus/lpt.c:1.31 Mon Sep 3 16:29:33 2018 +++ src/sys/dev/ppbus/lpt.c Fri Dec 27 09:28:41 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: lpt.c,v 1.31 2018/09/03 16:29:33 riastradh Exp $ */ +/* $NetBSD: lpt.c,v 1.32 2019/12/27 09:28:41 msaitoh Exp $ */ /* * Copyright (c) 1990 William F. Jolitz, TeleMuse @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.31 2018/09/03 16:29:33 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.32 2019/12/27 09:28:41 msaitoh Exp $"); #include "opt_ppbus_lpt.h" @@ -305,7 +305,7 @@ lpt_release_ppbus(struct lpt_softc * lpt * * 2) You should be able to write to and read back the same value * to the control port lower 5 bits, the upper 3 bits are reserved - * per the IBM PC technical reference manauls and different boards + * per the IBM PC technical reference manuals and different boards * do different things with them. Do an alternating zeros, alternating * ones, walking zero, and walking one test to check for stuck bits. *