1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00
freebsd/sys/dev
Peter Grehan 60ff334285 No need to leak these into the includer's namespace.
Submitted by:	Bryan Venteicher bryanv at daemoninthecloset org
2012-09-13 00:42:56 +00:00
..
aac On BIO_ERROR, set bio_resid to stop losing data in the error case. 2012-07-18 18:10:27 +00:00
acpi_support Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible 2012-07-02 08:31:29 +00:00
acpica revert r240344: cpu_devices[] is used in other functions and must be kept 2012-09-11 17:21:25 +00:00
adb
adlink
advansys
ae
age
agp After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
aha
ahb
ahci Fix AHCI 1.2 version checks. This should be mostly cosmetic. 2012-09-12 09:20:37 +00:00
aic
aic7xxx In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize the 2012-08-06 20:01:32 +00:00
alc
ale
altera Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core, 2012-08-25 11:30:36 +00:00
amdsbwd
amdtemp
amr Essentially revert r239912. The amr_periodic function hadn't been armed in 2012-08-31 09:42:46 +00:00
an
arcmsr Update arcmsr(4) to vendor version 1.20.00.25. 2012-09-04 05:15:54 +00:00
asmc
asr
ata Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers. 2012-08-30 15:23:59 +00:00
ath Clear the correct descriptor when going through the chained together 2012-09-11 04:11:42 +00:00
atkbdc Use callout(9) instead of timeout(9) to manage timers. 2012-09-07 19:42:36 +00:00
auxio
bce Remove a spurious bace which cause build fail in case BCE_DEBUG option 2012-08-06 22:53:24 +00:00
bfe
bge
bktr
bm
buslogic
bwi
bwn
bxe Only stop the BXE controller if it was first started. Stopping 2012-09-05 06:51:28 +00:00
cardbus
cas
ce
cesa Add support for Marvell 88F6282. 2012-07-28 21:56:24 +00:00
cfe
cfi
ciss
cm
cmx
coretemp
cp
cpuctl
cpufreq
cs
ct Remove some more NetBSD compat shims and other unused bits from these 2012-09-10 18:49:49 +00:00
ctau
cx
cxgb Attach interrupt handlers during attach instead of during the first time 2012-08-30 17:47:39 +00:00
cxgbe Deal with the case where a syncache entry added by the TOE driver is 2012-08-21 22:23:17 +00:00
cy
dc
dcons
de
digi
dpms
dpt
drm Streamline use of cdevpriv and correct some corner cases. 2012-08-15 16:19:39 +00:00
drm2 Add drm and i915 ioctl translations for 32 bit process on 64 bit host. 2012-08-18 18:26:25 +00:00
e1000 Customer report of a panic on boot due to the old 2012-08-15 17:12:40 +00:00
ed
eisa
en
ep
esp - Merge from NetBSD: 2012-08-06 08:58:54 +00:00
et
etherswitch
ex
exca
fatm
fb Piggyback MIPS changes and add ARM syscons support for devices with 2012-08-25 23:59:31 +00:00
fdc
fdt Do not swap byte order if we assign default value for intr_cells 2012-08-25 20:18:12 +00:00
fe
filemon There's no need to make filemon specific to i386 and amd64. All 2012-07-02 20:36:26 +00:00
firewire
flash Add a new flash part - 4MB SPI flash from Winbond. 2012-08-28 22:17:22 +00:00
fxp
gem
glxiic
glxsb
gpio
gxemul Correct an error in gxemul_disk_write(). It was issuing the command to 2012-09-03 02:32:00 +00:00
hatm
hifn
hme
hpt27xx
hptiop Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices. 2012-08-06 05:27:26 +00:00
hptmv It seems that what the code really meant is that when a write is completed, 2012-09-07 19:00:27 +00:00
hptrr
hwpmc Complete and merge the list between Sandy/Ivy bridge of events 2012-09-07 14:45:59 +00:00
ic
ichsmb
ichwd
ida Rework the DMA handling in ida(4) and add locking to make this driver 2012-08-27 17:24:07 +00:00
ie
ieee488
if_ndis
iicbus Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC. 2012-08-21 17:31:10 +00:00
iir
io
ipmi Don't try to stop the IPMI watchdog timer if it is not running. 2012-08-07 12:40:31 +00:00
ips
ipw
isci Do not call sati_check_data_io() for SATI_UNMAP sequences. 2012-08-30 00:43:14 +00:00
iscsi/initiator
isf Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. 2012-08-25 18:08:20 +00:00
isp Remove useless extra test. 2012-09-07 22:45:31 +00:00
ispfw Switch to using FC-Tape firmware. 2012-07-26 13:58:43 +00:00
iwi
iwn
ixgb
ixgbe Remove a prefetch() directive that, after careful testing, does more harm 2012-09-11 16:59:04 +00:00
jme
joy
kbd
kbdmux
ksyms Streamline use of cdevpriv and correct some corner cases. 2012-08-15 16:19:39 +00:00
le
led
lge
lindev
lmc
malo
mc146818
mca
mcd
md After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
mem
mfi sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned on unless the file also includes opt_mfi.h. 2012-07-11 19:08:23 +00:00
mge Merging of projects/armv6, part 6 2012-08-15 04:07:18 +00:00
mii Merging of projects/armv6, part 5 2012-08-15 04:03:55 +00:00
mk48txx
mlx Correct a typo. 2012-08-03 00:11:13 +00:00
mly
mmc The check for MAXPHYS doesn't make sense, so remove it. 2012-08-23 04:35:55 +00:00
mn
mps Several fixes to allow firmware/BIOS flash access from user-level: 2012-08-01 17:31:31 +00:00
mpt
mse
msk
mvs Add support for Marvell 88F6282. 2012-07-28 21:56:24 +00:00
mwl
mxge
my
nand Add a driver for the Freescale FCM module in the localbus controller. 2012-07-03 01:00:29 +00:00
ncv Remove some more NetBSD compat shims and other unused bits from these 2012-09-10 18:49:49 +00:00
netmap Reword comment to try to improve clarity, and fix a typo. 2012-08-13 19:14:45 +00:00
nfe
nge
nmdm
nsp Remove some more NetBSD compat shims and other unused bits from these 2012-09-10 18:49:49 +00:00
null
nve
nvram
nvram2env
nxge
oce
ofw - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check 2012-08-18 11:25:07 +00:00
patm
pbio
pccard
pccbb Restore the PCI bridge configuration upon resume. 2012-07-31 18:47:17 +00:00
pcf
pci Add #defines for the bits in the PCI Express SLOT registers. Names 2012-09-05 19:01:39 +00:00
pcn
pdq
powermac_nvram
ppbus
ppc
pst
pty
puc Add support for SIIG Cyber Serial Dual PCI 16C850 2012-08-05 19:37:18 +00:00
qlxgb
quicc
ral
random Add support for new Intel on-CPU Bull Mountain random number 2012-09-05 13:18:51 +00:00
rc
re Use array notation for consistency. 2012-08-13 16:03:30 +00:00
rndtest
rp
rt
safe
sbni
scc
scd
sdhci Return back double spacing. 2012-07-30 08:56:56 +00:00
sec
sf
sfxge
sge
si
siba
siis
sio
sis
sk
smbus
smc
sn
snc
snp
sound Add required USB AUDIO v2.0 structure definitions. 2012-09-03 19:17:25 +00:00
speaker
spibus Fetch the chip select in the bridge driver, like all the other spi 2012-08-23 22:38:37 +00:00
ste
stg Remove some more NetBSD compat shims and other unused bits from these 2012-09-10 18:49:49 +00:00
stge
streams
sym Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for user 2012-07-19 14:43:46 +00:00
syscons Piggyback MIPS changes and add ARM syscons support for devices with 2012-08-25 23:59:31 +00:00
tdfx
terasic Add terasic_de4led, a led(4) driver for the on-board 8-element LED on the 2012-08-26 09:21:59 +00:00
ti
tl
tpm
trm
tsec
twa
twe Remove remaining 4.x compat shims. No resulting changes (verified by 2012-09-07 18:41:19 +00:00
tws
tx
txp
uart Add PrimeCell UART (PL011) driver 2012-08-30 20:31:53 +00:00
ubsec
usb Fix TX FIFO sizes. Correct FIFO handling in Host mode. 2012-09-12 19:15:29 +00:00
utopia
vge
viawd
virtio No need to leak these into the includer's namespace. 2012-09-13 00:42:56 +00:00
vkbd
vr
vte
vx
vxge
watchdog
wb
wbwd
wds
wi
wl
wpi
wtap Don't grab an unreferenced pointer to the VAP bss node. 2012-08-27 23:18:41 +00:00
xe
xen
xl