From acd701ea2438a862c3556fd1d6a3f20aa4d1e426 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 11 Jun 2002 03:30:16 +0000 Subject: Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. And yes, they are different macros with different results. --- sys/arch/alpha/alpha/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 */ -- cgit v1.2.3