Problems compiling Tulip drivers in 2.3.x kernel

Bob recbo@erols.com
Fri Dec 17 01:42:23 1999


Ryan Hoegg wrote:

> Can anyone give me some useful insight into getting any of the following
> tulip drivers to compile under 2.3.15 or 2.3.27?
> 0.88
> 0.89H
> 0.91
> 0.91g
>
> I would prefer .91 or .91g because they do the media detection correctly
> on my Macronix MX98715AEC based NIC (CNET PRO200 10/100)
>
> Thanks,
> Ryan Hoegg
> rhoegg@ccex.com

ftp://cesdis.gsfc.nasa.gov/pub/linux/drivers/kern-2.3

Use the README there.

#pushd /usr/src/linux/drivers/net
cat Makefile | gawk --source '{
  if ( $3 ~ /auto_irq.o/ print $1 "  " $2 "  " $3 " pci-netif.o ;
  else print $0}' > /tmp/gawk.out
#mv /tmp/gawk.out Makefile
#popd

make tulip

-Bob