| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvs | cvs2svn | 2000-07-26 | 13 | -13/+13 |
| * | MFC: | Søren Schmidt | 2000-06-11 | 5 | -32/+51 |
| * | MFC: | Søren Schmidt | 2000-05-03 | 1 | -12/+4 |
| * | MFC: Add support for ATA66 on newer revisions of the VIA 82C596 | Søren Schmidt | 2000-05-03 | 2 | -27/+37 |
| * | MFC: make ATAPI CD changers work again. | Søren Schmidt | 2000-04-01 | 6 | -62/+115 |
| * | Remove the old DSC code, it doesn't work anymore. | Søren Schmidt | 2000-03-18 | 4 | -51/+4 |
| * | MFC: make disksort do what its supposed to. | Søren Schmidt | 2000-03-14 | 8 | -116/+121 |
| * | MFC: 1.61 | Jordan K. Hubbard | 2000-03-13 | 1 | -2/+1 |
| * | Dont call ad_start unless the controller is idle. | Søren Schmidt | 2000-03-12 | 1 | -1/+2 |
| * | Cosmetics.. | Søren Schmidt | 2000-03-10 | 2 | -4/+4 |
| * | Dont call make_dev until we are sure the device is there, this prevents | Søren Schmidt | 2000-03-10 | 1 | -4/+12 |
| * | Fix the CD driver so that the last blocks can be read even if | Søren Schmidt | 2000-03-05 | 9 | -75/+103 |
| * | Spell construct right. | Søren Schmidt | 2000-03-01 | 1 | -3/+3 |
| * | Add DVD-RAM support. | Søren Schmidt | 2000-02-29 | 2 | -14/+60 |
| * | Only read user data when blocksize != 2048, this "read the works" | Søren Schmidt | 2000-02-29 | 1 | -1/+1 |
| * | Fix the problem that caused the boot to fail when modules were loaded. | Søren Schmidt | 2000-02-27 | 1 | -2/+2 |
| * | Add (partial) support for the Cypress ATA controller. | Søren Schmidt | 2000-02-25 | 3 | -39/+74 |
| * | Add UDMA66 support to the Intel ICH chip. | Søren Schmidt | 2000-02-22 | 1 | -1/+27 |
| * | Fix the changer code, dont wait for device ready on unload, it | Søren Schmidt | 2000-02-21 | 3 | -20/+38 |
| * | Update the ata driver to take more advantage of newbus, this | Søren Schmidt | 2000-02-18 | 13 | -595/+1067 |
| * | That "NO DRIVER" panic fix wasn't good enough... | Søren Schmidt | 2000-02-11 | 1 | -1/+1 |
| * | Probe cosmetics. | Søren Schmidt | 2000-02-08 | 2 | -3/+3 |
| * | The bde script has a bug, I used a patch from it verbatim, bad idea.... | Søren Schmidt | 2000-02-08 | 1 | -2/+2 |
| * | Do refcounting of open devices (more) correctly. | Søren Schmidt | 2000-02-07 | 6 | -21/+17 |
| * | Dont panic if no sub-driver is found. | Søren Schmidt | 2000-02-07 | 1 | -1/+1 |
| * | Unbreak addump, now dumping works again. | Søren Schmidt | 2000-02-07 | 1 | -0/+1 |
| * | fix support for shared IRQ's. | Søren Schmidt | 2000-02-04 | 8 | -84/+171 |
| * | cosmetic changes only. | Søren Schmidt | 2000-01-29 | 1 | -1/+1 |
| * | cosmetic changes only. | Søren Schmidt | 2000-01-29 | 3 | -30/+9 |
| * | Get the MEDIA_CHANGED status right here too. | Søren Schmidt | 2000-01-28 | 1 | -2/+4 |
| * | Use atapi_test_ready not atapi_wait_ready, I need more sleep :( | Søren Schmidt | 2000-01-28 | 1 | -1/+1 |
| * | Get the MEDIA_CHANGED status right. | Søren Schmidt | 2000-01-28 | 2 | -2/+5 |
| * | Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIP | Søren Schmidt | 2000-01-28 | 2 | -5/+8 |
| * | Fix compilation on ISA only setups... | Søren Schmidt | 2000-01-28 | 1 | -4/+3 |
| * | Cleanup the ata_dmainit function a bit. | Søren Schmidt | 2000-01-28 | 2 | -33/+41 |
| * | Oops, fix compile error due to the new way of storing the transfer mode. | Søren Schmidt | 2000-01-28 | 1 | -6/+6 |
| * | Add sysctl oid hw.atamodes to set the transfermodes online. | Søren Schmidt | 2000-01-27 | 7 | -43/+101 |
| * | Retry a bit more agressively on the atapi identify. | Søren Schmidt | 2000-01-25 | 6 | -31/+57 |
| * | General cleanup. | Søren Schmidt | 2000-01-24 | 9 | -571/+613 |
| * | Quantify the calls to ad_attach and atapi_attach so that diskless | Søren Schmidt | 2000-01-19 | 1 | -0/+4 |
| * | Rearrange the probecode, so that 80pin cables can be identified | Søren Schmidt | 2000-01-18 | 10 | -639/+473 |
| * | Add support for the Intel 810 chipset (ICH type of chips) | Søren Schmidt | 2000-01-17 | 6 | -124/+157 |
| * | Grrrr, this time it should be right, I need sleep - badly... | Søren Schmidt | 2000-01-07 | 1 | -2/+2 |
| * | This is not my lucky day :( | Søren Schmidt | 2000-01-07 | 1 | -1/+1 |
| * | Guard against transfers of zero length given to *strategy. | Søren Schmidt | 2000-01-07 | 3 | -2/+16 |
| * | Set PIO mode in all cases. | Søren Schmidt | 2000-01-07 | 1 | -1/+7 |
| * | New ATAPI burner utility API, replaces the wormio API. | Søren Schmidt | 2000-01-06 | 3 | -137/+103 |
| * | Fix link problem on ISA only systems.. | Søren Schmidt | 2000-01-03 | 1 | -4/+2 |
| * | Add support for VIA 82C596 controller | Søren Schmidt | 2000-01-03 | 13 | -141/+225 |
| * | Yet another cleanup of the VIA code, this time it should work | Søren Schmidt | 1999-12-21 | 8 | -186/+61 |