On Mon, Nov 10, 2003 at 09:22:58AM -0000, Peter Fox wrote: > The sources seem to imply the stream should be set up by the > linker script, but there is nothing in my linker script that > looks like it will do it. > > Indeed looking at the linuxbios_c.map I see: > > ... > 00008db8 T pc_keyboard_init > 00008ec0 R epci_drivers > 00008ec0 R estreams > 00008ec0 R pci_drivers > 00008ec0 R _rodata > 00008ec0 R streams > 00008ec0 T _etext > 00009420 R intel_irq_routing_table > ... > > Which kind of implies there is no stream. > > Any idea how the streams are supposed to be set up ?
option USE_GENERIC_ROM=1 This will enable the rom_fill_inbuf.c and the rom_stream driver will automagically show up in between the streams and estreams. -- Takeshi _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

