Date: Fri, 28 Jun 1996 11:03:59 -0500 From: "Bradley Dunn" <dunn@harborcom.net> To: Randy Kirchhof <rkk@kirchhof.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: No Make on -stable (bt0 driver related) Message-ID: <199606281508.LAA05988@ns2.harborcom.net>
next in thread | raw e-mail | index | archive | help
On 28 Jun 96 at 9:10, Randy Kirchhof wrote: > Latest sources are giving me this, with or without eisa0 > configured. Anyone else seeing this? Ideas? > > $ make > > [...] > > loading kernel > ioconf.o: Undefined symbol `_btintr' referenced from data segment > *** Error code 1 > > Config file: [...] > controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr Change the above line to: controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr Rerun config, then build it. Bradley Dunn <dunn@harborcom.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606281508.LAA05988>