diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-08-13 15:10:27 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-08-13 15:10:27 +0000 |
commit | 0a71c57f37313de2d8bfd510642d5e6937a15560 (patch) | |
tree | dba0d363ba33810370931825e7609705f02a37b9 /sys | |
parent | ab4be3bcff17e7403fb64250b7a39a9e90e7e0cb (diff) |
i forgot a comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index 758c4739397..7d0df892a08 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.47 2009/08/13 15:04:20 dlg Exp $ */ +/* $OpenBSD: conf.c,v 1.48 2009/08/13 15:10:26 dlg Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -189,7 +189,7 @@ struct cdevsw cdevsw[] = cdev_lkm_dummy(), /* 51: */ cdev_lkm_dummy(), /* 52: */ cdev_lkm_dummy(), /* 53: */ - cdev_vscsi_init(NVSCSI,vscsi), /* 54: */ + cdev_vscsi_init(NVSCSI,vscsi), /* 54: vscsi */ }; int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]); |