> On Tue, May 30, 2000 at 12:28:25AM -0700, Bill Paul wrote:
> > Several people have reported problems with if_dc botching autonegotiation
> > on 21143 NICs with non-MII media, such as the DEC/Compaq DE500-BA and
> > the built-in 10/100 ethernet on some alphas. As my first official act
> > as a BSDi/WC employee, I sat down and tried to fix this. I produced
> > some patches for if_dc.c/if_dcreg.h and dcphy.c, which are sitting at
> > http://people.freebsd.org/~wpaul/dc_test. To apply them, do the following:
>
> [...]
> cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing
>-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g
>-nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf
>-mno-fp-regs -ffixed-8 -Wa,-mev56 ../../pci/if_dc.c
> ../../pci/if_dc.c: In function `dc_init':
> ../../pci/if_dc.c:2697: structure has no member named `dc_flgs'
> *** Error code 1
>
> Stop in /var/d7/src-2000-05-28/src/sys/compile/CICELY9.
>
> This is on 5.0-CURRENT as of 28th May on alpha
Grrr. Typo on my part, sorry. It should be flags, not flgs. I just fixed
the patch file. You can download it again, or just correct the typo manually.
-Bill
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message