diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2006-08-01 20:10:30 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2006-08-01 20:10:30 +0000 |
commit | 992ac5e48f27b1caad3b7b4545e2278e473a1761 (patch) | |
tree | 2e1774681da07cff6bef023cb6b0446f45f76fcb /sys/dev | |
parent | 1650c037d7c881da5d52467bd542915fe96bb7a5 (diff) |
back out a tiny piece of mickey's commit which lets me compile a kernel
on sparc64 again
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/puc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/puc.c b/sys/dev/pci/puc.c index 78454d47abe..7bc2d954ae4 100644 --- a/sys/dev/pci/puc.c +++ b/sys/dev/pci/puc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: puc.c,v 1.9 2006/07/31 11:06:33 mickey Exp $ */ +/* $OpenBSD: puc.c,v 1.10 2006/08/01 20:10:29 jolan Exp $ */ /* $NetBSD: puc.c,v 1.3 1999/02/06 06:29:54 cgd Exp $ */ /* @@ -266,7 +266,7 @@ puc_common_attach(struct puc_softc *sc, struct puc_attach_args *paa) continue; } -#ifndef SMALL_KERNEL +#if 0 if (autoconf_verbose) printf("%s: port %d: %s @ (index %d) 0x%x " "(0x%lx, 0x%lx)\n", sc->sc_dev.dv_xname, paa->port, |