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