diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-16 14:27:02 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-16 14:27:02 +0000 |
| commit | 4e421792ec80df7a5fa82e97dcc3575c3ec6740a (patch) | |
| tree | 9e45f5f3656a186f19dac4dba58ed57fe67be450 /sys/isa | |
| parent | 16f92ad234a0e49146dee6c784d1676c82fa5845 (diff) | |
Notes
Diffstat (limited to 'sys/isa')
| -rw-r--r-- | sys/isa/syscons_isa.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/isa/syscons_isa.c b/sys/isa/syscons_isa.c index a5b07035b6b4..b915e63569bb 100644 --- a/sys/isa/syscons_isa.c +++ b/sys/isa/syscons_isa.c @@ -60,12 +60,6 @@ __FBSDID("$FreeBSD$"); #include <isa/isavar.h> -#include "opt_xbox.h" - -#ifdef XBOX -#include <machine/xbox.h> -#endif - static devclass_t sc_devclass; static sc_softc_t main_softc; @@ -158,19 +152,6 @@ sc_get_cons_priority(int *unit, int *flags) const char *at; int f, u; -#ifdef XBOX - /* - * The XBox Loader does not support hints, which makes our initial - * console probe fail. Therefore, if an XBox is found, we hardcode the - * existence of the console, as it is always there anyway. - */ - if (arch_i386_is_xbox) { - *unit = 0; - *flags = SC_KERNEL_CONSOLE; - return (CN_INTERNAL); - } -#endif - *unit = -1; for (u = 0; u < 16; u++) { if (resource_disabled(SC_DRIVER_NAME, u)) |
