summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2005-11-07splimp -> splnetBrad Smith
2005-11-07add bus_dma support.Brad Smith
2005-11-06clean up some early but unused work on bio support.David Gwynne
2005-11-05Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even ifKenneth R Westerback
2005-11-05Move displaying rf/pa type to rtw_rf_attach to simplify code.Jonathan Gray
2005-11-05Eliminate 'Overlapping Command Attempted' errors on non-tagged drives byKenneth R Westerback
2005-11-04remove uneeded debug function.Jonathan Gray
2005-11-04Move access to RF tranceiver functions to be via callbacks.Jonathan Gray
2005-11-03revert to 20051009 for now, need to investigate strange behaviour withMartin Reindl
2005-11-03Don't remove elements inside TAILQ_FOREACH. Change to usual for()Kenneth R Westerback
2005-11-02change zaurus fifo lenght back to 32 until some issues are sorted out.Federico G. Schwindt
2005-11-02It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER.Kenneth R Westerback
2005-11-02sync mbuf before unloading in gem_rxdrain().Brad Smith