summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-11-07do not depend on IFCAP_CSUM flags set when reading rx checksummingMike Belopuhov
2012-11-07we still need to query the firmware for a couple of values after allMike Belopuhov
2012-11-06SyncKenneth R Westerback
2012-11-06Video and Host Bridge found on new Atom motherboard. Improved namesKenneth R Westerback
2012-11-06Remove Flow Director code that is not used, is outdated and tendsMike Belopuhov
2012-11-05Steal SIMPLEQ-based packet descriptor managing code from myx(4)Mike Belopuhov
2012-11-05Fix memory leak in error paths for synaptics and alps (pointed stsp@).Alexandr Shadchin
2012-11-03Handle elantech touchpad buttons in a common code path for allStefan Sperling
2012-11-03s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a typeMike Belopuhov
2012-11-03Obligatory second oce commit for tonight. No binary change.Bryan Steele
2012-11-02Introduce better and simpler producer/consumer queue iteratorMike Belopuhov
2012-11-02Don't OR flags into an uninitialized variable in elantech hardware v1 code.Stefan Sperling
2012-10-31minor style cleanupMike Belopuhov
2012-10-31don't show Kelvin units, and don't be off by a factor of 10 either.Theo de Raadt
2012-10-31Some fixes for the receive filter handling.Brad Smith
2012-10-30introduce specialized register read and write functionsMike Belopuhov
2012-10-30backout previous over the m_freem contention concernsMike Belopuhov
2012-10-30Bump the default number of descriptors.Brad Smith
2012-10-29prefer to return oce_cmd and save on the error variableMike Belopuhov
2012-10-29shorten fwcmd to cmdMike Belopuhov
2012-10-29merge oce.c into if_oce.c and rename oce{reg,var}.h to if_oce{reg,var}.hMike Belopuhov
2012-10-29don't split mq sge paddr into low and high partsMike Belopuhov
2012-10-29rename oce_fw to oce_cmd and shorten MBX_SUBSYSTEM_* defines to SUBSYS_Mike Belopuhov
2012-10-29rearrange the function layout a bitMike Belopuhov
2012-10-29oce_get_fw_config is useless; ditch itMike Belopuhov
2012-10-29Add support for Elantech touchpads to pms(4). This allows the X synaptics(4)Stefan Sperling
2012-10-28Add braces to some code in ixgbe_setup_vlan_hw_support().Brad Smith
2012-10-27Implememnt AP side power saving for acx(4). Tested on acx11.Claudio Jeker
2012-10-27kill some unused definitionsMike Belopuhov
2012-10-26oce_first_mcc_cmd doesn't return anything of value so make it void;Mike Belopuhov
2012-10-26simplify the way we collect statisticsMike Belopuhov
2012-10-26remove stuff that either is no longer or was never usedMike Belopuhov
2012-10-26cleanup oce_init_fw; use less bitfieldsMike Belopuhov
2012-10-26rename oce_config_nic_rss to oce_config_rss and merge oce_rss_itbl_init in;Mike Belopuhov
2012-10-25make oce_mbox_{dispatch,wait} more readable and use less bitfieldsMike Belopuhov
2012-10-25simplify/unify writes to the rx and tx doorbell registersMike Belopuhov
2012-10-25don't use bitfields in oce_pci_alloc; kill some unused structuresMike Belopuhov
2012-10-25cleanup interrupt register definesMike Belopuhov
2012-10-25Fix a hilarious bug where oce_set_promisc wouldn't zero out theMike Belopuhov
2012-10-25simplify oce_arm_eq and oce_arm_cqMike Belopuhov
2012-10-22- Provide flow control statusBrad Smith
2012-10-22Add flow control support.Brad Smith
2012-10-22Provide flow control status.Brad Smith
2012-10-22Add flow control support.Brad Smith
2012-10-22Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-10-22Fix the multicast filter full size check.Brad Smith
2012-10-21repair pci powerstate handling. The extra timeouts were not needed.Theo de Raadt
2012-10-20driver xxactivate() functins are run even if a driver xxattach() hasTheo de Raadt
2012-10-20Implement transmit DMA segments. The descriptor usage is from FreeBSD,Chris Cappuccio
2012-10-20Init values for the AR9485 were for version 1.0 of this chip, which accordingStefan Sperling