From 9e744a846367658f6d8d37ed7c19de427aca62b5 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 5 Jul 2004 17:26:04 +0000 Subject: 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(-) (limited to 'sys/isa') diff --git a/sys/isa/orm.c b/sys/isa/orm.c index 5865159..f25312f 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 -- cgit v1.1