PERFORCE change 30273 for review

Peter Wemm peter at FreeBSD.org
Wed Apr 30 21:28:00 PDT 2003


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

Change 30273 by peter at peter_daintree on 2003/04/30 21:27:13

	revert to vendor

Affected files ...

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

Differences ...

==== //depot/projects/hammer/sys/dev/sio/sio.c#13 (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 = hz;
+	com->dtr_wait = 3 * 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