hexadecimal constant in "options" value doesn't need quotation.

This commit is contained in:
soda 2000-07-18 11:41:32 +00:00
parent 87b0dd6e6a
commit 36b85ab9c7
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CARDBUS,v 1.17 2000/07/09 00:41:24 mycroft Exp $
# $NetBSD: CARDBUS,v 1.18 2000/07/18 11:41:32 soda Exp $
#
# CARDBUS -- GENERIC + CardBus support
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -229,7 +229,7 @@ pci* at ppb? bus ?
#options PCIBIOS # PCI BIOS support
#options PCIBIOSVERBOSE # PCI BIOS verbose info
#options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
#options PCIBIOS_IRQS_HINT="0x0a00" # PCI interrupts hint. IRQ 9 or 11
#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
#options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
#options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses

View File

@ -1,4 +1,4 @@
# $NetBSD: DR-EVIL,v 1.21 2000/06/16 03:49:12 thorpej Exp $
# $NetBSD: DR-EVIL,v 1.22 2000/07/18 11:41:32 soda Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
#
@ -237,8 +237,8 @@ pci* at ppb? bus ?
options PCIBIOS # PCI BIOS support
options PCIBIOSVERBOSE # PCI BIOS verbose info
options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
#options PCIBIOS_IRQS_HINT="0x0a00" # PCI interrupts hint. IRQ 9 or 11
#options PCIINTR_DEBUG # super-verbse PCI interrupt fixup
#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
#options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses
@ -268,7 +268,7 @@ isa* at pcib?
#pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
#tcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x4000
#options PCIC_ISA_INTR_ALLOC_MASK="0x8200"
#options PCIC_ISA_INTR_ALLOC_MASK=0x8200
# PCI PCMCIA controllers
#pcic* at pci? dev? function ?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.360 2000/07/17 14:37:53 minoura Exp $
# $NetBSD: GENERIC,v 1.361 2000/07/18 11:41:32 soda Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.360 $"
#ident "GENERIC-$Revision: 1.361 $"
maxusers 32 # estimated number of users
@ -231,7 +231,7 @@ pci* at ppb? bus ?
#options PCIBIOS # PCI BIOS support
#options PCIBIOSVERBOSE # PCI BIOS verbose info
#options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
#options PCIBIOS_IRQS_HINT="0x0a00" # PCI interrupts hint. IRQ 9 or 11
#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
#options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
#options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.5 2000/07/09 00:41:24 mycroft Exp $
# $NetBSD: IOPENER,v 1.6 2000/07/18 11:41:32 soda 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.5 $"
#ident "IOPENER-$Revision: 1.6 $"
maxusers 32 # estimated number of users
@ -192,7 +192,7 @@ pci* at ppb? bus ?
#options PCIBIOS # PCI BIOS support
#options PCIBIOSVERBOSE # PCI BIOS verbose info
#options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
#options PCIBIOS_IRQS_HINT="0x0a00" # PCI interrupts hint. IRQ 9 or 11
#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
#options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
#options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses