Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-22 | Add Unitek Y-2240. -moj | Mats O Jansson | |
2009-05-22 | Regen. -moj | Mats O Jansson | |
2009-05-22 | Yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback | |
2009-05-21 | add 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-21 | regen | Stuart Henderson | |
2009-05-21 | add BCM5784, from Brad. | Stuart Henderson | |
2009-05-21 | Add König CMP-USBVGA10. -moj | Mats O Jansson | |
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | always set VR_RXCFG_RX_MULTI when setting the chip into promiscuous | Stuart Henderson | |
mode; VR_RXCFG_RX_PROMISC isn't enough to allow reception of multicast frames. Discussed with Brad, ok dlg@. | |||
2009-05-21 | Add ForwardVideo EasyCAP008. -moj | Mats O Jansson | |
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | Another udl device. -moj | Mats O Jansson | |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod 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-20 | add code to read from OTPROM (1000 and 6000 series only). | Damien Bergamini | |
2009-05-19 | Hercules HWNU-300 is a run(4). | Damien Bergamini | |
2009-05-19 | Hercules HWNU-300 is a run(4). | Damien Bergamini | |
2009-05-18 | regen | Marcus Glocker | |
2009-05-18 | Add support for the DisplayLink USB<->DVI Adapter. | Marcus Glocker | |
2009-05-18 | the block size must be multiple of the pci burst size (overwise | Alexandre Ratchov | |
dma pointers can overrun) | |||
2009-05-18 | fix reading from e-fuse rom (>= RT3070 only). | Damien Bergamini | |
tested by robert@ | |||
2009-05-17 | recognize more Analog Devices codecs | Jacob Meuser | |
2009-05-15 | TOD clock support for IOC3 flavours with DS174x chips (which are rebadged | Miod Vallat | |
MK48Txx). Entangled with preliminary changes which will hopefully eventually lead to power(4) attaching on IP30 (but not finished yet). | |||
2009-05-15 | On the Intel 82801BAM Hub-to-PCI, pass the main PCI io and mmio extents if | Mark Kettenis | |
there are no windows enabled. Restores CardBus functionality on some machines with Intel chipsets. | |||
2009-05-15 | properly identify the RT3052 radio (dual-band 2T2R) in dmesg. | Damien Bergamini | |
2009-05-15 | update 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-15 | attach to more devices; we now have 113 usb ids. | Damien Bergamini | |
2009-05-15 | regen | Damien Bergamini | |
2009-05-15 | more run(4) usb ids. | Damien Bergamini | |
one new vendor id for "Amigo Technology". | |||
2009-05-13 | Support setting a different MAC address from the one in EEPROM | Jonathan Gray | |
on newer chips now the hardware can apparently cope with it. Tested by Walter Haidinger. ok deraadt@ | |||
2009-05-13 | Match on Adaptec AAR-1225SA, which should work according | Jonathan Gray | |
to FreeBSD/Linux drivers. ok dlg@ | |||
2009-05-13 | regen | Jonathan Gray | |
2009-05-13 | Adaptec AAR-1225SA | Jonathan Gray | |
2009-05-12 | Cleanup: knf, typos. | Owain Ainsworth | |
2009-05-12 | hold 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-12 | Remove 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-12 | add 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-12 | switch 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-12 | fix EDIMAX attachment. | Damien Bergamini | |
2009-05-12 | sort usb ids. i found a simpler way to keep them in sync with the | Damien Bergamini | |
ralink linux driver. | |||
2009-05-12 | cleanup 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-12 | Fix the URL for datasheets. | Stuart Henderson | |
2009-05-12 | add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U) | Yojiro Uo | |
ok @jsg | |||
2009-05-11 | run(4) celebrates its 98th USB ID! | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |
2009-05-11 | more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here. | Damien Bergamini | |
2009-05-11 | attach to more shits. | Damien Bergamini | |
2009-05-11 | regen | Damien Bergamini | |