freebsd-skq/sys/arm
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
..
arm Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
at91 Turn some lame pseudo-code into a less lame comment. 2008-09-05 22:30:59 +00:00
compile
conf Commit the no-brainer parts of my space saving kernel experiments. We 2008-09-08 00:41:32 +00:00
include Remove the unused field "pc_prvspace" from the MD fields for the struct 2008-09-11 20:39:46 +00:00
sa11x0 Now that all platforms use genclock, shuffle things around slightly 2008-04-22 19:38:30 +00:00
xscale Bandaid: disable interrupts to make sure intr_enabled and the IER register 2008-09-11 20:43:38 +00:00