summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-12-06 22:01:16 +0000
committerbde <bde@FreeBSD.org>1994-12-06 22:01:16 +0000
commitfd5f3a269c52798189e67265765ffa7b942aea9d (patch)
tree3b4b75e4b3d26ab7b4b5f8ae981229f492d7f255 /usr.sbin/config
parent3912e4389bf6809abce3af7e6eee447ddc8486ad (diff)
downloadFreeBSD-src-fd5f3a269c52798189e67265765ffa7b942aea9d.zip
FreeBSD-src-fd5f3a269c52798189e67265765ffa7b942aea9d.tar.gz
Finish removing `#ifdef STATCLOCK'. Not removing it properly here
probably broke (only) the association of interrupts with strings in vmstat output.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/mkglue.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.sbin/config/mkglue.c b/usr.sbin/config/mkglue.c
index b36870e..aa5ecfe 100644
--- a/usr.sbin/config/mkglue.c
+++ b/usr.sbin/config/mkglue.c
@@ -358,16 +358,8 @@ vector()
fprintf(fp, " */\n\n");
fprintf(fp, "#define\tDEVICE_NAMES \"\\\n");
fprintf(fp, "clk0 irqnn\\0\\\n");
-#ifdef STATCLOCK
- /*
- * XXX _all_ devices should be configured so that there is no need
- * for kludges like this.
- */
fprintf(fp, "rtc0 irqnn\\0\\\n");
dev_id = 2;
-#else
- dev_id = 1;
-#endif
vector_devtab(fp, "bio", &dev_id);
vector_devtab(fp, "tty", &dev_id);
vector_devtab(fp, "net", &dev_id);
@@ -394,4 +386,3 @@ vector_devtab(fp, table, dev_idp)
(*dev_idp)++;
}
}
-
OpenPOWER on IntegriCloud