Age | Commit message (Expand) | Author |
2008-12-22 | set a default name for widgets (u-wid$NID) and don't try to give | Jacob Meuser |
2008-12-22 | disable unusable converters | Jacob Meuser |
2008-12-22 | special case after general case. it's better to be named after | Jacob Meuser |
2008-12-22 | new function azalia_pin_config_ov, used to override configuration | Jacob Meuser |
2008-12-22 | - expand/add macros for pin configuration manipulation | Jacob Meuser |
2008-12-21 | rework the programming of the multicast addresses onto the chip to use the | David Gwynne |
2008-12-21 | use the RXO (rx overflow) interrupt to try to refill the rx ring. this lets | David Gwynne |
2008-12-21 | move the codec specific widget initialization out of | Jacob Meuser |
2008-12-21 | if a widget is the sole connection to another widget, name the | Jacob Meuser |
2008-12-21 | label converter widgets for their place in the converter group. | Jacob Meuser |
2008-12-21 | a little rearranging: | Jacob Meuser |
2008-12-21 | add mixer_class member to struct widget_t, and define the mixer | Jacob Meuser |
2008-12-21 | add function azalia_widget_sole_conn, which determines if the | Jacob Meuser |
2008-12-21 | on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 | David Gwynne |
2008-12-21 | Undo m_defrag(). | Damien Bergamini |
2008-12-19 | On many systems the information returned by _PRT is an absolute lie, especially | Mark Kettenis |
2008-12-17 | Make the code that picks an IRQ from the list of possible IRQs a bit smarter | Mark Kettenis |
2008-12-17 | - Extend our quirk device table by a flags field. | Marcus Glocker |
2008-12-17 | Backout anonymous union fix, since it breaks V4L ports. we try to fix | Marcus Glocker |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on sbus(4). | Mark Kettenis |
2008-12-15 | in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONE | Damien Bergamini |
2008-12-15 | regen | Damien Bergamini |
2008-12-15 | remove duplicated usb id | Damien Bergamini |
2008-12-15 | regen | Damien Bergamini |
2008-12-15 | more RT2770/RT2870/RT3070/RT3071 product ids. | Damien Bergamini |
2008-12-15 | remove i386-only inline assembler roll() function; gcc optimises the | Damien Miller |
2008-12-15 | revert 1.20 now that the new allocator is used to control the number of | Brad Smith |
2008-12-14 | Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring. | Mark Kettenis |
2008-12-14 | Disable TX_DMA writing back DDONE into TXD. | Damien Bergamini |
2008-12-14 | o Correctly clear UGEN_ASLP in all cases. | Federico G. Schwindt |
2008-12-14 | - properly handle RT2860_TX_RX_COHERENT interrupts. | Damien Bergamini |
2008-12-14 | Give names to anonymous unions. | Ray Lai |
2008-12-14 | regen | Brad Smith |
2008-12-14 | Add the Novatel Merlin X950D ExpressCard. | Brad Smith |
2008-12-13 | use the hardware general-purpose timer interrupt instead of timeout(9). | Damien Bergamini |
2008-12-13 | clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memory | Damien Bergamini |
2008-12-13 | ;5Anvidia mcp67 ahci controller also needs special handling. | Mike Belopuhov |
2008-12-12 | Check for zero'd spd data even if we pass the checksum | Jonathan Gray |
2008-12-12 | fix a bug that slipped through my last commit. | Damien Bergamini |
2008-12-12 | - fix HW crypto using group keys (this should fix the "ExtIV bit not set" | Damien Bergamini |
2008-12-12 | get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros. | Damien Bergamini |
2008-12-12 | matthieu and reyk say that using 9k frames for rx breaks vic on esx. i can | David Gwynne |
2008-12-11 | Don't do radeon_cp_dispatch flip on lastclose. | Owain Ainsworth |
2008-12-11 | hook Qualcomm AC8700 modem into ubsa(4), from freebsd | Felix Kronlage |
2008-12-11 | regen | Felix Kronlage |
2008-12-11 | add device id for Qualcomm AC8700 modem, from freebsd | Felix Kronlage |
2008-12-10 | Fix ohci xfers for some devices by adjusting the number of microframes to | Marcus Glocker |
2008-12-10 | sync | Owain Ainsworth |
2008-12-10 | id for Radeon HD2600 PRO AGP; from johan. | Owain Ainsworth |
2008-12-10 | Replace m_free() with m_freem() in foo_start() to ensure that upon error | Brad Smith |