Age | Commit message (Expand) | Author |
2008-10-28 | Fix output when reporting on multivolume disk groups. | Marco Peereboom |
2008-10-28 | Shut splassert up | Marco Peereboom |
2008-10-28 | Be nicer waking up. | Marco Peereboom |
2008-10-28 | Major overhaul of bio. | Marco Peereboom |
2008-10-28 | Pointer sizeof oops | Marco Peereboom |
2008-10-28 | Add beginings of bio. Disabled for now. | Marco Peereboom |
2008-10-27 | Move some include stuff around | Marco Peereboom |
2008-10-27 | Start updating isp. Just new defines, comments, whitespace, anything that | Kenneth R Westerback |
2008-10-26 | Spello and ad some #defines | Marco Peereboom |
2008-10-26 | Move sensors into SMALL_KERNEL | Marco Peereboom |
2008-10-26 | Space | Marco Peereboom |
2008-10-25 | Start updating isp. Just new defines, comments, whitespace, anything that | Kenneth R Westerback |
2008-10-25 | Start updating isp. Just new defines, comments, whitespace, anything that | Kenneth R Westerback |
2008-10-23 | S/PDIF output support in ac97(4), auich(4) and auvia(4) | Jacob Meuser |
2008-10-23 | reove redundant variable sample rate checks. | Jacob Meuser |
2008-10-23 | Fix PR5645 | Marco Peereboom |
2008-10-22 | This isn't a real structure the firmware understands. | Marco Peereboom |
2008-10-21 | Wow we had this structure forever wrong. Didn't break because it was | Marco Peereboom |
2008-10-21 | Stray space | Marco Peereboom |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-10-11 | Use hardware timer to simulate interrupt moderation. Old devices will no | Brad Smith |
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith |
2008-10-07 | if fetching a config page for a sas target doesnt work then let the scsi | David Gwynne |
2008-10-06 | Detect and store the PCI/PCIe bus speed. | Brad Smith |
2008-10-05 | Add a flag to indicate a 64-bit PCI bus is present. | Brad Smith |
2008-10-05 | Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flag | Brad Smith |
2008-10-03 | Use ether_ioctl(). | Brad Smith |
2008-10-03 | Return ENOTTY for unknown ioctl's. | Brad Smith |
2008-10-03 | Remove a few small ifdef/ifndef OpenBSD sections which contained some | Brad Smith |
2008-10-03 | KNF. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-30 | check all luns on sas boards to see if the device is atapi instead of just | David Gwynne |
2008-09-30 | provide a scsi probe hook that checks if an atapi device is plugged into | David Gwynne |
2008-09-30 | add support for handling extended configuration page requests. the sas | David Gwynne |
2008-09-30 | describe the extended configuration header and the sas device config page | David Gwynne |
2008-09-30 | straighten the deck chairs slightly | David Gwynne |
2008-09-25 | Initialize 'ssc' to NULL since we test it later. Shouldn't ever be | Kenneth R Westerback |
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian Weisgerber |
2008-09-13 | fallback to 11b support if the EEPROM is not reporting any available mode. | Reyk Floeter |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2008-09-12 | Some fixes for dc_txeof().. | Brad Smith |
2008-09-11 | ANSI function declarations. | Brad Smith |
2008-09-11 | For chips with a broken DC_ISR_RX_STATE which never signals | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-03 | In dc_setcfg() suppress printing a warning when forcing the receiver | Brad Smith |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2008-09-01 | Switch ath(4) to softcrypto to enable support for WPA/WPA2. | Reyk Floeter |