Date: Sat, 26 Feb 2005 00:25:43 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/puc puc_sbus.c Message-ID: <200502260025.j1Q0PhSZ025427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-02-26 00:25:43 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/puc puc_sbus.c
Log:
Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing
uart(4) to support the Zilog 8530 SCCs which hang off of a FireHose
bus on Sun E4000/E5000 class machines.
Beside the fact that a puc_fhc.c would just be a copy of puc_sbus.c
with s,sbus,fhc,g the reason why the declaration for fhc(4) was
sticked into puc_sbus.c is that both of these front-ends for puc(4)
will go away once there is a scc(4).
Discussed with: marcel
Tested by: hrs, kris
MFC after: 3 days
Revision Changes Path
1.1000 +1 -0 src/sys/conf/files
1.8 +1 -0 src/sys/dev/puc/puc_sbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502260025.j1Q0PhSZ025427>
