summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa/if_fea.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/eisa/if_fea.c')
-rw-r--r--sys/i386/eisa/if_fea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/if_fea.c b/sys/i386/eisa/if_fea.c
index c0fce89..fd9447e 100644
--- a/sys/i386/eisa/if_fea.c
+++ b/sys/i386/eisa/if_fea.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_fea.c,v 1.11 1998/12/09 02:18:53 eivind Exp $
+ * $Id: if_fea.c,v 1.12 1999/01/01 12:35:47 bde Exp $
*/
/*
@@ -207,7 +207,7 @@ pdq_eisa_attach(
sc = malloc(sizeof(*sc), M_DEVBUF, M_NOWAIT);
if (sc == NULL) {
- printf("fea%d: malloc failed!\n", ed->unit);
+ printf("fea%ld: malloc failed!\n", ed->unit);
return -1;
}
pdqs_eisa[ed->unit] = sc;
OpenPOWER on IntegriCloud