| Commit message (Expand) | Author | Age | Files | Lines |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -1/+1 |
| * | Fix for the HP burners (and possibly other broken drives to) | Søren Schmidt | 2000-05-01 | 1 | -13/+5 |
| * | Clone the {b|bio}_offset field, and make sure it is always initialized | Poul-Henning Kamp | 2000-04-25 | 1 | -8/+1 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -28/+32 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -2/+2 |
| * | Correct a mishap in phk's BIO_* changes. | Søren Schmidt | 2000-03-26 | 1 | -1/+1 |
| * | Fix the panic occuring on non-changer devices. | Søren Schmidt | 2000-03-24 | 1 | -3/+3 |
| * | Make ATAPI CD changer devices work, hopefully better than before. | Søren Schmidt | 2000-03-21 | 1 | -49/+84 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -5/+4 |
| * | Cleanup sweep. | Søren Schmidt | 2000-03-13 | 1 | -29/+25 |
| * | Enable disksort the right way both on ATA disks and ATAPI devices. | Søren Schmidt | 2000-03-13 | 1 | -18/+6 |
| * | 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 | 1 | -13/+22 |
| * | Spell construct right. | Søren Schmidt | 2000-03-01 | 1 | -3/+3 |
| * | Add DVD-RAM support. | Søren Schmidt | 2000-02-29 | 1 | -10/+56 |
| * | Only read user data when blocksize != 2048, this "read the works" | Søren Schmidt | 2000-02-29 | 1 | -1/+1 |
| * | Fix the changer code, dont wait for device ready on unload, it | Søren Schmidt | 2000-02-21 | 1 | -12/+18 |
| * | Update the ata driver to take more advantage of newbus, this | Søren Schmidt | 2000-02-18 | 1 | -42/+60 |
| * | 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 | -14/+3 |
| * | cosmetic changes only. | Søren Schmidt | 2000-01-29 | 1 | -14/+4 |
| * | Get the MEDIA_CHANGED status right. | Søren Schmidt | 2000-01-28 | 1 | -1/+3 |
| * | Retry a bit more agressively on the atapi identify. | Søren Schmidt | 2000-01-25 | 1 | -3/+7 |
| * | General cleanup. | Søren Schmidt | 2000-01-24 | 1 | -164/+180 |
| * | Rearrange the probecode, so that 80pin cables can be identified | Søren Schmidt | 2000-01-18 | 1 | -20/+11 |
| * | Add support for the Intel 810 chipset (ICH type of chips) | Søren Schmidt | 2000-01-17 | 1 | -1/+4 |
| * | Guard against transfers of zero length given to *strategy. | Søren Schmidt | 2000-01-07 | 1 | -1/+1 |
| * | New ATAPI burner utility API, replaces the wormio API. | Søren Schmidt | 2000-01-06 | 1 | -119/+81 |
| * | 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 | -7/+0 |
| * | Cleanup the probe messages a bit, show what the device really is, not | Søren Schmidt | 1999-12-16 | 1 | -10/+19 |
| * | 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 | -2/+5 |
| * | 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 | -1/+277 |
| * | 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 | -3/+5 |
| * | Remove unused include files. | Søren Schmidt | 1999-10-10 | 1 | -1/+0 |
| * | Add support for the HPT366 chip, this is used on the Abit boards and | Søren Schmidt | 1999-10-09 | 1 | -91/+67 |
| * | Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the | Bruce Evans | 1999-10-03 | 1 | -1/+1 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | Fix timeout handeling and add retry counts. | Søren Schmidt | 1999-09-24 | 1 | -26/+31 |
| * | Support quad & max speeds in wormcontrol. | Søren Schmidt | 1999-09-22 | 1 | -31/+22 |
| * | I knew it, I introduced new bugs :) | Søren Schmidt | 1999-09-22 | 1 | -1/+1 |
| * | Ten'th update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-09-21 | 1 | -696/+741 |
| * | Set si_bsize_phys to 2048 for cdrom. | Poul-Henning Kamp | 1999-09-03 | 1 | -0/+1 |
| * | $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 | -21/+9 |
| * | Nine'th update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-06-25 | 1 | -155/+206 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+2 |