Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf GENERIC: Tiny comment adjustment (NFC)



details:   https://anonhg.NetBSD.org/src/rev/ff4bf81da16d
branches:  trunk
changeset: 953282:ff4bf81da16d
user:      gdt <gdt%NetBSD.org@localhost>
date:      Thu Mar 04 15:58:50 2021 +0000

description:
GENERIC: Tiny comment adjustment (NFC)

While making XEN3_DOM0 more like GENERIC, I noticed a few differences
where GENERIC was off -- trivial things like missing spaces in
comments, inconsistent comment workding.  This fixes those, both
because they are valid fixes in their own right once noticed, and to
make the diff to XEN smaller.

diffstat:

 sys/arch/amd64/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r fee23bf7b796 -r ff4bf81da16d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Mar 04 08:35:58 2021 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Mar 04 15:58:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.584 2021/03/01 18:12:58 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.585 2021/03/04 15:58:50 gdt Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.584 $"
+#ident         "GENERIC-$Revision: 1.585 $"
 
 maxusers       64              # estimated number of users
 
@@ -297,7 +297,7 @@
 # Device configuration
 #
 
-#IPMI support
+# IPMI support
 ipmi0          at mainbus?
 ipmi_acpi*     at acpi?
 ipmi0          at ipmi_acpi?
@@ -307,7 +307,7 @@
 options        ACPI_SCANPCI            # find PCI roots using ACPI
 options        MPBIOS                  # configure CPUs and APICs using MPBIOS
 options        MPBIOS_SCANPCI          # MPBIOS configures PCI roots
-#options       PCI_INTR_FIXUP          # PCI interrupt routing via ACPI
+#options       PCI_INTR_FIXUP          # fixup PCI interrupt routing via ACPI
 #options       PCI_BUS_FIXUP           # fixup PCI bus numbering
 #options       PCI_ADDR_FIXUP          # fixup PCI I/O addresses
 #options       ACPI_ACTIVATE_DEV       # If set, activate inactive devices
@@ -317,7 +317,7 @@
 acpiacad*      at acpi?                # ACPI AC Adapter
 acpibat*       at acpi?                # ACPI Battery
 acpibut*       at acpi?                # ACPI Button
-acpidalb*      at acpi?                # Direct Application Launch Button
+acpidalb*      at acpi?                # ACPI Direct Application Launch Button
 acpiec*        at acpi?                # ACPI Embedded Controller (late)
 acpiecdt*      at acpi?                # ACPI Embedded Controller (early)
 acpifan*       at acpi?                # ACPI Fan



Home | Main Index | Thread Index | Old Index