1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/dev/agp
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
..
agp_ali.c
agp_amd64.c
agp_amd.c
agp_ati.c
agp_i810.c Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have been 2008-08-01 13:11:23 +00:00
agp_if.m
agp_intel.c
agp_nvidia.c Calculate the number of pages the GATT spans when reading from each page 2008-03-07 13:36:38 +00:00
agp_sis.c
agp_via.c
agp.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
agppriv.h
agpreg.h
agpvar.h