1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/usr.sbin/config
Jordan K. Hubbard babb4e927f Add a new `conflicts' flag for telling when a device is in conflict with
others.  The flag can be put in descriptive locations, e.g.:

device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
or
device psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

But is nonetheless boolean only.  You can't turn conflict checking off for
only a given type of conflict.  I didn't deem it worth the trouble at this
stage, and it's far better than the ALLOW_CONFLICT_* that preceeded it.
1995-05-11 02:21:34 +00:00
..
SMM.doc Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
config.8 Make good on my promise to finally clean up the config clobbering. 1995-02-22 15:37:32 +00:00
config.h Add a new `conflicts' flag for telling when a device is in conflict with 1995-05-11 02:21:34 +00:00
config.y Add a new `conflicts' flag for telling when a device is in conflict with 1995-05-11 02:21:34 +00:00
lang.l Add a new `conflicts' flag for telling when a device is in conflict with 1995-05-11 02:21:34 +00:00
main.c Change the perennially annoying reminder to "make depend" (which may or 1995-05-03 20:16:57 +00:00
Makefile Make good on my promise to finally clean up the config clobbering. 1995-02-22 15:37:32 +00:00
mkglue.c Finish removing `#ifdef STATCLOCK'. Not removing it properly here 1994-12-06 22:01:16 +00:00
mkheaders.c BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
mkioconf.c Add a new `conflicts' flag for telling when a device is in conflict with 1995-05-11 02:21:34 +00:00
mkmakefile.c Implement "clean" entries for device config entries. 1995-03-01 10:09:03 +00:00
mkswapconf.c Write setconf() in KNF, in K&R C, and in Standard C.Standard C. 1995-02-18 21:32:19 +00:00
mkubglue.c BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00