mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
These option roms are defined in the ISA standard, and in the ISA
hole, so call them ISA Options rom(s).
This commit is contained in:
parent
51f98e585b
commit
969947cbe7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131636
@ -148,9 +148,9 @@ orm_identify(driver_t* driver, device_t parent)
|
||||
if (sc->rnum == 0)
|
||||
device_delete_child(parent, child);
|
||||
else if (sc->rnum == 1)
|
||||
device_set_desc(child, "Option ROM");
|
||||
device_set_desc(child, "ISA Option ROM");
|
||||
else
|
||||
device_set_desc(child, "Option ROMs");
|
||||
device_set_desc(child, "ISA Option ROMs");
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user