Age | Commit message (Expand) | Author |
2012-08-15 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-08-15 | Enable IPv6 autoconfprivacy by default | sperreault |
2012-08-15 | add oce and mfii; ok deraadt dlg | Mike Belopuhov |
2012-08-15 | Remove the old ioctl interface which has been disabled for over | Jonathan Gray |
2012-08-14 | Add framework support for controlling symbol visibility in shared | Matthew Dempsky |
2012-08-14 | whitespace cleanup; no binary change | Mike Belopuhov |
2012-08-14 | use scsi_get_link to find out the name of a child device for bioctl rather | David Gwynne |
2012-08-14 | expose the max number of logical volumes the hardware supports as the width | David Gwynne |
2012-08-14 | regen | David Coppa |
2012-08-14 | Replace the encoded character in the device name: Clang doesn't like it. | David Coppa |
2012-08-14 | dont maintain tables of all the pci subtypes just so we can print things | David Gwynne |
2012-08-14 | print the boards name (eg, perc 5/i) according to the firmware like mfii. | David Gwynne |
2012-08-14 | gc sc_flags now that the iop struct can tell us where the different IDBs | David Gwynne |
2012-08-14 | oops, dont claim FUSION is an iop type we will support in mfi(4) | David Gwynne |
2012-08-14 | move knowledge of the location of the inbound doorbell out of code in | David Gwynne |
2012-08-14 | enable mfii(4). | David Gwynne |
2012-08-14 | wire in mfii(4) | David Gwynne |
2012-08-14 | introduce mfii(4), a driver for the generation of megaraid sas boards | David Gwynne |
2012-08-14 | split the definitions of the hardware out into a separate file so it can | David Gwynne |
2012-08-13 | sync a comment with reality and remove an error path duplicate; from brad | Mike Belopuhov |
2012-08-13 | get rid of the last foo_lo and foo_hi bits i could find in the hardware | David Gwynne |
2012-08-13 | do appropriate bus_dmamapy_syncs around the pcq/completion ring. | David Gwynne |
2012-08-13 | replace uint32_ts for hi and lo addresses in the mfi_init_ hardware | David Gwynne |
2012-08-12 | Make sure snooping is enabled on Intel 7 Series HD Audio. | Mark Kettenis |
2012-08-11 | Fix state tracking for the error ccb, and pay attention when the READ_LOG_EXT | Jonathan Matthew |
2012-08-11 | Add support for another 82599 SFP+ card. Original diff and tests by | Mike Belopuhov |
2012-08-11 | regen | Mike Belopuhov |
2012-08-11 | another 82599 | Mike Belopuhov |
2012-08-11 | the producer/consumer values are used by the device, which is little | David Gwynne |
2012-08-10 | ';;', even with a newline between the semicolons, doesn't make much | Kenneth R Westerback |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-08-10 | cleanup some #define's and #ifdef's | Mike Belopuhov |
2012-08-10 | regen | David Coppa |
2012-08-10 | Add O2 Micro OZ776 Hub | David Coppa |
2012-08-10 | cleanup ixgbe_start routine; from brad, ok jsg | Mike Belopuhov |
2012-08-09 | don't compile rss functions in unless OCE_RSS is specified | Mike Belopuhov |
2012-08-09 | oops. missed these conflicts in the previous commit | Mike Belopuhov |
2012-08-09 | try to make sense of the firmware statistics by counting rx and tx erorrs | Mike Belopuhov |
2012-08-09 | schedule a rx refill if the ring is empty, sprinkle some dma syncs | Mike Belopuhov |
2012-08-09 | more htole conversions | Mike Belopuhov |
2012-08-09 | remove internal queue stats, use if_* counters wherever possible | Mike Belopuhov |
2012-08-09 | respect the mtu value that ifconfig sets | Mike Belopuhov |
2012-08-09 | set a timeout in case the chip goes out to lunch | Mike Belopuhov |
2012-08-09 | remove oce_dmamap_sync wrapper | Mike Belopuhov |
2012-08-09 | Add support for BCM5717/19/20C PHYs. From Brad. | Mark Kettenis |
2012-08-09 | regen | Mark Kettenis |
2012-08-09 | Add BCM5717/19/20C PHYs. From Brad. | Mark Kettenis |
2012-08-08 | call m_cluncount to account correctly for cluster chains the driver | Mike Belopuhov |
2012-08-08 | We're not going to loop in the rxeof refilling our ring as it would | Mike Belopuhov |
2012-08-08 | remove rx debugging code | Mike Belopuhov |