diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-16 21:01:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-16 21:01:46 +0000 |
commit | c1820deed39a8da1c91569a563d7f962cdf7293f (patch) | |
tree | eb3d99ef44c85a6aa20c2b186c678b6e8053db57 /sys/arch/landisk | |
parent | 18745ce448e248133b3cceaadd8a5f6a10f50e81 (diff) |
Use cdev_ulpt_init() to setup ulpt(4) instead of cdev_lpt_init, for
consistency.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/landisk/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/landisk/conf.c b/sys/arch/landisk/landisk/conf.c index 31e25c09648..a7f8d89657c 100644 --- a/sys/arch/landisk/landisk/conf.c +++ b/sys/arch/landisk/landisk/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.19 2011/01/14 19:04:08 jasper Exp $ */ +/* $OpenBSD: conf.c,v 1.20 2011/09/16 21:01:45 miod Exp $ */ /* * Copyright (c) 1994-1998 Mark Brinicombe. @@ -334,7 +334,7 @@ struct cdevsw cdevsw[] = { cdev_mouse_init(NWSMUX,wsmux), /* 63: ws multiplexor */ cdev_usb_init(NUSB,usb), /* 64: USB controller */ cdev_usbdev_init(NUHID,uhid), /* 65: USB generic HID */ - cdev_lpt_init(NULPT,ulpt), /* 66: USB printer */ + cdev_ulpt_init(NULPT,ulpt), /* 66: USB printer */ cdev_urio_init(NURIO,urio), /* 67: Diamond Rio 500 */ cdev_tty_init(NUCOM,ucom), /* 68: USB tty */ cdev_usbdev_init(NUSCANNER,uscanner), /* 69: USB scanner */ |