1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/usr.sbin/config
Bruce Evans da12c6d2aa config.y:
Support slice numbers in device names.  The syntax is `<driver name>
[<unit number>] ['s' <slice number>] [<partition letter>]'.  Only
`['s' <slice number>]' is new here.  The slice number defaults to 0
so that there is no change in the output from config if this new
feature is not used.

Replace some magic disk numbers by `dk' slice and label macros.

mkswapconf.c:
Improve the output formatting:
Generate <> style includes.
Print minor numbers in hex so that slice numbers are easy to see and edit.
Print the rootdev and dumpdev names in comments like the swapdev names.
1995-02-16 12:17:30 +00:00
..
SMM.doc Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
config.8 Fix Sharnoff complaint #121 (cross-reference to config.new which does not 1995-01-14 20:25:02 +00:00
config.h Allow config to fully handle the aic7770 driver dependancies. 1994-12-31 19:23:10 +00:00
config.y config.y: 1995-02-16 12:17:30 +00:00
lang.l Always return null-terminated identifiers from yylex(). 1995-02-16 11:52:11 +00:00
main.c Add new keywords to config. The options availible in file.i386 are now: 1994-11-17 20:30:01 +00:00
Makefile Remove ifdef for STATCLOCK. STATCLOCK is standard. 1994-11-27 16:16:35 +00:00
mkglue.c Finish removing `#ifdef STATCLOCK'. Not removing it properly here 1994-12-06 22:01:16 +00:00
mkheaders.c
mkioconf.c Restore the field widths that were clobbered by the previous commit so that 1995-02-08 18:42:58 +00:00
mkmakefile.c Allow config to fully handle the aic7770 driver dependancies. 1994-12-31 19:23:10 +00:00
mkswapconf.c config.y: 1995-02-16 12:17:30 +00:00
mkubglue.c