diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-24 19:00:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-24 19:00:34 +0000 |
commit | dad152d741548bdbb51795e095bfa2f7569a4ee1 (patch) | |
tree | 6e786f5d2ac5361c1030b0e523783078b98f2602 /sys/arch/sparc64/include/conf.h | |
parent | 31afed833105b0a4c1e43fe6b85d956d03e6d116 (diff) |
move cdev_decl() for usb devices into one place.
usage of cdev_decl() in the driver code is more tricky since i have
kqueue mods here and there and will fix that on that way through.
Diffstat (limited to 'sys/arch/sparc64/include/conf.h')
-rw-r--r-- | sys/arch/sparc64/include/conf.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/sparc64/include/conf.h b/sys/arch/sparc64/include/conf.h index 7af2252db93..a0033d0ffc8 100644 --- a/sys/arch/sparc64/include/conf.h +++ b/sys/arch/sparc64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.10 2002/01/30 23:58:03 jason Exp $ */ +/* $OpenBSD: conf.h,v 1.11 2002/06/24 19:00:33 mickey Exp $ */ /* $NetBSD: conf.h,v 1.9 2001/03/26 12:33:26 lukem Exp $ */ /*- @@ -113,14 +113,6 @@ cdev_decl(pcons); cdev_decl(com); -cdev_decl(usb); -cdev_decl(uhid); -cdev_decl(ugen); -cdev_decl(ulpt); -cdev_decl(urio); -cdev_decl(ucom); -cdev_decl(uscanner); - cdev_decl(mtty); cdev_decl(mbpp); cdev_decl(stty); |