aboutsummaryrefslogtreecommitdiff
path: root/src/disk.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-12-30 12:36:22 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-12-30 12:36:22 -0500
commit5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6 (patch)
tree3ad342f0a0e1f05c045889c8cfcea99e38589c7f /src/disk.c
parent29f4b912009fca759a91d0c3d1080105945b2b6e (diff)
downloadseabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.zip
seabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.gz
seabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.bz2
Commit compiled dsdt file; misc comment updates.
Commit new dsdt with recent changes. Add some misc comments. Also, fix uninitialized warning in mptable code.
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/disk.c b/src/disk.c
index 4b09d71..70f237f 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -54,6 +54,7 @@ __disk_stub(struct bregs *regs, int lineno, const char *fname)
#define DISK_STUB(regs) \
__disk_stub((regs), __LINE__, __func__)
+// Get the cylinders/heads/sectors for the given drive.
static void
fillLCHS(struct drive_s *drive_g, u16 *nlc, u16 *nlh, u16 *nlspt)
{