| Commit message (Expand) | Author | Age | Files | Lines |
* | In sd_get_params() the timeout for the MODE_SENSE command was too | rgrimes | 1994-10-04 | 1 | -2/+2 |
* | Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes for | rgrimes | 1994-10-04 | 1 | -2/+5 |
* | GCC cleanup. | phk | 1994-10-02 | 1 | -1/+2 |
* | Reviewed by: Julian Elischer / Jordan K. Hubbard | se | 1994-09-28 | 5 | -16/+361 |
* | Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now only | se | 1994-09-16 | 1 | -2/+2 |
* | Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update(). | dg | 1994-09-02 | 1 | -2/+2 |
* | Reviewed by: Stefan Esser <se> | se | 1994-08-31 | 1 | -5/+16 |
* | Rather than exclude bounce buffers support with NOBOUNCE, include it | dg | 1994-08-31 | 4 | -15/+13 |
* | Change RAW_PART back to 3, too early step right now, disklabels need more | ache | 1994-08-30 | 1 | -5/+5 |
* | Make decl/define for Debugger() match reality. | jkh | 1994-08-30 | 1 | -3/+3 |
* | RAW_PART=2 | ache | 1994-08-29 | 1 | -2/+2 |
* | Raw partition is 2 now | ache | 1994-08-29 | 1 | -2/+2 |
* | 1) Changed ddb into a option rather than a pseudo-device (use options DDB | dg | 1994-08-27 | 3 | -23/+6 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 1 | -3/+1 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 1 | -2/+2 |
* | Added $Id$ | dg | 1994-08-02 | 3 | -16/+7 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 4 | -38/+44 |
* | Wait a much longer time for slow devices like CD multichangers to timeout | jkh | 1994-05-19 | 1 | -3/+3 |
* | Bug fixes and performance improvements from John Dyson and myself: | dg | 1994-04-20 | 3 | -8/+18 |
* | from John Dyson: | dg | 1994-04-05 | 1 | -1/+5 |
* | Bounce buffers. From John Dyson with help from me. | dg | 1994-03-23 | 4 | -5/+30 |
* | Get rid of a nagging call to sleep() which crept back in. | wollman | 1994-03-20 | 1 | -1/+1 |
* | Catch the divide by zero bug earlier. If the drive give back | ats | 1994-03-15 | 1 | -3/+12 |
* | Put a safety check in for the secsiz divide for the MB printf. Else | ats | 1994-03-14 | 1 | -2/+2 |
* | Gee, seems like I have commited this fix at least 3 times :-) | rgrimes | 1994-02-07 | 1 | -2/+2 |
* | Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entries | swallace | 1994-02-05 | 1 | -9/+11 |
* | Fixed bug in dump code that caused the wrong physical page to be dumped. | dg | 1994-01-29 | 1 | -2/+2 |
* | Patch from Julian. Commit message by me. | rgrimes | 1994-01-29 | 5 | -11/+48 |
* | Remove bogus and missleading comment, this has been fixed. | rgrimes | 1994-01-22 | 1 | -2/+1 |
* | "New" VM system from John Dyson & myself. For a run-down of the | dg | 1994-01-14 | 2 | -5/+19 |
* | sddump code is now standard, no more options SDDUMP needed in the kernel | rgrimes | 1994-01-06 | 1 | -35/+13 |
* | Make everything compile with -Wtraditional. Make it easier to distribute | wollman | 1993-12-19 | 9 | -58/+74 |
* | Patch from Julian Elischer: | dg | 1993-11-25 | 1 | -2/+3 |
* | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | wollman | 1993-11-25 | 5 | -17/+33 |
* | New version of scsi code from Julian | rgrimes | 1993-11-18 | 17 | -6380/+5668 |
* | Fixed comments. | wollman | 1993-11-18 | 1 | -2/+2 |
* | Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David | rgrimes | 1993-11-08 | 1 | -2/+2 |
* | Made all header files idempotent and moved incorrect common data from | wollman | 1993-11-07 | 6 | -7/+30 |
* | >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su> | rgrimes | 1993-10-20 | 1 | -2/+2 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 3 | -16/+8 |
* | >From: Julian Elischer <julian@jules.DIALix.oz.au> | rgrimes | 1993-10-11 | 1 | -2/+3 |
* | Bring README into sync with Julians latest README (1 line deleted which was | rgrimes | 1993-09-21 | 1 | -1/+0 |
* | >From julian@jules.DIALix.oz.au Fri Sep 10 22:58:30 1993 | rgrimes | 1993-09-21 | 1 | -302/+339 |
* | Increase the timeout from 2000 counts to 6000 counts, reported by someone | rgrimes | 1993-09-20 | 1 | -2/+2 |
* | The dynamically allocated struct's where not getting properly initialized | rgrimes | 1993-09-20 | 3 | -4/+10 |
* | Fixed a small typo in an error printf. | ats | 1993-09-10 | 1 | -2/+2 |
* | The scsi cd.c driver is now fully dynamic. You can change the lines | rgrimes | 1993-09-09 | 1 | -63/+116 |
* | Changed the delay from 100 seconds to 20 seconds if you don't have scsi | rgrimes | 1993-09-09 | 1 | -2/+2 |
* | First pass fixes to start using malloc structures for all per unit | rgrimes | 1993-09-08 | 1 | -31/+74 |
* | Several fixes to the st driver, for density detection and selection. No | rgrimes | 1993-09-07 | 1 | -43/+233 |