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