summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-05 17:26:04 +0000
committerimp <imp@FreeBSD.org>2004-07-05 17:26:04 +0000
commit9e744a846367658f6d8d37ed7c19de427aca62b5 (patch)
tree04251b7da6c547112a7f76954ea80e3801859fc5 /sys/isa
parentd384729d50978bc42ae8b4cf666e1de7b176d1ee (diff)
downloadFreeBSD-src-9e744a846367658f6d8d37ed7c19de427aca62b5.zip
FreeBSD-src-9e744a846367658f6d8d37ed7c19de427aca62b5.tar.gz
These option roms are defined in the ISA standard, and in the ISA
hole, so call them ISA Options rom(s).
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/orm.c4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud