What driver goes with what PCI device
Alexandre L.
axelbsd at ymail.com
Wed May 12 11:39:55 UTC 2010
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 <lists at eitanadler.com> a écrit :
> De: Eitan Adler <lists at eitanadler.com>
> Objet: What driver goes with what PCI device
> À: questions at 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
> none0 at 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
> none1 at 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
> none2 at 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
> none3 at 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 at freebsd.org
> mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
More information about the freebsd-questions
mailing list