From owner-p4-projects@FreeBSD.ORG Mon Dec 5 22:01:48 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5C5B716A429; Mon, 5 Dec 2005 22:01:48 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A8B16A420 for ; Mon, 5 Dec 2005 22:01:48 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7324F43D5D for ; Mon, 5 Dec 2005 22:01:47 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB5M1lxu060430 for ; Mon, 5 Dec 2005 22:01:47 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB5M1lXf060427 for perforce@freebsd.org; Mon, 5 Dec 2005 22:01:47 GMT (envelope-from soc-andrew@freebsd.org) Date: Mon, 5 Dec 2005 22:01:47 GMT Message-Id: <200512052201.jB5M1lXf060427@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 87739 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 22:01:49 -0000 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 @@ - $FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.290 2005/10/10 18:01:18 joel Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.292 2005/12/01 17:36:39 jhb Exp $ Supported Devices @@ -599,8 +599,9 @@ &hwlist.sr; Specialix SI/XIO/SX multiport serial cards, with both the - older SIHOST2.x and the new enhanced (transputer - based, aka JET) host cards (ISA, EISA and PCI are supported) + older SIHOST2.x and the enhanced (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) 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