| Commit message (Expand) | Author | Age | Files | Lines |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -27/+27 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -4/+4 |
| * | Make ATAPI CD changer devices work, hopefully better than before. | Søren Schmidt | 2000-03-21 | 1 | -2/+2 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -3/+3 |
| * | Cleanup sweep. | Søren Schmidt | 2000-03-13 | 1 | -5/+5 |
| * | Enable disksort the right way both on ATA disks and ATAPI devices. | Søren Schmidt | 2000-03-13 | 1 | -8/+5 |
| * | Cosmetics.. | Søren Schmidt | 2000-03-10 | 1 | -2/+2 |
| * | Fix the CD driver so that the last blocks can be read even if | Søren Schmidt | 2000-03-05 | 1 | -4/+4 |
| * | Update the ata driver to take more advantage of newbus, this | Søren Schmidt | 2000-02-18 | 1 | -10/+22 |
| * | 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 | 1 | -5/+5 |
| * | fix support for shared IRQ's. | Søren Schmidt | 2000-02-04 | 1 | -6/+8 |
| * | cosmetic changes only. | Søren Schmidt | 2000-01-29 | 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 | 1 | -1/+2 |
| * | Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIP | Søren Schmidt | 2000-01-28 | 1 | -3/+4 |
| * | Retry a bit more agressively on the atapi identify. | Søren Schmidt | 2000-01-25 | 1 | -1/+1 |
| * | General cleanup. | Søren Schmidt | 2000-01-24 | 1 | -22/+35 |
| * | Rearrange the probecode, so that 80pin cables can be identified | Søren Schmidt | 2000-01-18 | 1 | -9/+6 |
| * | Guard against transfers of zero length given to *strategy. | Søren Schmidt | 2000-01-07 | 1 | -1/+8 |
| * | Add support for VIA 82C596 controller | Søren Schmidt | 2000-01-03 | 1 | -1/+1 |
| * | Yet another cleanup of the VIA code, this time it should work | Søren Schmidt | 1999-12-21 | 1 | -3/+0 |
| * | Have another go at the VIA support, this time use the PCI ID form the | Søren Schmidt | 1999-12-14 | 1 | -0/+1 |
| * | Add DMA support for the SiS 5591 and old PIIX chipsets. | Søren Schmidt | 1999-12-13 | 1 | -0/+2 |
| * | Change the devstat priorities to the std values now in devicestats.h | Søren Schmidt | 1999-12-08 | 1 | -1/+1 |
| * | Commit the kernel part of our DVD support. Nothing much to say really, | Søren Schmidt | 1999-12-07 | 1 | -4/+2 |
| * | Add DMA support for the VIA 82C586 & 82C686 chips, also rearrange | Søren Schmidt | 1999-11-24 | 1 | -1/+1 |
| * | Make the atapi device return sensible errno's back to userland. | Søren Schmidt | 1999-11-10 | 1 | -4/+4 |
| * | Remove unused include files. | Søren Schmidt | 1999-10-10 | 1 | -3/+0 |
| * | Add support for the HPT366 chip, this is used on the Abit boards and | Søren Schmidt | 1999-10-09 | 1 | -19/+19 |
| * | Removal of sys/device.h | Nick Hibma | 1999-10-05 | 1 | -1/+0 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | Support quad & max speeds in wormcontrol. | Søren Schmidt | 1999-09-22 | 1 | -14/+3 |
| * | Ten'th update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-09-21 | 1 | -167/+125 |
| * | Use devstat_end_transaction_buf() rather than Use devstat_end_transaction() | Poul-Henning Kamp | 1999-09-18 | 1 | -3/+1 |
| * | We don't need to pass the diskname argument all over the diskslice/label | Poul-Henning Kamp | 1999-08-28 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 1 | -13/+5 |
| * | Spring cleaning around strategy and disklabels/slices: | Poul-Henning Kamp | 1999-08-14 | 1 | -12/+3 |
| * | Nine'th update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-06-25 | 1 | -35/+27 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+2 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -6/+20 |
| * | Eigth update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-05-20 | 1 | -19/+65 |
| * | Seventh update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-05-17 | 1 | -7/+9 |
| * | Introduce two functions: physread() and physwrite() and use these directly | Poul-Henning Kamp | 1999-05-07 | 1 | -16/+2 |
| * | Sixth update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-04-10 | 1 | -2/+2 |
| * | Fourth update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-03-28 | 1 | -6/+5 |
| * | ZIP drives should now be working, I'm not sure about LS120 drives, | Søren Schmidt | 1999-03-07 | 1 | -4/+14 |
| * | Now all actual probing of both ATA & ATAPI devices are done after | Søren Schmidt | 1999-03-05 | 1 | -6/+6 |
| * | Added driver to support ATAPI floppies ie LS-120 & ZIP drives. | Søren Schmidt | 1999-03-03 | 1 | -0/+434 |