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