mirror of https://github.com/mpv-player/mpv
sorry, debug removed ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4279 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3611dab34d
commit
465f39c490
|
@ -593,7 +593,6 @@ int pci_scan(pciinfo_t *pci_list,unsigned *num_pci)
|
||||||
pcr._cardnum,func,PCI_INTERRUPT_REG);
|
pcr._cardnum,func,PCI_INTERRUPT_REG);
|
||||||
pcr._user_config = pci_config_read_long(pcr._pcibuses[pcr._pcibusidx],
|
pcr._user_config = pci_config_read_long(pcr._pcibuses[pcr._pcibusidx],
|
||||||
pcr._cardnum,func,PCI_REG_USERCONFIG);
|
pcr._cardnum,func,PCI_REG_USERCONFIG);
|
||||||
printf("user_config dword: %x\n", pcr._user_config);
|
|
||||||
/* check for pci-pci bridges */
|
/* check for pci-pci bridges */
|
||||||
#define PCI_CLASS_MASK 0xff000000
|
#define PCI_CLASS_MASK 0xff000000
|
||||||
#define PCI_SUBCLASS_MASK 0x00ff0000
|
#define PCI_SUBCLASS_MASK 0x00ff0000
|
||||||
|
|
Loading…
Reference in New Issue