diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-04-15 00:15:33 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-04-15 00:15:33 +0000 |
commit | 12bc384ca1a43705d46f61cd2589ec43f75a1d2d (patch) | |
tree | 804770087bed1440de64ef4a53bd8c5f147bf3c3 /sys | |
parent | ee74db5824ababf8190d970e8c84b32494585d91 (diff) |
Fix urio(4) entry, MAKEDEV was correct already; ok deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index 5f93b4620d3..886bfe96ec7 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.4 2004/02/23 01:19:52 tom Exp $ */ +/* $OpenBSD: conf.c,v 1.5 2004/04/15 00:15:32 pvalchev Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -273,7 +273,7 @@ struct cdevsw cdevsw[] = cdev_usbdev_init(NUHID,uhid), /* 62: USB generic HID */ cdev_usbdev_init(NUGEN,ugen), /* 63: USB generic driver */ cdev_ulpt_init(NULPT,ulpt), /* 64: USB printers */ - cdev_usbdev_init(NURIO,urio), /* 65: USB Diamond Rio 500 */ + cdev_urio_init(NURIO,urio), /* 65: USB Diamond Rio 500 */ cdev_tty_init(NUCOM,ucom), /* 66: USB tty */ cdev_mouse_init(NWSKBD, wskbd), /* 67: keyboards */ cdev_mouse_init(NWSMOUSE, /* 68: mice */ |