Age | Commit message (Expand) | Author |
2012-09-26 | Do not report link status unless the interface is up as the status is | Brad Smith |
2012-09-26 | Add support for VLAN sized frames. | Brad Smith |
2012-09-26 | add D-Link DGE-530T to re(4), update re(4) manpage | Ryan Freeman |
2012-09-25 | Add minimal support for gen7/ivy bridge in inteldrm. | Jonathan Gray |
2012-09-20 | make the lines printed during attach more consistent with other drivers | Jasper Lievisse Adriaanse |
2012-09-19 | Add resource tracking for PCI bus numbers. This will allow us to prevent | Mark Kettenis |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |
2012-09-19 | Add new drivers for virtio network (vio) and block devices (vioblk, the disks | Stefan Fritsch |
2012-09-18 | Wait until all xfers have finished before giving up DMA buffer mappings. | Gerhard Roth |
2012-09-13 | tell mii_attach where the phy is on the chip, rather than asking it to | David Gwynne |
2012-09-13 | regen | joshua stein |
2012-09-13 | recognize the Intel Centrino Advanced-N 6235 | joshua stein |
2012-09-10 | autoconf is not the right place to sleep; noticed by haesbaert | Mike Belopuhov |
2012-09-08 | Don't use mtrr if we are not on i386/amd64. | Martin Pieuchot |
2012-09-08 | Instead of having yet an other option to compile the drm code without agp | Martin Pieuchot |
2012-09-07 | Call pci_min_powerstate() to determine the lowest possible powerstate instead | Mark Kettenis |
2012-09-07 | Fixup a memory access fault on an invalid reply. Quoting the spec: | Mike Belopuhov |
2012-09-03 | add Intel 7 series kt (amt serial over lan) | Jonathan Gray |
2012-08-31 | Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg. | Stefan Sperling |
2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR | Martin Pieuchot |
2012-08-30 | Use only one macro instead of two to turn debug printf on. | Martin Pieuchot |
2012-08-28 | oops. a bit of debugging code has sneaked in | Mike Belopuhov |
2012-08-28 | Get rid of several ill-defined concepts and use more information | Mike Belopuhov |
2012-08-25 | Make sure we disable interrupts on attachment before re-enabling. | Christiano F. Haesbaert |
2012-08-25 | Small cleanup. | Christiano F. Haesbaert |
2012-08-25 | some endian fixes. | David Gwynne |
2012-08-23 | cleanup calculations in iocfacts a bit: number of reply frames doesn't | Mike Belopuhov |
2012-08-23 | whitespace cleanup; no functional change | Mike Belopuhov |
2012-08-23 | use BUS_DMA_ZERO | Mike Belopuhov |
2012-08-23 | the chain_offset in mfii requests are in 16 byte units, not 4 like | David Gwynne |
2012-08-23 | turns out - is not commutative. | David Gwynne |
2012-08-23 | stupid code bug. | David Gwynne |
2012-08-22 | Split out the bar functions required to attach drm(4) to share them | Martin Pieuchot |
2012-08-22 | cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanup | Mike Belopuhov |
2012-08-22 | remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_page | Mike Belopuhov |
2012-08-22 | for device pages of the fixed size there's no need to query their | Mike Belopuhov |
2012-08-22 | minor style nits for the function prototypes | Mike Belopuhov |
2012-08-22 | Unbreak drm when DRM_NO_AGP is defined. | Martin Pieuchot |
2012-08-22 | kill several unused or useless defines; no functional change | Mike Belopuhov |
2012-08-22 | Add memory barriers for powerpc. | Martin Pieuchot |
2012-08-21 | Define the endianness macro used in drm code corresponding to the | Martin Pieuchot |
2012-08-20 | add support for chaining a scatter gather list off a request frame if it | David Gwynne |
2012-08-17 | cleanup mpii_get_ioc_pg8 mess, no functional change | Mike Belopuhov |
2012-08-16 | display board model and firmware revision like mfi/mfii do; ok dlg | Mike Belopuhov |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2012-08-16 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-08-16 | revert previous; wrong diff | Mike Belopuhov |
2012-08-16 | mfii_exec_done clears ccb_cookie, so mfii_exec should test that, not | David Gwynne |
2012-08-16 | white space, no real changes | David Gwynne |
2012-08-16 | move completions of ccbs out of the postq mutex. avoids the unlikely but | David Gwynne |