Age | Commit message (Expand) | Author |
2009-10-12 | mask bits correctly in devid vpd for the PI | David Gwynne |
2009-10-11 | fix support for 82543GC. as per intel driver acrds <=82543 need to have their | Dariusz Swiderski |
2009-10-11 | Make sure com@io[cf] attachment stanzas with locators win over generic com* | Miod Vallat |
2009-10-11 | remove duplicate ierrors increment (rx_overruns gets incremented) which was | Dariusz Swiderski |
2009-10-11 | Correct a copy-and-pasto (check for the same device type twice in | Stuart Henderson |
2009-10-11 | At initialization of HT chips, write configuration on the corresponding | Alexandre Ratchov |
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker |
2009-10-11 | Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets. | Stuart Henderson |
2009-10-11 | * define a constant for the specification defined maximum number of | Jacob Meuser |
2009-10-11 | let page requests sleep instead of polling for completion. not used just | David Gwynne |
2009-10-11 | * start all "initialization failure" messages with lowercase letter. | Jacob Meuser |
2009-10-11 | add support for ICH9 M V chipset, from brad. | Dariusz Swiderski |
2009-10-11 | this driver doesn't yet support HDMI codecs enough for them to be | Jacob Meuser |
2009-10-10 | fix mbuf leak in rtinit() | Dariusz Swiderski |
2009-10-10 | Simplify interrupt address programming to avoid the need to act differently | Miod Vallat |
2009-10-10 | Add extra com@iof stanzas to have the first IOC4 card attach com0-3, instead | Miod Vallat |
2009-10-10 | Locators for extra IOC3 cards. | Miod Vallat |
2009-10-10 | Let udl select the maximum resolution supported by the udl device and the | Mats O Jansson |
2009-10-10 | Again, in detatch... call whatever disconnects our interrupt, before we | Theo de Raadt |
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-09 | initialize the disk size instead of getting a random value (always 0) off | Theo de Raadt |
2009-10-08 | Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@. | Matthieu Herrb |
2009-10-08 | Program the widget interrupt address register as a whole 64 bit register | Miod Vallat |
2009-10-08 | regen | Miod Vallat |
2009-10-08 | Recognize the Bedrock as an XBow instead of reporting it as ``unknown | Miod Vallat |
2009-10-08 | Recognize more brick types and probe fooX bricks in the same order as | Miod Vallat |
2009-10-08 | PIC actually comes with two sets of widget registers, with different IDs, | Miod Vallat |
2009-10-08 | set a couple bits in the pci configuration space for nvidia hda | Jacob Meuser |
2009-10-07 | The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC so | Stuart Henderson |
2009-10-07 | Attach DS1742 style dsrtc to iof (IOC4) too. | Miod Vallat |
2009-10-07 | Do not truncate bridge register values to 32 bits, allows the few 64 bit PIC | Miod Vallat |
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA |
2009-10-07 | This file is supposed to compile. | Theo de Raadt |
2009-10-07 | Try to keep existing IOC4 mappings, the same way we do on IOC3, in case | Miod Vallat |
2009-10-07 | Missing semicolon in dmesg | Miod Vallat |
2009-10-07 | Small steps towards getting the serial clock correct on IOC4 serial ports. | Miod Vallat |
2009-10-07 | Add an IOC4 section there too | Miod Vallat |
2009-10-07 | add support for the temperature sensor of VIA Nano and C7-M CPUs. | Kevin Lo |
2009-10-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | Mark Kettenis |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2009-10-06 | Replace if (af) tests operating as an af blacklist with stricter switch | Ryan Thomas McBride |
2009-10-06 | Remove hack that helped us to work on Lenovo X200, as of last commit the phy | Dariusz Swiderski |
2009-10-05 | Remove dead, never reached code. | Dariusz Swiderski |
2009-10-05 | remove nasty code, since now we have a nice function to lookup node'ss parent. | Dariusz Swiderski |
2009-10-05 | Fill pciide_unmapregs_compat() with stuff which might work, if we ever get | Theo de Raadt |
2009-10-05 | wrap an annoying long line (like amd64) | Theo de Raadt |
2009-10-05 | Add some minimalistic detach/unmap bits for pciide, | Jonathan Gray |
2009-10-05 | match() function was leaving the i2c bus locked; ok kettenis | Theo de Raadt |
2009-10-05 | Don't drop the big lock at the end of exit1(), but move it into the middle of | Theo de Raadt |