summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-fd.c
Commit message (Expand)AuthorAgeFilesLines
* Yet another cleanup of the VIA code, this time it should worksos1999-12-211-3/+0
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-141-0/+1
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-131-0/+2
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-081-1/+1
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-071-4/+2
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-241-1/+1
* Make the atapi device return sensible errno's back to userland.sos1999-11-101-4/+4
* Remove unused include files.sos1999-10-101-3/+0
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-091-19/+19
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Support quad & max speeds in wormcontrol.sos1999-09-221-14/+3
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-170/+128
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-3/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-13/+5
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-12/+3
* Nine'th update to the new ATA/ATAPI driver:sos1999-06-251-35/+27
* Simplify cdevsw registration.phk1999-05-311-2/+2
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Eigth update to the new ATA/ATAPI driver:sos1999-05-201-19/+65
* Seventh update to the new ATA/ATAPI driver:sos1999-05-171-7/+9
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Sixth update to the new ATA/ATAPI driver:sos1999-04-101-2/+2
* Fourth update to the new ATA/ATAPI driver:sos1999-03-281-6/+5
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-071-4/+14
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-051-6/+6
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-031-0/+434
OpenPOWER on IntegriCloud