I have Sangoma Remora A200 voip card, and when I use pciconf command with -l switch
I'm getting following output:
I want to play little bit with device driver writing, and are confused how to identify chip and its vendor. Manpage for pciconf(8) says: " The fourth column contains the chip device ID, which identifies the chip this card is based on. It consists of two fields, identifying the chip and its vendor...". Any help with explanation of these two fields?
Thanks!
I'm getting following output:
Code:
pciconf -l
none0@pci0:0:20:0: class=0x028000 card=0x0800a200 chip=0x00401923 rev=0x00 hdr=0x00
I want to play little bit with device driver writing, and are confused how to identify chip and its vendor. Manpage for pciconf(8) says: " The fourth column contains the chip device ID, which identifies the chip this card is based on. It consists of two fields, identifying the chip and its vendor...". Any help with explanation of these two fields?
Thanks!