ACPI and a Toshiba Tecra 8000
Nate Lawson
nate at root.org
Tue Sep 16 12:26:49 PDT 2003
On Wed, 17 Sep 2003, Andrew Thompson wrote:
> (gdb) l *scsuspend+0x17
> 0xc03d7b17 is in scsuspend (/usr/src/sys/isa/syscons_isa.c:111).
> 106 int retry = 10;
> 107 static int dummy;
> 108 sc_softc_t *sc;
> 109
> 110 sc = &main_softc;
> 111 sc_cur_scr = sc->cur_scp->index;
> 112
> 113 if (sc_no_suspend_vtswitch)
> 114 return (0);
> 115
For a temporary workaround, try changing line 111 to:
if (sc->cur_scp == NULL)
return (0);
This may not help things though.
-Nate
More information about the freebsd-current
mailing list