freebsd-src/sys/cam
Poul-Henning Kamp 9dcbe2404a Convert DEVFS hooks in (most) drivers to make_dev().
Diskslice/label code not yet handled.

Vinum, i4b, alpha, pc98 not dealt with (left to respective Maintainers)

Add the correct hook for devfs to kern_conf.c

The net result of this excercise is that a lot less files depends on DEVFS,
and devtoname() gets more sensible output in many cases.

A few drivers had minor additional cleanups performed relating to cdevsw
registration.

A few drivers don't register a cdevsw{} anymore, but only use make_dev().
1999-08-23 20:59:21 +00:00
..
scsi Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00
cam.c cam.c: 1998-09-22 04:53:23 +00:00
cam.h Remove camq_regen(). We already perform modular comparisons 1999-04-07 22:57:48 +00:00
cam_ccb.h Bump CAM version number. 1999-08-16 23:18:24 +00:00
cam_conf.h
cam_debug.h Add another flag for debugging just peripheral drivers. The whole debugging 1999-08-16 22:18:14 +00:00
cam_extend.c Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00
cam_extend.h
cam_periph.c int/long printf format problems on the Alpha. 1999-07-01 19:56:50 +00:00
cam_periph.h Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb 1999-05-22 21:58:47 +00:00
cam_queue.c Fix a long standing bug in the camq teardown code. 1999-08-16 02:23:42 +00:00
cam_queue.h cam_periph.c: 1999-04-19 21:26:08 +00:00
cam_sim.c Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
cam_sim.h Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
cam_xpt.c Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00
cam_xpt.h
cam_xpt_periph.h
cam_xpt_sim.h xpt_release_devq now takes a count. 1999-08-16 22:23:01 +00:00