cvs commit: src/sys/conf kern.post.mk

John Baldwin jhb at FreeBSD.org
Wed Mar 24 07:40:54 PST 2004


On Sunday 21 March 2004 08:19 am, Dag-Erling Smørgrav wrote:
> Ruslan Ermilov <ru at FreeBSD.org> writes:
> > Any explanation of what makes IA-64 so special in this respect
> > would be appreciated.
>
> unlike i386, ia64 can boot without hints.
>
> I really wish this were the case for i386 as well...  I believe the
> only hint which is actually required for a modern PCI-based PC is
> hint.vga.0.at="isa".

Nah, sc0 is required, not vga0.  Also, you need fd0 if you want the drive on 
fdc0 to show up.  This is what I use (sio0 is there so it can be used as a 
serial console):

hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.sc.0.at="isa"
hint.sc.0.flags="0x100"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-src mailing list