From owner-freebsd-bugs Wed Apr 1 10:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16049 for freebsd-bugs-outgoing; Wed, 1 Apr 1998 10:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16042; Wed, 1 Apr 1998 10:00:02 -0800 (PST) (envelope-from gnats) Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA15558 for ; Wed, 1 Apr 1998 09:54:50 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: by uni4nn.gn.iaf.nl with UUCP id AA06437 (5.67b/IDA-1.5 for FreeBSD-gnats-submit@freebsd.org); Wed, 1 Apr 1998 19:54:39 +0200 Received: (from wilko@localhost) by yedi.iaf.nl (8.8.7/8.6.12) id TAA02740; Wed, 1 Apr 1998 19:50:27 +0200 (MET DST) Message-Id: <199804011750.TAA02740@yedi.iaf.nl> Date: Wed, 1 Apr 1998 19:50:27 +0200 (MET DST) From: Wilko Bulte Reply-To: wilko@FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/6192: kernel patches for netatalk break FDDI support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6192 >Category: kern >Synopsis: kernel patches for netatalk break FDDI support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 1 10:00:01 PST 1998 >Last-Modified: >Originator: Wilko Bulte >Organization: Private FreeBSD site >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: Asus T2P4 / P-100 / 48Mb Digital DEFPA PCI-FDDI adapter >Description: The post-release patches for 2.2.5R to enable the use of netatalk (patches to be found on www.freebsd.org) break kernel support of FDDI based networks. >How-To-Repeat: Any kernel with: device fpa pseudo-device fddi results in fatal compile time errors during kernel build. According to jfieber the same problem is evident on 2.2.6R. >Fix: diff if_fddisubr.c.orig if_fddisubr.c 230a231 > * see comments in if_ethersubr.c XXX 232,234c233,234 < if ((aa = (struct at_ifaddr *)at_ifawithnet( < (struct sockaddr_at *)dst, ifp->if_addrlist)) < == 0) --- > aa = (struct at_ifaddr *) at_ifawithnet((struct sockaddr_at *)dst); > if ( aa == NULL ) { 235a236 > } >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message