PERFORCE change 96172 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Apr 27 00:14:53 UTC 2006


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

Change 96172 by marcel at marcel_nfs on 2006/04/27 00:13:54

	The 4, 8 and 16-port IC Books cards have Digi compatible ILRs.

Affected files ...

.. //depot/projects/uart/dev/puc/pucdata.c#30 edit

Differences ...

==== //depot/projects/uart/dev/puc/pucdata.c#30 (text+ko) ====

@@ -710,6 +710,10 @@
 puc_config_icbook(struct puc_softc *sc, enum puc_cfg_cmd cmd, int port,
     intptr_t *res)
 {
+	if (cmd == PUC_CFG_GET_ILR) {
+		*res = PUC_ILR_DIGI;
+		return (0);
+	}
 	return (ENXIO);
 }
 


More information about the p4-projects mailing list