summaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-2015-15/+15
* MFC:Søren Schmidt2000-11-191-1/+1
* Put the probe verboseness behind bootverboseSøren Schmidt2000-11-161-11/+15
* MFC:Søren Schmidt2000-11-134-15/+43
* MFC:Søren Schmidt2000-11-131-1/+2
* MFC:Søren Schmidt2000-11-131-52/+67
* MFC:Søren Schmidt2000-11-091-30/+28
* Restore the dump fix Paul Saab introduced in 1.60.2.7 and that ISøren Schmidt2000-11-041-1/+1
* MFC:Søren Schmidt2000-11-041-3/+11
* MFC:Søren Schmidt2000-11-012-158/+117
* MFC:Søren Schmidt2000-10-301-6/+6
* MFC:Søren Schmidt2000-10-302-4/+10
* Fix merge breakage.Doug Rabson2000-10-271-2/+2
* Add support for tagged queing.Søren Schmidt2000-10-2515-782/+1324
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-242-0/+762
* MFC: Do not allocate a callout for all crashdumps.Paul Saab2000-10-151-1/+1
* Fix the lba calculation, too much -current'ness crept in, sorry...Søren Schmidt2000-08-251-1/+5
* MFC:Søren Schmidt2000-08-226-266/+378
* MFC: add pmap_kenter_temporary() to replace CADDR1 for crashdump usage.Peter Wemm2000-08-051-3/+4
* MFC: pmap interface optimizations, optionally physically backed SYSVSHM.Peter Wemm2000-08-041-4/+2
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-1/+1
* s/limitted/limited/Peter Wemm2000-08-021-1/+1
* MFC:Søren Schmidt2000-06-115-32/+51
* MFC:Søren Schmidt2000-05-031-12/+4
* MFC: Add support for ATA66 on newer revisions of the VIA 82C596Søren Schmidt2000-05-032-27/+37
* MFC: make ATAPI CD changers work again.Søren Schmidt2000-04-016-62/+115
* Remove the old DSC code, it doesn't work anymore.Søren Schmidt2000-03-184-51/+4
* MFC: make disksort do what its supposed to.Søren Schmidt2000-03-148-116/+121
* MFC: 1.61Jordan K. Hubbard2000-03-131-2/+1
* Dont call ad_start unless the controller is idle.Søren Schmidt2000-03-121-1/+2
* Cosmetics..Søren Schmidt2000-03-102-4/+4
* Dont call make_dev until we are sure the device is there, this preventsSøren Schmidt2000-03-101-4/+12
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-059-75/+103
* Spell construct right.Søren Schmidt2000-03-011-3/+3
* Add DVD-RAM support.Søren Schmidt2000-02-292-14/+60
* Only read user data when blocksize != 2048, this "read the works"Søren Schmidt2000-02-291-1/+1
* Fix the problem that caused the boot to fail when modules were loaded.Søren Schmidt2000-02-271-2/+2
* Add (partial) support for the Cypress ATA controller.Søren Schmidt2000-02-253-39/+74
* Add UDMA66 support to the Intel ICH chip.Søren Schmidt2000-02-221-1/+27
* Fix the changer code, dont wait for device ready on unload, itSøren Schmidt2000-02-213-19/+37
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-1813-591/+1063
* That "NO DRIVER" panic fix wasn't good enough...Søren Schmidt2000-02-111-1/+1
* Probe cosmetics.Søren Schmidt2000-02-082-3/+3
* The bde script has a bug, I used a patch from it verbatim, bad idea....Søren Schmidt2000-02-081-2/+2
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-076-21/+17
* Dont panic if no sub-driver is found.Søren Schmidt2000-02-071-1/+1
* Unbreak addump, now dumping works again.Søren Schmidt2000-02-071-0/+1
* fix support for shared IRQ's.Søren Schmidt2000-02-048-84/+171
* cosmetic changes only.Søren Schmidt2000-01-291-1/+1
* cosmetic changes only.Søren Schmidt2000-01-293-30/+9