Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Fix typo: Pnp -> PnP



details:   https://anonhg.NetBSD.org/src/rev/16957b8b5213
branches:  trunk
changeset: 509696:16957b8b5213
user:      tron <tron%NetBSD.org@localhost>
date:      Thu May 10 22:12:38 2001 +0000

description:
Fix typo: Pnp -> PnP

diffstat:

 sys/arch/i386/conf/CARDBUS        |  6 +++---
 sys/arch/i386/conf/GENERIC        |  6 +++---
 sys/arch/i386/conf/GENERIC_LAPTOP |  6 +++---
 sys/arch/i386/conf/IOPENER        |  6 +++---
 sys/arch/i386/conf/LAMB           |  4 ++--
 5 files changed, 14 insertions(+), 14 deletions(-)

diffs (124 lines):

diff -r b9b08fe566ce -r 16957b8b5213 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Thu May 10 20:19:25 2001 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Thu May 10 22:12:38 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.34 2001/04/21 21:10:41 fvdl Exp $
+#      $NetBSD: CARDBUS,v 1.35 2001/05/10 22:12:38 tron Exp $
 #
 #      CARDBUS: GENERIC + CardBus support.  Additionally, some
 #      things typically not found on laptops have been commented out.
@@ -8,7 +8,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident         "CARDBUS-$Revision: 1.34 $"
+#ident         "CARDBUS-$Revision: 1.35 $"
 
 maxusers       32              # estimated number of users
 
@@ -148,7 +148,7 @@
 options        SCSIVERBOSE     # human readable SCSI error messages
 options        USBVERBOSE      # verbose USB device autoconfig messages
 #options       PNPBIOSVERBOSE  # verbose PnP BIOS messages
-#options       PNPBIOSDEBUG    # more fulsome Pnp BIOS debugging messages
+#options       PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 #options       I2OVERBOSE      # verbose I2O driver messages
 
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
diff -r b9b08fe566ce -r 16957b8b5213 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu May 10 20:19:25 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu May 10 22:12:38 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.404 2001/05/06 19:55:01 ad Exp $
+#      $NetBSD: GENERIC,v 1.405 2001/05/10 22:12:38 tron Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.404 $"
+#ident                 "GENERIC-$Revision: 1.405 $"
 
 maxusers       32              # estimated number of users
 
@@ -145,7 +145,7 @@
 options        SCSIVERBOSE     # human readable SCSI error messages
 options        USBVERBOSE      # verbose USB device autoconfig messages
 #options       PNPBIOSVERBOSE  # verbose PnP BIOS messages
-#options       PNPBIOSDEBUG    # more fulsome Pnp BIOS debugging messages
+#options       PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 options        I2OVERBOSE      # verbose I2O driver messages
 
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
diff -r b9b08fe566ce -r 16957b8b5213 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu May 10 20:19:25 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu May 10 22:12:38 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.14 2001/04/21 21:02:03 fvdl Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.15 2001/05/10 22:12:38 tron Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.14 $"
+#ident                 "GENERIC-$Revision: 1.15 $"
 
 maxusers       32              # estimated number of users
 
@@ -144,7 +144,7 @@
 options        SCSIVERBOSE     # human readable SCSI error messages
 options        USBVERBOSE      # verbose USB device autoconfig messages
 #options       PNPBIOSVERBOSE  # verbose PnP BIOS messages
-#options       PNPBIOSDEBUG    # more fulsome Pnp BIOS debugging messages
+#options       PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 
diff -r b9b08fe566ce -r 16957b8b5213 sys/arch/i386/conf/IOPENER
--- a/sys/arch/i386/conf/IOPENER        Thu May 10 20:19:25 2001 +0000
+++ b/sys/arch/i386/conf/IOPENER        Thu May 10 22:12:38 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IOPENER,v 1.13 2001/04/21 21:10:42 fvdl Exp $
+#      $NetBSD: IOPENER,v 1.14 2001/05/10 22:12:38 tron Exp $
 #
 #      IOPENER -- GENERIC-like kernel for the Netpliance i-opener
 #      from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "IOPENER-$Revision: 1.13 $"
+#ident                 "IOPENER-$Revision: 1.14 $"
 
 maxusers       32              # estimated number of users
 
@@ -129,7 +129,7 @@
 #options       SCSIVERBOSE     # human readable SCSI error messages
 options        USBVERBOSE      # verbose USB device autoconfig messages
 #options       PNPBIOSVERBOSE  # verbose PnP BIOS messages
-#options       PNPBIOSDEBUG    # more fulsome Pnp BIOS debugging messages
+#options       PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 
 #
diff -r b9b08fe566ce -r 16957b8b5213 sys/arch/i386/conf/LAMB
--- a/sys/arch/i386/conf/LAMB   Thu May 10 20:19:25 2001 +0000
+++ b/sys/arch/i386/conf/LAMB   Thu May 10 22:12:38 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: LAMB,v 1.4 2001/04/21 21:10:43 fvdl Exp $
+#      $NetBSD: LAMB,v 1.5 2001/05/10 22:12:38 tron Exp $
 #
 #      LAMB -- for "LAMB" router, http://www.wildlab.com/
 #
@@ -141,7 +141,7 @@
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
 #options       PNPBIOSVERBOSE  # verbose PnP BIOS messages
-#options       PNPBIOSDEBUG    # more fulsome Pnp BIOS debugging messages
+#options       PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 



Home | Main Index | Thread Index | Old Index