mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Comment this out until I have time to get to the bottom of why it's
failing for some people.
This commit is contained in:
parent
dd5c0d9d4b
commit
d76103580a
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ orm_identify(driver_t* driver, device_t parent)
|
|||
device_set_desc(child, "ISA Option ROM");
|
||||
else
|
||||
device_set_desc(child, "ISA Option ROMs");
|
||||
isa_set_vendorid(child, PNP_EISAID("PNP0C80"));
|
||||
// isa_set_vendorid(child, PNP_EISAID("PNP0C80"));
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue