From 624c3eac02013a804418d115625ad8d09ce17dd8 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 11 Feb 2010 20:14:50 +0000 Subject: align comments; ok miod@ --- sys/arch/loongson/loongson/conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/loongson') diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c index 38f91947f88..5ae3ba5ce56 100644 --- a/sys/arch/loongson/loongson/conf.c +++ b/sys/arch/loongson/loongson/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.1 2009/07/31 09:55:05 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.2 2010/02/11 20:14:49 otto Exp $ */ /* * Copyright (c) 1992, 1993 @@ -139,7 +139,7 @@ cdev_decl(pci); struct cdevsw cdevsw[] = { cdev_cn_init(1,cn), /* 0: virtual console */ - cdev_notdef(), /* 1 was /dev/drum */ + cdev_notdef(), /* 1: was /dev/drum */ cdev_ctty_init(1,ctty), /* 2: controlling terminal */ cdev_mm_init(1,mm), /* 3: /dev/{null,mem,kmem,...} */ cdev_tty_init(NPTY,pts), /* 4: pseudo-tty slave */ @@ -152,7 +152,7 @@ struct cdevsw cdevsw[] = cdev_disk_init(NVND,vnd), /* 11: vnode disk */ cdev_bpf_init(NBPFILTER,bpf), /* 12: berkeley packet filter */ cdev_tun_init(NTUN,tun), /* 13: network tunnel */ - cdev_notdef(), /* 14 */ + cdev_notdef(), /* 14: */ cdev_notdef(), /* 15: */ cdev_lpt_init(NLPT,lpt), /* 16: Parallel printer interface */ cdev_tty_init(NCOM,com), /* 17: 16C450 serial interface */ -- cgit v1.2.3