Age | Commit message (Expand) | Author |
2008-09-11 | Thermal Zone entities might not be direct object references, but named | Miod Vallat |
2008-09-11 | ANSI function declarations. | Brad Smith |
2008-09-11 | Remove the redundant local variable 'revision' from the PCI attach function. | Brad Smith |
2008-09-11 | Add missing license. Copy the license used elsewhere with the dc(4) driver. | Brad Smith |
2008-09-11 | For chips with a broken DC_ISR_RX_STATE which never signals | Brad Smith |
2008-09-10 | add support for the PCA9555 device which has 16 instead of 8 pins. | Reyk Floeter |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-10 | 40-bit GART support for PCIE devices. From drm git a while ago. | Owain Ainsworth |
2008-09-10 | Kill the max_context member of the softc, it does nothing useful. | Owain Ainsworth |
2008-09-09 | Kill some stupid agp api wrapper functions, just use the agp api | Owain Ainsworth |
2008-09-09 | regen | Brad Smith |
2008-09-09 | Recognize the Marvell 88E1116R Gig PHY. | Brad Smith |
2008-09-08 | - don't leave nodes unconfigured, when setting alternate setting | Martynas Venckus |
2008-09-08 | prevent mustek from attaching as uhid. ok theo, sthen@ | Martynas Venckus |
2008-09-08 | sync | Theo de Raadt |
2008-09-08 | holtek; bigionews@snb.it | Theo de Raadt |
2008-09-08 | sync | Martynas Venckus |
2008-09-08 | add mustek powermust 800 ups; ok theo, sthen@ | Martynas Venckus |
2008-09-08 | regen | Brad Smith |
2008-09-08 | - Add entries for two revisions of the ATI Radeon X1650 adapters. | Brad Smith |
2008-09-08 | Fix a link state issue reported by reyk@ | Brad Smith |
2008-09-08 | remove some useless comments. | Brad Smith |
2008-09-08 | IEEE 802.3 Annex 28B.3 explicitly specifies the following relative | Brad Smith |
2008-09-08 | expand switch cases so they're not so ugly and easier to read. | Brad Smith |
2008-09-07 | Kill some unneeded defines and struct members. | Owain Ainsworth |
2008-09-06 | Something else that nothing calls. | Owain Ainsworth |
2008-09-06 | Kill some more unused struct fields and the cases for them. | Owain Ainsworth |
2008-09-06 | Kill the stats data structures and noop some other parts. Nothing in | Owain Ainsworth |
2008-09-05 | The code for cleaning up errored buffers and for cleaning up at the end | Owain Ainsworth |
2008-09-05 | The helper functions in this file are only used in one place and | Owain Ainsworth |
2008-09-05 | sync | Okan Demirmen |
2008-09-05 | - clarify Radeon HD 2600 Pro entry | Okan Demirmen |
2008-09-05 | fix vblank interrupt mask. Unbreaks sync-to-vblank and anything that | Owain Ainsworth |
2008-09-04 | mostly cosmetic. | Damien Bergamini |
2008-09-03 | Replace -s (sector size) option with more general -t (disktype) | Kenneth R Westerback |
2008-09-03 | (Re)Association requests should contain a QoS Capability element, | Damien Bergamini |
2008-09-03 | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in | Damien Bergamini |
2008-09-03 | In dc_setcfg() suppress printing a warning when forcing the receiver | Brad Smith |
2008-09-03 | regen | Stuart Henderson |
2008-09-03 | housekeeping: | Stuart Henderson |
2008-09-03 | Use & not && when masking bits. | Jonathan Gray |
2008-09-02 | If we need a physical hardware status page, initialise it at device attach | Owain Ainsworth |
2008-09-02 | Track progress inside of batchbuffers so we know the hardware isn't | Owain Ainsworth |
2008-09-02 | missing break; | Jonathan Gray |
2008-09-02 | detypedef some more. No functional change. | Owain Ainsworth |
2008-09-01 | avoid loosing return value from copyin, and properly return it. | Charles Longeau |
2008-09-01 | fix null dereference. | Charles Longeau |
2008-09-01 | convert a tsleep back to msleep that got lost in a previous upstream merge. | Owain Ainsworth |
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |