| Commit message (Expand) | Author | Age | Files | Lines |
| * | Yet another cleanup of the VIA code, this time it should work | Søren Schmidt | 1999-12-21 | 8 | -186/+61 |
| * | Relax the requirements for doing WDMA2, this should enable DMA | Søren Schmidt | 1999-12-18 | 3 | -27/+27 |
| * | 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 | 8 | -17/+48 |
| * | Add DMA support for the SiS 5591 and old PIIX chipsets. | Søren Schmidt | 1999-12-13 | 8 | -72/+134 |
| * | Change the devstat priorities to the std values now in devicestats.h | Søren Schmidt | 1999-12-08 | 4 | -4/+4 |
| * | Commit the kernel part of our DVD support. Nothing much to say really, | Søren Schmidt | 1999-12-07 | 4 | -5/+285 |
| * | Try a little harder at the VIA DMA support. | Søren Schmidt | 1999-12-07 | 3 | -32/+61 |
| * | Fix support for disk with > 64K cyls. | Søren Schmidt | 1999-12-07 | 2 | -9/+8 |
| * | Better error handeling: | Søren Schmidt | 1999-11-29 | 2 | -30/+58 |
| * | call ata_reinit in addump trying to make sure the dump will succed, | Søren Schmidt | 1999-11-27 | 1 | -1/+7 |
| * | Oops, committed the wrong file.. | Søren Schmidt | 1999-11-26 | 1 | -6/+0 |
| * | Fix atapi_wait_ready, it returned prematurely. | Søren Schmidt | 1999-11-26 | 1 | -12/+6 |
| * | Tidy up the VIA support a bit, make it more generic. | Søren Schmidt | 1999-11-26 | 2 | -26/+37 |
| * | Add DMA support for the VIA 82C586 & 82C686 chips, also rearrange | Søren Schmidt | 1999-11-24 | 9 | -140/+228 |
| * | Loose ad_sleep, its of no use anymore. | Søren Schmidt | 1999-11-19 | 1 | -13/+0 |
| * | Dont listen to disks that say they can only do 0 sector transfers. | Søren Schmidt | 1999-11-10 | 1 | -1/+1 |
| * | Make the atapi device return sensible errno's back to userland. | Søren Schmidt | 1999-11-10 | 5 | -55/+60 |
| * | Unbreak ATAPI on the Aladdin chipset, only DMA access worked. | Søren Schmidt | 1999-11-08 | 4 | -61/+63 |
| * | Fix IRQ allocation bug on controllers using a shared interrupt. | Søren Schmidt | 1999-11-06 | 6 | -78/+148 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Increase the timeout to be 3*hz. This recalibrates the timeout so that | Andrew Gallatin | 1999-10-18 | 1 | -1/+1 |
| * | Relax the check for class=storage, subclass=ide to just class=storage. | Doug Rabson | 1999-10-16 | 1 | -2/+1 |
| * | Don't match non-IDE devices in probe. | Doug Rabson | 1999-10-13 | 1 | -0/+4 |
| * | Fix a bug in the isa attach code which would panic isa systems. | Søren Schmidt | 1999-10-11 | 1 | -1/+1 |
| * | Remove unused include files. | Søren Schmidt | 1999-10-10 | 7 | -14/+0 |
| * | Add support for the HPT366 chip, this is used on the Abit boards and | Søren Schmidt | 1999-10-09 | 12 | -709/+813 |
| * | Be much more selective in claiming devices that might be IDE controllers. | Mike Smith | 1999-10-07 | 1 | -36/+30 |
| * | Removal of sys/device.h | Nick Hibma | 1999-10-05 | 3 | -3/+0 |
| * | Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the | Bruce Evans | 1999-10-03 | 1 | -1/+1 |
| * | Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR and | Peter Wemm | 1999-10-01 | 1 | -3/+0 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 4 | -20/+0 |
| * | Fix timeout handeling and add retry counts. | Søren Schmidt | 1999-09-24 | 7 | -37/+75 |
| * | Support quad & max speeds in wormcontrol. | Søren Schmidt | 1999-09-22 | 9 | -92/+41 |
| * | I knew it, I introduced new bugs :) | Søren Schmidt | 1999-09-22 | 2 | -6/+7 |
| * | Ten'th update to the new ATA/ATAPI driver: | Søren Schmidt | 1999-09-21 | 13 | -2101/+2658 |
| * | Use devstat_end_transaction_buf() rather than Use devstat_end_transaction() | Poul-Henning Kamp | 1999-09-18 | 1 | -3/+1 |
| * | Bite the bullet and allocate the devsw entry at compile time. | Poul-Henning Kamp | 1999-09-12 | 1 | -2/+4 |
| * | Don't register a bmajor. | Poul-Henning Kamp | 1999-09-08 | 1 | -1/+1 |
| * | nullclose, not noclose of course. | Poul-Henning Kamp | 1999-09-05 | 1 | -2/+2 |
| * | Use micro "disk" layer in ata-disk | Poul-Henning Kamp | 1999-09-03 | 4 | -142/+44 |
| * | Set si_bsize_phys to 2048 for cdrom. | Poul-Henning Kamp | 1999-09-03 | 1 | -0/+1 |
| * | This represents essentially a complete rewrite of the ISA PnP code. The | Doug Rabson | 1999-09-01 | 1 | -1/+12 |
| * | We don't need to pass the diskname argument all over the diskslice/label | Poul-Henning Kamp | 1999-08-28 | 2 | -4/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 13 | -13/+13 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 9 | -86/+27 |
| * | Spring cleaning around strategy and disklabels/slices: | Poul-Henning Kamp | 1999-08-14 | 2 | -25/+7 |
| * | Support DMA on ATAPI devices (finally). | Søren Schmidt | 1999-08-10 | 4 | -13/+98 |
| * | Add limitted support for the Promise Ultra/66 controller. Its | Søren Schmidt | 1999-08-06 | 2 | -6/+10 |
| * | slight change in the way we hi-jack the wd drivers cdevsw. | Poul-Henning Kamp | 1999-07-17 | 1 | -8/+4 |