diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-05-27 14:00:34 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-05-27 14:00:34 +0000 |
| commit | db7275797330ddc1b8c9866c11fb218bc388b422 (patch) | |
| tree | 4154e7b700cdd02f7eb897d6232169c8be77dc23 | |
| parent | 207bcebe4b50b8b901ce82b8dbfc67d1097b8046 (diff) | |
Notes
| -rw-r--r-- | sys/dev/dcons/dcons_crom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons_crom.c b/sys/dev/dcons/dcons_crom.c index bfa91464a834..57781b85c698 100644 --- a/sys/dev/dcons/dcons_crom.c +++ b/sys/dev/dcons/dcons_crom.c @@ -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 |
