diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-04 23:37:42 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-04 23:37:42 -0500 |
| commit | f5517046f938fca7a60a0994d458a61034a55eb6 (patch) | |
| tree | d25b6562ddd475fe192c69c6399012da8f0baabe | |
| parent | 82db93b2732e88cb76f0506e549f5549b8750bc6 (diff) | |
| download | templeos-floppy-driver-f5517046f938fca7a60a0994d458a61034a55eb6.tar.gz | |
Update KFloppyA.HH
I added the data rate values accepted by the FDC to the main header file.
| -rw-r--r-- | Kernel/KFloppyA.HH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH index e7065b6..7d0fe4d 100644 --- a/Kernel/KFloppyA.HH +++ b/Kernel/KFloppyA.HH @@ -135,3 +135,9 @@ // 0x08 is unused #define FDC_ST3_HEAD_ADDR 0x04 // Head Address: ditto // 0x02 and 0x01 are drive select + +// Data Rates +#define FDC_500_KBIT 0 +#define FDC_300_KBIT 1 +#define FDC_250_KBIT 2 +#define FDC_1_MBIT 3 |
