Subject: Re: Issue with /usr/src/sys/arch/i386/stand/lib/gatea20.c
To: Marcin Jessa <lists@yazzy.org>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 06/21/2005 22:21:30
Marcin Jessa <lists@yazzy.org> writes:
> On FreeBSD it's enough to remove keyboard support from the kernel to
> be able to boot devices that do not have it.

That's probably not quite the right way to do it. We'd like GENERIC to
work on such devices as well. The right thing is probably to do some
sort of probe to determine if the A20 hack is impossible before trying
it.

Perry