From owner-freebsd-stable Fri Jun 28 08:09:02 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA07386 for stable-outgoing; Fri, 28 Jun 1996 08:09:02 -0700 (PDT) Received: from ns2.harborcom.net (root@ns2.harborcom.net [206.158.4.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA07380 for ; Fri, 28 Jun 1996 08:08:55 -0700 (PDT) Received: from swoosh.dunn.org (swoosh.dunn.org [206.158.7.243]) by ns2.harborcom.net (8.7.4/8.6.12) with SMTP id LAA05988; Fri, 28 Jun 1996 11:08:41 -0400 (EDT) Message-Id: <199606281508.LAA05988@ns2.harborcom.net> Comments: Authenticated sender is From: "Bradley Dunn" Organization: Harbor Communications To: Randy Kirchhof Date: Fri, 28 Jun 1996 11:03:59 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: No Make on -stable (bt0 driver related) Reply-to: dunn@harborcom.net CC: freebsd-stable@FreeBSD.ORG Priority: normal X-mailer: Pegasus Mail for Win32 (v2.31) Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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