Search
lxdream.org :: lxdream/src/gdrom/ide.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/ide.h
changeset 858:368fc0dcd57c
prev736:a02d1475ccfd
next1097:d4807997e450
author nkeynes
date Wed Oct 07 17:53:56 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Create a host attachment for the SCIF serial port. By default, uses /dev/console
Add general fd listening to netutil, and rename to ioutil
Add SCIF update on port read/write - fixes KOS timing problems but needs to
be redone properly.
file annotate diff log raw
1.1 --- a/src/gdrom/ide.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/gdrom/ide.h Wed Oct 07 17:53:56 2009 +1000
1.3 @@ -29,6 +29,7 @@
1.4 extern "C" {
1.5 #endif
1.6
1.7 +#define GDROM_DRIVE_STATUS_LENGTH 10
1.8 #define GDROM_SENSE_LENGTH 10
1.9 #define GDROM_MODE_LENGTH 32
1.10
.