Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-22 | gc unused global | David Gwynne | |
2009-10-20 | recognize the VIA VT1702 codec | Kevin Lo | |
ok jakemsr@ | |||
2009-10-18 | Match on Intel 3400 SATA. | Jonathan Gray | |
Tested by bwaichu@yahoo.com. | |||
2009-10-17 | Another MCP77 controller that while matched already by class, | Jonathan Gray | |
needs to be told to use the nvidia specific quirks to detect attached devices. From and tested by minusf@obiit.org | |||
2009-10-17 | use sc->sk_bsize in the unmap call too; ok theo | Martynas Venckus | |
2009-10-17 | remove bogus quirk. these devices do not lie about their type, but | Jacob Meuser | |
they do have bSynchAddress set to 0 in their endpoint descriptor. uaudio(4) used to not handle that correctly, but now does. positive response from krw, deraadt, ratchov | |||
2009-10-17 | Match on MCP77 SATA. | Jonathan Gray | |
From and tested by minusf@obiit.org | |||
2009-10-17 | regen | Jonathan Gray | |
2009-10-17 | Correct one of the MCP77 SATA ids that was incorrectly flagged | Jonathan Gray | |
as being AHCI based on pcidump information from minusf@obiit.org I'm sure there are more, but who knows which they are without docs. | |||
2009-10-17 | regen | Jonathan Gray | |
2009-10-17 | Add a bunch of devices from submitted dmesgs. | Jonathan Gray | |
2009-10-16 | Added argument for xconvert for length conversion | Jordan Hargrave | |
2009-10-15 | Implement passive cooling for acpitz; works for some overheating machines | Jordan Hargrave | |
Counter in parent for disabling setperf when passive cooling enabled ok marco@ | |||
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt | |
operations in the detach function in the right order. Also ensure that the interrupt handlers not trust registers that go away. read over very carefully by dms, tested by me | |||
2009-10-15 | disable interrupt coalescing (aka mitigation) if the chip comes up with it | David Gwynne | |
turned on. mitigation on io only slows us down. developed on hardware donated by fox-it. | |||
2009-10-15 | If the bSynchAddress of the AudioStreaming isochronous audio data | Jacob Meuser | |
endpoint descriptor is set to 0, it means that a synchronization pipe is not needed. | |||
2009-10-13 | Start doing the neccessary operations in the detach function in the right order. | Theo de Raadt | |
No other functional change expected. ok dms | |||
2009-10-13 | Correct udma timing register offset and the udma mode ceiling | Jonathan Gray | |
we allow for Intel SCH chips. From tharada@oucrc.org in PR 6232, verified against the datasheet. | |||
2009-10-13 | Pass audio keys to the audio layer even when the keyboard is in raw mode, | Miod Vallat | |
to match what pckbd does; reported by mk@ | |||
2009-10-13 | Connect pcppi bell to ukbd, so that x86 systems with usb console keyboard | Miod Vallat | |
can cause beeps on console. Reported by Greg Jones on misc@ | |||
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti | |
This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@. | |||
2009-10-13 | sort the device list. from Brad. | Stuart Henderson | |
2009-10-12 | TCT Mobile modem, rebadged as Alcatel One Touch X060/X200. | Jonathan Gray | |
From David Coppa <dcoppa@gmail.com> | |||
2009-10-12 | regen | Jonathan Gray | |
2009-10-12 | TCT Mobile modem, rebadged as Alcatel One Touch X060/X200. | Jonathan Gray | |
From David Coppa <dcoppa@gmail.com> | |||
2009-10-12 | auixp(4) also supports SB600. from Brad. | Jacob Meuser | |
2009-10-11 | fix support for 82543GC. as per intel driver acrds <=82543 need to have their | Dariusz Swiderski | |
phy reset before detection. problem spotted by merdely@, fixed thanks to deraadt@ sending me his 82543GC :) tested by merdely@, claudio@ and me ok by claudio@ | |||
2009-10-11 | remove duplicate ierrors increment (rx_overruns gets incremented) which was | Dariusz Swiderski | |
introduced in rev. 1.204. from brad ok by claudio@ | |||
2009-10-11 | Correct a copy-and-pasto (check for the same device type twice in | Stuart Henderson | |
an if statement) in the last commit. From Brad. | |||
2009-10-11 | At initialization of HT chips, write configuration on the corresponding | Alexandre Ratchov | |
control registers rather than on the PCI configuration space (which is ok for non-HT chips only). Also fix the offset GPIO mask/dir are read from EEPROM, old ones are working by accident. both fixes are from Alexandr Shadchin <ShadchinAV _at_ mail.ru> Thanks! | |||
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker | |
- Spacing / comments. - Be constant in using variable types. - Avoid repeating function-inline definitions for the same variable. | |||
2009-10-11 | Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets. | Stuart Henderson | |
Based on info gleaned from the Linux tg3 driver. From Brad, ok naddy@ | |||
2009-10-11 | * define a constant for the specification defined maximum number of | Jacob Meuser | |
codecs a controller can support * dynamically allocate memory for the array of codec structures | |||
2009-10-11 | let page requests sleep instead of polling for completion. not used just | David Gwynne | |
yet... | |||
2009-10-11 | * start all "initialization failure" messages with lowercase letter. | Jacob Meuser | |
* instead of printing "initialization failure", print "initialization failure, detaching". perhaps instills more confidence that the failure was handled in an orderly manner. | |||
2009-10-11 | add support for ICH9 M V chipset, from brad. | Dariusz Swiderski | |
ok by claudio@ | |||
2009-10-11 | this driver doesn't yet support HDMI codecs enough for them to be | Jacob Meuser | |
usable. detach the driver if the device is only capable of HDMI. this keeps an unusable device from being /dev/audio0 (thus /dev/audio by default), while /dev/audio1 is fully functional. | |||
2009-10-10 | Let udl select the maximum resolution supported by the udl device and the | Mats O Jansson | |
monitor. Use the EDID parsing from videomode. -moj ok mglocker@ | |||
2009-10-10 | Again, in detatch... call whatever disconnects our interrupt, before we | Theo de Raadt | |
go messing with the maps. Only affects my disconnectable em(4). | |||
2009-10-09 | Must also timeout_del twice in detach()... | Theo de Raadt | |
2009-10-09 | A working detach function. Has no impact on anything else in the driver. | Theo de Raadt | |
2009-10-08 | Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@. | Matthieu Herrb | |
2009-10-08 | set a couple bits in the pci configuration space for nvidia hda | Jacob Meuser | |
controllers. according to ALSA and OSS, these enable input and output stream DMA coherency. fixes broken playback problem reported by Laurence Tratt (laurie at tratt dot net), who graciously tested a number of previous attempts to solve this problem. | |||
2009-10-07 | The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC so | Stuart Henderson | |
indicate so in the text strings. From Brad. | |||
2009-10-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | Mark Kettenis | |
i386 and amd64 to make avoid legacy ISA I/O registers. Fixes issues with ThinkPad T-series Dock II units as reported by sobrado@ ok miod@ | |||
2009-10-06 | Remove hack that helped us to work on Lenovo X200, as of last commit the phy | Dariusz Swiderski | |
gets detected properly. tested by ckuethe@ and jdixon@ ok by claudio@ | |||
2009-10-05 | Fill pciide_unmapregs_compat() with stuff which might work, if we ever get | Theo de Raadt | |
there. ok jsg | |||
2009-10-05 | Add some minimalistic detach/unmap bits for pciide, | Jonathan Gray | |
done using a chipset unmap callback. Still needs to work to distinguish between compat register mappings and compat interrupts so we don't get caught out. Tested with a diskless sii3112 CardBus eSATA controller by me, and testing and feedback by deraadt@ with a phison based expresscard SSD. | |||
2009-10-05 | match() function was leaving the i2c bus locked; ok kettenis | Theo de Raadt | |
2009-10-05 | regen | Jonathan Gray | |