summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-11-26do not steal mbuf types (leads to a panic if M_ZEROIZE gets set onMarkus Friedl
2012-11-26shorten MBX_RX_IFACE_* definesMike Belopuhov
2012-11-26get rid of some useless bitfields in oce_mbx and mbx_hdrMike Belopuhov
2012-11-26Bring in some more pch2/82579 bits from the Intel code in FreeBSD:Jonathan Gray
2012-11-25Avoid using multiline litterals in __asm__ statement, gcc3 complains aboutMiod Vallat
2012-11-25remove the use of cast as lvalue which is verboten with newer gccJonathan Gray
2012-11-25Recognize a wrong network configuration which would cause tftpboot toMiod Vallat
2012-11-25Sync register clobber information in MVMEPROM_CALL() with those used in theMiod Vallat
2012-11-25Make the instruction replace struct static const so it will endJonathan Gray
2012-11-24Do not assign the "host" MAC address to virtual switch ports. Don't print theMark Kettenis
2012-11-23Change the way we encode devhandle and devino in the sysino such that we canMark Kettenis
2012-11-23Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTUStuart Henderson
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-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