summaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-10-09 22:27:38 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-10-09 22:27:38 +0000
commitceb972cf281b27a8e6b2e49d738dae622986d743 (patch)
treee1af25444210c070fce171da66f1091e67d427a5 /sys/dev/pccbb
parent918820682e14dc2bccf77582bb139f82189b2cca (diff)
Notes
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_isa.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c
index d2a0d03fc933..df936c6738c6 100644
--- a/sys/dev/pccbb/pccbb_isa.c
+++ b/sys/dev/pccbb/pccbb_isa.c
@@ -75,11 +75,11 @@ static SYSCTL_NODE(_hw, OID_AUTO, pcic, CTLFLAG_RD, 0, "PCIC parameters");
static int isa_intr_mask = EXCA_INT_MASK_ALLOWED;
SYSCTL_INT(_hw_pcic, OID_AUTO, intr_mask, CTLFLAG_RDTUN, &isa_intr_mask, 0,
- "Mask of allowable interrupts for this laptop. The default is generally\n\
-correct, but some laptops do not route all the IRQ pins to the bridge to\n\
-save wires. Sometimes you need a more restrictive mask because some of the\n\
-hardware in your laptop may not have a driver so its IRQ might not be\n\
-allocated.");
+ "Mask of allowable interrupts for this laptop. The default is generally"
+ " correct, but some laptops do not route all the IRQ pins to the bridge to"
+ " save wires. Sometimes you need a more restrictive mask because some of"
+ " the hardware in your laptop may not have a driver so its IRQ might not be"
+ " allocated.");
/*
* CL-PD6722's VSENSE method
@@ -90,13 +90,13 @@ allocated.");
int pcic_pd6722_vsense = 1;
SYSCTL_INT(_hw_pcic, OID_AUTO, pd6722_vsense, CTLFLAG_RDTUN,
&pcic_pd6722_vsense, 1,
- "Select CL-PD6722's VSENSE method. VSENSE is used to determine the\n\
-volatage of inserted cards. The CL-PD6722 has two methods to determine the\n\
-voltage of the card. 0 means assume a 5.0V card and do not check. 1 means\n\
-use the same method that the CL-PD6710 uses (default). 2 means use the\n\
-same method as the CL-PD6729. 2 is documented in the datasheet as being\n\
-the correct way, but 1 seems to give better results on more laptops.");
-
+ "Select CL-PD6722's VSENSE method. VSENSE is used to determine the"
+ " voltage of inserted cards. The CL-PD6722 has two methods to determine"
+ " the voltage of the card. 0 means assume a 5.0V card and do not check. 1"
+ " means use the same method that the CL-PD6710 uses (default). 2 means use"
+ " the same method as the CL-PD6729. 2 is documented in the datasheet as"
+ " being the correct way, but 1 seems to give better results on more"
+ " laptops.");
/*****************************************************************************
* End of configurable parameters.
*****************************************************************************/