3com 3C920 (from Dell Lattitude Dock)
Bill Broadley
bill@math.ucdavis.edu
Wed Sep 1 22:40:48 1999
Hello All,
I'm not subscribed, but I am reading from the mailing list archive.
Hopefully this will go though anyways.
Just got a new Dell Latitude CPi+dock. I tried redhat-6.0, linux-2.2.11,
and 2.3.15 and none recognized the ethernet. Unfortunately I think I
found the problem, from the dell website:
3Com 3C920; 10/100 BASE-TX (PC98-compliant); Data bus width;
32-bit PCI host interface
From the website: http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
I assume that it's unsupported.
On an unrelated note I tried copying the newest driver (0.99L) into
my 2.3.15 source tree, and compile it:
gcc -D__KERNEL__ -I/usr/src/linux-2.3.16/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasi
ng -pipe -fno-strength-reduce -DCPU=686 -march=i686 -c -o 3c59x.o 3c59x.c
3c59x.c: In function `vortex_scan':
3c59x.c:686: structure has no member named `base_address'
3c59x.c:739: dereferencing pointer to incomplete type
3c59x.c:662: warning: `ioaddr' might be used uninitialized in this function
3c59x.c: In function `vortex_probe1':
3c59x.c:793: warning: passing arg 1 of `init_etherdev' from incompatible pointer type
3c59x.c:793: warning: assignment from incompatible pointer type
3c59x.c:796: dereferencing pointer to incomplete type
3c59x.c:798: dereferencing pointer to incomplete type
--
Bill Broadley