Date: Mon, 3 Nov 2008 00:53:54 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf NOTES files src/sys/dev/amr amr.c amr_cam.c amrvar.h src/sys/i386/conf XEN src/sys/modules/amr Makefile Message-ID: <200811030054.mA30shZR068724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2008-11-03 00:53:54 UTC FreeBSD src repository Modified files: sys/conf NOTES files sys/dev/amr amr.c amr_cam.c amrvar.h sys/i386/conf XEN sys/modules/amr Makefile Log: SVN rev 184573 on 2008-11-03 00:53:54Z by scottl Move the CAM passthrough code into a true module so that it doesn't have to be compiled into the main AMR driver. It's code that is nice to have but not required for normal operation, and it is reported to cause problems for some people. Revision Changes Path 1.1514 +1 -0 src/sys/conf/NOTES 1.1346 +1 -1 src/sys/conf/files 1.88 +12 -19 src/sys/dev/amr/amr.c 1.28 +44 -7 src/sys/dev/amr/amr_cam.c 1.36 +2 -7 src/sys/dev/amr/amrvar.h 1.5 +2 -69 src/sys/i386/conf/XEN 1.12 +3 -2 src/sys/modules/amr/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811030054.mA30shZR068724>