freebsd-dev/sys/dev/bktr
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
..
bktr_audio.c
bktr_audio.h
bktr_card.c
bktr_card.h
bktr_core.c
bktr_core.h
bktr_i2c.c Add locking to the various iicbus(4) bridge drivers: 2008-08-04 20:46:15 +00:00
bktr_i2c.h Update prototype for smbus callback change. 2006-09-18 20:17:42 +00:00
bktr_mem.c
bktr_mem.h
bktr_os.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
bktr_os.h
bktr_reg.h
bktr_tuner.c
bktr_tuner.h
CHANGELOG.TXT
ioctl_bt848.h
ioctl_meteor.h
msp34xx.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00