Date: Mon, 5 Dec 2005 22:01:47 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87739 for review Message-ID: <200512052201.jB5M1lXf060427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87739 Change 87739 by soc-andrew@soc-andrew_serv on 2005/12/05 22:01:06 IFC Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/Makefile.inc1#6 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#4 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/share/misc/dev.archlist.txt#6 integrate Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/Makefile.inc1#6 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $FreeBSD: src/Makefile.inc1,v 1.523 2005/11/25 10:12:58 ru Exp $ +# $FreeBSD: src/Makefile.inc1,v 1.526 2005/12/03 05:11:07 ambrisko Exp $ # # Make command line options: # -DNO_DYNAMICROOT do not link /bin and /sbin dynamically @@ -122,7 +122,7 @@ .error CPUTYPE global should be set with ?=. .endif .if make(buildworld) -BUILD_ARCH!= sysctl -n hw.machine_arch +BUILD_ARCH!= uname -p .if ${MACHINE_ARCH} != ${BUILD_ARCH} .error To cross-build, set TARGET_ARCH. .endif @@ -470,7 +470,7 @@ buildenv: @echo Entering world for ${TARGET_ARCH}:${TARGET} - @cd ${.CURDIR} && env ${WMAKEENV} sh || true + @cd ${.CURDIR} && env ${WMAKEENV} ${SHELL} || true TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32} toolchain: ${TOOLCHAIN_TGTS} ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#4 (text+ko) ==== @@ -29,7 +29,7 @@ <sect1 id="support"> <sect1info> - <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.290 2005/10/10 18:01:18 joel Exp $</pubdate> + <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.292 2005/12/01 17:36:39 jhb Exp $</pubdate> </sect1info> <title>Supported Devices</title> @@ -599,8 +599,9 @@ &hwlist.sr; <para arch="i386,amd64">Specialix SI/XIO/SX multiport serial cards, with both the - older SIHOST2.x and the new <quote>enhanced</quote> (transputer - based, aka JET) host cards (ISA, EISA and PCI are supported) + older SIHOST2.x and the <quote>enhanced</quote> (transputer + based, aka JET) host cards (ISA, EISA and PCI) are supported. + Note that the newer SX+ PCI cards are not currently supported. (&man.si.4; driver)</para> <para arch="pc98">Internel serial interfaces (&man.sio.4; driver) @@ -665,6 +666,8 @@ &hwlist.snd.als4000; + &hwlist.snd.atiixp; + &hwlist.snd.audiocs; &hwlist.snd.cmi; ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/share/misc/dev.archlist.txt#6 (text+ko) ==== @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: src/release/doc/share/misc/dev.archlist.txt,v 1.71 2005/11/09 22:05:41 brueffer Exp $ +# $FreeBSD: src/release/doc/share/misc/dev.archlist.txt,v 1.72 2005/11/28 16:53:16 brueffer Exp $ # # @@ -105,6 +105,7 @@ snc pc98 snd_ad1816 i386,amd64 snd_als4000 i386 +snd_atiixp i386,amd64 snd_audiocs sparc64 snd_cmi i386,amd64 snd_cs4281 i386,amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512052201.jB5M1lXf060427>