Age | Commit message (Expand) | Author |
2010-07-15 | when mpii(4) gets an async event (ie, sas topology change or | David Gwynne |
2010-07-15 | According to Linux ath9k, the AR9280 1.0 was never sold. | Damien Bergamini |
2010-07-15 | remove dead code (AR9286 1.1 does not really exist.) | Damien Bergamini |
2010-07-15 | sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor(). | Damien Bergamini |
2010-07-15 | fix PDADC value for target index (AR5008 family only.) | Damien Bergamini |
2010-07-15 | On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set. | Damien Bergamini |
2010-07-15 | sync initialization values for AR9160 and AR9280 with ath9k. | Damien Bergamini |
2010-07-15 | Remove initialization values for chips that never made it into production: | Damien Bergamini |
2010-07-15 | knock out MetaGeek Wi-Spy 2.4i from attaching to uhid. | Stuart Henderson |
2010-07-15 | sync | Stuart Henderson |
2010-07-15 | add MetaGeek Wi-Spy 2.4i | Stuart Henderson |
2010-07-15 | * Comment poll support in conf.h | Marcus Glocker |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-14 | implement poll() for video(4) | Jacob Meuser |
2010-07-14 | In urndis_decap(), delay the memcpy() for as long as possible. There is | Michael Knudsen |
2010-07-14 | urndis_newbuf() is only called with NULL as it's third argument so just | Michael Knudsen |
2010-07-14 | Newer 8168x and 810x chipsets have a different way of stopping the chipset. | Christian Weisgerber |
2010-07-14 | Let vga_pci.c build in kernel configs without acpi. ok kettenis@ | Matthieu Herrb |
2010-07-14 | SCSI HBA drivers need to report success/error through xs, not xs->bp. | Matthew Dempsky |
2010-07-13 | use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan. | Jonathan Gray |
2010-07-13 | delete unnccessary include | Theo de Raadt |
2010-07-13 | rename some thread related interfaces so they are logical | Theo de Raadt |
2010-07-13 | Do not put a data buffer on the stack; malloc it (we will use dma_alloc | Theo de Raadt |
2010-07-13 | Fix dmesg printing. | Mark Kettenis |
2010-07-13 | Fix a broken mask for core temperature 1 and 2, and bias properly for degC. | Mike Larkin |
2010-07-10 | Reduce the delays a bit in the miibus read/write routines. | Christian Weisgerber |
2010-07-10 | whitespace cleanup from Brad, no change with diff -w | Stuart Henderson |
2010-07-10 | Verify _ADR bdf is correct (some systems return 0xffff) | Jordan Hargrave |
2010-07-09 | rewrite the polling codepath in mpii. | David Gwynne |
2010-07-09 | Clear the noise | Jordan Hargrave |
2010-07-09 | 3 more JEDEC JC-42.4 sensors are the market | Theo de Raadt |
2010-07-09 | - Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets. | Stuart Henderson |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-08 | use config_activate_children to activate children that might need it | Theo de Raadt |
2010-07-08 | For DVACT_SUSPEND and DVACT_RESUME we should always return success. | Theo de Raadt |
2010-07-08 | make the buffer big enough to hold a 1500 byte packet. Workaround (mtu | Chris Kuethe |
2010-07-08 | - use nitems() where applicable | Jasper Lievisse Adriaanse |
2010-07-08 | Move ss and friends to the attic. | Kenneth R Westerback |
2010-07-07 | revert last commit, it made my puc(4) disappear. ok pirofti@ | Stuart Henderson |
2010-07-07 | tag it | Theo de Raadt |
2010-07-07 | bring mpi_wait over to mpii for an mpsafe mechanism to sleep while waiting | David Gwynne |
2010-07-07 | set each disks openings to the maximum number the controller can handle. | David Gwynne |
2010-07-07 | rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a | David Gwynne |
2010-07-07 | use a mutex to ensure writes to the two registers used to post commands to | David Gwynne |
2010-07-07 | let the config page request code sleep while waiting for a ccb if it is | David Gwynne |
2010-07-07 | do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}. | David Gwynne |
2010-07-06 | siop sets XS_NO_CCB when it fails to allocate device state when commands | David Gwynne |
2010-07-06 | Use spltty() to lock downcalls from apm against the information being | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2010-07-06 | one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422 | Theo de Raadt |