[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Recognized scsi and ethernet cards



The current module udebs are missing some modules.  Instead of
detecting them one and one, I decided to check the pci.lst file in my
updated discover-data package (updated with kernel 2.4 module names),
and check which modules that are used by the recognized cards

This is the complete list.

  scsi

    3w-xxxx BusLogic DAC960 aacraid advansys aic7xxx atp870u cpqarray
    cpqfc dpt_i2o dtc e1000 eata eepro100 fdomain gdth initio ips
    megaraid mptscsih ncr53c8xx pci sym53c8xx tmscsim yellowfin

  ethernet

    3c59x 8139too acenic dgrs dl2k dmfe e100 e1000 eepro100 epic100
    fealnx hamachi hp100 ibmtr lmc natsemi ne2k-pci ns83820
    orinoco_pci orinoco_plx pcnet32 sis900 sk98lin starfire sundance
    sungem tg3 tlan tmspci tulip tulip_cb via-rhine winbond-840

Are all these modules included in the kernel module udebs?  I just
reported the mptscsih missing, but are there others?

I am a bit supprised to see the e1000 and eepro1000 modules listed as
both a scsi and an ethernet driver.

        8086101e        scsi    e1000     MegaRAID 438
        8086103c        scsi    eepro100  MegaRAID

I suspect this is wrong, but have no idea what the correct module is.

The yellowfin module is used with this controler, I suspect it is
wrong:

        10000702  scsi  yellowfin  Yellowfin G-NIC gigabit ethernet

I used this script to extract the list.

  for c in scsi ethernet ; do
    echo $c
    echo `grep $c pci.lst|awk '{print $3}'|egrep -v 'unknown|ignore'|sort -u` |
       sed 's/^/  /'
  done



Reply to: