Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 1997 17:13:34 +0900 (JST)
From:      iwaki@jaist.ac.jp (Mamoru Iwaki)
To:        joerg@freefall.freebsd.org
Cc:        freebsd-bugs@freefall.freebsd.org
Subject:   Re: kern/2767
Message-ID:  <199702240813.RAA08162@mikan.jaist.ac.jp>
In-Reply-To: Your message of "Sun, 23 Feb 1997 02:59:15 -0800 (PST)". <199702231059.CAA04063@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.  
---



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