Fix Sabre device ID

git-svn-id: svn://coreboot.org/openbios/openbios-devel@423 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-25 07:30:45 +00:00
parent 037d00c9b5
commit 65057d6167

View File

@@ -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,