diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-13 19:44:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-13 19:44:42 +0000 |
commit | 72ef9249fe7b9db3f67599f74ec74ca8ca1c8e1d (patch) | |
tree | 5ee438f551747824b06511d41cda8d5cf0c087c6 /sys/arch | |
parent | 353131f269acfe93963294a070ce6bbb110b64a3 (diff) |
repair vscsi line
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/conf.c b/sys/arch/sparc64/sparc64/conf.c index 89f22cb5bc2..66dca24ace1 100644 --- a/sys/arch/sparc64/sparc64/conf.c +++ b/sys/arch/sparc64/sparc64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.52 2009/08/13 15:04:20 dlg Exp $ */ +/* $OpenBSD: conf.c,v 1.53 2009/08/13 19:44:41 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.17 2001/03/26 12:33:26 lukem Exp $ */ /* @@ -290,7 +290,7 @@ struct cdevsw cdevsw[] = cdev_tty_init(NVCONS,vcons), /* 125: virtual console */ cdev_tty_init(NSBBC,sbbc), /* 126: SBBC console */ cdev_tty_init(NVCCTTY,vcctty), /* 127: virtual console concentrator */ - cdev_tty_init(NVSCSI,vscsi), /* 128: vscsi */ + cdev_vscsi_init(NVSCSI,vscsi), /* 128: vscsi */ }; int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]); |