Date: Wed, 26 Jul 2006 03:10:01 +0000 (UTC) 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/scc scc_core.c scc_dev_z8530.c Message-ID: <200607260310.k6Q3A196045698@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-07-26 03:10:01 UTC
FreeBSD src repository
Modified files:
sys/dev/scc scc_core.c scc_dev_z8530.c
Log:
Fix braino: The cl_range field should not hold the shifted I/O
space range per channel, but rather the unshifted range. The
shifting depends on the bus. The hardcoded shift was specific
to the SBus on sparc64. The shifted range is now determined at
run-time. This fixes the mac-io attachment.
Revision Changes Path
1.6 +2 -2 src/sys/dev/scc/scc_core.c
1.3 +1 -1 src/sys/dev/scc/scc_dev_z8530.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607260310.k6Q3A196045698>
