Home | History | Annotate | Download | only in altq
History log of /src/sys/altq/altqconf.h
RevisionDateAuthorComments
 1.4  22-Sep-2002  jdolecek pull only "opt_altq_enabled.h" in if_altq.h, and include altqconf.h
explicitly in single file which implicitly needed it (altq_conf.c)

this avoids pulling in implicit dependency on <sys/conf.h> to every
file including <net/if.h> (which includes <altq/if_altq.h> to get altq
related structures)
 1.3  06-Sep-2002  gehenna Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.2  30-May-2001  mrg branches: 1.2.2; 1.2.14;
use _KERNEL_OPT
 1.1  14-Dec-2000  thorpej branches: 1.1.2; 1.1.4;
Saner glue into cdevsw.
 1.1.4.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.2  17-Sep-2002  nathanw Catch up to -current.
 1.1.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.1.2.2  05-Jan-2001  bouyer Sync with HEAD
 1.1.2.1  14-Dec-2000  bouyer file altqconf.h was added on branch thorpej_scsipi on 2001-01-05 17:39:38 +0000
 1.2.14.1  16-May-2002  gehenna Remove unnecessary macros.
 1.2.2.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

RSS XML Feed