Age | Commit message (Expand) | Author |
2008-11-26 | Add a missing device. Found by Alex Brodsky <abrodsky@acs.winnipeg.ca>. | Marc Balmer |
2008-11-26 | Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, and | Mark Kettenis |
2008-11-26 | rework the filling of the rx ring. this switches us to having the cluster | David Gwynne |
2008-11-26 | Zero the surface when we free them. stops some state problems which cause | Owain Ainsworth |
2008-11-25 | Add generic sr_scsi_done function that does the spl dance | Marco Peereboom |
2008-11-25 | Halt scanning by returning proper sense for illegal LUN. | Marco Peereboom |
2008-11-25 | more sizeof->nitems | Damien Bergamini |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |
2008-11-25 | move some generic PCIe register flags used in wpi(4) and iwn(4) | Damien Bergamini |
2008-11-25 | fixes to build; thanks ratchov@ | Todd T. Fries |
2008-11-25 | dontqueue is set but never used. garbage collect it. | Kenneth R Westerback |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-11-25 | Unbreak the tree | Owain Ainsworth |
2008-11-25 | fix: add output mixer class | Alexandre Ratchov |
2008-11-25 | set parameters to native ones; don't setup emulation for now | Alexandre Ratchov |
2008-11-25 | add a shitload of bus_dmamap_sync() calls, even though they are no-ops | Damien Bergamini |
2008-11-25 | Don't try and enable the vblank handler if irqs are disabled. | Owain Ainsworth |
2008-11-25 | backout large cluster allocators. | David Gwynne |
2008-11-25 | put 9k frames on the jumbo ring | David Gwynne |
2008-11-25 | spacing | Theo de Raadt |
2008-11-25 | Switch wb(4) from the insane ext buffer usage to a very simple m_devget() | Claudio Jeker |
2008-11-25 | - add a quirk for the terratec uaudio device to stop uhidev(4) | Jasper Lievisse Adriaanse |
2008-11-25 | regen | Jasper Lievisse Adriaanse |
2008-11-25 | - add vender id for terratec | Jasper Lievisse Adriaanse |
2008-11-25 | upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.h | Kevin Lo |
2008-11-24 | add BTDEV_NONE | Uwe Stuehler |
2008-11-24 | The Exsys EX-1372 uses a 8x clock. | Mark Kettenis |
2008-11-24 | More sanitizing for wrong bDefaultFrameIndex values. Fixes a panic | Marcus Glocker |
2008-11-24 | Work around the stupidity of radeondrm by double checking that things are | Owain Ainsworth |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-24 | Make sure we do not DRM_UNLOCK() twice. | David Hill |
2008-11-24 | no 9k cluster allocator yet, switch back to 4k. | David Gwynne |
2008-11-24 | extra decl not needed; spotted by djm | Theo de Raadt |
2008-11-24 | switch from 4k to 9k frames on the jumbo ring now the cluster allocator is | David Gwynne |
2008-11-24 | destatic radeondrm almost completely. I'm sick of ddb lying to me. | Owain Ainsworth |
2008-11-24 | some whitespace fixes in em_rxeof | David Gwynne |
2008-11-24 | back out the buf_priv change. it made some incorrect assumptions and | Owain Ainsworth |
2008-11-24 | allow entropy to be queued before randomattach() is called | Theo de Raadt |
2008-11-24 | enable the use of the second rx ring. populate it with 4k frames until the | David Gwynne |
2008-11-24 | use workq instead of crafting our own kthread, since the tasks being done | Theo de Raadt |
2008-11-24 | change a device descriptor get logic during the enumeration process. | Yojiro Uo |
2008-11-24 | switch from using MCLGET to MCLGETI for clusters going onto the rx ring. | David Gwynne |
2008-11-24 | drop the requirement that the rx ring has to be filled with mbufs. we only | David Gwynne |
2008-11-24 | Fixup wakeup pointers. interrupts work properly again. | Owain Ainsworth |
2008-11-24 | Don't unmap REGISTERS maps, we don't map them anymore. | Owain Ainsworth |
2008-11-24 | - Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attach | Marc Balmer |
2008-11-24 | Seed the random pool with the dmesg buffer at randomattach(). | Marco Pfatschbacher |
2008-11-24 | die die die | Theo de Raadt |
2008-11-24 | Respond to incoming connections, not only after we initiated the first one. | Uwe Stuehler |
2008-11-24 | don't free extent on lastclose, it's static data now. | Owain Ainsworth |