mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +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…
x
Reference in New Issue
Block a user