freebsd-dev/sys/contrib/pf/net
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_pflog.c Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
if_pflog.h Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
if_pfsync.c Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
if_pfsync.h Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
pf_if.c Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00
pf_ioctl.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
pf_mtag.h Link pf 4.1 to the build: 2007-07-03 12:46:08 +00:00
pf_norm.c Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
pf_osfp.c Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
pf_ruleset.c Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
pf_subr.c Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00
pf_table.c Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00
pf.c Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00
pfvar.h Flatten out dist and all "live" tag directories. 2008-08-04 13:30:44 +00:00