summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2005-11-23Optimize TXTIME and PLCP LENGTH field computation.Damien Bergamini
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23slight shuffle at the top of the file. dont include biovar.h if bio is notDavid Gwynne
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-21Do not dare dereferencing NULL pointers if OSIOP_DEBUG.Miod Vallat
2005-11-21contorl -> controlMiod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
2005-11-20Add support for GCT GRF5101 RF transceiver based hardware. Magic numbersJonathan Gray
2005-11-20fix dmesg printing so the adapter info has a proper dmesg entryBrad Smith
2005-11-20Reorder dma stuff so that it makes sense.Marco Peereboom
2005-11-19Add a few more Prism USB Component IDs.Jonathan Gray
2005-11-19Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldAaron Campbell
2005-11-18do not devide by zeroMichael Shalayeff
2005-11-18Major improvements to the aac(4) device driver.Nathan Binkert
2005-11-16Synch up all .h mpi files with FreeBSD. These new files contain the latestMarco Peereboom
2005-11-15add IFQ_SET_MAXLEN().Brad Smith
2005-11-14register offsets [against bh] are expected bus_size_t and not bus_addr_tMichael Shalayeff
2005-11-14ep_w1_reg() returns int thus no need to stuff it into bus_addr_tMichael Shalayeff
2005-11-12splimp -> splvmBrad Smith
2005-11-11fix kgdb compilation; input and ok miod@.Federico G. Schwindt
2005-11-11more verbose error message for the "bogus xmit rate" problemReyk Floeter
2005-11-09Don't fall back to fake geometry if ata_get_params() fails.Uwe Stuehler
2005-11-09splimp -> splnetBrad Smith