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