summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-06-11 03:30:16 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-06-11 03:30:16 +0000
commitacd701ea2438a862c3556fd1d6a3f20aa4d1e426 (patch)
treee4d56fe1d1c679a1b09031ea5ba22e8bb8b04d8f /sys/arch
parenta239058e10004764d122b99baff597381704f4ae (diff)
Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init.
And yes, they are different macros with different results.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/alpha/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c
index fc468aa275d..61d0bd75b1e 100644
--- a/sys/arch/alpha/alpha/conf.c
+++ b/sys/arch/alpha/alpha/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.38 2002/05/16 21:11:10 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.39 2002/06/11 03:30:15 miod Exp $ */
/* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */
/*-
@@ -196,7 +196,7 @@ struct cdevsw cdevsw[] =
cdev_notdef(), /* 44 */
cdev_usb_init(NUSB,usb), /* 45: USB controller */
cdev_usbdev_init(NUHID,uhid), /* 46: USB generic HID */
- cdev_lpt_init(NULPT,ulpt), /* 47: USB printer */
+ cdev_ulpt_init(NULPT,ulpt), /* 47: USB printer */
cdev_ugen_init(NUGEN,ugen), /* 48: USB generic driver */
cdev_tty_init(NUCOM, ucom), /* 49: USB tty */
cdev_systrace_init(NSYSTRACE,systrace), /* 50 system call tracing */