Age | Commit message (Expand) | Author |
2009-03-03 | Make sure the scsi_xfer timeout is triggered while the command is still alive. | Miod Vallat |
2009-02-26 | If acx_attach() fails, print the reason why it is failing. | Stefan Sperling |
2009-02-20 | Bring NO_CCB to cac(4), which helps bio work better without | Kenneth R Westerback |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-15 | change M_WAITOK --> M_WAITOK | M_CANFAIL | Charles Longeau |
2009-02-13 | missing braces; ok marco | Stuart Henderson |
2009-02-12 | don't access undocumented register 0x82 for <= MAC06, since newer | Martynas Venckus |
2009-02-07 | Unifdef __OpenBSD__, these defines don't help us to sync with NetBSD | Alexander Yurchenko |
2009-02-06 | Split sti structures into rom-related information and screen-related | Miod Vallat |
2009-02-06 | The new font selection logic would loop and consume all kmem on proms | Miod Vallat |
2009-02-06 | Replace comparision between boolean expression result and an integer | Alexander Yurchenko |
2009-02-04 | Do not use m_pullup() because it aligns the data to a word boundary | Claudio Jeker |
2009-02-01 | Save the text mode color palette upon startup, and restore it when | Miod Vallat |
2009-01-29 | ``beginning'' is spelled with 2 `g' and 3 `n'. | Miod Vallat |
2009-01-29 | Oops, correct logic when requested font index is out of bounds. Thankfully | Miod Vallat |
2009-01-28 | Add support for next generation megaraid sas raid controllers. | Marco Peereboom |
2009-01-28 | If the rom contains a monitor table, look for an entry matching our | Miod Vallat |
2009-01-27 | make drivers tell the mclgeti allocator what their maximum ring size is | David Gwynne |
2009-01-26 | I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in line | Damien Bergamini |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2009-01-18 | Put ccb back on free list if we bail out because we can't map the | Kenneth R Westerback |
2009-01-18 | Don't lose ccb's if there are problems allocating the structures needed | Kenneth R Westerback |
2009-01-15 | const void foo() makes no sense. No binary change. | Alexander Yurchenko |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2009-01-07 | declare bwi_modtype enum before it is used in function prototypes. | Jonathan Gray |
2009-01-07 | Don't attempt to use gcc __builtin_abs, abs is not used | Jonathan Gray |
2009-01-06 | - fix reading from E-FUSE ROM (some RT3070 adapters have an E-FUSE ROM | Damien Bergamini |
2009-01-05 | - do TX radiotap later in run_tx() such that the duration field is | Damien Bergamini |
2008-12-29 | properly update RT2860_TX_RTS_CFG | Damien Bergamini |
2008-12-29 | move the 802.11 header out of the TXWI structure. | Damien Bergamini |
2008-12-22 | I swapped MGETHDR arguments in my m_defrag removal commit. | Damien Bergamini |
2008-12-21 | Undo m_defrag(). | Damien Bergamini |
2008-12-15 | in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONE | Damien Bergamini |
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 | - properly handle RT2860_TX_RX_COHERENT interrupts. | Damien Bergamini |
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-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-10 | Replace m_free() with m_freem() in foo_start() to ensure that upon error | Brad Smith |
2008-11-30 | Add initial 8168D/8111D support. | Brad Smith |
2008-11-29 | Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his | Ray Lai |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback |
2008-11-26 | Use m_defrag instead of collapsing mbufs ourselves. | Mark Kettenis |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback |
2008-11-26 | Stop maintaining internal queues of received scsi_xfer structures. | Kenneth R Westerback |