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-11-07
do not depend on IFCAP_CSUM flags set when reading rx checksumming
Mike Belopuhov
2012-11-07
we still need to query the firmware for a couple of values after all
Mike Belopuhov
2012-11-06
Sync
Kenneth R Westerback
2012-11-06
Video and Host Bridge found on new Atom motherboard. Improved names
Kenneth R Westerback
2012-11-06
Remove Flow Director code that is not used, is outdated and tends
Mike Belopuhov
2012-11-05
Steal SIMPLEQ-based packet descriptor managing code from myx(4)
Mike Belopuhov
2012-11-05
Fix memory leak in error paths for synaptics and alps (pointed stsp@).
Alexandr Shadchin
2012-11-03
Handle elantech touchpad buttons in a common code path for all
Stefan Sperling
2012-11-03
s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a type
Mike Belopuhov
2012-11-03
Obligatory second oce commit for tonight. No binary change.
Bryan Steele
2012-11-02
Introduce better and simpler producer/consumer queue iterator
Mike Belopuhov
2012-11-02
Don't OR flags into an uninitialized variable in elantech hardware v1 code.
Stefan Sperling
2012-10-31
minor style cleanup
Mike Belopuhov
2012-10-31
don't show Kelvin units, and don't be off by a factor of 10 either.
Theo de Raadt
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
[next]