PERFORCE change 43379 for review

Peter Wemm peter at FreeBSD.org
Wed Dec 3 12:13:02 PST 2003


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

Change 43379 by peter at peter_daintree on 2003/12/03 12:12:21

	diff reduction with -current

Affected files ...

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

Differences ...

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

@@ -1161,9 +1161,6 @@
 	rid = 0;
 	com->irqres = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0ul, ~0ul, 1,
 	    RF_ACTIVE);
-	if (com->irqres == NULL)
-		com->irqres = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0ul,
-		    ~0ul, 1, RF_ACTIVE | RF_SHAREABLE);
 	if (com->irqres) {
 		ret = BUS_SETUP_INTR(device_get_parent(dev), dev, com->irqres,
 				     INTR_TYPE_TTY | INTR_FAST,


More information about the p4-projects mailing list