summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-12-30No point keeping 'pt' around. It's only ever assigned to.oster
2003-12-30rf_FreePDAList() and rf_FreeASMList() wern't using their l_end oroster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-30Simplify setting up the channel queue a little.thorpej
2003-12-30No longer need to include <dev/ic/wdcreg.h>thorpej
2003-12-30Move the register definitions for ATA Task File registers to atareg.h;thorpej
2003-12-30Make function declarations consistent a) with each other and b) withoster
2003-12-30SMART info is logically part of the register set; move it from atavar.hthorpej
2003-12-30Fix slight bogon from row removal. 'r' would have been 0 here, not 1,oster
2003-12-30access_tracebuf is declared, allocated, and freed. No freeloadingoster
2003-12-30Move the drive probing code out of atabusconfig() and into a newthorpej
2003-12-30Use ANSI function decls.thorpej
2003-12-30Move most of the atabus layer into ata.c.thorpej
2003-12-30Tweak function names in debug messages.thorpej
2003-12-29Clean up comments, and generally make more readable. No functional changes.oster
2003-12-29Clean up code/comments. No functional changes. Just a lot easier to read now.oster
2003-12-29Use the correct wValue to get hub desriptors.toshii
2003-12-29The ugly wonderment of appropriately placed ASCII charactersoster
2003-12-29rf_lkmgr_mutex_init() is only called from one spot, and it reallyoster
2003-12-29Fix typo ("ARCBIOS_MEM_ExecptionBlock"). From Steve Rumble.sekiya
2003-12-29Garbage-collect a whole mess of this RF_THREADGROUP_* stuff that isn'toster
2003-12-29Let's see... raidPtr->recon_done_procs is never set to anythingoster
2003-12-29IO_BUF_ERR really doesn't need to be a macro. Replace the macro.oster
2003-12-29_rf_create_managed_cond() is now left doing nothing. Convert callers.oster
2003-12-29cond_destroyer joins mutex_destroyer in the "nothing useful is doneoster
2003-12-29_rf_create_managed_mutex() is doing just a simple:oster
2003-12-29mutex_destroyer() has been reduced to nothing. Turf it.oster
2003-12-29Since rf_mutex_destroy() is effectively a NOP now, nuke it.oster
2003-12-29Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Sinceoster
2003-12-29Reduce uses of rf_mutex_init() and rf_cond_init(). Streamlines code,oster
2003-12-29Tidy up a comment.oster
2003-12-29init_mcpair() and clean_mcpair() are much like init_rad() andoster
2003-12-29init_rad() and clean_rad() really do..... very little.. and only serveoster
2003-12-29General format/comment cleanups. No functional changes.oster
2003-12-29Remove rf_freelist.h. Its contents are no longer needed.oster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2003-12-28Regen.augustss
2003-12-28Add a couple of devices.augustss
2003-12-28ICH4/ICH5:kent
2003-12-28Add support for RATOC REX-9530.itohy
2003-12-28Regen from pcmciadevs rev 1.191.itohy
2003-12-28- RATOC System Inc. uses the same product ID for many different cards,itohy
2003-12-28make the printf statements on chip_io_map complete lines.christos
2003-12-27Don't print an empty "wi0:\n" line. Join a couple of lines.christos
2003-12-27Add MobilePro 880 (MC/R730A) to hpcbatterytable.h.shin
2003-12-25Added corega WLCFL-11 entry.nonaka
2003-12-25regen.nonaka
2003-12-25Added "corega WLCFL-11" CF size wireless LAN card.nonaka
2003-12-23Support i82845G/GL based motherboards without an Integrated Graphicstron