From owner-freebsd-hackers Thu Oct 16 22:36:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA21432 for hackers-outgoing; Thu, 16 Oct 1997 22:36:04 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA21370 for ; Thu, 16 Oct 1997 22:35:59 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id PAA00955; Fri, 17 Oct 1997 15:02:48 +0930 (CST) Message-Id: <199710170532.PAA00955@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: filo@yahoo.com cc: mike@smith.net.au, freebsd-hackers@FreeBSD.ORG Subject: Re: biosboot/start.S needs fix for Intel AL440LX motherboard In-reply-to: Your message of "Thu, 16 Oct 1997 22:12:16 MST." <199710170512.WAA23150@ns2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 Oct 1997 15:02:47 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > yeah, it definitely looks like the bios is simply not setting %dl > correctly. i've moved the disk between machines and it works fine in > every other config with 0x80 getting passed in. it is clearly 0x00 on > the al440lx board. I guess we need to bring this to their attention; are there Intel insiders reading this? Anyone with contacts at Intel or Phoenix? > > Are you booting from a SCSI disk? If so what controller? Do you have > > an IDE disk you can try booting from? > > tried several different 2940 cards. i just tired an ide disk with the > same results (%dl == 0x00). OK, so it's nothing that they can blame on the disk controller BIOS. > > I won't have my hands on one of those boards until mid-next week (this > > is an "Atlantic", correct?), and probably not for very long then. > > yep, i think it's called "atlanta" I won't have one, now. Bummer. > > Symptoms of this problem are a system which attempts to access the > > floppy disk when booting from the hard disk, displaying an endless > > succession of > > > > C:0 H:0 S:0 > > > > error messages. > > > > David; can you confirm that last paragraph? I'm just guessing there. > > actually you get a single "Read error" message. and this is with the > latest bios 4A4LL0X0.86A.0013.P03 dated 10/02/97. OK. Jordan; should I be munging RELNOTES, or is this one yours? > btw, i ended up doing something similar to bteasy and made the > following changes to start.S. This breaks it for booting from a floppy, which isn't quite what we want. It should work just fine for your application though. mike