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