tulip and admtek AN983Al on 6.2

i’ve a network mini-pci card on my laptop with a AN983AL chip from
accton (EN2242) i have start it by io-net -d tulip connection=1,did=
0x1216,duplex=0,mac=00d05932dcf0,pci=0x0,speed=100,vid=0x1113 -p tcpip

then en0 is ok
so i did ifconfig en0 192.168.0.5 and route add default 192.168.0.254
all seem ok

but nothing going out or in

so i supose tulip note reali reconize my chip but what can i do ?
is there a way to add the information on my chip to the tulip driver:

under

struct tulip_chip_table tulip_tbl[]

{ “EN2242 tulip work-alike”, 128, 0x0801fbff,
HAS_MII | HAS_MEDIA_TABLE | ALWAYS_CHECK_MII | HAS_ACPI |HAS_NWAY,
t21142_timer }

and

under

static struct pci_device_id tulip_pci_tbl[] __devinitdata

{ 0x1113, 0x1216, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },


thanks before

yves deglain