From owner-freebsd-hackers Mon Apr 21 21:55:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA13677 for hackers-outgoing; Mon, 21 Apr 1997 21:55:46 -0700 (PDT) Received: from sendero.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA13665 for ; Mon, 21 Apr 1997 21:55:43 -0700 (PDT) Received: (from shimon@localhost) by sendero.i-connect.net (8.8.5/8.8.5) id VAA00365; Mon, 21 Apr 1997 21:55:28 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19970421152457.YI24549@uriah.heep.sax.de> Date: Mon, 21 Apr 1997 18:26:25 -0700 (PDT) Organization: iConnect Corp. From: Simon Shapiro To: (Joerg Wunsch) Subject: Re: FDDI Controller Driver Help... Cc: hackers@freebsd.org, (J Wunsch) Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi J Wunsch; On 21-Apr-97 you wrote: > As Matt Thomas wrote: > > > >b. Whoever maintains this driver should consider submitting a tiny > patch > > > that adds the driver and its attendant files to > i386/conf/files.i386. > > > > I think Joerg did the last merge... > > ...and the entries are there, actually. After all, i tested the > driver before importing. :-) > > The aren't in the alphabetical order however, i should fix this some > day. > > j@uriah 724% grep 'f[pe]a' /sys/{,i386}/conf/files* > /sys//conf/files:dev/pdq/pdq.c optional fea device-driver > /sys//conf/files:dev/pdq/pdq_ifsubr.c optional fea device-driver > /sys//conf/files:dev/pdq/pdq.c optional fpa device-driver > /sys//conf/files:dev/pdq/pdq_ifsubr.c optional fpa device-driver > /sys//conf/files:pci/if_fpa.c optional fpa device-driver > /sys/i386/conf/files.i386:i386/eisa/if_fea.c optional > fea device-driver But this leaves the symbol _fddi_input undefined. To erliminate this problem, you need to add net/if_fddisubr.c to the list of fpa dependancies. Knit-picking, but ld(1) insists :-) This was true as of 15-Apr-97 kernel. Simon