PERFORCE change 109825 for review

Sam Leffler sam at FreeBSD.org
Mon Nov 13 00:06:50 UTC 2006


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

Change 109825 by sam at sam_ebb on 2006/11/13 00:06:04

	don't need debug hack any more

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/avila_ata.c#8 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/avila_ata.c#8 (text+ko) ====

@@ -160,7 +160,6 @@
 	    INTR_TYPE_BIO | INTR_MPSAFE | INTR_ENTROPY,
 	    ata_avila_intr, sc, &sc->sc_ih);
 
-bootverbose=1;
 	/* attach channel on this controller */
 	device_add_child(dev, "ata", devclass_find_free_unit(ata_devclass, 0));
 	bus_generic_attach(dev);


More information about the p4-projects mailing list