diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-11-25 19:35:01 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-11-25 19:35:01 -0500 |
commit | 4d9d400031417528d4fbe05f845f3759237e48d3 (patch) | |
tree | c40a29e5918e3659f6ae7820a0eac7f39ed04346 /src/disk.c | |
parent | 969df6062527fe7019aa02241c321557ed9cb0a8 (diff) | |
download | seabios-4d9d400031417528d4fbe05f845f3759237e48d3.tar.gz |
Misc updates.
Update todo list.
Fix spelling errors in acpi debug messages.
Don't call DISK_STUB() in format - use debug_stub() instead.
Diffstat (limited to 'src/disk.c')
-rw-r--r-- | src/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ disk_1304(struct bregs *regs, struct drive_s *drive_g) static void disk_1305(struct bregs *regs, struct drive_s *drive_g) { - DISK_STUB(regs); + debug_stub(regs); u16 nlc, nlh, nlspt; fillLCHS(drive_g, &nlc, &nlh, &nlspt); |