diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-06-08 08:23:14 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-06-08 08:23:14 +0000 |
commit | 55f84274e33b6b57cd8349c997a10c4036acedf3 (patch) | |
tree | d71349a4595ff4bc5ea26a582b0bf80c2818a9e0 /sys/dev/dcons | |
parent | 7acf69638a08714fa307a0c0a5d9556122f9c341 (diff) |
Notes
Diffstat (limited to 'sys/dev/dcons')
-rw-r--r-- | sys/dev/dcons/dcons_os.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c index fb626b445afce..fa6bcd02104fd 100644 --- a/sys/dev/dcons/dcons_os.c +++ b/sys/dev/dcons/dcons_os.c @@ -704,7 +704,9 @@ dcons_modevent(module_t mode, int type, void *data) break; case MOD_SHUTDOWN: +#if 0 /* Keep connection after halt */ dg.buf->magic = 0; +#endif break; default: err = EOPNOTSUPP; |