From owner-freebsd-current Mon Oct 9 15:07:22 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA25737 for current-outgoing; Mon, 9 Oct 1995 15:07:22 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA25722 for ; Mon, 9 Oct 1995 15:07:14 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA19269; Mon, 9 Oct 1995 23:05:49 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id XAA05270; Mon, 9 Oct 1995 23:05:48 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id WAA00349; Mon, 9 Oct 1995 22:51:39 +0100 From: J Wunsch Message-Id: <199510092151.WAA00349@uriah.heep.sax.de> Subject: Re: hangs at Rebooting... To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Mon, 9 Oct 1995 22:51:39 +0100 (MET) Cc: rgrimes@GndRsh.aac.dev.com (Rodney W. Grimes) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199510090758.AAA09810@GndRsh.aac.dev.com> from "Rodney W. Grimes" at Oct 9, 95 00:58:44 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 2193 Sender: owner-current@FreeBSD.org Precedence: bulk As Rodney W. Grimes wrote: > > The "beep beep beep" seems to indicate that the video controller is > > stuck after the reoboot (and no video memory found). Any ideas? > Yea, do you happen to have a shared memory ethernet controller sharing > the same 128K byte segment that the video BIOS is in? It could have been, but it doesn't seem to have an effect. It's been that: video BIOS: 0xc0000, most likely 16 bit Bt742 BIOS: 0xdc000, probably 8 bit 3C503 (8-bit) shared mem: 0xd8000, 8 bit I've moved it to: video BIOS: 0xc0000 Bt742 BIOS: 0xc8000 3c503 RAM: 0xd8000 Even pulling the ethernet card didn't help. I'm not fully sure about the BIOS width of the video BIOS (it's an older ELSA twinbus card); the Bt742 does have only a single EPROM, so i believe it would be 8 bit. Moving the Bt742 ROM out of the range 0xc0000 - 0xdffff (and thus out of a different 128-K segment with respect to the video BIOS) is not an option. I can only select 0xc80000/0xcc0000/0xd80000/ 0xdc0000, and i need the BIOS to boot. FWIW, all memory regions are known to the EISA BIOS, including the shared mem of the 3Com board. > If that is not it I would need a very complete and nitty gritty detailed > description of the hardware in your system. The problem seems to happen only on manual reboot, i.e. whenever i have to hit a key in order to initiate the reboot. Automatic reboots do always work. (Hence it's not too annoying.) Clearing the BIOS warm boot flag didn't help either (done by writing to location 0xf0000472 from within DDB, that's where the 0x1234 happened to be before). The beep code is beep-beep-beep beep-beep beep-beep-beep-beep. I don't have a reference table handy, but since the video BIOS message doesn't appear, i suspect it doesn't find the video memory. > Phoenix has never impressed me with there BIOS, it may be a problem there > as well, in that they should firmly bash the video card over the head > before attempting to shadow the bios. I don't think i've got any shadowing enabled at all. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)