Commit compiled dsdt file; misc comment updates.
[seabios.git] / src / disk.c
index 4b09d71657b862a03aeba0a6b19aab7324e351e2..70f237f1e96b8eafbdcd14ff6f12b59f386d5a5a 100644 (file)
@@ -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)
 {