From owner-p4-projects@FreeBSD.ORG Wed Oct 22 19:30:43 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4CB3916A4C0; Wed, 22 Oct 2003 19:30:43 -0700 (PDT) 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 23D4616A4B3 for ; Wed, 22 Oct 2003 19:30:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8906343FD7 for ; Wed, 22 Oct 2003 19:30:41 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9N2UfXJ056813 for ; Wed, 22 Oct 2003 19:30:41 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9N2UejC056810 for perforce@freebsd.org; Wed, 22 Oct 2003 19:30:40 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 22 Oct 2003 19:30:40 -0700 (PDT) Message-Id: <200310230230.h9N2UejC056810@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 40242 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 02:30:43 -0000 http://perforce.freebsd.org/chv.cgi?CH=40242 Change 40242 by rwatson@rwatson_paprika on 2003/10/22 19:30:31 Integrate trustedbsd_sebsd release tree forward to 39070, the last major integration of the trustedbsd_mac branch, which brings in many of the major changes in the last four months to the main FreeBSD tree. This includes substantial lock pushdown, threading bug fixes, compiler upgrades, et al. On the whole, release-related changes were makefile infrastructure and documentation. Affected files ... .. //depot/projects/trustedbsd/sebsd/release/Makefile#6 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/early-adopter/article.sgml#4 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/errata/article.sgml#4 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml#4 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#4 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/readme/article.sgml#4 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/alpha/article.sgml#2 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/amd64/article.sgml#3 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#4 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/i386/article.sgml#2 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/ia64/article.sgml#2 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/pc98/article.sgml#2 integrate .. //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/relnotes/sparc64/article.sgml#2 integrate .. //depot/projects/trustedbsd/sebsd/release/i386/drivers.conf#4 integrate .. //depot/projects/trustedbsd/sebsd/release/i386/fixit_crunch.conf#4 integrate .. //depot/projects/trustedbsd/sebsd/release/ia64/boot_crunch.conf#4 integrate .. //depot/projects/trustedbsd/sebsd/release/pc98/fixit-small_crunch.conf#4 integrate .. //depot/projects/trustedbsd/sebsd/release/pc98/fixit_crunch.conf#4 integrate .. //depot/projects/trustedbsd/sebsd/release/scripts/doFS.sh#5 integrate .. //depot/projects/trustedbsd/sebsd/release/scripts/print-cdrom-packages.sh#4 integrate .. //depot/projects/trustedbsd/sebsd/release/sparc64/mkisoimages.sh#4 integrate Differences ... ==== //depot/projects/trustedbsd/sebsd/release/Makefile#6 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/release/Makefile,v 1.814 2003/08/06 08:09:40 ru Exp $ +# $FreeBSD: src/release/Makefile,v 1.820 2003/09/21 06:33:14 ru Exp $ # # make release [BUILDNAME=somename] CHROOTDIR=/some/dir CVSROOT=/cvs/dir \ # [RELEASETAG=tag] @@ -202,12 +202,11 @@ NO_FLOPPIES= .elif ${TARGET_ARCH} == "sparc64" DISKLABEL= sunlabel -BIGBOOTSIZE= 4096 MFSSIZE= 4096 -BOOTINODE= 8192 MFSINODE= 8192 -BIGBOOTLABEL= auto MFSLABEL= auto +MINIROOT= +NO_FLOPPIES= .elif ${TARGET_ARCH} == "ia64" MFSINODE= 8192 MFSLABEL= auto @@ -246,11 +245,12 @@ .endif CD_DISC1= ${CD}/disc1 CD_DISC2= ${CD}/disc2 +_MK?= ${CHROOTDIR}/mk # Where the bootstrap ports (see DOCPORTS) get installed. LOCALDIR= /usr/local/bin -.if ${TARGET} != ${MACHINE} +.if ${TARGET} != ${MACHINE} && ${DISKLABEL} == "bsdlabel" DOFS_SH= ${.CURDIR}/scripts/doFS.sh ${DISKLABEL} ${TARGET} .else DOFS_SH= ${.CURDIR}/scripts/doFS.sh ${DISKLABEL} "" @@ -346,8 +346,13 @@ cd ${CHROOTDIR}/usr && \ ${CVSPREFIX} cvs -R ${CVSARGS} -d ${CVSROOT} co ${CVSCMDARGS} ${CVS_SRCARGS} ${RELEASESRCMODULE} .endif -.if defined(LOCAL_PATCHES) && exists(${LOCAL_PATCHES}) - cd ${CHROOTDIR}/usr/src && patch ${PATCH_FLAGS} < ${LOCAL_PATCHES} +.if defined(LOCAL_PATCHES) && !empty(LOCAL_PATCHES) + cd ${CHROOTDIR}/usr/${RELEASESRCMODULE} +.for p in ${LOCAL_PATCHES} +.if exists(${p}) + patch ${PATCH_FLAGS} < ${p} +.endif +.endfor .endif .if defined(LOCAL_SCRIPT) && exists(${LOCAL_SCRIPT}) cd ${CHROOTDIR} && env CHROOTDIR=${CHROOTDIR} BUILDNAME=${BUILDNAME} RELEASETAG=${RELEASETAG} ${LOCAL_SCRIPT} @@ -402,10 +407,10 @@ rm foo; \ fi -test -f install.cfg && cp install.cfg ${CHROOTDIR}/usr/src/release - echo "#!/bin/sh" > ${CHROOTDIR}/mk - echo "set -ex" >> ${CHROOTDIR}/mk - echo "trap 'umount /dev || true' 0" >> ${CHROOTDIR}/mk - echo "_RELTARGET=\$${1:-doRELEASE}" >> ${CHROOTDIR}/mk + echo "#!/bin/sh" > ${_MK} + echo "set -ex" >> ${_MK} + echo "trap 'umount /dev || true' 0" >> ${_MK} + echo "_RELTARGET=\$${1:-doRELEASE}" >> ${_MK} .for var in \ AUTO_KEYBOARD_DETECT \ BOOT_CONFIG \ @@ -437,40 +442,39 @@ TARGET_ARCH \ WORLD_FLAGS .if defined(${var}) - echo "export ${var}=\"${${var}}\"" >> ${CHROOTDIR}/mk + echo "export ${var}=\"${${var}}\"" >> ${_MK} .endif .endfor # Don't remove this, or the build will fall over! - echo "export RELEASEDIR=${_R}" >> ${CHROOTDIR}/mk - echo "export PATH=/bin:/usr/bin:/sbin:/usr/sbin:${LOCALDIR}" >> ${CHROOTDIR}/mk - echo "export MANBUILDCAT=YES" >> ${CHROOTDIR}/mk + echo "export RELEASEDIR=${_R}" >> ${_MK} + echo "export PATH=/bin:/usr/bin:/sbin:/usr/sbin:${LOCALDIR}" >> ${_MK} + echo "export MANBUILDCAT=YES" >> ${_MK} # NB: these may fail if the host is running w/o devfs - echo "umount /dev >/dev/null 2>&1 || true" >> ${CHROOTDIR}/mk - echo "mount -t devfs devfs /dev >/dev/null 2>&1 || true" \ - >> ${CHROOTDIR}/mk - echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk - echo " cd /usr/src" >> ${CHROOTDIR}/mk - echo " ${CROSSMAKE} ${WORLD_FLAGS} -DNOCLEAN buildworld && \\" >> ${CHROOTDIR}/mk - echo " touch /tmp/.world_done" >> ${CHROOTDIR}/mk - echo "fi" >> ${CHROOTDIR}/mk - echo "if [ ! -f /tmp/.skip_ports ]; then" >> ${CHROOTDIR}/mk - echo " echo \">>> make readmes started on \`LC_ALL=C TZ=GMT date\`\"" >> ${CHROOTDIR}/mk - echo " cd /usr/ports" >> ${CHROOTDIR}/mk - echo " make ${PORTREADMES_FLAGS} readmes" >> ${CHROOTDIR}/mk - echo " touch /tmp/.skip_ports" >> ${CHROOTDIR}/mk - echo " echo \">>> make readmes finished on \`LC_ALL=C TZ=GMT date\`\"" >> ${CHROOTDIR}/mk - echo "fi" >> ${CHROOTDIR}/mk - echo "cd /usr/src/release" >> ${CHROOTDIR}/mk - echo "make obj" >> ${CHROOTDIR}/mk - echo "make \$${_RELTARGET}" >> ${CHROOTDIR}/mk - echo "echo \">>> make ${.TARGET} for ${TARGET} finished on \`LC_ALL=C TZ=GMT date\`\"" >> ${CHROOTDIR}/mk - chmod 755 ${CHROOTDIR}/mk + echo "umount /dev >/dev/null 2>&1 || true" >> ${_MK} + echo "mount -t devfs devfs /dev >/dev/null 2>&1 || true" >> ${_MK} + echo "if [ ! -f /tmp/.world_done ]; then" >> ${_MK} + echo " cd /usr/src" >> ${_MK} + echo " ${CROSSMAKE} ${WORLD_FLAGS} -DNOCLEAN buildworld && \\" >> ${_MK} + echo " touch /tmp/.world_done" >> ${_MK} + echo "fi" >> ${_MK} + echo "if [ ! -f /tmp/.skip_ports ]; then" >> ${_MK} + echo " echo \">>> make readmes started on \`LC_ALL=C TZ=GMT date\`\"" >> ${_MK} + echo " cd /usr/ports" >> ${_MK} + echo " make ${PORTREADMES_FLAGS} readmes" >> ${_MK} + echo " touch /tmp/.skip_ports" >> ${_MK} + echo " echo \">>> make readmes finished on \`LC_ALL=C TZ=GMT date\`\"" >> ${_MK} + echo "fi" >> ${_MK} + echo "cd /usr/src/release" >> ${_MK} + echo "make obj" >> ${_MK} + echo "make \$${_RELTARGET}" >> ${_MK} + echo "echo \">>> make ${.TARGET} for ${TARGET} finished on \`LC_ALL=C TZ=GMT date\`\"" >> ${_MK} + chmod 755 ${_MK} .if defined(NOPORTS) || defined(NOPORTREADMES) touch ${CHROOTDIR}/tmp/.skip_ports .endif # Ensure md.ko is loaded if md(4) is not statically compiled into the kernel -mdconfig 2>/dev/null - env -i /usr/sbin/chroot ${CHROOTDIR} /mk + env -i /usr/sbin/chroot `dirname ${_MK}` /`basename ${_MK}` clean: rm -rf ${CRUNCH_TARGETS:S/$/_crunch/} release.[0-9] release.10 \ @@ -496,7 +500,7 @@ .endif mkdir ${RD}/trees mkdir ${RD}/kernels - for i in ${DISTRIBUTIONS} ; do \ + for i in ${DISTRIBUTIONS} special; do \ mkdir ${RD}/trees/$$i && \ mtree -deU -f ${MTREEFILES}/BSD.root.dist \ -p ${RD}/trees/$$i > /dev/null && \ @@ -663,6 +667,11 @@ # release.9: +.if exists(${.CURDIR}/../sys/boot/${TARGET}/loader) + cd ${.CURDIR}/../sys/boot/${TARGET}/loader; \ + ${WMAKE} clean cleandepend; \ + ${WMAKE} -DNOMAN -DNOFORTH all install DESTDIR=${RD}/trees/special +.endif cp ${RD}/trees/base/etc/disktab /etc rm -rf ${RD}/mfsfd mkdir ${RD}/mfsfd @@ -718,9 +727,9 @@ ${.CURDIR}/${TARGET}/drivers-small.conf \ ${RD}/trees/base/boot/kernel ${RD}/mfsfd/modules .endif - sh -e ${DOFS_SH} mfsroot-small ${RD} ${MNT} \ + sh -e ${DOFS_SH} ${RD}/mfsroot-small/mfsroot ${RD} ${MNT} \ ${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL} - @gzip -9cnv mfsroot-small > ${RD}/mfsroot-small/mfsroot.gz + @gzip -9nv ${RD}/mfsroot-small/mfsroot @rm -rf ${RD}/mfsfd/modules .endif .if exists(${.CURDIR}/${TARGET}/drivers.conf) @@ -730,10 +739,9 @@ ${RD}/trees/base/boot/kernel ${RD}/mfsfd/modules .endif @mkdir -p ${RD}/mfsroot - sh -e ${DOFS_SH} mfsroot ${RD} ${MNT} \ + sh -e ${DOFS_SH} ${RD}/mfsroot/mfsroot ${RD} ${MNT} \ ${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL} - @gzip -9cnv mfsroot > ${RD}/mfsroot/mfsroot.gz - @rm -f mfsroot mfsroot-small + @gzip -9nv ${RD}/mfsroot/mfsroot touch ${.TARGET} release.10: @@ -886,6 +894,12 @@ @echo 'mfsroot_name="/boot/mfsroot"' >> ${CD_DISC2}/boot/loader.conf .if defined(CD_BOOT) @cp -Rp ${CD_DISC2}/boot ${CD_BOOT} +.if defined(MINIROOT) + @mkdir -p ${FD}/miniroot + @sh -e ${DOFS_SH} ${FD}/miniroot/miniroot.ufs \ + ${RD} ${MNT} 0 ${CD_BOOT} 8192 auto + @gzip -9v ${FD}/miniroot/miniroot.ufs +.endif .endif @cp -Rp ${CD_DISC2}/boot ${CD_DISC1} .if ${TARGET} == "i386" && defined(EMUL_BOOT) && !defined(NO_FLOPPIES) @@ -988,9 +1002,8 @@ md5 * > CHECKSUM.MD5) \ ) -doRELEASE: release.1 release.2 release.3 ${DOCREL} release.4 release.5 \ - release.6 release.7 release.8 release.9 release.10 - @cd ${.CURDIR} && ${MAKE} ${EXTRAS} +doRELEASE: release.1 release.2 release.3 ${DOCREL} release.4 release.5 \ + release.6 release.7 release.8 release.9 release.10 ${EXTRAS} @echo "Release done" floppies: @@ -1067,9 +1080,9 @@ @mkdir -p ${RD}/image.${FSIMAGE}/boot .if ${TARGET} == "i386" @${WMAKEENV} kgzip -v -l ${RD}/trees/base/usr/lib/kgzldr.o \ - -o ${RD}/image.${FSIMAGE}/boot/loader ${RD}/trees/base/boot/loader + -o ${RD}/image.${FSIMAGE}/boot/loader ${RD}/trees/special/boot/loader .else - @cp ${RD}/trees/base/boot/loader ${RD}/image.${FSIMAGE}/boot + @cp ${RD}/trees/special/boot/loader ${RD}/image.${FSIMAGE}/boot .endif @[ -r ${RD}/kernels/BOOTMFS.${FSIMAGE}.hints ] && \ sed -e '/^hint/s/^/set /' -e '/^#/d' \ ==== //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/early-adopter/article.sgml#4 (text+ko) ==== @@ -14,6 +14,9 @@ %mailing-lists; + +%trademarks; + %release; @@ -30,7 +33,7 @@ The &os; Release Engineering Team - $FreeBSD: src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml,v 1.15 2003/05/03 22:14:55 bmah Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml,v 1.16 2003/09/08 14:53:01 simon Exp $ 2002 @@ -39,6 +42,14 @@ Engineering Team + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.microsoft; + &tm-attrib.sparc; + &tm-attrib.general; + + This article describes the status of &os; &release.current;, from the standpoint of users who may be new @@ -186,8 +197,8 @@ - New architectures: Support for the sparc64 and ia64 - architectures, in addition to the i386, pc98, and + New architectures: Support for the &sparc64; and ia64 + architectures, in addition to the &i386;, pc98, and alpha. @@ -390,7 +401,7 @@ &release.4x; but not in &release.5x;. These obsolete files may create some problems. - On the i386 and pc98 platforms, a UserConfig utility + On the &i386; and pc98 platforms, a UserConfig utility exists on 4-STABLE to allow boot-time configuration of ISA devices when booting from installation media. Under &os; 5.0, this functionality has been replaced in part by the @@ -404,11 +415,11 @@ the usual kern.flp and mfsroot.flp floppy images. - CDROM-based installations on the i386 architecture now use + CDROM-based installations on the &i386; architecture now use a no-emulation boot loader. This allows, among other things, the use of a GENERIC kernel, rather than the stripped-down kernel on the floppy images. In - theory, any system capable of booting the Microsoft Windows NT + theory, any system capable of booting the µsoft; &windowsnt; 4 installation CDROMs should be able to cope with the &os; &release.5x; CDROMs. ==== //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/errata/article.sgml#4 (text+ko) ==== @@ -17,6 +17,8 @@ %authors; %mlists; + +%trademarks; %release; ]> @@ -36,7 +38,7 @@ The &os; Project - $FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v 1.46 2003/08/04 15:23:20 bmah Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v 1.50 2003/09/20 00:17:52 bmah Exp $ 2000 @@ -45,6 +47,13 @@ 2003 The FreeBSD Documentation Project + + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + @@ -116,14 +125,47 @@ ]]> The implementation of the &man.realpath.3; function contains - a single-byte buffer overflow bug. This may have various + The implementation of the &man.realpath.3; function contained + a single-byte buffer overflow bug. This had various impacts, depending on the application using &man.realpath.3; and other factors. This bug was fixed on the &release.branch; development branch before &release.prev;; &os; &release.prev; is therefore not affected. However, this change was not noted in the release documentation. For more information, see security advisory FreeBSD-SA-03:08. + + The kernel contains a bug that could allow it to attempt + delivery of invalid signals, leading to a kernel panic or, under + some circumstances, unauthorized modification of kernel memory. + This bug has been fixed on the &release.branch; development + branch and the &release.prev; security fix branch. For more + information, see security advisory + FreeBSD-SA-03:09. + + A bug in the iBCS2 emulation module could result in + disclosing the contents of kernel memory. (Note that this + module is not enabled in &os; by default.) This bug has been + fixed on the &release.branch; development branch and the + &release.prev; security fix branch. More information can be + found in security advisory + FreeBSD-SA-03:10. + + OpenSSH contains a bug in its + buffer management code that could potentially cause it to crash. + This bug has been fixed via a vendor-supplied patch on the + &release.branch; development branch and the &release.prev; + security fix branch. For more details, refer to security + advisory + FreeBSD-SA-03:12. + + sendmail contains a + remotely-exploitable buffer overflow. This bug has been fixed + via a new version import on the &release.branch; development + branch and via a vendor-supplied patch on the &release.prev; + security fix branch. More details can be found in security + advisory + FreeBSD-SA-03:13. + ]]> @@ -139,7 +181,7 @@ The RAIDframe disk driver described in &man.raid.4; is non-functional for this release. - ACPI seems to make some i386 machines unstable. Turning off + ACPI seems to make some &i386; machines unstable. Turning off ACPI support may help solve some of these problems; see an item in . @@ -169,11 +211,11 @@ &man.ipfw.4; should work correctly on strict-alignment - 64-bit architectures such as alpha and sparc64. + 64-bit architectures such as alpha and &sparc64;. The release notes should have stated that the libthr library is built by default for the - i386 platform. + &i386; platform. &os; &release.prev; includes some new boot loader scripts designed to make booting &os; with different options easier. @@ -181,7 +223,7 @@ build on the existing Forth-based boot loader scripts (thus, /boot/loader.conf and other existing loader configuration files still apply). They are only installed by - default for new binary installs on i386 machines. The new + default for new binary installs on &i386; machines. The new scripts present a boot-time menu that controls how &os; is booted, and include options to turn off ACPI, a safe mode boot, single-user booting, and verbose booting. @@ -195,7 +237,7 @@ hw.ata.wc=0 # disable IDE disk write cache hw.eisa_slots=0 # disable probing for EISA devices - For new installs on i386 architecture machines, + For new installs on &i386; architecture machines, &man.sysinstall.8; will try to determine if ACPI was disabled via the new boot loader scripts mentioned above, and if so, ask if this change should be made permanent. ==== //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml#4 (text+ko) ==== @@ -1,4 +1,4 @@ - + @@ -1964,12 +1964,12 @@ AlphaPC 264DP / UP2000 - UP2000 is built by Alpha Processor Inc. + UP2000 was built by Alpha Processor Inc. Features: - 21264 EV6 CPU at 670 MHz + 21264 EV6 CPU at 670 or 750 MHz dual CPU capable @@ -1988,7 +1988,7 @@ 21272 core logic chip set (Tsunami) - embedded Adaptec AIC7890/91 Wide Ultra SCSI + 2 embedded Adaptec AIC7890/91 Wide Ultra2 SCSI chips 2 embedded IDE based on Cypress 82C693 chips @@ -2015,11 +2015,11 @@ Currently a maximum of 2GB memory is supported by &os;. - The on-board Adaptec is not bootable but works with &os; - 4.0 and later as a datadisk-only SCSI bus. + The on-board Adaptec SCSI HBAs are bootable on UP2000. Busmaster DMA is supported on the first IDE interface - only. + only. The system can boot from it's IDE hard drives and cdrom + drives. The kernel config file must contain: options DEC_ST6600 ==== //depot/projects/trustedbsd/sebsd/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#4 (text+ko) ==== @@ -8,10 +8,8 @@ (i.e. Ethernet interfaces), list broad groups of devices alphabetically as paragraphs sorted alphabetically (frequently these groups will be arranged by manufacturer, i.e. 3Com - Ethernet interfaces). In cases where a group of devices - consists of multiple models (such as the 3C501, 3C503, etc.), - list each specific model or set of closely-related models as - a separate item in an itemized list, sorted alphabetically. + Ethernet interfaces). + Where applicable, a "Miscellaneous" section may follow all other named sections. @@ -31,7 +29,7 @@ - $FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.163 2003/06/29 01:12:57 bmah Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.183 2003/09/25 21:15:55 wilko Exp $ Supported Devices @@ -43,7 +41,18 @@ Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page - in the &os; base distribution (most should), it is referenced here. + in the &os; base distribution (most should), it is referenced here. + Information on specific models of supported devices, controllers, + etc. can be found in the manual pages. + + + Lists of specific, supported devices are gradually being + removed from this document in order to reduce the amount of + duplicated (and potentially out-of-date) information contained + within. When this process is complete, the manual page for each + driver should be consulted for the authoritative list of devices + supported that particular driver. + Disk Controllers @@ -127,20 +136,16 @@ + + Adaptec 1510, 152X, 1535, and 154X-series ISA + SCSI controllers and compatibles (&man.aha.4; driver) + + Adaptec 164X-series MCA SCSI controllers + (&man.aha.4; driver) + Adaptec SCSI Controllers - - Adaptec 1535 ISA SCSI controllers - - Adaptec 154x series ISA SCSI controllers - (&man.aha.4; driver) - - - Adaptec 164x series MCA SCSI controllers (&man.aha.4; - driver) - - Adaptec 174x series EISA SCSI controller in standard and enhanced mode (&man.aha.4; and &man.ahb.4; driver) @@ -166,14 +171,6 @@ SCSI controllers (&man.ahc.4; driver) - Adaptec 1510 series ISA SCSI controllers (not for - bootable devices) - - - Adaptec 152x series ISA SCSI controllers (&man.aha.4; - driver) - - Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x and SoundBlaster SCSI cards (&man.aic.4; driver) @@ -203,53 +200,8 @@ - Adaptec 21x0S/32x0S/34x0S SCSI RAID - controllers (&man.asr.4; driver) - - Adaptec 2000S/2005S Zero-Channel RAID controllers - (&man.asr.4; driver) + Adaptec FSA family RAID controllers (&man.aac.4; driver) - Adaptec 2400A ATA-100 RAID controller - (&man.asr.4; driver) - - Adaptec FSA family RAID controllers (&man.aac.4; driver) - - - Adaptec AAC-2622 - - - Adaptec AAC-364 - - - Adaptec SCSI RAID 2120S - - - Adaptec SCSI RAID 2200S - - - Adaptec SCSI RAID 5400S - - - Dell PERC 2/QC - - - Dell PERC 2/Si - - - Dell PERC 3/Di - - - Dell PERC 3/QC - - - Dell PERC 3/Si - - - HP NetRAID-4M - - - - NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (ct driver) @@ -363,206 +315,45 @@ - BusLogic MultiMaster W Series Host Adapters - (&man.bt.4; driver): - - - BT-948 - - - BT-958 - - - BT-958D - - - + BusLogic MultiMaster W, + C, S, and A Series + Host Adapters (&man.bt.4; driver) - BusLogic MultiMaster C Series Host Adapters - (&man.bt.4; driver): - - - BT-946C - - - BT-956C - - - BT-956CD - - - BT-445C - - - BT-747C - - - BT-757C - - - BT-757CD - - - BT-545C - - - BT-540CF - - - + + BusLogic/Mylex Flashpoint adapters are not yet + supported. + - BusLogic MultiMaster S Series Host Adapters - (&man.bt.4; driver): - - - BT-445S - - - BT-747S - - - BT-747D - - - BT-757S - - - BT-757D - - - BT-545S - - - BT-542D - - - BT-742A - - - BT-542B - - - - - BusLogic MultiMaster A Series Host Adapters - (&man.bt.4; driver): - - - BT-742A - - - BT-542B - - - + + AMI FastDisk controllers that are true BusLogic + MultiMaster clones are also supported. + + + + The Buslogic/Bustek BT-640 and Storage Dimensions + SDC3211B and SDC3211F Microchannel (MCA) bus adapters are + also supported. + - - BusLogic/Mylex Flashpoint adapters are not yet - supported. - - - AMI FastDisk controllers that are true BusLogic - MultiMaster clones are also supported. - - - - The Buslogic/Bustek BT-640 and Storage Dimensions SDC3211B - and SDC3211F Microchannel (MCA) bus adapters are also - supported. - + DPT SmartCACHE Plus, SmartCACHE III, SmartRAID III, SmartCACHE IV and SmartRAID IV SCSI/RAID controllers (&man.dpt.4; driver) + Adaptec 21x0S/32x0S/34x0S SCSI RAID + controllers (&man.asr.4; driver) + + Adaptec 2000S/2005S Zero-Channel RAID controllers + (&man.asr.4; driver) + + Adaptec 2400A ATA-100 RAID controller + (&man.asr.4; driver) + DPT SmartRAID V and VI SCSI RAID controllers - (&man.asr.4; driver) - - - PM1554 - - - PM2554 - - - PM2654 - - - PM2865 - - - PM2754 - - - PM3755 - - - PM3757 - - - + (&man.asr.4; driver) AMI MegaRAID Express and Enterprise family RAID controllers (&man.amr.4; driver) - - - MegaRAID Series 418 - - - MegaRAID Enterprise 1200 (Series 428) - - - MegaRAID Enterprise 1300 (Series 434) - - - MegaRAID Enterprise 1400 (Series 438) - - - MegaRAID Enterprise 1500 (Series 467) - - - MegaRAID Enterprise 1600 (Series 471) - - - MegaRAID Elite 1500 (Series 467) - - - MegaRAID Elite 1600 (Series 493) - - - MegaRAID Express 100 (Series 466WS) - - - MegaRAID Express 200 (Series 466) - - - MegaRAID Express 300 (Series 490) - - - MegaRAID Express 500 (Series 475) - - - Dell PERC - - - Dell PERC 2/SC - - - Dell PERC 2/DC - - - Dell PERC 3/DCL - - - HP NetRaid-1si - - - HP NetRaid-3si - - - HP Embedded NetRaid - - - Booting from these controllers is supported. EISA adapters are not supported. @@ -574,44 +365,17 @@ Mylex DAC960 and DAC1100 RAID controllers with 2.x, 3.x, 4.x and 5.x firmware (&man.mlx.4; driver) - - - DAC960P - - - DAC960PD - - - DAC960PDU - - - DAC960PL - - - DAC960PJ - - - DAC960PG - - - AcceleRAID 150 - - - AcceleRAID 250 - - - eXtremeRAID 1100 - - Booting from these controllers is supported. EISA adapters are not supported. Booting from these controllers is not - supported due to SRM limitations. This list includes - controllers sold by Digital/Compaq in Alpha systems in the - StorageWorks family, e.g. KZPSC or KZPAC. + supported due to SRM limitations. + DAC960 controllers sold by Digital/Compaq for Alpha systems as part + of the StorageWorks family, e.g. KZPSC or KZPAC are bootable from SRM. + Note that these cards used 2.x firmware. SRM bootability of newer + firmware is unknown. @@ -642,19 +406,6 @@ 3ware Escalade ATA RAID controllers (&man.twe.4; driver) - - - 5000 series - - - - 6000 series - - - - 7000 series - - LSI/SymBios (formerly NCR) 53C810, 53C810a, 53C815, 53C825, @@ -728,73 +479,10 @@ TMC 18C30, 18C50 and 36C70 (AIC-6820) based ISA/PC-Card SCSI host - adapters (stg driver) - - - Adaptec 2920/A - - - Future Domain SCSI2GO - - - Future Domain TMC-18XX/3260 - - - IBM SCSI PCMCIA Card - - - ICM PSC-2401 SCSI - - - MELCO IFC-SC - - - RATOC REX-5536, REX-5536AM, REX-5536M, - REX-9836A - - + adapters (&man.stg.4; driver) Qlogic controllers and variants (&man.isp.4; driver) - - - Qlogic 1020, 1040 SCSI and Ultra SCSI host - adapters - - - Qlogic 1240 dual Ultra SCSI controllers - - - Qlogic 1080 Ultra2 LVD and 1280 Dual Ultra2 LVD - controllers - - - Qlogic 12160 Ultra3 LVD controllers - - - Qlogic 2100 and Qlogic 2200 Fibre Channel SCSI - controllers - - - Qlogic 2300 and Qlogic 2312 2-Gigabit Fibre Channel SCSI >>> TRUNCATED FOR MAIL (1000 lines) <<<