Accton Cheetah 10/100 PCI (EN1207D)

Peter Burns pburns@firstdata.com.au
Mon Feb 1 17:01:50 1999






"M.Brands" <shrike@charm.il.fontys.nl> on 01/02/99 13:03:22

>We have also have an Accton EN1207 (w/ BNC) and it has been working very
>well for over a year now. We're using the driver that comes standard with
>the kernel (0.89H) because I'm a bit lazy. I don't know what type the
>EN1207D is, but our EN1207 has a 21140-AC chipset.

>Could it be the problems you have are caused by the fact that the card
>has to share it's IRQ with another device? We had similar problems when
>the Accton EN1207 and an NCR 52c810 SCSI controller were sharing the same
>IRQ. Moving the NCR card to another slot solved the problem.

I don't think its a conflict. The card is not detected at boot.
It shows up in /proc/pci though. Here's its entry.


  Bus  0, device   9, function  0:
    Ethernet controller: Unknown vendor Unknown device (rev 16).
      Vendor id=1113. Device id=1211.
      Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master Capable.
  Latency=64.  Min Gnt=32.Max Lat=64.
      I/O at 0xe400.
      Non-prefetchable 32 bit memory at 0xe6000000.


I tried out tulip-diag with the following results.

#./tulip-diag
Unable to find a Tulip card in /proc/pci.
If there is a Tulip card in the machine, explicitly set the I/O port
address
  using '-p <ioaddr>

#./tulip-diag -p 0xe400 -a
tulip-diag.c:v1.06 9/18/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)
Digital DC21040 Tulip Tulip chip registers at 0xe400:
  6ce80000 00000008 00002000 00002000 00000000 00000000 00000000 0000fff0
  70000000 072e2c2a 000d1000 0000e10c 1000000f 00000000 00000004 78fa8388
 The Rx process state is 'Stopped'.
 The Tx process state is 'Stopped'.
Transmit stopped, Receive stopped, half-duplex.
 The transmit threshold is 72.
 Port selection is 10mpbs-serial, half-duplex.

#./tulip-diag -p 0xe400 -e
tulip-diag.c:v1.06 9/18/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)

#./tulip-diag -p 0xe400 -m
tulip-diag.c:v1.06 9/18/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)
 ***WARNING***: No MII transceivers found!


>Mathijs

>From what I can guess the card is not detected since it has a different
vendor and device id.

Hmmm ... While I was writing this I took a visit to Acctons home page at
http://www.accton.com.tw and low and behold there's a linux driver
for it just sitting there. I'll have to take it home and try it
out. It wasn't on the disk that came with it.

Peter Burns