Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 1998 19:50:27 +0200 (MET DST)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6192: kernel patches for netatalk break FDDI support
Message-ID:  <199804011750.TAA02740@yedi.iaf.nl>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804011750.TAA02740>