mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix Sabre device ID
git-svn-id: svn://coreboot.org/openbios/openbios-devel@423 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -65,7 +65,7 @@ static const struct hwdef hwdefs[] = {
|
||||
.pci = {
|
||||
.name = "SUNW,sabre",
|
||||
.vendor_id = 0x108e,
|
||||
.device_id = 0xa000,
|
||||
.device_id = 0x5000,
|
||||
.cfg_addr = APB_SPECIAL_BASE + 0x1000000ULL,
|
||||
.cfg_data = APB_MEM_BASE,
|
||||
.cfg_base = 0x80000000ULL,
|
||||
|
||||
Reference in New Issue
Block a user