Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 00:14:52 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96172 for review
Message-ID:  <200604270014.k3R0EqL9047450@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96172

Change 96172 by marcel@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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604270014.k3R0EqL9047450>