summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-13 03:37:09 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-13 03:37:09 +0000
commit927322f5ee01a3540b9699316b4c5b19465ffbdd (patch)
tree47f727361f5dbfaa0e27b89beda2005d59296215
parent252eee672f0dc49028a461e0ab65759cae6fba2d (diff)
108 and 109 should point to stty/sbpp not mtty/mbpp
-rw-r--r--sys/arch/sparc64/sparc64/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/conf.c b/sys/arch/sparc64/sparc64/conf.c
index 56c5c515994..9b88206c9d8 100644
--- a/sys/arch/sparc64/sparc64/conf.c
+++ b/sys/arch/sparc64/sparc64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.21 2002/01/13 02:06:45 jason Exp $ */
+/* $OpenBSD: conf.c,v 1.22 2002/01/13 03:37:08 jason Exp $ */
/* $NetBSD: conf.c,v 1.17 2001/03/26 12:33:26 lukem Exp $ */
/*
@@ -279,8 +279,8 @@ struct cdevsw cdevsw[] =
#else
cdev_notdef(),
#endif
- cdev_tty_init(NSTTY,mtty), /* 108: spif serial ports */
- cdev_gen_init(NSBPP,mbpp), /* 109: spif parallel ports */
+ cdev_tty_init(NSTTY,stty), /* 108: spif serial ports */
+ cdev_gen_init(NSBPP,sbpp), /* 109: spif parallel ports */
cdev_disk_init(NVND,vnd), /* 110: vnode disk driver */
cdev_bpftun_init(NTUN,tun), /* 111: network tunnel */
cdev_lkm_init(NLKM,lkm), /* 112: loadable module driver */