| Commit message (Expand) | Author | Age | Files | Lines |
* | Add session argument to *close_disk, allowing to set session type on fixate. | sos | 2001-01-10 | 1 | -1/+1 |
* | Use M_ZERO flag on malloc when approbiate. | sos | 2000-12-26 | 1 | -2/+1 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Better handling of immediate commands, mainly to solve timeouts | sos | 2000-11-12 | 1 | -1/+2 |
* | Add support for tagged queuing on ATA drives. There is only support for | sos | 2000-09-19 | 1 | -48/+47 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -27/+27 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Make ATAPI CD changer devices work, hopefully better than before. | sos | 2000-03-21 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -4/+4 |
* | Remove the old DSC code, it doesn't work anymore. | sos | 2000-03-18 | 1 | -9/+3 |
* | Cleanup sweep. | sos | 2000-03-13 | 1 | -13/+13 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 1 | -7/+4 |
* | Cosmetics.. | sos | 2000-03-10 | 1 | -2/+2 |
* | Fix the CD driver so that the last blocks can be read even if | sos | 2000-03-05 | 1 | -5/+5 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 1 | -11/+26 |
* | Probe cosmetics. | sos | 2000-02-08 | 1 | -1/+1 |
* | Do refcounting of open devices (more) correctly. | sos | 2000-02-07 | 1 | -4/+3 |
* | fix support for shared IRQ's. | sos | 2000-02-04 | 1 | -1/+1 |
* | Get the MEDIA_CHANGED status right here too. | sos | 2000-01-28 | 1 | -2/+4 |
* | Retry a bit more agressively on the atapi identify. | sos | 2000-01-25 | 1 | -1/+1 |
* | General cleanup. | sos | 2000-01-24 | 1 | -53/+69 |
* | Rearrange the probecode, so that 80pin cables can be identified | sos | 2000-01-18 | 1 | -10/+7 |
* | Add support for VIA 82C596 controller | sos | 2000-01-03 | 1 | -1/+1 |
* | Yet another cleanup of the VIA code, this time it should work | sos | 1999-12-21 | 1 | -11/+0 |
* | Have another go at the VIA support, this time use the PCI ID form the | sos | 1999-12-14 | 1 | -0/+1 |
* | Add DMA support for the SiS 5591 and old PIIX chipsets. | sos | 1999-12-13 | 1 | -0/+2 |
* | Change the devstat priorities to the std values now in devicestats.h | sos | 1999-12-08 | 1 | -1/+1 |
* | Add DMA support for the VIA 82C586 & 82C686 chips, also rearrange | sos | 1999-11-24 | 1 | -1/+1 |
* | Make the atapi device return sensible errno's back to userland. | sos | 1999-11-10 | 1 | -3/+5 |
* | Remove unused include files. | sos | 1999-10-10 | 1 | -2/+0 |
* | Add support for the HPT366 chip, this is used on the Abit boards and | sos | 1999-10-09 | 1 | -59/+49 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Support quad & max speeds in wormcontrol. | sos | 1999-09-22 | 1 | -22/+6 |
* | Ten'th update to the new ATA/ATAPI driver: | sos | 1999-09-21 | 1 | -208/+361 |
* | Don't register a bmajor. | phk | 1999-09-08 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -10/+3 |
* | Nine'th update to the new ATA/ATAPI driver: | sos | 1999-06-25 | 1 | -100/+62 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+20 |
* | Seventh update to the new ATA/ATAPI driver: | sos | 1999-05-17 | 1 | -2/+2 |
* | Introduce two functions: physread() and physwrite() and use these directly | phk | 1999-05-07 | 1 | -16/+2 |
* | Sixth update to the new ATA/ATAPI driver: | sos | 1999-04-10 | 1 | -2/+3 |
* | Fourth update to the new ATA/ATAPI driver: | sos | 1999-03-28 | 1 | -4/+5 |
* | ZIP drives should now be working, I'm not sure about LS120 drives, | sos | 1999-03-07 | 1 | -2/+4 |
* | Now all actual probing of both ATA & ATAPI devices are done after | sos | 1999-03-05 | 1 | -6/+6 |
* | Added driver to support ATAPI floppies ie LS-120 & ZIP drives. | sos | 1999-03-03 | 1 | -128/+122 |
* | Finally!! | sos | 1999-03-01 | 1 | -0/+567 |