CTM_BEGIN 2.0 src-10 625 20150205200609Z .
CTMFS .ctm_status 1004 1004 644 4ab4ed8f06e7c3e6e471f258020f6f58 10880ac6eb1f06d9aa9e112e24127c43 11
src-10 625
CTMFS .svn_revision 1004 1004 644 218f580abdd707ba115a7fe7849ba6de 496d297c27732e6d353479de324d54fc 7
278278
CTMFN etc/devd/Makefile 1004 1004 644 751b55389dd20fc0f9a46f02ae5527c5 1b058a752fa813b7e64fb0d2adbc4355 253
d1 1
a1 1
# $FreeBSD: stable/10/etc/devd/Makefile 278246 2015-02-05 10:36:38Z ngie $
d5 1
a5 1
FILES=
a11 1
.if ${MK_ACPI} != "no"
d14 1
a17 8
.endif
.if ${MK_USB} != "no"
FILES+= uath.conf usb.conf
.endif
.if ${MK_ZFS} != "no"
FILES+= zfs.conf
.endif
CTMFN etc/rc.d/Makefile 1004 1004 644 85be44bbe3ca7d6aea62d2af6bffb544 f53d18b5f40bf625dd3b95460b39349b 249
d1 1
a1 1
# $FreeBSD: stable/10/etc/rc.d/Makefile 278246 2015-02-05 10:36:38Z ngie $
d51 1
d113 1
d156 1
a165 4
.if ${MK_ACPI} != "no"
FILES+= power_profile
.endif
a224 5
.if ${MK_WIRELESS} != "no"
FILES+= hostapd
FILES+= wpa_supplicant
.endif
CTMFN release/doc/en_US.ISO8859-1/errata/article.xml 1004 1004 644 3dc889ddb8a8250366aa537da68fa5d6 e44173fde69f605e7890affbe77bd048 3960
a6 2
d17 1
a17 1
$FreeBSD: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml 278269 2015-02-05 16:31:49Z gjb $
d79 42
a120 7
&security;
Errata Notices
&errata;
a154 93
&os;/&arch.i386; 10.1-RELEASE configured with
a multi-disk ZFS dataset (mirror, raidz1, raidz2, raidz3)
may crash during boot when the ZFS pool mount is attempted
while booting an unmodified GENERIC
kernel.
As described in /usr/src/UPDATING
entry 20121223, rebuilding the kernel
with options KSTACK_PAGES=4 has been
observed to resolve the boot-time crash. This, however, is
not an ideal solution for inclusion in the
GENERIC kernel configuration, as
increasing KSTACK_PAGES implicitly
decreases available usermode threads in an environment that
is already resource-starved.
Taking into account the heavy resource requirements of
ZFS, in addition to the &arch.i386;-specific tuning
requirements for general workloads, using ZFS with the
&os;/&arch.i386; GENERIC kernel
is strongly discouraged.
It is extremely important to take note that, by
default, &man.freebsd-update.8; will install the
GENERIC kernel configuration, and
as such, &man.freebsd-update.8; consumers are strongly
encouraged to avoid &os;-provided kernel binary upgrades
with such configurations.
Although there is slight change in how the crash
manifests on &os;/&arch.i386; between 10.0-RELEASE and
10.1-RELEASE, and given the date of the
/usr/src/UPDATING entry, there is no
evidence suggesting this is a regression between
&os; 10.0-RELEASE and &os; 10.1-RELEASE
directly.
Due to an incompatibility between &man.bsdconfig.8;
and &man.pkg.8; version 1.3, packages included on the
&os; dvd installer will not be recognized by
&man.bsdconfig.8;.
To install packages from the dvd1.iso
installer, create the /dist target directory, and
manually mount the dvd1.iso
ISO:
&prompt.root; mkdir -p /dist
&prompt.root; mount -t cd9660 /dev/cd0 /dist
Be sure to use the correct /dev device path for the
dvd1.iso ISO
installer.
Next, set REPOS_DIR to the path of the
repos/ directory
within the installer so &man.pkg.8; will use the correct
repository metadata.
If using &man.sh.1;:
&prompt.root; export REPOS_DIR=/dist/packages/repos
If using &man.csh.1;:
&prompt.root; setenv REPOS_DIR /dist/packages/repos
Keep in mind that REPOS_DIR will need
to be set again after the current shell session is
terminated, if continuing to use the packages provided on
the dvd1.iso installer.
Finally, bootstrap &man.pkg.8; from the
ISO, and install required
packages:
&prompt.root; pkg bootstrap
&prompt.root; pkg install xorg-server xorg gnome2 [...]
CTMFN release/doc/en_US.ISO8859-1/relnotes/article.xml 1004 1004 644 f10d10f6eec1f68081fbf108c5b06201 35927d0a6f0fb7a1adde6037ffd8f6f8 9105
a9 2
d21 1
a21 1
$FreeBSD: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml 278267 2015-02-05 16:28:18Z gjb $
d93 4
d98 1
a98 1
This document describes the most user-visible new or changed
a109 31
Upgrading from Previous Releases of &os;
Binary upgrades between RELEASE versions
(and snapshots of the various security branches) are supported
using the &man.freebsd-update.8; utility. The binary upgrade
procedure will update unmodified userland utilities, as well as
unmodified GENERIC kernel distributed as
a part of an official &os; release. The &man.freebsd-update.8;
utility requires that the host being upgraded have Internet
connectivity.
Source-based upgrades (those based on recompiling the &os;
base system from source code) from previous versions are
supported, according to the instructions in
/usr/src/UPDATING.
Upgrading &os; should only be attempted after
backing up all data and configuration
files.
Security and Errata
This section lists the various Security Advisories and
Errata Notices since &release.prev;.
a113 91
&security;
Errata Notices
&errata;
Userland
This section covers changes and additions to userland
applications, contributed software, and system utilities.
Userland Configuration Changes
The &man.termcap.5; file is installed
as-is from sources, instead of reordering, creating
/etc/termcap.db by default, providing
a performance improvements to applications that use the
&man.termcap.5; database, such as &man.vi.1; and
&man.ncurses.3;.
Userland Application Changes
A new utility, &man.dpv.1;, has been
added to the base system, providing a &man.dialog.1;-style
progress view from one or more input streams. A corresponding
library, &man.dpv.3;, has also been added.
The &man.elfdump.1; utility has been
updated to support capability mode provided by
&man.capsicum.4;.
Contributed Software
OpenSSL has
been updated to version 1.0.1l.
Installation and Configuration Tools
/etc/rc.d
Scripts
/etc/periodic
Scripts
Runtime Libraries and API
A new file configuration library,
&man.figpar.3;, has been added to the base system.
ABI Compatibility
Kernel
This section covers changes to kernel configurations, system
tuning, and system control parameters that are not otherwise
categorized.
Kernel Bug Fixes
a114 4
Kernel Configuration
a115 1
d118 2
a119 2
System Tuning and Controls
a123 2
d125 2
a126 2
Devices and Drivers
d128 2
a129 2
This section covers changes and additions to devices and
device drivers since &release.prev;.
d131 2
a132 2
Device Drivers
d134 2
a135 2
d137 2
a138 2
Storage Drivers
d140 2
a141 2
d143 2
a144 2
Network Drivers
d146 1
a146 3
d148 2
a149 2
Hardware Support
d151 2
a152 4
This section covers general hardware support for physical
machines, hypervisors, and virtualization environments, as well
as hardware changes and updates that do not otherwise fit in
other sections of this document.
d154 2
a155 2
Hardware Support
d157 3
a159 2
d161 2
a162 2
Virtualization Support
d164 2
a165 2
d167 2
a168 2
ARM Support
d170 7
a176 3
d178 6
a183 2
Storage
d185 2
a186 2
This section covers changes and additions to file systems
and other storage subsystems, both local and networked.
d188 4
a191 10
Networked Storage
The
&man.ctld.8; utility has been updated to include support for
registering iSCSI targets and portals on
iSNS servers. This provides a mechanism
which allows iSCSI initiators to find
targets and portals without requiring active
discovery.
d194 2
a195 2
ZFS
d197 2
a198 4
A new tunable,
vfs.zfs.spa_slop_shift, has been added,
which controls how much space is reserved by default.
d200 4
a203 2
&man.geom.4;
d205 3
a207 7
The
&man.ctl.4; subsystem has been updated, increasing the ports
limit from 128 to 256,
and LUN limit from 256
to 1024.
d209 6
a214 2
Boot Loader Changes
d216 2
a217 2
This section covers the boot loader, boot menu, and other
boot-related changes.
d219 2
a220 4
Boot Loader Changes
d223 2
a224 2
Boot Menu Changes
d226 2
a227 1
a228 4
Networking
d230 2
a231 5
This section describes changes that affect networking in
&os;.
Network Procols
a234 4
Ports Collection and Package Infrastructure
d236 2
a237 6
This section covers changes to the &os; Ports
Collection, package infrastructure, and package maintenance and
installation tools.
Infrastructure Changes
d242 2
a243 2
Packaging Changes
d249 2
a250 2
Documentation
d252 8
a259 2
This section covers changes to the &os; Documentation
Project sources and toolchain.
d261 4
a264 2
Documentation Source Changes
d266 5
a270 21
Documentation Toolchain Changes
Release Engineering and Integration
This section convers changes that are specific to the
&os; Release Engineering processes.
Integration Changes
CTMFN release/doc/share/mk/doc.relnotes.mk 1004 1004 644 9af792c56890ada9934885b3f879ca33 a3c4cfe18d6be239593bc81698374eb8 157
d1 1
a1 1
# $FreeBSD: stable/10/release/doc/share/mk/doc.relnotes.mk 278252 2015-02-05 11:54:34Z gjb $
a19 1
XSLTPROCFLAGS+= --param toc.section.depth "'3'"
CTMFM release/doc/share/xml/errata.xml 1004 1004 644 59e5ad5df7cb729be6f993cf9e446f16 795
Errata
Date
Topic
FreeBSD-EN-14:13.freebsd-update
23 December 2014
Fixed directory deletion issue in
&man.freebsd-update.8;
CTMFN release/doc/share/xml/release.ent 1004 1004 644 9c0f01e0027f34939fa904e0d0965ce2 f9f7c41b4493804572088fdc022d5f09 381
d3 1
a3 1
$FreeBSD: stable/10/release/doc/share/xml/release.ent 278263 2015-02-05 14:12:05Z gjb $
d28 1
a28 4
d54 1
a54 1
CTMFM release/doc/share/xml/security.xml 1004 1004 644 7b1031cf0173d9160a449824e556de7e 2295
Advisory
Date
Topic
FreeBSD-SA-14:27.stdio
10 December 2014
Buffer overflow in stdio
FreeBSD-SA-14:28.file
10 December 2014
Multiple vulnerabilities in &man.file.1;
and &man.libmagic.3;
FreeBSD-SA-14:30.unbound
17 December 2014
Remote denial of service
vulnerability
FreeBSD-SA-14:31.ntp
23 December 2014
Multiple vulnerabilities in NTP
suite
FreeBSD-SA-15:01.openssl
14 January 2015
Multiple vulnerabilities in
OpenSSL
FreeBSD-SA-15:02.kmem
27 January 2015
SCTP kernel memory corruption and
disclosure vulnerability
FreeBSD-SA-15:03.sctp
27 January 2015
SCTP stream reset
vulnerability
CTMFN sys/arm/allwinner/a10_ehci.c 1004 1004 644 c1a2818b905c4e98416211462a57f45a 60665ad37f4a9637c561a851eb53c8bd 147
d32 1
a32 1
__FBSDID("$FreeBSD: stable/10/sys/arm/allwinner/a10_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
a121 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/arm/cavium/cns11xx/ehci_ebus.c 1004 1004 644 0d8aa654cead4b045919bf6775378548 1be2aad0ce73b821a269c7b2c6d63198 153
d35 1
a35 1
__FBSDID("$FreeBSD: stable/10/sys/arm/cavium/cns11xx/ehci_ebus.c 278278 2015-02-05 20:03:02Z hselasky $");
a104 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/arm/cavium/cns11xx/ohci_ec.c 1004 1004 644 3b724fa17d85eaf072f03839ef538427 933b24384290fa08420cd22be470ad79 158
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/arm/cavium/cns11xx/ohci_ec.c 278278 2015-02-05 20:03:02Z hselasky $");
a93 1
sc->sc_ohci.sc_bus.dma_bits = 32;
CTMFN sys/arm/freescale/vybrid/vf_ehci.c 1004 1004 644 61a623bf7df59a9547c63c9d9637ddeb 967f75f9ad38c43a25b718cc13e39636 153
d33 1
a33 1
__FBSDID("$FreeBSD: stable/10/sys/arm/freescale/vybrid/vf_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
a261 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/arm/lpc/lpc_ohci.c 1004 1004 644 b788ced058a6ebfa239bc1133d5afe8a 5bb874e95d40e03107aae9bdbacf6964 141
d28 1
a28 1
__FBSDID("$FreeBSD: stable/10/sys/arm/lpc/lpc_ohci.c 278278 2015-02-05 20:03:02Z hselasky $");
a124 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/arm/samsung/exynos/exynos5_ehci.c 1004 1004 644 b2451523a90775c00055d46cd9f7dfa1 79a05fd3ed77ac4128f09b730df87bcd 156
d28 1
a28 1
__FBSDID("$FreeBSD: stable/10/sys/arm/samsung/exynos/exynos5_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
a233 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/arm/ti/am335x/am335x_usbss.c 1004 1004 644 a11de29b4625b9ff92cbb2cc3cb3041f 095bafc591ccd808ac6df2ed0d52559d 162
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/arm/ti/am335x/am335x_usbss.c 278278 2015-02-05 20:03:02Z hselasky $");
a337 1
sc->sc_otg[i].sc_bus.dma_bits = 32;
CTMFN sys/arm/ti/usb/omap_ehci.c 1004 1004 644 25a4500575314bfd294b160cd901571f 9782daed21db5db6dacba488f7716b42 153
d57 1
a57 1
__FBSDID("$FreeBSD: stable/10/sys/arm/ti/usb/omap_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
d783 1
a783 2
sc->sc_bus.dma_bits = 32;
CTMFN sys/arm/xilinx/zy7_ehci.c 1004 1004 644 1c4e2dc000119c1192d47b055de46eab 3cc3eb93ac409c4193202e122143b44b 244
d26 1
a26 1
* $FreeBSD: stable/10/sys/arm/xilinx/zy7_ehci.c 278278 2015-02-05 20:03:02Z hselasky $
d39 1
a39 1
__FBSDID("$FreeBSD: stable/10/sys/arm/xilinx/zy7_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
a218 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/mps/mps.c 1004 1004 644 424b8d7ab8bc22d8eea03f3ff3beb7a5 dce0849b4f8ae5047e61fbce6b728554 671
d29 1
a29 1
* $FreeBSD: stable/10/sys/dev/mps/mps.c 278240 2015-02-05 09:29:57Z scottl $
d33 1
a33 1
__FBSDID("$FreeBSD: stable/10/sys/dev/mps/mps.c 278240 2015-02-05 09:29:57Z scottl $");
d2624 3
a2626 6
if (cm->cm_data != NULL) {
cm->cm_sge = &req->PageBufferSGE;
cm->cm_sglsize = sizeof(MPI2_SGE_IO_UNION);
cm->cm_flags = MPS_CM_FLAGS_SGE_SIMPLE | MPS_CM_FLAGS_DATAIN;
} else
cm->cm_sge = NULL;
d2683 1
a2683 1
if (params->hdr.Struct.PageType == MPI2_CONFIG_PAGETYPE_EXTENDED) {
a2685 3
params->hdr.Ext.PageType = reply->Header.PageType;
params->hdr.Ext.PageNumber = reply->Header.PageNumber;
params->hdr.Ext.PageVersion = reply->Header.PageVersion;
CTMFN sys/dev/mps/mps_user.c 1004 1004 644 2a51493cef1ead052eb95d42246c7c86 d61c90d899ebf188b45973ca212d552d 276
d59 1
a59 1
* $FreeBSD: stable/10/sys/dev/mps/mps_user.c 278240 2015-02-05 09:29:57Z scottl $
d63 1
a63 1
__FBSDID("$FreeBSD: stable/10/sys/dev/mps/mps_user.c 278240 2015-02-05 09:29:57Z scottl $");
a311 4
params.buffer = NULL;
params.length = 0;
params.callback = NULL;
CTMFN sys/dev/usb/controller/at91dci_atmelarm.c 1004 1004 644 c3ffa8b285fb2f05ceab126a22dbada5 0bb9d494bc65f215656fe6aea164d357 165
d2 1
a2 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/at91dci_atmelarm.c 278278 2015-02-05 20:03:02Z hselasky $");
a158 1
sc->sc_dci.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/at91dci_fdt.c 1004 1004 644 c1942d8a3d107addc6a0468559b4eefb bbe6bafd2a1e8b75ec4beb9535c2a3c5 160
d2 1
a2 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/at91dci_fdt.c 278278 2015-02-05 20:03:02Z hselasky $");
a164 1
sc->sc_dci.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/atmegadci_atmelarm.c 1004 1004 644 1b895f1ebac4b372b49a42956dbb3af2 49dd52a3632d7cf615f824370a81ca8c 167
d2 1
a2 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/atmegadci_atmelarm.c 278278 2015-02-05 20:03:02Z hselasky $");
a103 1
sc->sc_otg.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/dwc_otg_atmelarm.c 1004 1004 644 4b615b520ecc267ae815f6a7c6ea42e7 e66d3291150a88b09025c261ff95f8cc 166
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/dwc_otg_atmelarm.c 278278 2015-02-05 20:03:02Z hselasky $");
a87 1
sc->sc_otg.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/dwc_otg_fdt.c 1004 1004 644 671f8e315f1f87f133c56303e3785b76 75e03829aebe589dce3c4355f9999b6c 162
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/dwc_otg_fdt.c 278278 2015-02-05 20:03:02Z hselasky $");
a100 1
sc->sc_otg.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ehci_fsl.c 1004 1004 644 b3acc438949d476a2bc030fc7c7412a0 a372493d90f7759b390bf634e8da20f4 152
d28 1
a28 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ehci_fsl.c 278278 2015-02-05 20:03:02Z hselasky $");
a241 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ehci_imx.c 1004 1004 644 6cab15e8dceb8626082628b996f6acc3 b8b448ce8fa1d81d95a8880352ed0dfb 191
d33 1
a33 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ehci_imx.c 278278 2015-02-05 20:03:02Z hselasky $");
a239 1
esc->sc_bus.dma_bits = 32;
a240 1
/* allocate all DMA memory */
CTMFN sys/dev/usb/controller/ehci_ixp4xx.c 1004 1004 644 d87b8e799f623993b2aba3d6687b662b bc4c55ef983234aa957a6eb49eeb34bc 155
d30 1
a30 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ehci_ixp4xx.c 278278 2015-02-05 20:03:02Z hselasky $");
a109 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ehci_mv.c 1004 1004 644 094ff252da68b7b9b0546bd077905c82 9e8c04aadca7162f783a717cd33c1c6f 151
d37 1
a37 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ehci_mv.c 278278 2015-02-05 20:03:02Z hselasky $");
a128 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ehci_pci.c 1004 1004 644 4ccf090b4958d2c123b8667c32137cd1 85ad8e8e0f8ca2b0bf0d33a0f33211f6 152
d32 1
a32 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ehci_pci.c 278278 2015-02-05 20:03:02Z hselasky $");
a282 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/musb_otg_atmelarm.c 1004 1004 644 5023bf74815137061d96ecb68a9f6386 47171820bc7a03afda335cbcd6cb748b 168
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/musb_otg_atmelarm.c 278278 2015-02-05 20:03:02Z hselasky $");
a139 1
sc->sc_otg.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ohci_atmelarm.c 1004 1004 644 28eb607e8426e64fb6e8782dddb59545 f4b1f8b2190b84ede5256b052a2af70a 164
d26 1
a26 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ohci_atmelarm.c 278278 2015-02-05 20:03:02Z hselasky $");
a95 1
sc->sc_ohci.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ohci_fdt.c 1004 1004 644 2aafe602cac04fc68d0bac930e50e743 f111d0b933e82694f1618b195a77c93b 160
d26 1
a26 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ohci_fdt.c 278278 2015-02-05 20:03:02Z hselasky $");
a101 1
sc->sc_ohci.sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ohci_pci.c 1004 1004 644 530d4f93bc1bad71c57fdd8f5d6dbd6a b27119274d2778bc706ed13129dcde15 152
d32 1
a32 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ohci_pci.c 278278 2015-02-05 20:03:02Z hselasky $");
a213 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/ohci_s3c24x0.c 1004 1004 644 5d6e3f668285e01b21bad1a8daedcdd7 9034665146b695ad904b3794a43a1097 155
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/ohci_s3c24x0.c 278278 2015-02-05 20:03:02Z hselasky $");
a86 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/uhci_pci.c 1004 1004 644 50970af09b9c41dbc2d234ce2a9800e2 7c5222ae452212acd7487c71c18c07e1 152
d32 1
a32 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/uhci_pci.c 278278 2015-02-05 20:03:02Z hselasky $");
a263 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/usb_controller.c 1004 1004 644 2f55a76e4386ac1ce7012ea85041c9c0 5197ba3b698a29744b26b0c48d1886bd 198
d1 1
a1 1
/* $FreeBSD: stable/10/sys/dev/usb/controller/usb_controller.c 278278 2015-02-05 20:03:02Z hselasky $ */
d920 1
a920 1
dmat, &bus->bus_mtx, NULL, bus->dma_bits, USB_BUS_DMA_TAG_MAX);
CTMFN sys/dev/usb/controller/uss820dci_atmelarm.c 1004 1004 644 7050cf7160134749349aaa396dd94809 7403d727fdf67ea03719c63ddb3b0ab7 160
d2 1
a2 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/uss820dci_atmelarm.c 278278 2015-02-05 20:03:02Z hselasky $");
a109 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/dev/usb/controller/xhci.c 1004 1004 644 911d7367ac28fbbf0757a39c4cd9f921 bd535ad6e52db1613dedd14d9515cb10 1944
d1 1
a1 1
/* $FreeBSD: stable/10/sys/dev/usb/controller/xhci.c 278278 2015-02-05 20:03:02Z hselasky $ */
d326 1
a326 1
/* set up command ring control base address */
d356 9
d370 14
d423 1
a423 1
/* set up number of device slots */
d456 1
a456 1
/* set up device context base address */
d535 1
a535 1
/* set up command ring control base address */
d608 1
a608 5
uint32_t temp;
DPRINTF("\n");
/* initialize some bus fields */
d617 1
a617 1
/* set up devices array */
d625 3
a627 28
/* set up bus space offsets */
sc->sc_capa_off = 0;
sc->sc_oper_off = XREAD1(sc, capa, XHCI_CAPLENGTH);
sc->sc_runt_off = XREAD4(sc, capa, XHCI_RTSOFF) & ~0x1F;
sc->sc_door_off = XREAD4(sc, capa, XHCI_DBOFF) & ~0x3;
DPRINTF("CAPLENGTH=0x%x\n", sc->sc_oper_off);
DPRINTF("RUNTIMEOFFSET=0x%x\n", sc->sc_runt_off);
DPRINTF("DOOROFFSET=0x%x\n", sc->sc_door_off);
DPRINTF("xHCI version = 0x%04x\n", XREAD2(sc, capa, XHCI_HCIVERSION));
temp = XREAD4(sc, capa, XHCI_HCSPARAMS0);
DPRINTF("HCS0 = 0x%08x\n", temp);
/* set up context size */
if (XHCI_HCS0_CSZ(temp)) {
sc->sc_ctx_is_64_byte = 1;
} else {
sc->sc_ctx_is_64_byte = 0;
}
/* get DMA bits */
sc->sc_bus.dma_bits = XHCI_HCS0_AC64(temp) ? 64 : 32;
device_printf(self, "%d bytes context size, %d-bit DMA\n",
sc->sc_ctx_is_64_byte ? 64 : 32, (int)sc->sc_bus.dma_bits);
d635 4
a638 8
/* set up command queue mutex and condition varible */
cv_init(&sc->sc_cmd_cv, "CMDQ");
sx_init(&sc->sc_cmd_sx, "CMDQ lock");
sc->sc_config_msg[0].hdr.pm_callback = &xhci_configure_msg;
sc->sc_config_msg[0].bus = &sc->sc_bus;
sc->sc_config_msg[1].hdr.pm_callback = &xhci_configure_msg;
sc->sc_config_msg[1].bus = &sc->sc_bus;
d1818 1
a1818 1
/* set up npkt */
d1935 1
a1935 1
/* set up alt next pointer, if any */
d2113 1
a2113 1
/* set up page_cache pointer */
d2704 1
a2704 1
/* initialize all endpoint LINK TRBs */
d3088 1
a3088 1
/* set up TD's and QH */
CTMFN sys/dev/usb/controller/xhci_pci.c 1004 1004 644 4f2fbbde02b966868b049db8bbdba1e2 51ea7a41f825284e7c2fefc0d810da5b 461
d27 1
a27 1
__FBSDID("$FreeBSD: stable/10/sys/dev/usb/controller/xhci_pci.c 278278 2015-02-05 20:03:02Z hselasky $");
d184 9
d198 1
a198 1
return (ENOMEM);
a203 9
if (xhci_init(sc, self)) {
device_printf(self, "Could not initialize softc\n");
bus_release_resource(self, SYS_RES_MEMORY, PCI_XHCI_CBMEM,
sc->sc_io_res);
return (ENXIO);
}
pci_enable_busmaster(self);
d302 4
a305 2
usb_callout_drain(&sc->sc_callout);
xhci_halt_controller(sc);
CTMFN sys/dev/usb/usb_bus.h 1004 1004 644 6482cff34a6514465f518ed289537a79 ea3739b922128917944cb6bf9e9ff2a2 158
d1 1
a1 1
/* $FreeBSD: stable/10/sys/dev/usb/usb_bus.h 278278 2015-02-05 20:03:02Z hselasky $ */
a117 1
uint8_t dma_bits; /* number of DMA address lines */
CTMFN sys/dev/usb/usb_busdma.h 1004 1004 644 1e253daff6ffc2f0914d29a9c91e484e 3e632eb1f841b7d2db74c10b1280d16d 168
d1 1
a1 1
/* $FreeBSD: stable/10/sys/dev/usb/usb_busdma.h 278278 2015-02-05 20:03:02Z hselasky $ */
d65 1
a65 1
bus_addr_t physaddr;
d78 1
a78 1
bus_addr_t physaddr;
CTMFN sys/dev/usb/usb_transfer.c 1004 1004 644 f515dfa18394c22cada60dd7a780deb0 8a52f29a02cea5a5b06e52a9a7f9c5de 203
d1 1
a1 1
/* $FreeBSD: stable/10/sys/dev/usb/usb_transfer.c 278278 2015-02-05 20:03:02Z hselasky $ */
d963 1
a963 2
xfer_mtx, &usb_bdma_done_event, udev->bus->dma_bits,
parm->dma_tag_max);
CTMFN sys/mips/atheros/ar71xx_ehci.c 1004 1004 644 544af2f386c5d959ce092ca925a127c4 80ffe222f508cc27cb7ee43b9d104c3f 148
d30 1
a30 1
__FBSDID("$FreeBSD: stable/10/sys/mips/atheros/ar71xx_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
a92 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/mips/atheros/ar71xx_ohci.c 1004 1004 644 46223614271c29b32cabfba8ed05f461 d270d935d0b91a0005fd7db6914f614c 156
d29 1
a29 1
__FBSDID("$FreeBSD: stable/10/sys/mips/atheros/ar71xx_ohci.c 278278 2015-02-05 20:03:02Z hselasky $");
a78 1
sc->sc_ohci.sc_bus.dma_bits = 32;
CTMFN sys/mips/cavium/usb/octusb_octeon.c 1004 1004 644 93cd16dc3c2eef6424b4ca069711527b c3e4ff90e2458a6ae88f9c9c043e9ca8 159
d2 1
a2 1
__FBSDID("$FreeBSD: stable/10/sys/mips/cavium/usb/octusb_octeon.c 278278 2015-02-05 20:03:02Z hselasky $");
a105 1
sc->sc_dci.sc_bus.dma_bits = 32;
CTMFN sys/mips/rmi/xls_ehci.c 1004 1004 644 7ebf689892122758fb54eb01ff882868 9a513c06ac4e993826b8250a532640eb 141
d32 1
a32 1
__FBSDID("$FreeBSD: stable/10/sys/mips/rmi/xls_ehci.c 278278 2015-02-05 20:03:02Z hselasky $");
a95 1
sc->sc_bus.dma_bits = 32;
CTMFN sys/mips/rt305x/rt305x_dotg.c 1004 1004 644 19b31e40899dc7b1edfcb99aba2c7f38 c2403abeb00573fb862bbe5dffd18114 152
d2 1
a2 1
__FBSDID("$FreeBSD: stable/10/sys/mips/rt305x/rt305x_dotg.c 278278 2015-02-05 20:03:02Z hselasky $");
a94 1
sc->sc_dci.sc_bus.dma_bits = 32;
CTMFN sys/powerpc/ps3/ehci_ps3.c 1004 1004 644 34682f4ae71552d77ccf7c7481864776 f73557c3f727d446d821d4b234f10e44 277
d25 1
a25 1
* $FreeBSD: stable/10/sys/powerpc/ps3/ehci_ps3.c 278278 2015-02-05 20:03:02Z hselasky $
d29 1
a29 1
__FBSDID("$FreeBSD: stable/10/sys/powerpc/ps3/ehci_ps3.c 278278 2015-02-05 20:03:02Z hselasky $");
a91 1
sc->sc_bus.dma_bits = 32;
a92 1
/* get all DMA memory */
CTMFN sys/powerpc/ps3/ohci_ps3.c 1004 1004 644 dbc8347f183a46e5baabf291e4bdefa0 139cc41029751226c23e104bb0dcddbe 277
d25 1
a25 1
* $FreeBSD: stable/10/sys/powerpc/ps3/ohci_ps3.c 278278 2015-02-05 20:03:02Z hselasky $
d29 1
a29 1
__FBSDID("$FreeBSD: stable/10/sys/powerpc/ps3/ohci_ps3.c 278278 2015-02-05 20:03:02Z hselasky $");
a87 1
sc->sc_bus.dma_bits = 32;
a88 1
/* get all DMA memory */
CTMFN tools/build/mk/OptionalObsoleteFiles.inc 1004 1004 644 d28d5291e87cf13aa08b1abfb05bdd27 df2da13c022891ff04f79ca03974e594 388
d2 1
a2 1
# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 278246 2015-02-05 10:36:38Z ngie $
a16 2
OLD_FILES+=etc/devd/asus.conf
OLD_FILES+=etc/rc.d/power_profile
a513 1
OLD_FILES+=etc/devd/zfs.conf
d4735 3
a4737 4
.if ${MK_USB} == no
OLD_FILES+=etc/devd/uauth.conf
OLD_FILES+=etc/devd/usb.conf
.endif
a4760 2
OLD_FILES+=etc/rc.d/hostapd
OLD_FILES+=etc/rc.d/wpa_supplicant
CTM_END 9f34489fce0954ea087455de756d8189