summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2009-05-22Add Unitek Y-2240. -mojMats O Jansson
2009-05-22Regen. -mojMats O Jansson
2009-05-22Yet another udl device. -mojMats O Jansson
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-21add support for BCM576x, 577xx, and some new 572x/578x devices.Stuart Henderson
from Brad; testing by phessler, naddy, myself and others on a range of older and newer devices. ok dlg@.
2009-05-21regenStuart Henderson
2009-05-21add BCM5784, from Brad.Stuart Henderson
2009-05-21Add König CMP-USBVGA10. -mojMats O Jansson
2009-05-21Regen. -mojMats O Jansson
2009-05-21yet another udl device. -mojMats O Jansson
2009-05-21always set VR_RXCFG_RX_MULTI when setting the chip into promiscuousStuart Henderson
mode; VR_RXCFG_RX_PROMISC isn't enough to allow reception of multicast frames. Discussed with Brad, ok dlg@.
2009-05-21Add ForwardVideo EasyCAP008. -mojMats O Jansson
2009-05-21Regen. -mojMats O Jansson
2009-05-21Another udl device. -mojMats O Jansson
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and 9600 bps by paying attention to breaks on the line. Attachement and engine code written 7 years ago for OpenBSD/sparc, except for sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris. This allows sparc and sparc64 users to run X11 without needing a configuration file anymore, as it was in the XFree86 3.x days. Multihead configurations will still need a minimal configuration file, though.
2009-05-20add code to read from OTPROM (1000 and 6000 series only).Damien Bergamini
2009-05-19Hercules HWNU-300 is a run(4).Damien Bergamini
2009-05-19Hercules HWNU-300 is a run(4).Damien Bergamini
2009-05-18regenMarcus Glocker
2009-05-18Add support for the DisplayLink USB<->DVI Adapter.Marcus Glocker
2009-05-18the block size must be multiple of the pci burst size (overwiseAlexandre Ratchov
dma pointers can overrun)
2009-05-18fix reading from e-fuse rom (>= RT3070 only).Damien Bergamini
tested by robert@
2009-05-17recognize more Analog Devices codecsJacob Meuser
2009-05-15TOD clock support for IOC3 flavours with DS174x chips (which are rebadgedMiod Vallat
MK48Txx). Entangled with preliminary changes which will hopefully eventually lead to power(4) attaching on IP30 (but not finished yet).
2009-05-15On the Intel 82801BAM Hub-to-PCI, pass the main PCI io and mmio extents ifMark Kettenis
there are no windows enabled. Restores CardBus functionality on some machines with Intel chipsets.
2009-05-15properly identify the RT3052 radio (dual-band 2T2R) in dmesg.Damien Bergamini
2009-05-15update run(4) microcode.Damien Bergamini
split it into two separate files while i'm at it since there are actually two different firmwares (one for RT2870/RT3070 and one for >=RT3071).
2009-05-15attach to more devices; we now have 113 usb ids.Damien Bergamini
2009-05-15regenDamien Bergamini
2009-05-15more run(4) usb ids.Damien Bergamini
one new vendor id for "Amigo Technology".
2009-05-13Support setting a different MAC address from the one in EEPROMJonathan Gray
on newer chips now the hardware can apparently cope with it. Tested by Walter Haidinger. ok deraadt@
2009-05-13Match on Adaptec AAR-1225SA, which should work accordingJonathan Gray
to FreeBSD/Linux drivers. ok dlg@
2009-05-13regenJonathan Gray
2009-05-13Adaptec AAR-1225SAJonathan Gray
2009-05-12Cleanup: knf, typos.Owain Ainsworth
2009-05-12hold the mutex in drm_handle_vblank().Owain Ainsworth
Ideally we could avoid this and still be mpsafe using atomic increment/decrement operators, but for now best be correct.
2009-05-12Remove the vblank_disable_allowed crud.Owain Ainsworth
it's a linux compat hack for older X drivers that don't use the right calls. All the drivers capable of turning vblanks off already use the calls correctly, and this way we avoid problems with not being able to turn off vblanks until we switch mode (so until then we're stuck at $REFRESH_RATE interrupts a second from the graphics card, no thanks).
2009-05-12add a bunch of #ifdef DRM_VBLANK_DEBUG debugging to the vblank code.Owain Ainsworth
I'm sick of writing debugging for the refcounting every damned time this fragile as hell code breaks.
2009-05-12switch wpi(4) and iwn(4) over to MCLGETI.Damien Bergamini
notice that i'm not using the per-ifp mbuf accounting/mitigation yet. for iwn(4), this means we wont' be able to support full 8KB AMSDU on machines without an IOMMU since >4KB clusters are not guaranteed to be physcontig. fortunately, we can program the hardware to do 4KB AMSDUs only. simplify {pwi,iwn}_dma_contig_alloc while i'm here: use BUS_DMA_ZERO
2009-05-12fix EDIMAX attachment.Damien Bergamini
2009-05-12sort usb ids. i found a simpler way to keep them in sync with theDamien Bergamini
ralink linux driver.
2009-05-12cleanup and simplify promiscuous/multicast setup (setmulti -> iff).Stuart Henderson
from Brad; ok dlg.
2009-05-12- try to identify a "main input mixer"Jacob Meuser
- don't unmute input from a built-in mic on the main input mixer intended to stop possible feedback loops between buit-in speakers and built-in mics. built-in mics also tend to capture machine noise, especially fans. actual recording should not be affected.
2009-05-12Fix the URL for datasheets.Stuart Henderson
2009-05-12add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U)Yojiro Uo
ok @jsg
2009-05-11run(4) celebrates its 98th USB ID!Damien Bergamini
2009-05-11regenDamien Bergamini
2009-05-11more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here.Damien Bergamini
2009-05-11attach to more shits.Damien Bergamini
2009-05-11regenDamien Bergamini