Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2008 22:51:50 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153972 for review
Message-ID:  <200812022251.mB2MpogT031880@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=153972

Change 153972 by sam@sam_ebb on 2008/12/02 22:51:13

	don't need bootverbose any more

Affected files ...

.. //depot/projects/vap/sys/arm/xscale/ixp425/ixp425.c#6 edit

Differences ...

==== //depot/projects/vap/sys/arm/xscale/ixp425/ixp425.c#6 (text+ko) ====

@@ -190,7 +190,6 @@
 {
 	struct ixp425_softc *sc;
 
-bootverbose=1;
 	sc = device_get_softc(dev);
 	sc->sc_iot = &ixp425_bs_tag;
 	KASSERT(ixp425_softc == NULL, ("%s called twice?", __func__));


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812022251.mB2MpogT031880>