PERFORCE change 94327 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Mar 30 21:34:31 UTC 2006


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

Change 94327 by marcel at marcel_nfs on 2006/03/30 21:33:52

	Don't recognize the SAB82532.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_bus_ebus.c#14 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_bus_ebus.c#14 (text+ko) ====

@@ -100,11 +100,6 @@
 		sc->sc_class = &uart_ns8250_class;
 		return (uart_bus_probe(dev, 0, 0, 0, 0));
 	}
-	if (!strcmp(nm, "se") || !strcmp(cmpt, "sab82532")) {
-		sc->sc_class = &uart_sab82532_class;
-		error = uart_bus_probe(dev, 0, 0, 0, 1);
-		return ((error <= 0) ? BUS_PROBE_GENERIC : error);
-	}
 
 	return (ENXIO);
 }


More information about the p4-projects mailing list