From 969947cbe7a5de2544543c7a574c2976624f5461 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 5 Jul 2004 17:26:04 +0000 Subject: [PATCH] These option roms are defined in the ISA standard, and in the ISA hole, so call them ISA Options rom(s). --- sys/isa/orm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/isa/orm.c b/sys/isa/orm.c index 586515924107..f25312fbe305 100644 --- a/sys/isa/orm.c +++ b/sys/isa/orm.c @@ -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