PERFORCE change 29558 for review

Peter Wemm peter at FreeBSD.org
Wed Apr 23 15:32:20 PDT 2003


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

Change 29558 by peter at peter_daintree on 2003/04/23 15:31:44

	speed up my development cycle so that init debug messages dont take a full 3 seconds per message.

Affected files ...

.. //depot/projects/hammer/sys/dev/sio/sio.c#10 edit

Differences ...

==== //depot/projects/hammer/sys/dev/sio/sio.c#10 (text+ko) ====

@@ -934,7 +934,7 @@
 	com->bst = rman_get_bustag(port);
 	com->bsh = rman_get_bushandle(port);
 	com->cfcr_image = CFCR_8BITS;
-	com->dtr_wait = 3 * hz;
+	com->dtr_wait = hz;
 	com->loses_outints = COM_LOSESOUTINTS(flags) != 0;
 	com->no_irq = bus_get_resource(dev, SYS_RES_IRQ, 0, NULL, NULL) != 0;
 	com->tx_fifo_size = 1;


More information about the p4-projects mailing list