Age | Commit message (Expand) | Author |
2007-01-28 | Add nVIDIA GeForce 7800 GS. From Jim Razmus. | Mark Kettenis |
2007-01-28 | Fix a number of issues with vesabios discovered by miod@ | Gordon Willem Klok |
2007-01-28 | Fix pasto. | Mark Kettenis |
2007-01-28 | Properly route lapic NMIs. | Mark Kettenis |
2007-01-28 | optimize m68k writeback(): | Miod Vallat |
2007-01-28 | Restore spl level before exiting on error. | Kenneth R Westerback |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-27 | When flooding dmesg with ``can't read/write phy register'', be nice enough to | Miod Vallat |
2007-01-27 | In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already. | Miod Vallat |
2007-01-27 | Add some more _STA flags. | Marco Peereboom |
2007-01-27 | No need to invoke _INI explicitly as this is currently done | Michael Knudsen |
2007-01-27 | Don't invoke methods on the wrong devnode. Sigh. | Michael Knudsen |
2007-01-27 | Unbreak build with ACPI_DEBUG. | Michael Knudsen |
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback |
2007-01-27 | Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would also | Michael Knudsen |
2007-01-27 | Delay status report during attach until after invoking _DCK. | Michael Knudsen |
2007-01-27 | convert to our locks to rwlocks. | David Gwynne |
2007-01-27 | Say ``docking station'' instead of ``docked'' in the sensor description | Michael Knudsen |
2007-01-27 | Reading the spec again it seems I missed that the _INI method | Michael Knudsen |
2007-01-26 | Actually add the acpidock indicator sensor stuff to the softc struct so | Michael Knudsen |
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France |
2007-01-26 | Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops where | Tobias Weingartner |
2007-01-26 | remove duplicate test; from brad | Jason Wright |
2007-01-26 | remove ancient device-specific trick from ffs1_blkpref() | Pedro Martelletto |
2007-01-26 | When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear | Claudio Jeker |
2007-01-26 | As per PCI specs, disable an adapter's transaction response while | Marc Aurele La France |
2007-01-25 | Be a bit more verbose during attach even without ACPI_DEBUG for now. | Michael Knudsen |
2007-01-25 | Install an indicator sensor to show if we're docked or not. | Michael Knudsen |
2007-01-25 | Make debug output a tad more consistent. | Michael Knudsen |
2007-01-25 | Remove comment that I committed by accident. | Michael Knudsen |
2007-01-25 | Do the sensor magic correctly. Found by Constantine Murenin. | Marco Peereboom |
2007-01-24 | Deal with weird systems that return bogus device numbers for stuff that's not | Mark Kettenis |
2007-01-24 | Actually establish interrupt handler in !ioapic_cold case. | Mark Kettenis |
2007-01-24 | Check nioapics to see whether we're using I/O APICs. | Mark Kettenis |
2007-01-24 | revert changes committed between r1.25 and 1.26. | Damien Bergamini |
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis |
2007-01-23 | adjust m_data and m_len directly rather than calling m_adj(). | Marcus Glocker |
2007-01-23 | Fixes for static integer setting | Jordan Hargrave |
2007-01-22 | Fix a comment and reduce the chattyness of some debug. | Michael Knudsen |
2007-01-22 | Add acpidock here too. | Michael Knudsen |
2007-01-22 | Some nits from fkr@, thanks! | Michael Knudsen |
2007-01-22 | Add commented out acpidock(4) entry. | Michael Knudsen |
2007-01-22 | Actually look for docking stations by looking for _DCK nodes. | Michael Knudsen |
2007-01-22 | Tell config about acpidock. | Michael Knudsen |
2007-01-22 | Add driver for ACPI docking stations. | Michael Knudsen |
2007-01-22 | Allow pmap_zeropage and pmap_copypage to work with cache enabled on | Miod Vallat |
2007-01-22 | use the MI DP8390 driver instead of rolling our own functions | Martin Reindl |
2007-01-22 | Fix KAME cvsweb urls | Miod Vallat |
2007-01-22 | iterate over the endpoints looking for appropriate interface descriptors to | David Gwynne |