summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2008-11-03Don't attach bio unless we do RAID.Marco Peereboom
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-01Add sensorsMarco Peereboom
2008-11-01Fix bogus shift.Marco Peereboom
2008-11-01Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-01Oops forgot .h part.Marco Peereboom
2008-11-01Add disk. This makes bio mostly done however to make it pretty we needMarco Peereboom
2008-10-31Generalize function to obtain all details to do bio stuff. This is inMarco Peereboom
2008-10-31Add opcodeMarco Peereboom
2008-10-30Fix bug that when there are no volumes but there are hot spares it wouldMarco Peereboom
2008-10-29Add initial bio support; only volume status is handled.Brad Smith
2008-10-29Bring pd structure up to dateMarco Peereboom
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