| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 6 | -6/+6 |
* | Fix for the HP burners (and possibly other broken drives to) | sos | 2000-05-01 | 1 | -13/+5 |
* | Clone the {b|bio}_offset field, and make sure it is always initialized | phk | 2000-04-25 | 1 | -8/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 8 | -106/+110 |
* | Add support for ATA66 on newer revisions of the VIA 82C596 | sos | 2000-04-09 | 3 | -27/+40 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 4 | -11/+11 |
* | Correct a mishap in phk's BIO_* changes. | sos | 2000-03-26 | 1 | -1/+1 |
* | Fix the panic occuring on non-changer devices. | sos | 2000-03-24 | 1 | -3/+3 |
* | Make ATAPI CD changer devices work, hopefully better than before. | sos | 2000-03-21 | 6 | -58/+112 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 4 | -13/+12 |
* | Remove the old DSC code, it doesn't work anymore. | sos | 2000-03-18 | 4 | -52/+5 |
* | Cleanup sweep. | sos | 2000-03-13 | 6 | -54/+50 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 8 | -66/+75 |
* | Backout the previous fix, it is _not_ that easy too fix. | sos | 2000-03-13 | 1 | -2/+1 |
* | Dont call ad_start unless the controller is idle. | sos | 2000-03-12 | 1 | -1/+2 |
* | Cosmetics.. | sos | 2000-03-10 | 2 | -4/+4 |
* | Dont call make_dev until we are sure the device is there, this prevents | sos | 2000-03-10 | 1 | -4/+12 |
* | Fix the CD driver so that the last blocks can be read even if | sos | 2000-03-05 | 9 | -75/+103 |
* | Spell construct right. | sos | 2000-03-01 | 1 | -3/+3 |
* | Add DVD-RAM support. | sos | 2000-02-29 | 2 | -14/+60 |
* | Only read user data when blocksize != 2048, this "read the works" | sos | 2000-02-29 | 1 | -1/+1 |
* | Fix the problem that caused the boot to fail when modules were loaded. | sos | 2000-02-27 | 1 | -2/+2 |
* | Add (partial) support for the Cypress ATA controller. | sos | 2000-02-25 | 3 | -39/+74 |
* | Add UDMA66 support to the Intel ICH chip. | sos | 2000-02-22 | 1 | -1/+27 |
* | Fix the changer code, dont wait for device ready on unload, it | sos | 2000-02-21 | 3 | -20/+38 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 13 | -595/+1067 |
* | That "NO DRIVER" panic fix wasn't good enough... | sos | 2000-02-11 | 1 | -1/+1 |
* | Probe cosmetics. | sos | 2000-02-08 | 2 | -3/+3 |
* | The bde script has a bug, I used a patch from it verbatim, bad idea.... | sos | 2000-02-08 | 1 | -2/+2 |
* | Do refcounting of open devices (more) correctly. | sos | 2000-02-07 | 6 | -21/+17 |
* | Dont panic if no sub-driver is found. | sos | 2000-02-07 | 1 | -1/+1 |
* | Unbreak addump, now dumping works again. | sos | 2000-02-07 | 1 | -0/+1 |
* | fix support for shared IRQ's. | sos | 2000-02-04 | 8 | -84/+171 |
* | cosmetic changes only. | sos | 2000-01-29 | 1 | -1/+1 |
* | cosmetic changes only. | sos | 2000-01-29 | 3 | -30/+9 |
* | Get the MEDIA_CHANGED status right here too. | sos | 2000-01-28 | 1 | -2/+4 |
* | Use atapi_test_ready not atapi_wait_ready, I need more sleep :( | sos | 2000-01-28 | 1 | -1/+1 |
* | Get the MEDIA_CHANGED status right. | sos | 2000-01-28 | 2 | -2/+5 |
* | Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIP | sos | 2000-01-28 | 2 | -5/+8 |
* | Fix compilation on ISA only setups... | sos | 2000-01-28 | 1 | -4/+3 |
* | Cleanup the ata_dmainit function a bit. | sos | 2000-01-28 | 2 | -33/+41 |
* | Oops, fix compile error due to the new way of storing the transfer mode. | sos | 2000-01-28 | 1 | -6/+6 |
* | Add sysctl oid hw.atamodes to set the transfermodes online. | sos | 2000-01-27 | 7 | -43/+101 |
* | Retry a bit more agressively on the atapi identify. | sos | 2000-01-25 | 6 | -31/+57 |
* | General cleanup. | sos | 2000-01-24 | 9 | -571/+613 |
* | Quantify the calls to ad_attach and atapi_attach so that diskless | sos | 2000-01-19 | 1 | -0/+4 |
* | Rearrange the probecode, so that 80pin cables can be identified | sos | 2000-01-18 | 10 | -639/+473 |
* | Add support for the Intel 810 chipset (ICH type of chips) | sos | 2000-01-17 | 6 | -124/+157 |
* | Grrrr, this time it should be right, I need sleep - badly... | sos | 2000-01-07 | 1 | -2/+2 |