index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2012-10-31
Some fixes for the receive filter handling.
Brad Smith
2012-10-30
introduce specialized register read and write functions
Mike Belopuhov
2012-10-30
backout previous over the m_freem contention concerns
Mike Belopuhov
2012-10-30
Bump the default number of descriptors.
Brad Smith
2012-10-29
prefer to return oce_cmd and save on the error variable
Mike Belopuhov
2012-10-29
shorten fwcmd to cmd
Mike Belopuhov
2012-10-29
merge oce.c into if_oce.c and rename oce{reg,var}.h to if_oce{reg,var}.h
Mike Belopuhov
2012-10-29
don't split mq sge paddr into low and high parts
Mike Belopuhov
2012-10-29
rename oce_fw to oce_cmd and shorten MBX_SUBSYSTEM_* defines to SUBSYS_
Mike Belopuhov
2012-10-29
rearrange the function layout a bit
Mike Belopuhov
2012-10-29
oce_get_fw_config is useless; ditch it
Mike Belopuhov
2012-10-29
Add support for Elantech touchpads to pms(4). This allows the X synaptics(4)
Stefan Sperling
2012-10-28
Add braces to some code in ixgbe_setup_vlan_hw_support().
Brad Smith
2012-10-27
Implememnt AP side power saving for acx(4). Tested on acx11.
Claudio Jeker
2012-10-27
kill some unused definitions
Mike Belopuhov
2012-10-26
oce_first_mcc_cmd doesn't return anything of value so make it void;
Mike Belopuhov
2012-10-26
simplify the way we collect statistics
Mike Belopuhov
2012-10-26
remove stuff that either is no longer or was never used
Mike Belopuhov
2012-10-26
cleanup oce_init_fw; use less bitfields
Mike Belopuhov
2012-10-26
rename oce_config_nic_rss to oce_config_rss and merge oce_rss_itbl_init in;
Mike Belopuhov
2012-10-25
make oce_mbox_{dispatch,wait} more readable and use less bitfields
Mike Belopuhov
2012-10-25
simplify/unify writes to the rx and tx doorbell registers
Mike Belopuhov
2012-10-25
don't use bitfields in oce_pci_alloc; kill some unused structures
Mike Belopuhov
2012-10-25
cleanup interrupt register defines
Mike Belopuhov
2012-10-25
Fix a hilarious bug where oce_set_promisc wouldn't zero out the
Mike Belopuhov
2012-10-25
simplify oce_arm_eq and oce_arm_cq
Mike Belopuhov
2012-10-22
- Provide flow control status
Brad Smith
2012-10-22
Add flow control support.
Brad Smith
2012-10-22
Provide flow control status.
Brad Smith
2012-10-22
Add flow control support.
Brad Smith
2012-10-22
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-10-22
Fix the multicast filter full size check.
Brad Smith
2012-10-21
repair pci powerstate handling. The extra timeouts were not needed.
Theo de Raadt
2012-10-20
driver xxactivate() functins are run even if a driver xxattach() has
Theo de Raadt
2012-10-20
Implement transmit DMA segments. The descriptor usage is from FreeBSD,
Chris Cappuccio
2012-10-20
Init values for the AR9485 were for version 1.0 of this chip, which according
Stefan Sperling
2012-10-20
Fix hardware kill switch detection for the ar9300 chip family. The driver was
Stefan Sperling
2012-10-19
andre.s@list.ru has a laptop which does not bring the azalia out of
Theo de Raadt
2012-10-19
small cleanups and output prettying
Theo de Raadt
2012-10-19
Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicnt
Brad Smith
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2012-10-18
Use pci_set_powerstate() unconditionally for all chip variants, rather
Theo de Raadt
2012-10-18
make oce_arm_{eq,cq} functions look like the other queue
Mike Belopuhov
2012-10-17
Swap arguments to wdog_register() since it is nicer, and prepare
Theo de Raadt
2012-10-17
Narrow the spltty/splx pair in com_activate to only enclose the minimum
Theo de Raadt
2012-10-17
cleanup more of the driver soft-state when suspending; in certain
Theo de Raadt
2012-10-17
AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSD
Jonathan Gray
2012-10-17
#if NWSDISPLAY > 0 not #if WSDISPLAY > 0
Jonathan Gray
2012-10-16
Remove uneeded <net/bpf.h> include which was never used as it
Jonathan Gray
2012-10-15
eliminate a couple of gotos
Mike Belopuhov
[next]