Age | Commit message (Expand) | Author |
2009-03-15 | Let CPU_INFO_UNIT() be used before cpu0 attaches, and make sure | Miod Vallat |
2009-03-15 | Now that we have splsoftassert(), make the soft ipl levels positive and | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-15 | Include .S files in make depend. | Miod Vallat |
2009-03-15 | Cleanup error processing: | Alexander Yurchenko |
2009-03-15 | Allow CPU_INFO_UNIT() to be used before cpu0 attaches. | Miod Vallat |
2009-03-15 | In _bus_dmamem_alloc(), do not bother printing avail_start and avail_end | Miod Vallat |
2009-03-14 | Some ICMP types that also have icmp_id, pointed out by markus@ | Ryan Thomas McBride |
2009-03-14 | some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulk | Damien Bergamini |
2009-03-14 | regen | Damien Bergamini |
2009-03-14 | add more run(4) USB ids, clarify some. | Damien Bergamini |
2009-03-14 | regen | Jonathan Gray |
2009-03-14 | apologize (dlg and claudio, stop snickering) | Theo de Raadt |
2009-03-14 | Match on D-Link DWA-130. | Jonathan Gray |
2009-03-14 | D-Link DWA-130, from Todd Carson in pr 6105. | Jonathan Gray |
2009-03-13 | Add SCSI pass-through and enclosure support. Tested on lpinto's | Alexander Yurchenko |
2009-03-13 | tabs; stupid emacs | Marco Peereboom |
2009-03-13 | Fixup in acpidock for aml_evalinteger | Jordan Hargrave |
2009-03-13 | Fixed potential aml_freevalue on uninitialized stack , reported by krw | Jordan Hargrave |
2009-03-13 | Some preparation steps for SCSI pass-through support: | Alexander Yurchenko |
2009-03-13 | Process command completion errors while polling, too. | Alexander Yurchenko |
2009-03-13 | regen | Kevin Lo |
2009-03-13 | add nVidia GeForce 9300M CS | Kevin Lo |
2009-03-12 | In the most common case -- array failure -- move error message under | Alexander Yurchenko |
2009-03-12 | Advanced error checking. | Alexander Yurchenko |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |
2009-03-12 | For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE. | Alexander Yurchenko |
2009-03-12 | regen | Philip Guenthe |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe |
2009-03-12 | Add id for this ridiculous small run(4) found at akihabara. As usual commited | Claudio Jeker |
2009-03-12 | sync | Claudio Jeker |
2009-03-12 | Add usbdevs of the smallest run(4) ever seen. That thing is smaller then | Claudio Jeker |
2009-03-11 | Do more error checking in acx(4). | Stefan Sperling |
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth |
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave |
2009-03-11 | Remove noisy printf debug | Jordan Hargrave |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-11 | Rework command polling to be able to sleep if no SCSI_NOSLEEP flag | Alexander Yurchenko |
2009-03-10 | First step in cleaning up amd64 iommu. | Owain Ainsworth |
2009-03-10 | regen | Damien Bergamini |
2009-03-10 | cleanup the mess in Intel WiFi Link PCI Ids. | Damien Bergamini |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2009-03-10 | Fix cut/paste error.. call _BFS not _PTS | Jordan Hargrave |
2009-03-10 | Print scsi xfer flags in debug output. | Alexander Yurchenko |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth |
2009-03-10 | Rearrange physical drive state bits checking so that bioctl gets | Alexander Yurchenko |
2009-03-10 | Add some more debug. | Alexander Yurchenko |
2009-03-10 | Enable VMware VMXnet Virtual Interface Controller (vic) driver | Jonathan Gray |
2009-03-10 | enable urtw(4) | Kevin Lo |
2009-03-10 | remove IBSS and HostAP modes since these aren't advertised in ic->ic_caps | Kevin Lo |