| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert my bdevsw change for wcd.c, Bruce pointed out that | phk | 1996-07-24 | 1 | -2/+12 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -12/+2 |
* | Implement CDIOCCLOSE | ache | 1996-06-09 | 1 | -4/+16 |
* | Fixed group and permissions for devfs devices (group operator was games; | bde | 1996-06-08 | 1 | -10/+12 |
* | Replace usage of buf->b_actf with queue.3 and buf->b_act. | phk | 1996-04-08 | 1 | -7/+5 |
* | Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>. | bde | 1996-04-07 | 1 | -1/+3 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -20/+12 |
* | Exchange addr_type<->control | ache | 1996-02-02 | 1 | -3/+3 |
* | addr_type field was ever not assigned, control field was assigned incorrectly | ache | 1996-02-01 | 1 | -2/+3 |
* | Oops, I pick wrong size field for leadout entry | ache | 1996-02-01 | 1 | -8/+9 |
* | Bugfix: don't convert LBA to host order, they must stay in network order. | ache | 1996-01-30 | 1 | -10/+8 |
* | Calculate leadout entry instead of honor ATAPI request | ache | 1996-01-30 | 1 | -8/+8 |
* | READTOCENTRYS: protect against stack overflow when incorrect data | ache | 1996-01-30 | 1 | -3/+4 |
* | Don't generate EINVAL for data_len too big in READTOCENTRYS, it | ache | 1996-01-30 | 1 | -2/+1 |
* | Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy on | ache | 1996-01-30 | 1 | -15/+24 |
* | Fixed a bug with the ATAPI_STATIC option, so it compiles again. | sos | 1995-12-29 | 1 | -3/+8 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -1/+1 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -47/+61 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -1/+1 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -13/+28 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -0/+38 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -4/+3 |
* | Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() | bde | 1995-11-14 | 1 | -4/+2 |
* | Nuked some more bogus devswitch macros. The wcd lkm was broken. | bde | 1995-11-09 | 1 | -11/+3 |
* | Made wcdattach() non-static again. It is called from atapi.c. The | bde | 1995-10-29 | 1 | -1/+4 |
* | Repair the wcd and atapi code a little, so that it compiles and loads | peter | 1995-10-28 | 1 | -1/+6 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -2/+4 |
* | Latest fixes from Serge: | dg | 1995-10-14 | 1 | -128/+307 |
* | Bring IDE CDROM support up to latest version (1.8a?) from Serge. | jkh | 1995-09-30 | 1 | -34/+94 |
* | Correct the calculation of the unit number. it is not minor(x) & 3. It need | ats | 1995-09-15 | 1 | -1/+1 |
* | Patch to the atapi driver, by Serge V.Vakulenko, minor changes | sos | 1995-09-09 | 1 | -5/+9 |
* | Actually, 97 out of 304 devsw functions had benignly mismatched types. | bde | 1995-09-08 | 1 | -8/+7 |
* | Make files get the NWDC definition from "wdc.h" instead of "wd.h". | swallace | 1995-09-07 | 1 | -1/+1 |
* | Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number of | jkh | 1995-08-18 | 1 | -0/+921 |