Typo in comments. (Zilog 8350 -> 8530)
This commit is contained in:
parent
d53d7cf148
commit
7865e586d3
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user