summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-06-26 23:21:19 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-06-26 23:21:19 +0000
commite5aa2ae3c2db89c0ffedc4daf9f09bf120334a10 (patch)
tree0a43d36fb2da5dc67c5c4e78f3236db4cd77a860 /sys
parent00192d9f76bd24caf45bff8fe012552198182daa (diff)
no need to print the BAR... test program uses dev/pci =)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/lofn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/lofn.c b/sys/dev/pci/lofn.c
index 1fc30ec9ef4..bc232f1469b 100644
--- a/sys/dev/pci/lofn.c
+++ b/sys/dev/pci/lofn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lofn.c,v 1.5 2001/06/26 06:33:51 jason Exp $ */
+/* $OpenBSD: lofn.c,v 1.6 2001/06/26 23:21:18 jason Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -143,7 +143,7 @@ lofn_attach(parent, self, aux)
WRITE_REG_0(sc, LOFN_REL_CFG2,
READ_REG_0(sc, LOFN_REL_CFG2) | LOFN_CFG2_RNGENA);
- printf(": %s [XXX bar 0x%08x]\n", intrstr, sc->sc_sh);
+ printf(": %s\n", intrstr, sc->sc_sh);
return;