diff options
author | Warner Losh <imp@FreeBSD.org> | 2004-07-05 17:26:04 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2004-07-05 17:26:04 +0000 |
commit | 969947cbe7a5de2544543c7a574c2976624f5461 (patch) | |
tree | 04251b7da6c547112a7f76954ea80e3801859fc5 | |
parent | 51f98e585be773f14da7e9013078c23c3c51506c (diff) |
Notes
-rw-r--r-- | sys/isa/orm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/orm.c b/sys/isa/orm.c index 5865159241070..f25312fbe305d 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 |