cvs commit: src/sys/dev/puc puc_sbus.c
Marcel Moolenaar
marcel at FreeBSD.org
Sun Apr 4 18:58:03 PDT 2004
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 at alchemy.franken.de>
Revision Changes Path
1.2 +1 -1 src/sys/dev/puc/puc_sbus.c
More information about the cvs-src
mailing list