aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-18 05:15:26 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-18 05:15:26 +0000
commitc62cd43c2bf68a4462d76753c131878c19fb48a7 (patch)
treecdc9a8ef08edceee395c4e863a32491b8892d631 /usr.sbin/config
parent5ced58e474ca3a4d0c8aaf1d9efca601d8c82de4 (diff)
downloadsrc-c62cd43c2bf68a4462d76753c131878c19fb48a7.tar.gz
src-c62cd43c2bf68a4462d76753c131878c19fb48a7.zip
Oops...forgot to list the changes....
/usr/src/usr.sbin.config: o -DSTATCLOCK gives kludges to support the rtc non-device as well as old kludges to support the clk non-device. /usr/src/usr.sbin/config.8: o Document the trivialness of the new vector.h. /usr/src/usr.sbin/mkglue.c: o Only print DEVICE_NAMES and NR_DEVICES in vector.h. These are only required to support vmstat. The vmstat interface will need to be improved for dynamic loading. /usr/src/usr.sbin/mkioconf.c: o Print device ids to be used as indexes into DEVICE_NAMES. o Print secondary interrupt handler entry points (xxxintr()) instead of primary ones (VdevU()). Primary ones are now XintrI() and XfastintrI() and are independent of the config so they are not handled here. o Minor cleanups. Submitted by: Bruce Evans
Notes
Notes: svn path=/head/; revision=2105
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/Makefile2
-rw-r--r--usr.sbin/config/mkglue.c1
-rw-r--r--usr.sbin/config/mkioconf.c1
-rw-r--r--usr.sbin/config/mkmakefile.c1
4 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index ec61d255b1ef..94493d96ab28 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,4 +1,4 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= config
CFLAGS+=-I. -I${.CURDIR} -DSTATCLOCK
diff --git a/usr.sbin/config/mkglue.c b/usr.sbin/config/mkglue.c
index e467869bc741..b36870edbe07 100644
--- a/usr.sbin/config/mkglue.c
+++ b/usr.sbin/config/mkglue.c
@@ -394,3 +394,4 @@ vector_devtab(fp, table, dev_idp)
(*dev_idp)++;
}
}
+
diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c
index e92ae57a5517..c34c15bc4b48 100644
--- a/usr.sbin/config/mkioconf.c
+++ b/usr.sbin/config/mkioconf.c
@@ -1114,3 +1114,4 @@ comp_config(fp)
}
fprintf(fp, "\t-1,\t0,\t0,\t0,\t{ 0 },\n};\n");
}
+
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index f6aa81bd42db..e76a32c20936 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -633,3 +633,4 @@ raise(str)
}
return (cp);
}
+