Change default value of hw.firewire.dcons_crom.force_console to 0

for least astonishment.

MFC after: 3 days
This commit is contained in:
Hidetoshi Shimokawa 2007-05-27 14:00:34 +00:00
parent 207bcebe4b
commit db72757973
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170018

View file

@ -65,7 +65,7 @@
static bus_addr_t dcons_paddr;
#if __FreeBSD_version >= 500000
static int force_console = 1;
static int force_console = 0;
TUNABLE_INT("hw.firewire.dcons_crom.force_console", &force_console);
#endif