Age | Commit message (Expand) | Author |
2012-11-26 | do not steal mbuf types (leads to a panic if M_ZEROIZE gets set on | Markus Friedl |
2012-11-26 | shorten MBX_RX_IFACE_* defines | Mike Belopuhov |
2012-11-26 | get rid of some useless bitfields in oce_mbx and mbx_hdr | Mike Belopuhov |
2012-11-26 | Bring in some more pch2/82579 bits from the Intel code in FreeBSD: | Jonathan Gray |
2012-11-25 | Avoid using multiline litterals in __asm__ statement, gcc3 complains about | Miod Vallat |
2012-11-25 | remove the use of cast as lvalue which is verboten with newer gcc | Jonathan Gray |
2012-11-25 | Recognize a wrong network configuration which would cause tftpboot to | Miod Vallat |
2012-11-25 | Sync register clobber information in MVMEPROM_CALL() with those used in the | Miod Vallat |
2012-11-25 | Make the instruction replace struct static const so it will end | Jonathan Gray |
2012-11-24 | Do not assign the "host" MAC address to virtual switch ports. Don't print the | Mark Kettenis |
2012-11-23 | Change the way we encode devhandle and devino in the sysino such that we can | Mark Kettenis |
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson |
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 | make sure to always pass an array of struct pf_src_node pointers to | Mike Belopuhov |
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 | Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC | Mark Kettenis |
2012-11-21 | Trivial fixes for labels not followed by statements, which gcc 3 complains | Miod Vallat |
2012-11-21 | Try to negotiate version 1.1 of the vDisk protocol such that we can get | Mark Kettenis |
2012-11-21 | Don't forget to delete an rx refill timeout when bringing | Mike Belopuhov |
2012-11-21 | sync | Kirill Bychkov |
2012-11-21 | Hook D-Link DUB-E100 rev C1 to axe(4) | Kirill Bychkov |
2012-11-21 | Add D-Link DUB-E100 rev C1. | Kirill Bychkov |
2012-11-20 | fix typo | Mike Belopuhov |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |
2012-11-19 | Use a more descriptive name for the userland cas operation. | Paul Irofti |
2012-11-19 | If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a | Philip Guenthe |
2012-11-18 | These functions all should be called with splbio, so splassert(IPL_BIO) | Bob Beck |
2012-11-18 | Small memcpy optimizations | Stefan Fritsch |
2012-11-17 | Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. | Bob Beck |
2012-11-17 | buf_acquire() can sleep, so advance down b_vnbufs afterwards | Theo de Raadt |
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-16 | Add oce(4) / mfii(4) and virtio devices | Brad Smith |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-11-15 | this code is shared into userland, and there it should not pull | Theo de Raadt |
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 | add support for the lenovo usb 2.0 ethernet adapter | joshua stein |
2012-11-14 | regen | joshua stein |
2012-11-14 | add lenovo usb ethernet adapter | joshua stein |
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 not advance the timecounter too fast on MULTIPROCESSOR kernels; noticed | Miod Vallat |
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 |