What driver goes with what PCI device

2010-05-12 Thread Eitan Adler
I ran the following command and I was wondering how I could figure out
what drivers are needed for each of the following.

$pciconf -lv|grep -A 4 none
no...@pci0:0:31:3:  class=0x0c0500 card=0x3a1d17aa chip=0x29308086
rev=0x03 hdr=0x00
   vendor = 'Intel Corporation'
   device = '82801IB/IR/IH (ICH9 Family) SMBus Controller'
   class  = serial bus
   subclass   = SMBus
no...@pci0:2:0:0:   class=0x088000 card=0x3d9b17aa chip=0x2382197b
rev=0x00 hdr=0x00
   vendor = 'JMicron Technology Corp.'
   device = 'JMB38X SD/MMC Host Controller (JMB38X)'
   class  = base peripheral
no...@pci0:2:0:2:   class=0x080501 card=0x3d9a17aa chip=0x2381197b
rev=0x00 hdr=0x00
   vendor = 'JMicron Technology Corp.'
   class  = base peripheral
   subclass   = SD host controller
no...@pci0:2:0:3:   class=0x088000 card=0x3d9c17aa chip=0x2383197b
rev=0x00 hdr=0x00
   vendor = 'JMicron Technology Corp.'
   device = 'JMB38X MS Host Controller (JMB38X)'
   class  = base peripheral
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re : What driver goes with what PCI device

2010-05-12 Thread Alexandre L.
For the SMBus Controller, the driver you can load is : ichsmb

To load it every reboot :
#echo 'ichsmb_load=YES'  /boot/loader.conf

To load it one time : 
#kldload ichsmb

For the others drivers, I don't know.

--- En date de : Mer 12.5.10, Eitan Adler li...@eitanadler.com a écrit :

 De: Eitan Adler li...@eitanadler.com
 Objet: What driver goes with what PCI device
 À: questi...@freebsd.org
 Date: Mercredi 12 mai 2010, 8h03
 I ran the following command and I was
 wondering how I could figure out
 what drivers are needed for each of the following.
 
 $pciconf -lv|grep -A 4 none
 no...@pci0:0:31:3:      class=0x0c0500
 card=0x3a1d17aa chip=0x29308086
 rev=0x03 hdr=0x00
    vendor     = 'Intel
 Corporation'
    device     =
 '82801IB/IR/IH (ICH9 Family) SMBus Controller'
    class      = serial bus
    subclass   = SMBus
 no...@pci0:2:0:0:   
    class=0x088000 card=0x3d9b17aa
 chip=0x2382197b
 rev=0x00 hdr=0x00
    vendor     = 'JMicron
 Technology Corp.'
    device     = 'JMB38X
 SD/MMC Host Controller (JMB38X)'
    class      = base
 peripheral
 no...@pci0:2:0:2:   
    class=0x080501 card=0x3d9a17aa
 chip=0x2381197b
 rev=0x00 hdr=0x00
    vendor     = 'JMicron
 Technology Corp.'
    class      = base
 peripheral
    subclass   = SD host
 controller
 no...@pci0:2:0:3:   
    class=0x088000 card=0x3d9c17aa
 chip=0x2383197b
 rev=0x00 hdr=0x00
    vendor     = 'JMicron
 Technology Corp.'
    device     = 'JMB38X
 MS Host Controller (JMB38X)'
    class      = base
 peripheral
 ___
 freebsd-questions@freebsd.org
 mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org