From owner-freebsd-bugs Mon Feb 24 00:13:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07667 for bugs-outgoing; Mon, 24 Feb 1997 00:13:48 -0800 (PST) Received: from mikan.jaist.ac.jp (mikan-e0.jaist.ac.jp [150.65.1.9]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07661; Mon, 24 Feb 1997 00:13:39 -0800 (PST) Received: from is19e1s01.jaist.ac.jp (Mamoru Iwaki ) by mikan.jaist.ac.jp (8.7.5); id RAA08162; Mon, 24 Feb 1997 17:13:34 +0900 (JST) Date: Mon, 24 Feb 1997 17:13:34 +0900 (JST) Message-Id: <199702240813.RAA08162@mikan.jaist.ac.jp> To: joerg@freefall.freebsd.org Cc: freebsd-bugs@freefall.freebsd.org Subject: Re: kern/2767 In-Reply-To: Your message of "Sun, 23 Feb 1997 02:59:15 -0800 (PST)". <199702231059.CAA04063@freefall.freebsd.org> From: iwaki@jaist.ac.jp (Mamoru Iwaki) X-Mailer: mnews [version 1.20] 1996-12/08(Sun) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199702231059.CAA04063@freefall.freebsd.org> joerg@freefall.freebsd.org wrote: >>Synopsis: [2.2-970215-GAMMA] de0 doesn't work with SMC9332BDT and a solution >> >>State-Changed-From-To: open-closed >>State-Changed-By: joerg >>State-Changed-When: Sun Feb 23 11:57:49 MET 1997 >>State-Changed-Why: >>A similar fix has been applied in rev 1.60 of if_de.c, please test >>whether this also fixed your problem. Thank you for the information above. I got the rev 1.60 of if_de.c, i.e. $Id: if_de.c,v 1.60 1997/02/23 10:57:30 joerg Exp $ from FREEBSD-CURRENT/src/sys/pci to rebuild the 2.2-970215-GAMMA GENERIC kernel with it. But the compiling fails with the following messages: ---< BEGIN >---< BEGIN >------< BEGIN >------ cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../pci/if_de.c ./../pci/if_de.c: In function `tulip_addr_filter': ./../pci/if_de.c:3309: structure has no member named `if_multiaddrs' ./../pci/if_de.c:3316: structure has no member named `if_multiaddrs' ./../pci/if_de.c:3317: dereferencing pointer to incomplete type ./../pci/if_de.c:3318: dereferencing pointer to incomplete type ./../pci/if_de.c:3322: dereferencing pointer to incomplete type ./../pci/if_de.c:3322: dereferencing pointer to incomplete type ./../pci/if_de.c:3349: structure has no member named `if_multiaddrs' ./../pci/if_de.c:3350: dereferencing pointer to incomplete type ./../pci/if_de.c:3351: dereferencing pointer to incomplete type ./../pci/if_de.c:3354: dereferencing pointer to incomplete type ./../pci/if_de.c:3354: dereferencing pointer to incomplete type *** Error code 1 Stop. ---< END >---< END >------< END >------ The rev 1.60 looks unsuitable for the 2.2-970215-GAMMA GENERIC kernel, I think. # However, you should know I am a very novice and easily make # mistakes. ---