Age | Commit message (Expand) | Author |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2013-03-17 | - Remove the reserved number of TX descriptors. No limitation is mentioned in | Brad Smith |
2013-03-17 | Set the `Power Immediate' bit upon attaching, to enable automatic restart | Miod Vallat |
2013-03-17 | Correct the clock speeds used to calculate int moderation values provided | Brad Smith |
2013-03-17 | - Sync some of the stats counter code to be closer to the FreeBSD code, | Brad Smith |
2013-03-17 | - Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15D | Brad Smith |
2013-03-17 | Split out bge / bnx reset code into a separate set of functions. | Brad Smith |
2013-03-16 | fix size of unicast rx filter table | Stefan Fritsch |
2013-03-16 | Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports. | Stefan Sperling |
2013-03-16 | No need for two similar functions to free/remove USB device descriptors. | Martin Pieuchot |
2013-03-16 | Remove the 4.8 version of the USB device info ioctl. | Martin Pieuchot |
2013-03-15 | add some space before messages | Stefan Fritsch |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2013-03-15 | Rewrite receive filter handling and ioctl bits. | Brad Smith |
2013-03-14 | Add some missing bits for flow control support and enable it. | Brad Smith |
2013-03-14 | - Fix passing down MAC feature flags; which fixes flow control support. | Brad Smith |
2013-03-14 | Match on family 15h also. | Bryan Steele |
2013-03-14 | regen. | Bryan Steele |
2013-03-14 | Add AMD Family 15h devices. | Bryan Steele |
2013-03-14 | add macros for ap192k cards, no behavior change | Alexandre Ratchov |
2013-03-14 | Cosmetic tweaking. No functional change. | Brad Smith |
2013-03-14 | - Remove return at the end of void functions | Brad Smith |
2013-03-11 | Separate out the common capabilities flags from the switch statement | Brad Smith |
2013-03-11 | flush writes to BGE_MI_COMM by doing a read straight after. helps avoid | David Gwynne |
2013-03-10 | Rename write_queue_address -> setup_queue | Stefan Fritsch |
2013-03-10 | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci | Stefan Fritsch |
2013-03-10 | if_vio: Add some more debug output if VIRTIO_DEBUG is defined | Stefan Fritsch |
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing |
2013-03-09 | Always use the internal PHY on Apple variants, from FreeBSD. This unbreaks | Martin Pieuchot |
2013-03-09 | Calculating the IP header checksum on Realtek 8168 is broken if the | Alexander Bluhm |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2013-03-09 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-08 | In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so | Miod Vallat |
2013-03-08 | backout previous phidgets quirk | joshua stein |
2013-03-07 | add a quirk for phidgets to attach as ugen instead of uhid | joshua stein |
2013-03-07 | regen | joshua stein |
2013-03-07 | add phidgets 2x2 | joshua stein |
2013-03-07 | Add the PCI ids for the BCM57762 and BCM57766 chipsets. | Brad Smith |
2013-03-07 | Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319 | Brad Smith |
2013-03-07 | remove spurious semicolon at end of if statement in vr_watchdog. | Stuart Henderson |
2013-03-07 | Correct the delay when programming the short cable fix. It should be | Brad Smith |
2013-03-07 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-07 | XL_DMACTL is a 32bit register, use the 32bit write macro. | Brad Smith |
2013-03-07 | Sort the CardBus ids. | Brad Smith |
2013-03-07 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith |
2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to | Joel Sing |
2013-03-04 | Reorder code such that wsdisplay(4) attaches after drm(4). | Mark Kettenis |
2013-03-04 | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ | Stuart Henderson |
2013-03-04 | sync | Stuart Henderson |