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
/
pci
Age
Commit message (
Expand
)
Author
2012-11-26
Bring in some more pch2/82579 bits from the Intel code in FreeBSD:
Jonathan Gray
2012-11-23
better way to set baudrate to 0; pointed out by gsoares@
Mike Belopuhov
2012-11-23
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
Gleydson Soares
2012-11-23
- Remove return's at the end of void functions
Brad Smith
2012-11-22
Don't bother to store the return value from pci_set_powerstate() as the
Brad Smith
2012-11-21
Don't forget to delete an rx refill timeout when bringing
Mike Belopuhov
2012-11-20
fix typo
Mike Belopuhov
2012-11-17
Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed by
Stefan Fritsch
2012-11-17
regen
Mark Kettenis
2012-11-17
Add missing Adaptec 2915LP entry I spotted in a dmesg a while ago.
Mark Kettenis
2012-11-17
Newer chips feature "advanced" bluetooth coexistence, which is why sending
Mark Kettenis
2012-11-17
Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, but
Mark Kettenis
2012-11-15
Do not try to transmit packets if the interface is not running.
Joel Sing
2012-11-14
allocate a mailbox payload dma memory upfront instead of per request
Mike Belopuhov
2012-11-14
Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well.
Mark Kettenis
2012-11-13
Writing a 1 to the MEF bit of the ERRSTS0 register of the 82443LX host bridge
Mark Kettenis
2012-11-13
do an OACTIVE/if_start dance only once per tx interrupt
Mike Belopuhov
2012-11-13
enable hardware tx checksum offloading as oce doesn't
Mike Belopuhov
2012-11-13
more cleanup missed in the previous commit
Mike Belopuhov
2012-11-13
major cleanup; get rid of the oce_destroy_queue
Mike Belopuhov
2012-11-13
Correct the first argument of agpmmap() making possible to mmap the AGP
Martin Pieuchot
2012-11-12
move some stuff around, do minor cleanup
Mike Belopuhov
2012-11-12
add IWN_FLAG_NO_BT_COEX define for previous 6235 support in if_iwn
joshua stein
2012-11-11
add support for the Intel Centrino Advanced-N 6235 to iwn(4).
joshua stein
2012-11-10
Simplify error handling, add IFCAP_VLAN_MTU
Stefan Fritsch
2012-11-10
sync some 82599 bits with freebsd driver; ok jsg
Mike Belopuhov
2012-11-09
don't sync dma memory for the whole ring when updating a single
Mike Belopuhov
2012-11-09
merge if_ocevar.h and if_oce.c; do some minor cleanup while here
Mike Belopuhov
2012-11-09
cleanup oce_encap
Mike Belopuhov
2012-11-09
stop passing if_id around
Mike Belopuhov
2012-11-09
improve flow control code
Mike Belopuhov
2012-11-09
To be able to receive ethernet packets with VLAN tags oce_set_promisc
Mike Belopuhov
2012-11-09
cleanup register definitions
Mike Belopuhov
2012-11-08
make link state update code more comprehensible by using some ideas from myx(4)
Mike Belopuhov
2012-11-08
hardware supports mtu values from 256 up to 9000;
Mike Belopuhov
2012-11-08
When halting the rx engine wait 1ms after destroying the queue in
Mike Belopuhov
2012-11-08
minor style cleanup, improve the mailbox timeout printf
Mike Belopuhov
2012-11-08
Hide stats calculation ugliness inside oce_update_stats and
Mike Belopuhov
2012-11-08
sync up device ids with freebsd
Mike Belopuhov
2012-11-08
Do not depend on IFCAP_CSUM flags when configuring rx checksumming
Mike Belopuhov
2012-11-07
minor tweaks to the ioctl code
Mike Belopuhov
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-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
[next]