| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the Intel 810 chipset (ICH type of chips) | sos | 2000-01-17 | 1 | -18/+18 |
* | Guard against transfers of zero length given to *strategy. | sos | 2000-01-07 | 1 | -0/+7 |
* | Add support for VIA 82C596 controller | sos | 2000-01-03 | 1 | -1/+2 |
* | Yet another cleanup of the VIA code, this time it should work | sos | 1999-12-21 | 1 | -34/+3 |
* | Relax the requirements for doing WDMA2, this should enable DMA | sos | 1999-12-18 | 1 | -3/+2 |
* | Have another go at the VIA support, this time use the PCI ID form the | sos | 1999-12-14 | 1 | -1/+2 |
* | Add DMA support for the SiS 5591 and old PIIX chipsets. | sos | 1999-12-13 | 1 | -20/+23 |
* | Change the devstat priorities to the std values now in devicestats.h | sos | 1999-12-08 | 1 | -1/+1 |
* | Try a little harder at the VIA DMA support. | sos | 1999-12-07 | 1 | -3/+1 |
* | Fix support for disk with > 64K cyls. | sos | 1999-12-07 | 1 | -7/+7 |
* | Better error handeling: | sos | 1999-11-29 | 1 | -30/+57 |
* | call ata_reinit in addump trying to make sure the dump will succed, | sos | 1999-11-27 | 1 | -1/+7 |
* | Add DMA support for the VIA 82C586 & 82C686 chips, also rearrange | sos | 1999-11-24 | 1 | -15/+29 |
* | 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 |
* | Unbreak ATAPI on the Aladdin chipset, only DMA access worked. | sos | 1999-11-08 | 1 | -0/+9 |
* | Fix IRQ allocation bug on controllers using a shared interrupt. | sos | 1999-11-06 | 1 | -1/+7 |
* | 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 |
* | 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 | -55/+56 |
* | Removal of sys/device.h | n_hibma | 1999-10-05 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Fix timeout handeling and add retry counts. | sos | 1999-09-24 | 1 | -0/+16 |
* | Support quad & max speeds in wormcontrol. | sos | 1999-09-22 | 1 | -8/+1 |
* | I knew it, I introduced new bugs :) | sos | 1999-09-22 | 1 | -5/+6 |
* | Ten'th update to the new ATA/ATAPI driver: | sos | 1999-09-21 | 1 | -159/+183 |
* | Bite the bullet and allocate the devsw entry at compile time. | phk | 1999-09-12 | 1 | -2/+4 |
* | nullclose, not noclose of course. | phk | 1999-09-05 | 1 | -2/+2 |
* | Use micro "disk" layer in ata-disk | phk | 1999-09-03 | 1 | -137/+41 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -18/+5 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -13/+4 |
* | Support DMA on ATAPI devices (finally). | sos | 1999-08-10 | 1 | -2/+6 |
* | 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 | 1 | -97/+184 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -3/+7 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -8/+23 |
* | Seventh update to the new ATA/ATAPI driver: | sos | 1999-05-17 | 1 | -5/+2 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | GC stray static prototypes for physread/physwrite which don't exist | peter | 1999-05-07 | 1 | -3/+1 |
* | Introduce two functions: physread() and physwrite() and use these directly | phk | 1999-05-07 | 1 | -16/+4 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -5/+5 |
* | Sixth update to the new ATA/ATAPI driver: | sos | 1999-04-10 | 1 | -11/+8 |
* | Fourth update to the new ATA/ATAPI driver: | sos | 1999-03-28 | 1 | -50/+151 |
* | ZIP drives should now be working, I'm not sure about LS120 drives, | sos | 1999-03-07 | 1 | -18/+11 |
* | Now all actual probing of both ATA & ATAPI devices are done after | sos | 1999-03-05 | 1 | -55/+50 |
* | Added driver to support ATAPI floppies ie LS-120 & ZIP drives. | sos | 1999-03-03 | 1 | -25/+43 |
* | Finally!! | sos | 1999-03-01 | 1 | -0/+585 |