From owner-freebsd-hackers Thu Jul 6 09:20:11 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA22347 for hackers-outgoing; Thu, 6 Jul 1995 09:20:11 -0700 Received: from mail.htp.com (mail.htp.com [199.171.4.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA22341 for ; Thu, 6 Jul 1995 09:20:10 -0700 Received: from et.htp.com (et.htp.com [199.171.4.228]) by mail.htp.com (8.6.5/8.6.5) with SMTP id MAA21327 for ; Thu, 6 Jul 1995 12:18:32 -0400 Date: Thu, 6 Jul 1995 12:18:32 -0400 Message-Id: <199507061618.MAA21327@mail.htp.com> X-Sender: dennis@mail.htp.com X-Mailer: Windows Eudora Version 2.0.3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-hackers@freebsd.org From: dennis@et.htp.com (dennis) Subject: No kbd boot problems - Part 2 Sender: hackers-owner@freebsd.org Precedence: bulk Thanks for the pointers on getting the boot blocks installed on the IDE drives....now for the original problem: The boot code fails in 2 routines: probe_keyboard() and gateA20(). probe_keyboard() fails in several places, and I suspect its making invalid assumptions about how my particular controller is supposed to work. I don't care about a com console so I just commented that out for now. gateA20() hangs in much the same way, but my question is that there is a define option for IBM_L40 which seems to work, but no info on what this option is for. Does anyone know about this? thanks, dennis