diff options
| author | is <is@NetBSD.org> | 2008-10-13 10:01:24 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2008-10-13 10:01:24 +0000 |
| commit | 93d402c342e25a5fbb05044eb3df2b04c07ee9b7 (patch) | |
| tree | 58abdfc43d4abfe751240676aaa069a7cfb4bd8b /sys/dev/usb | |
| parent | 86f5ab01f47143c0c969120476f13632b95e9e54 (diff) | |
Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/stuirda.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/stuirda.c b/sys/dev/usb/stuirda.c index 7c59302fdd8..0533b3f199a 100644 --- a/sys/dev/usb/stuirda.c +++ b/sys/dev/usb/stuirda.c @@ -1,4 +1,4 @@ -/* $NetBSD: stuirda.c,v 1.8 2008/05/24 16:40:58 cube Exp $ */ +/* $NetBSD: stuirda.c,v 1.9 2008/10/13 10:01:24 is Exp $ */ /* * Copyright (c) 2001,2007 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: stuirda.c,v 1.8 2008/05/24 16:40:58 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: stuirda.c,v 1.9 2008/10/13 10:01:24 is Exp $"); #include <sys/param.h> @@ -166,7 +166,7 @@ stuirda_fwload(struct uirda_softc *sc) { printf("%s: Attempting to load firmware %s\n", USBDEVNAME(sc->sc_dev), fwname); - rc = firmware_open("uirda", fwname, &fh); + rc = firmware_open("stuirda", fwname, &fh); if (rc) { printf("%s: Cannot load firmware\n", |
