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:
Warner Losh 2004-07-05 17:26:04 +00:00
parent 51f98e585b
commit 969947cbe7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131636

View File

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