Date: Mon, 16 Oct 2000 08:24:26 -0600 From: "Andrew M. Miklic" <miklic@udlkern.fc.hp.com> To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: syscons Message-ID: <39EB0F99.8FBC5362@udlkern.fc.hp.com>
next in thread | raw e-mail | index | archive | help
Hi,
I have a question about syscons, and I was wondering if there were
anyone out there who knew enough about the initialization sequence of
syscons to answer...
Basically, I'm trying to write a TGA driver around syscons, but TGA
is a PCI card, and it seems, after having looked through the syscons
code and the VGA driver, that syscons is better suited to ISA-style
adapters, i.e., it absoultely has to call (tga/vga)_configure() very
early in boot (i.e., before main()) to register adapters, and this
registration requires a probe of adapters _before_ PCI services are
available to do a probe of PCI adapters--is this true? If so, does
anyone know of a nifty way around this conundrum?
Andrew Miklic
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39EB0F99.8FBC5362>
