summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-08-15we're not going to loop in rxeof here as well so remove the leftoversMike Belopuhov
2012-08-15Enable IPv6 autoconfprivacy by defaultsperreault
2012-08-15add oce and mfii; ok deraadt dlgMike Belopuhov
2012-08-15Remove the old ioctl interface which has been disabled for overJonathan Gray
2012-08-14Add framework support for controlling symbol visibility in sharedMatthew Dempsky
2012-08-14whitespace cleanup; no binary changeMike Belopuhov
2012-08-14use scsi_get_link to find out the name of a child device for bioctl ratherDavid Gwynne
2012-08-14expose the max number of logical volumes the hardware supports as the widthDavid Gwynne
2012-08-14regenDavid Coppa
2012-08-14Replace the encoded character in the device name: Clang doesn't like it.David Coppa
2012-08-14dont maintain tables of all the pci subtypes just so we can print thingsDavid Gwynne
2012-08-14print the boards name (eg, perc 5/i) according to the firmware like mfii.David Gwynne
2012-08-14gc sc_flags now that the iop struct can tell us where the different IDBsDavid Gwynne
2012-08-14oops, dont claim FUSION is an iop type we will support in mfi(4)David Gwynne
2012-08-14move knowledge of the location of the inbound doorbell out of code inDavid Gwynne
2012-08-14enable mfii(4).David Gwynne
2012-08-14wire in mfii(4)David Gwynne
2012-08-14introduce mfii(4), a driver for the generation of megaraid sas boardsDavid Gwynne
2012-08-14split the definitions of the hardware out into a separate file so it canDavid Gwynne
2012-08-13sync a comment with reality and remove an error path duplicate; from bradMike Belopuhov
2012-08-13get rid of the last foo_lo and foo_hi bits i could find in the hardwareDavid Gwynne
2012-08-13do appropriate bus_dmamapy_syncs around the pcq/completion ring.David Gwynne
2012-08-13replace uint32_ts for hi and lo addresses in the mfi_init_ hardwareDavid Gwynne
2012-08-12Make sure snooping is enabled on Intel 7 Series HD Audio.Mark Kettenis
2012-08-11Fix state tracking for the error ccb, and pay attention when the READ_LOG_EXTJonathan Matthew
2012-08-11Add support for another 82599 SFP+ card. Original diff and tests byMike Belopuhov
2012-08-11regenMike Belopuhov
2012-08-11another 82599Mike Belopuhov
2012-08-11the producer/consumer values are used by the device, which is littleDavid Gwynne
2012-08-10';;', even with a newline between the semicolons, doesn't make muchKenneth R Westerback
2012-08-10simplify pckbc_xt_translation()Alexandr Shadchin
2012-08-10cleanup some #define's and #ifdef'sMike Belopuhov
2012-08-10regenDavid Coppa
2012-08-10Add O2 Micro OZ776 HubDavid Coppa
2012-08-10cleanup ixgbe_start routine; from brad, ok jsgMike Belopuhov
2012-08-09don't compile rss functions in unless OCE_RSS is specifiedMike Belopuhov
2012-08-09oops. missed these conflicts in the previous commitMike Belopuhov
2012-08-09try to make sense of the firmware statistics by counting rx and tx erorrsMike Belopuhov
2012-08-09schedule a rx refill if the ring is empty, sprinkle some dma syncsMike Belopuhov
2012-08-09more htole conversionsMike Belopuhov
2012-08-09remove internal queue stats, use if_* counters wherever possibleMike Belopuhov
2012-08-09respect the mtu value that ifconfig setsMike Belopuhov
2012-08-09set a timeout in case the chip goes out to lunchMike Belopuhov
2012-08-09remove oce_dmamap_sync wrapperMike Belopuhov
2012-08-09Add support for BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-09regenMark Kettenis
2012-08-09Add BCM5717/19/20C PHYs. From Brad.Mark Kettenis
2012-08-08call m_cluncount to account correctly for cluster chains the driverMike Belopuhov
2012-08-08We're not going to loop in the rxeof refilling our ring as it wouldMike Belopuhov
2012-08-08remove rx debugging codeMike Belopuhov