summaryrefslogtreecommitdiffstats
path: root/sys/sys/cons.h
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>2001-12-10 20:02:22 +0000
committerguido <guido@FreeBSD.org>2001-12-10 20:02:22 +0000
commitd779575f7846876b380fa2aad5649f2147253f95 (patch)
tree2c02555b14b96857d5aafe414d930838b85fc62f /sys/sys/cons.h
parent898745463bbc3e735f3319dc79dd135b505f3b35 (diff)
downloadFreeBSD-src-d779575f7846876b380fa2aad5649f2147253f95.zip
FreeBSD-src-d779575f7846876b380fa2aad5649f2147253f95.tar.gz
Add new boot flag to i386 boot: -p.
This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Reviewed by: (partly by jlemon) MFC after: 1 week
Diffstat (limited to 'sys/sys/cons.h')
-rw-r--r--sys/sys/cons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/cons.h b/sys/sys/cons.h
index 73f2e9d..a65647e 100644
--- a/sys/sys/cons.h
+++ b/sys/sys/cons.h
@@ -88,6 +88,7 @@ extern int cons_unavail;
/* Other kernel entry points. */
void cninit(void);
+void cninit_finish(void);
int cnadd(struct consdev *);
void cnremove(struct consdev *);
void cnselect(struct consdev *);
OpenPOWER on IntegriCloud