Age | Commit message (Expand) | Author |
2005-12-29 | go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615 | Martin Reindl |
2005-12-28 | correct CX20468 initialization; mickey@ ok'ed this some time ago. | Federico G. Schwindt |
2005-12-28 | Oops. Missed file from previous commit. | Kenneth R Westerback |
2005-12-28 | Strip out fancy timeout code that attempts to mimic FreeBSD's thread | Kenneth R Westerback |
2005-12-28 | Strip out fancy timeout code that attempts to mimic FreeBSD's thread | Kenneth R Westerback |
2005-12-25 | Add support for AS99127F, an Asus W83781D clone. | Mark Kettenis |
2005-12-24 | Use sensors thread instead of timeouts. | Mark Kettenis |
2005-12-21 | shrink a bit | David Gwynne |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-16 | a little quieter | Brad Smith |
2005-12-15 | If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. Spotted | Kenneth R Westerback |
2005-12-15 | Fix error printf()s. | Kenneth R Westerback |
2005-12-14 | some codecs have an external amplifier, and in some hw the bit to powering | Federico G. Schwindt |
2005-12-13 | - Add a whole bunch of new PCI ids. | Brad Smith |
2005-12-13 | use consistent naming for members of the softc struct | David Gwynne |
2005-12-13 | Correct typos in comments. From pedro la peu. | Jonathan Gray |
2005-12-13 | Don't retry unsupported SCSI commands, causing large delays during | Kenneth R Westerback |
2005-12-12 | ansi, no binary change. | Federico G. Schwindt |
2005-12-12 | fix a license i botched years ago | Michael Shalayeff |
2005-12-12 | make printf debug-only so some people would just shuddup | Michael Shalayeff |
2005-12-12 | knf | David Gwynne |
2005-12-11 | cleanup some knr to ansi i missed, and some extra whitespace i accidentally | David Gwynne |
2005-12-10 | Initialize flags before using it. Spotted by lint. | Kenneth R Westerback |
2005-12-10 | another go at cleaning up bus_dma usage. | David Gwynne |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-12-10 | Lint doesn't like trailing commas in enums. | Kenneth R Westerback |
2005-12-09 | back out 1.97. it was causing a freeze on boot with an older card. problem | David Gwynne |
2005-12-09 | Remove surplus semicolon. | Jonathan Gray |
2005-12-04 | Allocate all scbs during initialization to avoid using | Kenneth R Westerback |
2005-12-03 | splimp -> splnet | Brad Smith |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-12-03 | Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER. | Kenneth R Westerback |
2005-12-03 | Remove some typedef struct goo. | Marco Peereboom |
2005-12-02 | only poll if scsi_poll was requested | Michael Shalayeff |
2005-12-02 | typo. | Marco Peereboom |
2005-12-01 | bus_dma code clean up. No functional change. Polished form of diff | Kenneth R Westerback |
2005-12-01 | bus_dma code clean up. No functional change. Polished form of diff | Kenneth R Westerback |
2005-11-29 | Fix bus_dma code to eliminate my busted logic, align usage with man | Kenneth R Westerback |
2005-11-28 | Correct parameter in bus_dmamem_alloc(). | Kenneth R Westerback |
2005-11-28 | Correctly report channel. PR 4728. | Jonathan Gray |
2005-11-27 | Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() on | Kenneth R Westerback |
2005-11-27 | Prevent scsi pass-through busses from attaching when a board is marked | Marco Peereboom |
2005-11-27 | Fix ami_freemem() by initializing segp before using it. | Kenneth R Westerback |
2005-11-26 | Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@ | Marco Peereboom |
2005-11-25 | FALLTHROUH -> FALLTHROUGH for lint. | Kenneth R Westerback |
2005-11-24 | dont need spls in attach | David Gwynne |
2005-11-23 | make this easier for me to read by changing the locking to use the bare | David Gwynne |
2005-11-23 | When defragmenting a mbuf chain before transmitting it, don't allocate a mbuf | Damien Bergamini |
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini |