From 7865e586d353e978d13ac070f0d40d3619833524 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 14 Apr 2000 13:29:57 +0000 Subject: [PATCH] Typo in comments. (Zilog 8350 -> 8530) --- sys/arch/macppc/macppc/conf.c | 4 ++-- sys/arch/sparc/sparc/conf.c | 4 ++-- sys/arch/sparc64/sparc64/conf.c | 4 ++-- sys/arch/sun3/sun3/conf.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index fb03470159a6..6c4101f50f37 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.18 2000/01/27 15:41:19 tsubai Exp $ */ +/* $NetBSD: conf.c,v 1.19 2000/04/14 13:29:57 tsutsui Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -160,7 +160,7 @@ struct cdevsw cdevsw[] = { cdev_notdef(), /* 9: Openfirmware RTC */ cdev_bpftun_init(NBPFILTER,bpf),/* 10: Berkeley packet filter */ cdev_bpftun_init(NTUN,tun), /* 11: network tunnel */ - cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8350 serial port */ + cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8530 serial port */ cdev_disk_init(NSD,sd), /* 13: SCSI disk */ cdev_tape_init(NST,st), /* 14: SCSI tape */ cdev_disk_init(NCD,cd), /* 15: SCSI CD-ROM */ diff --git a/sys/arch/sparc/sparc/conf.c b/sys/arch/sparc/sparc/conf.c index c9c2209b2166..4818dad70e6c 100644 --- a/sys/arch/sparc/sparc/conf.c +++ b/sys/arch/sparc/sparc/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.63 2000/03/19 14:20:54 pk Exp $ */ +/* $NetBSD: conf.c,v 1.64 2000/04/14 13:29:58 tsutsui Exp $ */ /* * Copyright (c) 1992, 1993 @@ -146,7 +146,7 @@ struct cdevsw cdevsw[] = cdev_disk_init(NXY,xy), /* 9: SMD disk on Xylogics 450/451 */ cdev_notdef(), /* 10: systech multi-terminal board */ cdev_notdef(), /* 11: DES encryption chip */ - cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8350 serial port */ + cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8530 serial port */ cdev_mouse_init(NMS,ms), /* 13: /dev/mouse */ cdev_notdef(), /* 14: cgone */ cdev_notdef(), /* 15: sun /dev/winNNN */ diff --git a/sys/arch/sparc64/sparc64/conf.c b/sys/arch/sparc64/sparc64/conf.c index 489271d8411b..ae820a1e6bc0 100644 --- a/sys/arch/sparc64/sparc64/conf.c +++ b/sys/arch/sparc64/sparc64/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.5 1999/06/04 13:58:59 mrg Exp $ */ +/* $NetBSD: conf.c,v 1.6 2000/04/14 13:29:58 tsutsui Exp $ */ /* * Copyright (c) 1992, 1993 @@ -134,7 +134,7 @@ struct cdevsw cdevsw[] = cdev_notdef(), /* 9: SMD disk on Xylogics 450/451 */ cdev_notdef(), /* 10: systech multi-terminal board */ cdev_notdef(), /* 11: DES encryption chip */ - cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8350 serial port */ + cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8530 serial port */ cdev_mouse_init(NMS,ms), /* 13: /dev/mouse */ cdev_notdef(), /* 14: cgone */ cdev_notdef(), /* 15: sun /dev/winNNN */ diff --git a/sys/arch/sun3/sun3/conf.c b/sys/arch/sun3/sun3/conf.c index a9f81b7c1365..3d1bcffcbefa 100644 --- a/sys/arch/sun3/sun3/conf.c +++ b/sys/arch/sun3/sun3/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.63 1999/04/19 21:23:01 kleink Exp $ */ +/* $NetBSD: conf.c,v 1.64 2000/04/14 13:29:59 tsutsui Exp $ */ /*- * Copyright (c) 1994 Adam Glass, Gordon W. Ross @@ -224,7 +224,7 @@ struct cdevsw cdevsw[] = cdev_disk_init(NXY,xy), /* 9: SMD disk on Xylogics 450/451 */ cdev_notdef(), /* 10: systech multi-terminal board */ cdev_notdef(), /* 11: DES encryption chip */ - cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8350 serial port */ + cdev_tty_init(NZSTTY,zs), /* 12: Zilog 8530 serial port */ cdev_mouse_init(NMS,ms), /* 13: Sun mouse */ cdev_notdef(), /* 14: cgone */ cdev_notdef(), /* 15: /dev/winXXX */