summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-11-23make sure to always pass an array of struct pf_src_node pointers toMike Belopuhov
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-21Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOCMark Kettenis
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-11-21Try to negotiate version 1.1 of the vDisk protocol such that we can getMark Kettenis
2012-11-21Don't forget to delete an rx refill timeout when bringingMike Belopuhov
2012-11-21syncKirill Bychkov
2012-11-21Hook D-Link DUB-E100 rev C1 to axe(4)Kirill Bychkov
2012-11-21Add D-Link DUB-E100 rev C1.Kirill Bychkov
2012-11-20fix typoMike Belopuhov
2012-11-19Add atomic 32-bit cas operations.Paul Irofti
2012-11-19Use a more descriptive name for the userland cas operation.Paul Irofti
2012-11-19If uvm_km_kmemalloc_pla() fails when just creating a thread (and not aPhilip Guenthe
2012-11-18These functions all should be called with splbio, so splassert(IPL_BIO)Bob Beck
2012-11-18Small memcpy optimizationsStefan Fritsch
2012-11-17 Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf.Bob Beck
2012-11-17buf_acquire() can sleep, so advance down b_vnbufs afterwardsTheo de Raadt
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-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
2012-11-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-11-15this code is shared into userland, and there it should not pullTheo de Raadt
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-14add support for the lenovo usb 2.0 ethernet adapterjoshua stein
2012-11-14regenjoshua stein
2012-11-14add lenovo usb ethernet adapterjoshua stein
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 not advance the timecounter too fast on MULTIPROCESSOR kernels; noticedMiod Vallat
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-12protect rxeof path with an splnet; ok kettenisMike Belopuhov
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-11align ifaliasreq.ifra_addr similar to the way that ifreq is fixed --Theo de Raadt
2012-11-10use boolean_t not bool for a local boolean type so this won'tJonathan Gray
2012-11-10Simplify error handling, add IFCAP_VLAN_MTUStefan Fritsch
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-11-10add a flag indicating whether shared code was initialized so that weMike Belopuhov
2012-11-10sync some 82599 bits with freebsd driver; ok jsgMike Belopuhov