Skip to content

Commit a0edc82

Browse files
joevtdingusdev
authored andcommitted
macio: Add comment for MIO_OH_FC_IN_USE_LED flag.
1 parent 20e7dfb commit a0edc82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devices/ioctrl/macio.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ enum {
312312

313313
/** MIO_OHARE_FEAT_CTRL bits. */
314314
enum {
315-
MIO_OH_FC_IN_USE_LED = 1 << 0,
315+
MIO_OH_FC_IN_USE_LED = 1 << 0, // modem serial port in use in Open Firmware
316+
// controls display sense on Beige G3 desktop
316317
MIO_OH_FC_NOT_MB_PWR = 1 << 1,
317318
MIO_OH_FC_PCI_MB_EN = 1 << 2,
318319
MIO_OH_FC_IDE_MB_EN = 1 << 3,

0 commit comments

Comments
 (0)