Age | Commit message (Expand) | Author |
2009-05-02 | Let ioc(4) decide which child devices to attach depending on its identification | Miod Vallat |
2009-05-02 | More progress taming the xbow and the pci bridge; still needs code to write, | Miod Vallat |
2009-05-02 | Explain why the short window of widget #0 needs to be accessed through a | Miod Vallat |
2009-05-02 | More KL configuration structures. | Miod Vallat |
2009-05-02 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | Drop the pm_cpus bitmask field from struct pmap, and instead remember the | Miod Vallat |
2009-05-02 | a few more memset changes. | Owain Ainsworth |
2009-05-01 | Add option USER_PCICONF. | Miod Vallat |
2009-05-01 | uvm_page_alloc() + memset -> uvm_page_zalloc() | Owain Ainsworth |
2009-05-01 | initialize the mic ADC index before possibly setting it. | Jacob Meuser |
2009-05-01 | recognize several more IDT/Sigmatel codecs. IDs taken from the codecs' | Jacob Meuser |
2009-05-01 | make mic ADC selection a little more like speaker DAC selection | Jacob Meuser |
2009-05-01 | allow jack sensing to mute the DAC the speaker is connected to by | Jacob Meuser |
2009-05-01 | try to get built-in speakers connected to a DAC no other output pin | Jacob Meuser |
2009-05-01 | fix a couple bugs when finding sole connections | Jacob Meuser |
2009-04-30 | Oga changed apm ioctls and forgot to grep. Temporary work around by hitting | Marco Peereboom |
2009-04-30 | The previous change did not always update vr_link on rlphy(4) based | Marco Pfatschbacher |
2009-04-30 | add support for passing db_console from the bootloader to the kernel. | David Gwynne |
2009-04-30 | treat log as what it is, a flag variable. effectively a noop now but stops | Henning Brauer |
2009-04-30 | Work around UltraSPARC T1 "feature" that may cause random integer register | Mark Kettenis |
2009-04-30 | obvious typo in panic string. | Owain Ainsworth |
2009-04-30 | Add READ(16) & WRITE(16) commands. | Marco Peereboom |
2009-04-30 | pass db_console from the bootloader to the kernel, and then use it to | David Gwynne |
2009-04-30 | add another settable variable called db_console which the MD parts of a | David Gwynne |
2009-04-29 | Apply the cleanup stick. | Owain Ainsworth |
2009-04-29 | Split up functionalities between mpls_input and mpls_output. | Michele Marchetto |
2009-04-29 | Extend pciio extents to cover the while 32-bit address space. The processor | Mark Kettenis |
2009-04-29 | Enable hardware vlan tagging/stripping and disable the | Jonathan Gray |
2009-04-29 | regen | Stuart Henderson |
2009-04-29 | add some Attansic, Broadcom and a JMicron device. from Brad, ok reyk | Stuart Henderson |
2009-04-29 | Implement the 64bit FIFO modes (based on the OpenCISS Specification | Reyk Floeter |
2009-04-29 | Use NO_CCB when we run out of work units. This way we don't have to care | Marco Peereboom |
2009-04-29 | MFI_D_IOCTL should be commented out. No binary change. | Marco Peereboom |
2009-04-28 | Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges | Mark Kettenis |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-28 | Revert pageqlock back from a mutex to a simple_lock, as it needs to be | Miod Vallat |
2009-04-28 | The TX engine can get stuck if the interface went through a link | Marco Pfatschbacher |
2009-04-28 | Introduce a new dummy operation to easily handle packets that have to leave | Michele Marchetto |
2009-04-28 | Move discipline pointer init into its own function | Marco Peereboom |
2009-04-28 | Part one of partial bringup volumes. Plenty of rope to kill your data | Marco Peereboom |
2009-04-27 | it's easier to have the speaker dac in the converter group than | Jacob Meuser |
2009-04-27 | Remove unnecessary aml_xconvert arg, code cleanup | Jordan Hargrave |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-27 | Whitespace KNF. | Michael Knudsen |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |
2009-04-26 | Prevent panic upon detach if the device didn't fully attach. | Mark Kettenis |
2009-04-26 | KNF, typo and an uninteresting if(&=) instead of if(&) bug in debug code | Marco Peereboom |
2009-04-26 | fix compile | Theo de Raadt |
2009-04-26 | .desc field of the sensor struct shall not duplicate .type and .numt; ok jordan | Constantine A. Murenin |
2009-04-26 | don't zero sensor .value and .flags immediately after the allocation w/ M_ZER... | Constantine A. Murenin |