Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-11 | add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray | |
from Scott Benesh of HP via FreeBSD | |||
2012-03-11 | regen | Jonathan Gray | |
2012-03-11 | HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray | |
from Scott Benesh of HP via FreeBSD | |||
2012-03-09 | New vmmap implementation. | Ariane van der Steldt | |
no oks (it is really a pain to review properly) extensively tested, I'm confident it'll be stable 'now is the time' from several icb inhabitants Diff provides: - ability to specify different allocators for different regions/maps - a simpler implementation of the current allocator - currently in compatibility mode: it will generate similar addresses as the old allocator | |||
2012-03-07 | Add AMD Hudson-2 support, thanks to Jorg Willekens for testing. | Bryan Steele | |
ok mlarkin@ | |||
2012-03-06 | oops. correct diff this time | Mike Belopuhov | |
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov | |
Tested on alix and soekris by benno, mpf, shadchin and myself. Loongson tests by miod. OK mpf, shadchin, kettenis | |||
2012-03-03 | Don't print the device name again in attach error messages occuring before | Miod Vallat | |
a newline ever gets printed. Found the hard way with a device dying on me. | |||
2012-02-28 | regen | Jonathan Gray | |
2012-02-28 | - move GE_FORCE_9300_GE_1 to correct order | Jonathan Gray | |
- add nForce 780a SLI/nForce 200 from Brad Davis - correct 3400 PT IDER entry - some additional entries from submitted dmesgs | |||
2012-02-28 | - Always try to reclaim transmitted frames instead of returning | Jonathan Gray | |
from jme_start() if IFF_OACTIVE is set before that happens; as the original driver did before it was ported to DragonFly - Return from jme_start() if there is no link or an empty queue. prevents watchdog timeouts when there is no link present. from brad | |||
2012-02-26 | rather than driving the card with 16k intr/s of low latency interrupts, | Mike Belopuhov | |
rely on regular rx/tx queue interrupts moderated to 8k intr/s achieving best performance/latency ratio. this effectively doubles performance on 82599. tested on 82598 as well. | |||
2012-02-26 | there's no need to rearm interrupts, we only need to reenable queues; | Mike Belopuhov | |
no objections from claudio and deraadt; tested on 82598 and 82599 | |||
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe | |
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@ | |||
2012-02-15 | 82571/82572 do not properly set byte enables 2 and 3 on MSI | Jonathan Gray | |
writes. Some (but not all) chipsets will fail to generate interrupts in this case, so do not attempt to enable MSI on 82571/82572. Problem reported by David Imhoff with interrupts working on PE1950 but not working on a R610. ok kettenis@ claudio@ deraadt@ | |||
2012-02-08 | Remove the init path of jme_newbuf that used M_WAITOK | Jonathan Gray | |
as this can be called from an interrupt context. From brad. | |||
2012-02-04 | Close races where timer is started on a command and then an splbio() | Kenneth R Westerback | |
is called before the command is started. This might have resulted in the timeout firing and invalidating the command before it is started. Move the timeout_add_* inside the relevant splbio()/splx(). ok miod@ tedu@ | |||
2012-01-30 | Remove redundant call to vr_reset. From Bryan Steele, ok mikeb@ | Stuart Henderson | |
2012-01-29 | According to the X.org driver, the Evergreen series of chips are the | Peter Hessler | |
same as R7xx. So, set the 'Radeon HD 6320' card to RV770. OK matthieu@ | |||
2012-01-29 | sync | Peter Hessler | |
2012-01-29 | add device ID for Radeon HD 6320 | Peter Hessler | |
OK matthieu@ | |||
2012-01-26 | stop the calibration timeout when stopping the interface (i noticed | Theo de Raadt | |
this issue due to suspend/resume during a calibration) ok stsp miod | |||
2012-01-20 | save content of the pci attach args, not the pointer; from Christian Ehrhardt | Mike Belopuhov | |
2012-01-15 | As SiS IDE has the same PCI product id for different revisions | Jonathan Gray | |
with different bugs the host bridge is used to determine which path to take. As pointed out by Chris Cappuccio we need to expand this list to cover newer chips SiS have inflicted on the world. From and tested by Loganaden Velvindron (on SiS 968). | |||
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov | |
failures to be neglected; ok markus | |||
2012-01-13 | Repair hw vlan tagging and stripping on 82599. Previously receiver | Mike Belopuhov | |
would prepend another vlan tag 0 to all frames containing 802.1Q tags rendering vlans unusable. ok jsg, deraadt | |||
2012-01-12 | add support for skinny variants. | David Gwynne | |
from Alexey Suslikov reviewed by marco | |||
2012-01-12 | regen | David Gwynne | |
2012-01-12 | product SYMBIOS SAS2008_1 0x0073 MegaRAID SAS2008 | David Gwynne | |
skinny variant of mfi(4) from Alexey Suslikov | |||
2012-01-11 | ansify and de'register some prototypes | David Hill | |
ok miod@ | |||
2012-01-09 | regen | Christiano F. Haesbaert | |
2012-01-09 | Add support for a new puc(4), MosChip MCS9865. | Christiano F. Haesbaert | |
Information extracted from: http://www.devid.info/uz/18561/PCI+-%3EPARALLEL%26SERIAL# ok deraadt | |||
2012-01-09 | pcidevs | Christiano F. Haesbaert | |
2012-01-07 | regen | Mark Kettenis | |
2012-01-07 | Intel Xeon E3-1200 | Mark Kettenis | |
2012-01-05 | suspend/resume support for vr(4); from brynet@gmail.com | Theo de Raadt | |
2012-01-04 | Add support for SiS 1183 SATA. From/tested by Loganaden Velvindron. | Jonathan Gray | |
2012-01-04 | regen | Jonathan Gray | |
2012-01-04 | SiS 1183 SATA from Loganaden Velvindron, and add 1182 SATA while here. | Jonathan Gray | |
2012-01-02 | Use the correct multiplier for older SUNIX 406x 8-serial cards. Problem | Stuart Henderson | |
reported and fix tested by sebastia@. naddy@ helped get the ordering right. | |||
2012-01-02 | regen | Mark Kettenis | |
2012-01-02 | Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset. | Mark Kettenis | |
From Loganaden Velvindron. | |||
2011-12-23 | Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itself | Mark Kettenis | |
into a Ricoh RU822 controller). Also switch the base clock to 50MHz as some SD/MMC cards don't work with the default 200MHz clock. | |||
2011-12-23 | Use the generic PCI power management code instead of rolling our own. | Mark Kettenis | |
2011-12-19 | regen | Mark Kettenis | |
2011-12-19 | Add TI XIO2221 FireWire. | Mark Kettenis | |
2011-12-16 | regen. | Federico G. Schwindt | |
2011-12-16 | fix typo. | Federico G. Schwindt | |
from Tobias Ulmer (tobiasu-at-tmux-dot-org) | |||
2011-12-12 | add missing m_freem's into the error code paths. there's no change | Mike Belopuhov | |
in behavior since we don't do split headers; ok dlg, kettenis | |||
2011-12-09 | we need to always schedule another rx ring refill callout | Mike Belopuhov | |
in case we fail to do it at the spot. prevents rx ring lockups under high load. ok dlg |