Age | Commit message (Expand) | Author |
2011-09-02 | Differential gain calibration makes the 6005 firmware crap out, so skip it for | Mark Kettenis |
2011-09-01 | The 6005 and 6050-based parts need DC calibration turned on, otherwise the | Mark Kettenis |
2011-08-30 | regen | Martin Pieuchot |
2011-08-30 | Add another GeForce 8400 GS | Martin Pieuchot |
2011-08-30 | Don't OR the VID, we want the whole TCI, this makes vlanprio (PCP/CF) | Christiano F. Haesbaert |
2011-08-29 | dont use a semaphore (which doesnt block interrupts in the critical | David Gwynne |
2011-08-26 | Prevent watchdog timeouts; tested by Thomas Pfaff | Kevin Lo |
2011-08-26 | Move the comment outside of the VLAN section of code and above that | Kevin Lo |
2011-08-22 | Add support for Radeon 4250. | Christiano F. Haesbaert |
2011-08-21 | Help with the watchdog timeouts seen when unplugging the cable from | Kevin Lo |
2011-08-20 | Don't wait for FR to come on after setting the FRE bit in the port command | Mark Kettenis |
2011-08-08 | myx requires the driver pad short ethernet frames to 60 bytes by | David Gwynne |
2011-07-31 | Add support for the Ricoh 5U823 SD/MMC controller found on the x220. | Mark Kettenis |
2011-07-31 | regen | Mark Kettenis |
2011-07-31 | Fix typo in Ricoh 5U823 SD/MMC entry. | Mark Kettenis |
2011-07-26 | do not describe where DELAY comes from; pointed out by austin; ok jsg | Theo de Raadt |
2011-07-21 | Index the sensor array starting from 0 not sc_vd_id_low. On my R310 this | Stuart Henderson |
2011-07-20 | For now, disable msi interrupts. Reading through the linux driver one | Marco Peereboom |
2011-07-20 | spell FALLTHROUGH correctly | Stuart Henderson |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-11 | pass the interface for non-compat-mode piix. from netbsd. | joshua stein |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-07 | i NEVER NEVER NEVER want to see ifqueue->ifq_len = anything. sorry, that is | Henning Brauer |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-06 | so... there is some crazy bug exposed on non-ironlake chips, when the | Theo de Raadt |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-07-05 | Stupid driver makes a copy of struct pci_attach_args. Make sure we clear | Mark Kettenis |
2011-07-04 | Temporarily back out msi for inteldrm. | Owain Ainsworth |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ... | Jonathan Matthew |
2011-07-03 | in the ironlake interrupt handler, do not do unneccesary register | Theo de Raadt |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-01 | msi interrupts working on mfi(4) | Theo de Raadt |
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber |
2011-06-26 | There are some problems with ppb msi interrupts. For instance, i386 in | Theo de Raadt |
2011-06-23 | make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that are | Owain Ainsworth |
2011-06-23 | cope with empty rx rings by scheduling a timeout to keep trying until it | David Gwynne |
2011-06-23 | this chip has an annoying "feature" where it cannot report the link | David Gwynne |
2011-06-22 | reset the tx_count on UP, since it may have been advanced from non-zero | Theo de Raadt |
2011-06-22 | kill a few more casts that aren't helpful. ok krw miod | Ted Unangst |
2011-06-22 | msi support. this is a complicated one... | David Gwynne |
2011-06-22 | another myri10ge device matched by freebsd/linux drivers | Jonathan Gray |
2011-06-22 | regen | Jonathan Gray |
2011-06-22 | add a few more devices | Jonathan Gray |
2011-06-22 | oops, handle refill like i said i was going to two revisions ago. | David Gwynne |
2011-06-22 | set the mac address on the chip correctly (repair the byte order) | Theo de Raadt |