freebsd-dev/sys/dev/ppbus
Ed Schouten 6bfa9a2d66 Replace all calls to minor() with dev2unit().
After I removed all the unit2minor()/minor2unit() calls from the kernel
yesterday, I realised calling minor() everywhere is quite confusing.
Character devices now only have the ability to store a unit number, not
a minor number. Remove the confusion by using dev2unit() everywhere.

This commit could also be considered as a bug fix. A lot of drivers call
minor(), while they should actually be calling dev2unit(). In -CURRENT
this isn't a problem, but it turns out we never had any problem reports
related to that issue in the past. I suspect not many people connect
more than 256 pieces of the same hardware.

Reviewed by:	kib
2008-09-27 08:51:18 +00:00
..
if_plip.c Rework the handling of interrupt handlers for children of ppc and ppbus: 2008-09-15 22:26:32 +00:00
immio.c
lpbb.c Add locking to the various iicbus(4) bridge drivers: 2008-08-04 20:46:15 +00:00
lpt.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
lpt.h
lptio.h
pcfclock.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
ppb_1284.c
ppb_1284.h
ppb_base.c
ppb_msq.c
ppb_msq.h
ppbconf.c Rework the handling of interrupt handlers for children of ppc and ppbus: 2008-09-15 22:26:32 +00:00
ppbconf.h Rework the handling of interrupt handlers for children of ppc and ppbus: 2008-09-15 22:26:32 +00:00
ppbio.h
ppbus_if.m
ppi.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
ppi.h
pps.c Rework the handling of interrupt handlers for children of ppc and ppbus: 2008-09-15 22:26:32 +00:00
vpo.c Prepare for future integration between CAM and newbus. xpt_bus_register 2007-06-17 05:55:54 +00:00
vpoio.c Since DELAY() was moved, most <machine/clock.h> #includes have been 2006-05-16 14:37:58 +00:00
vpoio.h