summaryrefslogtreecommitdiff
path: root/CRB/CSP.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'CRB/CSP.sdl')
-rw-r--r--CRB/CSP.sdl22
1 files changed, 22 insertions, 0 deletions
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index 0da3457..d8011ad 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -613,6 +613,9 @@ TOKEN
Value = "1"
Help = "This flag enables/disables all firmware beeps"
TokenType = Boolean
+ TargetH = Yes
+ TargetEQU = Yes
+ TargetMAK = Yes
End
TOKEN
Name = "ISA_IRQ_MASK"
@@ -1457,3 +1460,22 @@ ELINK
InvokeOrder = AfterParent
Help = "Intel Flathead Creek, PCIE Slot#6(J13BU)"
End
+
+ELINK
+ Name = "ConInAvailabilityBeep,"
+ Parent = "/* Connect ConIn Devices */"
+# Token = "BEEP_ENABLE" "=" "1"
+ InvokeOrder = AfterParent
+End
+ELINK
+ Name = "BeepService,"
+ Parent = "ReportMiscStatus"
+# Token = "BEEP_ENABLE" "=" "1"
+ InvokeOrder = AfterParent
+End
+ELINK
+ Name = "BeepStatus,"
+ Parent = "ReportSimpleStatus"
+# Token = "BEEP_ENABLE" "=" "1"
+ InvokeOrder = AfterParent
+End