Don't invalidate dcons buffer on shutdown.

We would like to keep connection after halt.
This commit is contained in:
Hidetoshi Shimokawa 2007-06-08 08:23:14 +00:00
parent 7acf69638a
commit 55f84274e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170426

View file

@ -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;