opnsense-src/sys/dev/twe
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
..
twe.c Add missing \n. 2008-02-12 08:58:26 +00:00
twe_compat.h Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00
twe_freebsd.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
twe_tables.h After extensive QA cycles at 3ware, bring the driver in-line with all the 2003-12-02 07:57:20 +00:00
tweio.h Undoing recent changes to make 3ware's i386 tools work on amd64, since there are 2005-02-17 19:05:42 +00:00
twereg.h 1. Fixed potential problem that would cause out-of-order requests in twe_startio. 2004-05-12 04:10:37 +00:00
twevar.h Fix for a problem seen only on 6xxx series controllers, where-in the 2004-06-11 18:42:44 +00:00