aboutsummaryrefslogtreecommitdiffstats
path: root/src/disk.h
Commit message (Expand)AuthorAgeFilesLines
* Use PCI bus scan to find all ATA controllers. Several IDE fixes.Kevin O'Connor2008-08-311-2/+2
* Improve debugging output.Kevin O'Connor2008-07-071-2/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-3/+2
* Improve some debugging output.Kevin O'Connor2008-06-281-1/+1
* Add full support for drives with more that 2<<32 sectors.Kevin O'Connor2008-05-141-4/+2
* Move floppy setup code from post.c to floppy.c.Kevin O'Connor2008-04-131-0/+1
* Make several functions non-inline.Kevin O'Connor2008-04-051-9/+3
* Cleanup cdrom emulation.Kevin O'Connor2008-03-221-1/+1
* Reduce stack usage for ISRs; minor fixes.Kevin O'Connor2008-03-111-7/+9
* Get CDROM emulation working.Kevin O'Connor2008-03-041-0/+1
* Move cdrom code to its own file (cdrom.c).Kevin O'Connor2008-03-041-0/+21
* Initial cd emulation code.Kevin O'Connor2008-03-041-0/+1
* Initial cdrom support.Kevin O'Connor2008-03-031-0/+5
* Enhance included bios tables.Kevin O'Connor2008-03-021-0/+22
* Add additional int15 handlers for disk drives.Kevin O'Connor2008-03-011-9/+56
* Make disk access work.Kevin O'Connor2008-03-011-3/+0
* Initial support for ATA disks.Kevin O'Connor2008-02-291-0/+5
* Some cleanups based on patch by Nguyen Anh QuynhKevin O'Connor2008-02-271-1/+5
* Version 0.1.1rel-0.1.1Kevin O'Connor2008-02-251-13/+0
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+33