Skip ghost USB controllers

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-23 00:12:33 +02:00
parent ae87524ea6
commit 980d936688
2 changed files with 13 additions and 0 deletions

View file

@ -24,6 +24,11 @@
#include <grub/cpu/io.h>
#endif
#define GRUB_YEELOONG_OHCI_PCIID 0x00351033
#define GRUB_YEELOONG_EHCI_PCIID 0x00e01033
#define GRUB_YEELOONG_OHCI_GHOST_FUNCTION 4
#define GRUB_YEELOONG_EHCI_GHOST_FUNCTION 5
#define GRUB_PCI_NUM_BUS 1
#define GRUB_PCI_NUM_DEVICES 16