freebsd-dev/sys/dev
2013-07-11 03:44:06 +00:00
..
aac Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the 2013-05-30 00:22:07 +00:00
aacraid Unbreak ia64 tinderbox: 64-bit support was made conditional upon 2013-05-26 22:11:13 +00:00
acpi_support Consistently cast ACPICA 64-bit integer types when we print them. 2013-06-26 23:52:10 +00:00
acpica Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. If 2013-07-03 17:26:05 +00:00
adb
adlink
advansys
ae
age Be sure to actually decrement the "count" parameter for each processed 2013-06-17 22:59:47 +00:00
agp
aha
ahb
ahci Add ID for Marvell 88SE9215 AHCI SATA controller. 2013-07-09 08:49:17 +00:00
aic
aic7xxx Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
alc
ale
altera Partial MFC of change 228122: 2013-04-30 18:29:05 +00:00
amdsbwd
amdtemp
amr
an
arcmsr Refresh vendor driver version which fixes command queue 2013-07-06 01:46:58 +00:00
asmc
asr
ata Add test for SATA registers writability and skip using them if it failed. 2013-06-25 09:15:49 +00:00
ath Don't log anything if npkts == 0. 2013-06-29 19:57:57 +00:00
atkbdc Remove a bogus re-assignment. 2013-05-13 20:03:59 +00:00
auxio
bce Fix triggering false watchdog timeout when controller is in PAUSE 2013-06-30 05:12:18 +00:00
bfe
bge Fix triggering false watchdog timeout as done in bce(4) when 2013-06-30 05:56:13 +00:00
bktr Pass a format string to kproc_create() [1] and thus fix the build with 2013-04-30 05:08:17 +00:00
bm
buslogic
bvm
bwi
bwn Fixing a clang warning about using uninitialized variable. 2013-05-06 21:57:44 +00:00
bxe
cadence Bring copyright changes with the agreement of Thomas Skibo. 2013-04-28 07:00:36 +00:00
cardbus
cas - Correct mispellings of the word necessary 2013-04-17 11:42:40 +00:00
ce
cesa Move initialization of CESA decoding windows from common section 2013-05-06 13:34:36 +00:00
cfe
cfi Use direct custom implementations instead of g_handleattr() for CFI and NAND 2013-06-12 12:51:43 +00:00
ciss The controller does not zero this data structure, ever. 2013-04-28 20:46:32 +00:00
cm
cmx
coretemp
cp Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
cpuctl Increase the microcode max size to 16K to accomodate more recent Intel 2013-07-03 20:29:15 +00:00
cpufreq
cs
ct
ctau Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
cx Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
cxgb Remove unnecessary #include's. 2013-06-02 18:10:16 +00:00
cxgbe - Show the reason why link is down if this information is available. 2013-07-05 01:53:51 +00:00
cy
dc
dcons
de
digi
dpms
dpt options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAM 2013-04-10 23:20:09 +00:00
drm Fix white spaces. 2013-04-23 18:30:33 +00:00
drm2 Remove unneeded page lock around vm_page_insert(). 2013-07-06 04:46:42 +00:00
e1000 if_lem.c: make sure that lem_rxeof() can drain the entire rx queue 2013-05-09 17:07:30 +00:00
ed
eisa
en
ep
esp
et
etherswitch Bring in a basic ethernet switch driver for the IP17x series of 2013-05-08 20:58:41 +00:00
ex
exca
fatm
fb Limit the amount of video memory we map for the driver to the maximum value. 2013-03-27 18:06:28 +00:00
fdc
fdt Add basic support for FDT to i386 & amd64. This change includes: 2013-05-21 03:05:49 +00:00
fe
filemon Build fix: Only <sys/cdefs.h> should be included before __FBSDID(). 2013-06-04 15:35:37 +00:00
firewire MFprojects/camlock r248982: 2013-04-14 09:55:48 +00:00
flash Add support for two new winbond SPI flash parts. 2013-06-08 20:12:14 +00:00
fxp Avoid unnecessary controller reinitialization by checking driver 2013-06-10 07:31:49 +00:00
gem
glxiic
glxsb
gpio
gxemul
hatm
hifn
hme Avoid controller reinitialization which could be triggered by 2013-07-10 06:46:46 +00:00
hpt27xx Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. 2013-07-06 07:49:41 +00:00
hptiop Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640 2013-07-05 23:10:02 +00:00
hptmv Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
hptnr Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. 2013-07-06 07:49:41 +00:00
hptrr Silence warning from clang: 2013-04-28 20:55:45 +00:00
hwpmc Relax the vm object locking. Use a read lock. 2013-06-05 17:00:10 +00:00
ic
ichsmb
ichwd
ida
ie
ieee488
if_ndis
iicbus Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
iir
io
ipmi Unlock IPMI sc while performing requests via KCS and SMIC interfaces. 2013-03-25 14:30:34 +00:00
ips Improving r249461 by providing a better way to handle the clang warning. 2013-04-17 21:21:27 +00:00
ipw
isci For ATA_PASSTHROUGH commands, pretend isci(4) supports multiword DMA 2013-06-26 22:08:45 +00:00
iscsi/initiator MFprojects/camlock r248982: 2013-04-14 09:55:48 +00:00
isf
isp Flag isp(4) as supporting unmapped I/O; all necessary conversion actually 2013-06-04 11:05:57 +00:00
ispfw
iwi
iwn Implement basic 802.11n awareness in the PHY and AMRR rate control code. 2013-07-04 21:16:49 +00:00
ixgb Remove redundant definitions to appease tinderbox. 2013-07-09 18:15:59 +00:00
ixgbe Fix my last commit, flags rather than flag... duh. 2013-07-11 03:44:06 +00:00
jme
joy
kbd
kbdmux
ksyms
le
led
lge
lindev
lmc Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
malo
mbox Add a mailbox interface. 2013-07-07 19:47:22 +00:00
mc146818
mca
mcd
md Fix the data corruption on the swap-backed md. 2013-05-24 09:48:42 +00:00
mem Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in opening 2013-07-05 21:31:16 +00:00
mfi Remove forced timeout of in-flight commands from mfi_timeout. 2013-07-01 17:57:22 +00:00
mge
mii For RTL8211B or later PHYs, enable crossover detection and 2013-03-20 05:31:34 +00:00
mk48txx
mlx
mly MFprojects/camlock r248982: 2013-04-14 09:55:48 +00:00
mmc Use meaningful names when creating mmc/sd threads. 2013-07-09 03:00:06 +00:00
mn
mps sys/dev/mps/mps.c 2013-06-04 22:32:33 +00:00
mpt Flag mpt(4) as supporting unmapped I/O; all necessary conversion actually 2013-06-24 21:27:15 +00:00
mse
msk - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees 2013-05-30 12:16:55 +00:00
mvs Replicate r242422 from ata(4) to mvs(4): 2013-06-12 18:08:11 +00:00
mwl
mxge - Correct mispellings of word resource 2013-04-17 11:47:32 +00:00
my
nand Use direct custom implementations instead of g_handleattr() for CFI and NAND 2013-06-12 12:51:43 +00:00
ncv
netmap - fix a bug in the previous commit that was dropping the last packet 2013-06-05 17:27:59 +00:00
nfe
nge
nmdm
nsp Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
ntb Add a new driver to support the Intel Non-Transparent Bridge(NTB). 2013-04-29 22:48:53 +00:00
null
nvd Update copyright dates. 2013-07-09 21:22:17 +00:00
nve
nvme Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.h 2013-07-09 21:24:19 +00:00
nvram
nvram2env
nxge
oce Update driver with recent vendor improvements, most notably support 2013-07-06 08:30:45 +00:00
ofw
patm
pbio
pccard
pccbb
pcf
pci - As it turns out, not only MSI-X is broken for devices passed through by 2013-07-09 23:12:26 +00:00
pcn
pdq
powermac_nvram
ppbus Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
ppc
pst
pty
puc Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +00:00
qlxgb No need to set if_mtu since it automatically updated by ether_ifattach(). 2013-05-08 18:25:46 +00:00
qlxgbe Port 0 needs to wait for ACK only if it issued the RESET. 2013-07-03 17:57:35 +00:00
qlxge Add Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series CNA Adapter 2013-06-25 17:50:22 +00:00
quicc
ral Implement basic 802.11n awareness in the PHY and AMRR rate control code. 2013-07-04 21:16:49 +00:00
random Refactor random_systat to be a *random_systat. This avoids unnecessary 2013-07-09 23:47:28 +00:00
rc
re Correct comment typos. 2013-06-28 14:41:06 +00:00
rndtest - Correct mispellings of the word occurrence 2013-04-17 11:40:10 +00:00
rp
rt - Use the consistenly PHY-specific reset routine PHY_RESET() rather than 2013-06-14 05:36:47 +00:00
safe
sbni
scc
scd
sdhci Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. 2013-04-27 22:38:29 +00:00
sec
sf
sfxge Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
sge
si
siba
siis Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses 2013-04-18 12:43:06 +00:00
sio
sis r119712 introduced SIS_TYPE_83816 but it was not actually set in 2013-03-18 04:46:17 +00:00
sk - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees 2013-05-30 12:16:55 +00:00
smbus
smc
sn Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
snc
snp
sound Add quirk to configure headphones redirection on ASUS UX31A laptop. 2013-07-08 15:28:09 +00:00
speaker
spibus
ste
stg Fxi a bunch of typos. 2013-05-10 16:41:26 +00:00
stge
streams
sym - Flag sym(4) as supporting unmapped I/O; all necessary conversion actually 2013-06-05 01:22:59 +00:00
syscons On some generations of the Intel GPU, disabling of the VGA Display 2013-06-18 20:19:09 +00:00
tdfx
terasic
ti
tl
tpm
trm
tsec
twa MFprojects/camlock r248982: 2013-04-14 09:55:48 +00:00
twe
tws Fix typo in the definition of the TWS_DATA_CCB. 2013-05-23 16:37:43 +00:00
tx
txp
uart Protect against broken hardware. In this particular case, protect against 2013-07-10 17:42:20 +00:00
ubsec
usb Adding urtwn(4) firmware and related changes. 2013-07-10 08:21:09 +00:00
utopia
vge
viawd
virtio Merge virtio_scsi change from projects/virtio 2013-07-04 18:00:27 +00:00
vkbd
vr
vte
vx
vxge Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +00:00
watchdog
wb
wbwd
wds
wi
wl
wpi
wtap
xe
xen In the Xen block front driver, take advantage of backends that 2013-06-26 20:39:07 +00:00
xl