freebsd-dev/sys/dev/syscons
Peter Dufault 0ddf9be1f0 Make MOD_* macros almost consistent:
Use the name argument almost the same in all LKM types.  Maintain
the current behavior for the external (e.g., modstat) name for DEV,
EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only
#name.  This is a candidate for change and I vote just the name without
the "_mod".

Change the DISPATCH macro to MOD_DISPATCH for consistency with the
other macros.

Add an LKM_ANON #define to eliminate the magic -1 and associated
signed/unsigned warnings.

Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure.

Change source in tree to use the new interface.

Reviewed by:	Bruce Evans
1997-04-06 11:14:13 +00:00
..
blank Make MOD_* macros almost consistent: 1997-04-06 10:49:22 +00:00
fade Make MOD_* macros almost consistent: 1997-04-06 10:49:22 +00:00
green Make MOD_* macros almost consistent: 1997-04-06 10:49:22 +00:00
snake Make MOD_* macros almost consistent: 1997-04-06 10:49:22 +00:00
star Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
syscons.c Make the default VERASE key the <-- key and remove root's 1997-04-03 21:42:42 +00:00
syscons.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00