summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2012-10-20Fix hardware kill switch detection for the ar9300 chip family. The driver wasStefan Sperling
2012-10-19andre.s@list.ru has a laptop which does not bring the azalia out ofTheo de Raadt
2012-10-19small cleanups and output prettyingTheo de Raadt
2012-10-19Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicntBrad Smith
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2012-10-18Use pci_set_powerstate() unconditionally for all chip variants, ratherTheo de Raadt
2012-10-18make oce_arm_{eq,cq} functions look like the other queueMike Belopuhov
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2012-10-17Narrow the spltty/splx pair in com_activate to only enclose the minimumTheo de Raadt
2012-10-17cleanup more of the driver soft-state when suspending; in certainTheo de Raadt
2012-10-17AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSDJonathan Gray
2012-10-17#if NWSDISPLAY > 0 not #if WSDISPLAY > 0Jonathan Gray
2012-10-16Remove uneeded <net/bpf.h> include which was never used as itJonathan Gray
2012-10-15eliminate a couple of gotosMike Belopuhov