Date: Sun, 4 Apr 2004 18:58:02 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc puc_sbus.c Message-ID: <200404050158.i351w2UB099752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004/04/04 18:58:02 PDT FreeBSD src repository Modified files: sys/dev/puc puc_sbus.c Log: Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4) and used by uart(4) for the channel conflicted with the port offset for the Z8530. The Z8530 has the channels reversed (i.e. channel B is at offset 0 and channel A is at offset 4). Assign the port offsets in the right order so that uart(4) will properly attach to the channels. Submitted by: Marius Strobl <marius@alchemy.franken.de> Revision Changes Path 1.2 +1 -1 src/sys/dev/puc/puc_sbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404050158.i351w2UB099752>