summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-05-19hook up interrupts, but a little different to what i usually do. this mapsDavid Gwynne
2007-05-18spelling in comment fixDavid Gwynne
2007-05-16add definitions for the bits in the "register" bus_space region.David Gwynne
2007-05-16map the pci BARs that we're interested in. this gives us access to theDavid Gwynne
2007-05-15start work on a driver for emulex fibre channel controllers.David Gwynne
2007-05-14delete unused code; ok krwTheo de Raadt
2007-05-09Remove an obsolete comment which guesses about a register write an neverMarcus Glocker
2007-05-09diable -> disableMiod Vallat
2007-05-09remove the internal wrapper functions for ieee80211_mhz2ieee andReyk Floeter
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08non-static inline functions waste spaceTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-05-08rl_detach() is only used for cardbus caseTheo de Raadt
2007-05-08wdcrestart() is never usedTheo de Raadt
2007-05-08atapi_print() is never usedTheo de Raadt
2007-05-08ami chips have no mechanism to take commands off them once we've submittedDavid Gwynne
2007-05-08turn off SIOP_STATS; ok krwTheo de Raadt
2007-05-08dc_detach() is only used by cardbus code, so move it there; ok jsgTheo de Raadt
2007-05-07floating unused variable (except in debug case)Theo de Raadt
2007-05-05malo_hexdump() is only used by code under MALO_DEBUG, so ifdef itJonathan Gray
2007-05-05move xl_detach() -- which is only used by cardbus -- to the cardbus code.Theo de Raadt
2007-05-05Properly ifdef debug bits to save a bit of space.Jonathan Gray
2007-05-03Add monitor mode. Add fast channel switching. Do some simplificationsMarcus Glocker
2007-05-03Enable fast channel switching in monitor mode, which makes apps likeMarcus Glocker
2007-05-02Eliminate unused inline functions and replace ahc_lock() whichKenneth R Westerback
2007-04-28missing splbio/splx pair (which splasserted me per-device probe) inTheo de Raadt
2007-04-28remove abstraction around splbio/splx; they just confuse things; ok dlg marco...Theo de Raadt
2007-04-26Improve debug statements. No binary change without AMI_DEBUG.Alexander Bluhm
2007-04-23Kill inlines to shave some bytes.Artur Grabowski
2007-04-22disable debug output here too. it's working fine (even on strange archs)David Gwynne
2007-04-20Increase the delay while uploading a firmware buffer in malo_load_firmware().Claudio Jeker
2007-04-19Cleanup phy selection code, simplifying the code considerably. Attach onlyMark Kettenis
2007-04-19make it compile again if LMDEBUG is defined;Robert Nagy
2007-04-17The debug printf in malo_newstate() is too verbose so require debug level 2Claudio Jeker
2007-04-16During the drives detection only check the status register to be notAlexander Yurchenko
2007-04-13scsi_generic is now 16 bytes. Adjust padding so struct is stillKenneth R Westerback
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2007-04-12Oops, a code rearrangement meant that I didn't initialise the failed ccbChristopher Pascoe
2007-04-11Remove debug leftovers to make console output quite again in hostap mode.Marcus Glocker
2007-04-11Cleanup makros even more. Remove unused ones and reduce the amount ofClaudio Jeker
2007-04-11As probe response mgmt frames are already handled by the firmware, ignoreMarcus Glocker
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10wrap reading of the error fis up into a func of its own, and useDavid Gwynne
2007-04-08Change the API to sili_port_intr so it can timeout a command and reuse theChristopher Pascoe
2007-04-08Add support for NCQ error recovery and enable NCQ command submission.Christopher Pascoe
2007-04-08Track the order that CCBs are submitted in, so that after an error we areChristopher Pascoe
2007-04-08sili uses one queue for NCQ and legacy commands. No need for the AHCI-styleChristopher Pascoe
2007-04-07Always assume write commands had zero residual; the chip only countsChristopher Pascoe