summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-01-04Cosmetic changes.augustss
2004-01-04make uhid_graphire*_report_descr[] constjdolecek
2004-01-04As noted by Thierry Deval in a posting to misc/at/openbsd.org,oster
2004-01-04Kill the flow control interface. Bluetooth devices are not equipped to dealdsainty
2004-01-04Don't (ab)use the device driver flow control interface to prevent incomingdsainty
2004-01-04Correct buffer selection in uhidev_set_report for non-zero report IDs (rare!)dsainty
2004-01-04Support Graphire 4x5. From Dave Huang in kern/23965.augustss
2004-01-04Regen.augustss
2004-01-04Add Wacom Graphire3 4x5. From Dave Huang.augustss
2004-01-03More structure member namespace cleanup: thread -> ch_threadthorpej
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03More comment/whitespace tidy-up.thorpej
2004-01-03Regen.soren
2004-01-03Add Motorola A920.soren
2004-01-03Only report codec readiness if DEBUG to avoid printing it on every resume.soren
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-03callout_init() after memset().thorpej
2004-01-02Fix the "We panic if we can't create a DAG" problem that's existedoster
2004-01-02Remove "row" from DEBUG statements.hannken
2004-01-02Correct a conditional masking error conditionsdsainty
2004-01-01Cleanup some unused desc->flags:oster
2004-01-01Tidy this file up.thorpej
2004-01-01Tidy this file up a little.thorpej
2004-01-01Finally cleanup RF_BZERO. Turns out that 'bp' was only used to obtainoster
2004-01-01Prepend "wdc_" to wait_for_drq, wait_for_unbusy, and wait_for_ready.thorpej
2004-01-01Tidy up this file somewhat.thorpej
2004-01-01Tidy up the #includes a bit.oster
2004-01-01Nuke a few more 'row'-related bits that were missed in the row-removal.oster
2004-01-01Nuke a bunch of unused variables:oster
2004-01-01Rename:thorpej
2004-01-01Correctly initialise ALL of the attach argument block. Fixes panic ondsainty
2003-12-31Remove 3 unused debugging options:oster
2003-12-31Clean up a bunch of comments.oster
2003-12-31Split opencrypto configuration into an attribute, usable by inkerneljonathan
2003-12-31Replace the DO_FREE() macro with just RF_Free(). No functional changes,oster
2003-12-31Fix comments and make function declarations conform.oster
2003-12-31add Logitech "QuickCam for Notebook Pro" and "QuickCam Pro 4000".hamajima
2003-12-31Forcibly undefining debugging macros is rude, so don't do it.bjh21
2003-12-31Include <dev/ata/atareg.h>, so that WDSD_IBM is defined.martin
2003-12-31Add in a bunch of RF_SIGNAL_COND()'s that were missing. Tidy uposter
2003-12-31Left-shift another else{} chunk. No functional changes.oster
2003-12-31left-shift the "else" part of the if(!lp_SubmitReconBuffer) condition.oster
2003-12-31Negate a condition, and flip if/else parts. Preparation for left-shiftingoster
2003-12-31Remove a couple of incorrect comments. (rf_recon_req needs to beoster
2003-12-31init_dqd and clean_dqd don't do enough to be their own functions,oster
2003-12-31Increase the scope of RF_DEBUG_PSS to cover a bit more stuff.oster
2003-12-31nuke the 'bp' argument to rf_bxor and friends since it is no longer used.oster
2003-12-30Very carefully remove REMAP_VA() macro. It's only doing a simpleoster
2003-12-30Nuke a forgotten 'row' from struct RF_PerDiskReconCtrl_s.oster
2003-12-30sparediskids isn't used anywhere. turf.oster