- convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of "options FOO=xxx"). options that take a value were converted to defparam recently. - minor whitespace & formatting cleanups
This commit is contained in:
parent
a83174b856
commit
ecb81c3f6d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.acorn32,v 1.4 2001/11/26 20:33:44 thorpej Exp $
|
||||
# $NetBSD: files.acorn32,v 1.5 2001/11/28 10:21:10 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,21 +7,21 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# X server support in console drivers
|
||||
defopt XSERVER
|
||||
defflag XSERVER
|
||||
|
||||
# Bootloader options (COMPAT... to be dropped ASAP)
|
||||
# (!)
|
||||
defopt COMPAT_OLD_BOOTLOADER
|
||||
defflag COMPAT_OLD_BOOTLOADER
|
||||
|
||||
#
|
||||
# predefine some variables ... not that we have one but the arm framework
|
||||
# needs it to compile ... esp. the isadma bothers me (used by pmap.c)
|
||||
# it is never included but i need the isadma.h it generates
|
||||
#
|
||||
defopt FOOTBRIDGE
|
||||
defflag FOOTBRIDGE
|
||||
define isadma
|
||||
file dev/isa/isadma.c isadma needs-flag
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.algor,v 1.9 2001/11/20 14:34:18 lukem Exp $
|
||||
# $NetBSD: files.algor,v 1.10 2001/11/28 10:21:10 lukem Exp $
|
||||
|
||||
# Algorithmics evaluation board specific configuration info.
|
||||
|
||||
@ -8,9 +8,9 @@ maxpartitions 8
|
||||
maxusers 8 16 64
|
||||
|
||||
# Platform support option headers.
|
||||
defopt ALGOR_P4032 # Algorithmics P-4032
|
||||
defopt ALGOR_P5064 # Algorithmics P-5064
|
||||
defopt ALGOR_P6032 # Algorithmics P-6032
|
||||
defflag ALGOR_P4032 # Algorithmics P-4032
|
||||
defflag ALGOR_P5064 # Algorithmics P-5064
|
||||
defflag ALGOR_P6032 # Algorithmics P-6032
|
||||
|
||||
# Various items that a buggy PMON might not provide us.
|
||||
defparam MEMSIZE
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.alpha,v 1.148 2001/11/20 14:34:18 lukem Exp $
|
||||
# $NetBSD: files.alpha,v 1.149 2001/11/28 10:21:11 lukem Exp $
|
||||
#
|
||||
# alpha-specific configuration info
|
||||
|
||||
@ -8,36 +8,36 @@ maxpartitions 8
|
||||
maxusers 8 16 64
|
||||
|
||||
# CPU support option headers
|
||||
defopt DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
defopt DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
defopt DEC_2100_A500 # Sable etc: AlphaServer 2100
|
||||
defopt DEC_2100A_A500 # Lynx etc: AlphaServer 2100A
|
||||
defopt DEC_3000_300 # Pelican etc: 3000/300*
|
||||
defopt DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
defopt DEC_550 # Miata: Personal Workstation (550)
|
||||
defopt DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
defopt DEC_EB164 # EB164: AlphaPC 164
|
||||
defopt DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
|
||||
defopt DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
||||
defopt DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
defopt DEC_KN300 # KN300: AlphaServer 4X00
|
||||
defopt AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer
|
||||
defopt DEC_1000 # Mikasa etc: AlphaServer 1000
|
||||
defopt DEC_1000A # Corelle etc: AlphaServer 800 and 1000A
|
||||
defopt DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
|
||||
defopt DEC_EB66 # EB66: 21066 Evaluation Board
|
||||
defopt DEC_6600 # EV6 Various EV6 Systems
|
||||
defopt API_UP1000 # EV6 Alpha Processor, Inc. UP1000
|
||||
defflag DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
defflag DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||
defflag DEC_2100_A500 # Sable etc: AlphaServer 2100
|
||||
defflag DEC_2100A_A500 # Lynx etc: AlphaServer 2100A
|
||||
defflag DEC_3000_300 # Pelican etc: 3000/300*
|
||||
defflag DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
defflag DEC_550 # Miata: Personal Workstation (550)
|
||||
defflag DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
defflag DEC_EB164 # EB164: AlphaPC 164
|
||||
defflag DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
|
||||
defflag DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
||||
defflag DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
defflag DEC_KN300 # KN300: AlphaServer 4X00
|
||||
defflag AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer
|
||||
defflag DEC_1000 # Mikasa etc: AlphaServer 1000
|
||||
defflag DEC_1000A # Corelle etc: AlphaServer 800 and 1000A
|
||||
defflag DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
|
||||
defflag DEC_EB66 # EB66: 21066 Evaluation Board
|
||||
defflag DEC_6600 # EV6 Various EV6 Systems
|
||||
defflag API_UP1000 # EV6 Alpha Processor, Inc. UP1000
|
||||
|
||||
# Miscellaneous CPU-specific option headers
|
||||
defopt FIX_UNALIGNED_VAX_FP
|
||||
defopt ZS_IOASIC_DMA
|
||||
defflag FIX_UNALIGNED_VAX_FP
|
||||
defflag ZS_IOASIC_DMA
|
||||
|
||||
# XXX Temporary, until integration is finished.
|
||||
defopt NEW_SCC_DRIVER
|
||||
defflag NEW_SCC_DRIVER
|
||||
|
||||
# realtime clock compatible to OSF/1
|
||||
defopt CLOCK_COMPAT_OSF1
|
||||
defflag CLOCK_COMPAT_OSF1
|
||||
|
||||
# this loses, but there's no way to define attributes which have attributes
|
||||
define alpha_shared_intr
|
||||
|
@ -1,30 +1,30 @@
|
||||
# $NetBSD: files.amiga,v 1.112 2001/11/20 14:34:19 lukem Exp $
|
||||
# $NetBSD: files.amiga,v 1.113 2001/11/28 10:21:11 lukem Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
defopt opt_amigaccgrf.h GRF_PAL:GRF_NTSC # temporary workaround
|
||||
defopt opt_amigaccgrf.h GRF_NTSC
|
||||
defopt opt_amigaccgrf.h GRF_ECS GRF_AGA
|
||||
defopt opt_amigaccgrf.h GRF_A2024:GRF_ECS
|
||||
defopt opt_amigaccgrf.h GRF_AGA_VGA:GRF_AGA
|
||||
defopt opt_amigaccgrf.h GRF_SUPER72:GRF_AGA
|
||||
defopt opt_amigaccgrf.h USE_C_BFOPS
|
||||
defflag opt_amigaccgrf.h GRF_PAL :GRF_NTSC # temporary workaround
|
||||
defflag opt_amigaccgrf.h GRF_NTSC
|
||||
defflag opt_amigaccgrf.h GRF_ECS GRF_AGA
|
||||
defflag opt_amigaccgrf.h GRF_A2024:GRF_ECS
|
||||
defflag opt_amigaccgrf.h GRF_AGA_VGA:GRF_AGA
|
||||
defflag opt_amigaccgrf.h GRF_SUPER72:GRF_AGA
|
||||
defflag opt_amigaccgrf.h USE_C_BFOPS
|
||||
|
||||
defopt opt_amigacons.h RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
|
||||
defopt opt_amigacons.h CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
|
||||
defopt opt_amigacons.h CV3DONZORRO2
|
||||
defopt opt_amigacons.h SERCONSOLE
|
||||
defflag opt_amigacons.h RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
|
||||
defflag opt_amigacons.h CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
|
||||
defflag opt_amigacons.h CV3DONZORRO2
|
||||
defflag opt_amigacons.h SERCONSOLE
|
||||
|
||||
defparam opt_retina.h RH_MEMCLK
|
||||
defopt opt_retina.h RH_64BIT_SPRITE RH_HARDWARECURSOR
|
||||
defopt opt_retina.h RETINA_SPEED_HACK
|
||||
defflag opt_retina.h RH_64BIT_SPRITE RH_HARDWARECURSOR
|
||||
defflag opt_retina.h RETINA_SPEED_HACK
|
||||
|
||||
defopt BB060STUPIDROM
|
||||
defopt P5PPC68KBOARD
|
||||
defopt LEV6_DEFER
|
||||
defflag BB060STUPIDROM
|
||||
defflag P5PPC68KBOARD
|
||||
defflag LEV6_DEFER
|
||||
|
||||
defparam IOBZCLOCK
|
||||
|
||||
|
@ -1,28 +1,28 @@
|
||||
# $NetBSD: files.amigappc,v 1.5 2001/11/20 14:34:19 lukem Exp $
|
||||
# $NetBSD: files.amigappc,v 1.6 2001/11/28 10:21:11 lukem Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
defopt opt_amigaccgrf.h GRF_PAL:GRF_NTSC # temporary workaround
|
||||
defopt opt_amigaccgrf.h GRF_NTSC
|
||||
defopt opt_amigaccgrf.h GRF_ECS GRF_AGA
|
||||
defopt opt_amigaccgrf.h GRF_A2024:GRF_ECS
|
||||
defopt opt_amigaccgrf.h GRF_AGA_VGA:GRF_AGA
|
||||
defopt opt_amigaccgrf.h GRF_SUPER72:GRF_AGA
|
||||
defopt opt_amigaccgrf.h USE_C_BFOPS
|
||||
defflag opt_amigaccgrf.h GRF_PAL :GRF_NTSC # temporary workaround
|
||||
defflag opt_amigaccgrf.h GRF_NTSC
|
||||
defflag opt_amigaccgrf.h GRF_ECS GRF_AGA
|
||||
defflag opt_amigaccgrf.h GRF_A2024:GRF_ECS
|
||||
defflag opt_amigaccgrf.h GRF_AGA_VGA:GRF_AGA
|
||||
defflag opt_amigaccgrf.h GRF_SUPER72:GRF_AGA
|
||||
defflag opt_amigaccgrf.h USE_C_BFOPS
|
||||
|
||||
defopt opt_amigacons.h RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
|
||||
defopt opt_amigacons.h CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
|
||||
defopt opt_amigacons.h CV3DONZORRO2
|
||||
defflag opt_amigacons.h RETINACONSOLE ULOWELLCONSOLE CL5426CONSOLE
|
||||
defflag opt_amigacons.h CV64CONSOLE CV3DCONSOLE TSENGCONSOLE
|
||||
defflag opt_amigacons.h CV3DONZORRO2
|
||||
|
||||
defparam opt_retina.h RH_MEMCLK
|
||||
defopt opt_retina.h RH_64BIT_SPRITE RH_HARDWARECURSOR
|
||||
defopt opt_retina.h RETINA_SPEED_HACK
|
||||
defflag opt_retina.h RH_64BIT_SPRITE RH_HARDWARECURSOR
|
||||
defflag opt_retina.h RETINA_SPEED_HACK
|
||||
|
||||
defopt BB060STUPIDROM
|
||||
defopt P5PPC68KBOARD
|
||||
defflag BB060STUPIDROM
|
||||
defflag P5PPC68KBOARD
|
||||
|
||||
device mainbus {}
|
||||
attach mainbus at root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.arc,v 1.34 2001/11/20 12:56:21 lukem Exp $
|
||||
# $NetBSD: files.arc,v 1.35 2001/11/28 10:21:11 lukem Exp $
|
||||
# $OpenBSD: files.arc,v 1.21 1999/09/11 10:20:20 niklas Exp $
|
||||
#
|
||||
# maxpartitions must be first item in files.${ARCH}
|
||||
@ -11,7 +11,7 @@ maxusers 2 8 64
|
||||
## Platform support option header and files
|
||||
##
|
||||
|
||||
defopt opt_platform.h PLATFORM_ACER_PICA_61
|
||||
defflag opt_platform.h PLATFORM_ACER_PICA_61
|
||||
PLATFORM_DESKTECH_ARCSTATION_I
|
||||
PLATFORM_DESKTECH_TYNE
|
||||
PLATFORM_MICROSOFT_JAZZ
|
||||
|
@ -1,22 +1,22 @@
|
||||
# $NetBSD: files.arm,v 1.45 2001/11/26 20:33:43 thorpej Exp $
|
||||
# $NetBSD: files.arm,v 1.46 2001/11/28 10:21:12 lukem Exp $
|
||||
|
||||
# temporary define to allow easy moving to ../arch/arm/arm32
|
||||
defopt ARM32
|
||||
defflag ARM32
|
||||
|
||||
# CPU types
|
||||
defopt opt_cputypes.h CPU_ARM2 CPU_ARM250 CPU_ARM3
|
||||
defopt opt_cputypes.h CPU_ARM6 CPU_ARM7 CPU_ARM7TDMI CPU_ARM8
|
||||
defflag opt_cputypes.h CPU_ARM2 CPU_ARM250 CPU_ARM3
|
||||
defflag opt_cputypes.h CPU_ARM6 CPU_ARM7 CPU_ARM7TDMI CPU_ARM8
|
||||
CPU_ARM9 CPU_SA110 CPU_SA1100 CPU_SA1110
|
||||
CPU_XSCALE
|
||||
|
||||
# Floating point emulator
|
||||
defopt ARMFPE
|
||||
defflag ARMFPE
|
||||
file arch/arm/fpe-arm/armfpe_glue.S armfpe
|
||||
file arch/arm/fpe-arm/armfpe_init.c armfpe
|
||||
file arch/arm/fpe-arm/armfpe.S armfpe
|
||||
|
||||
# PMAP_DEBUG (heavily abused option)
|
||||
defopt PMAP_DEBUG
|
||||
defflag PMAP_DEBUG
|
||||
|
||||
# MI console support
|
||||
file dev/cons.c
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: files.footbridge,v 1.5 2001/06/20 22:14:35 chris Exp $
|
||||
# $NetBSD: files.footbridge,v 1.6 2001/11/28 10:21:12 lukem Exp $
|
||||
#
|
||||
# Shared footbridge files information
|
||||
|
||||
defopt FOOTBRIDGE
|
||||
defflag FOOTBRIDGE
|
||||
|
||||
# DC21285 "Footbridge" specific files
|
||||
define footbridge {}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.arm26,v 1.40 2001/11/20 12:56:22 lukem Exp $
|
||||
# $NetBSD: files.arm26,v 1.41 2001/11/28 10:21:12 lukem Exp $
|
||||
|
||||
# Copyright (c) 1997, 1998, 2000 Ben Harris
|
||||
# All rights reserved.
|
||||
@ -50,7 +50,7 @@ file arch/arm26/arm26/cpu.c cpu
|
||||
# Floating-point unit
|
||||
device fpu
|
||||
attach fpu at cpu
|
||||
defopt opt_fputypes.h FPU_FPPC FPU_FPA
|
||||
defflag opt_fputypes.h FPU_FPPC FPU_FPA
|
||||
file arch/arm26/arm26/fpu.c fpu needs-flag
|
||||
file arch/arm26/arm26/fpu_asm.S fpu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.arm32,v 1.131 2001/11/26 20:33:44 thorpej Exp $
|
||||
# $NetBSD: files.arm32,v 1.132 2001/11/28 10:21:12 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,19 +7,19 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# COMPAT_OLD_OFW for SHARKs
|
||||
defopt COMPAT_OLD_OFW
|
||||
defflag COMPAT_OLD_OFW
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# X server support in console drivers
|
||||
defopt XSERVER
|
||||
defflag XSERVER
|
||||
|
||||
# Bootloader options (COMPAT... to be dropped ASAP)
|
||||
defopt COMPAT_OLD_BOOTLOADER
|
||||
defflag COMPAT_OLD_BOOTLOADER
|
||||
|
||||
# Architectures and core logic
|
||||
defopt NETWINDER
|
||||
defflag NETWINDER
|
||||
|
||||
define todservice {}
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
#
|
||||
# $NetBSD: files.atari,v 1.91 2001/11/20 12:56:23 lukem Exp $
|
||||
# $NetBSD: files.atari,v 1.92 2001/11/28 10:21:12 lukem Exp $
|
||||
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
defopt opt_mbtype.h _MILANHW_ _ATARIHW_
|
||||
defflag opt_mbtype.h _MILANHW_ _ATARIHW_
|
||||
|
||||
defopt opt_atariscsi.h TT_SCSI FALCON_SCSI
|
||||
defopt opt_atariscsi.h TRY_SCSI_LINKED_COMMANDS
|
||||
defflag opt_atariscsi.h TT_SCSI FALCON_SCSI
|
||||
defflag opt_atariscsi.h TRY_SCSI_LINKED_COMMANDS
|
||||
|
||||
device mainbus {}
|
||||
attach mainbus at root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.cats,v 1.13 2001/11/26 20:33:44 thorpej Exp $
|
||||
# $NetBSD: files.cats,v 1.14 2001/11/28 10:21:13 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,19 +7,19 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# COMPAT_OLD_OFW for SHARKs
|
||||
defopt COMPAT_OLD_OFW
|
||||
defflag COMPAT_OLD_OFW
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# X server support in console drivers
|
||||
defopt XSERVER
|
||||
defflag XSERVER
|
||||
|
||||
# Bootloader options (COMPAT... to be dropped ASAP)
|
||||
#defopt COMPAT_OLD_BOOTLOADER
|
||||
#defflag COMPAT_OLD_BOOTLOADER
|
||||
|
||||
# Architectures and core logic
|
||||
defopt NETWINDER
|
||||
defflag NETWINDER
|
||||
|
||||
define todservice {}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.dnard,v 1.16 2001/11/26 20:33:44 thorpej Exp $
|
||||
# $NetBSD: files.dnard,v 1.17 2001/11/28 10:21:13 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,19 +7,19 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# COMPAT_OLD_OFW for SHARKs
|
||||
defopt COMPAT_OLD_OFW
|
||||
defflag COMPAT_OLD_OFW
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# X server support in console drivers
|
||||
defopt XSERVER
|
||||
defflag XSERVER
|
||||
|
||||
# Bootloader options (COMPAT... to be dropped ASAP)
|
||||
#defopt COMPAT_OLD_BOOTLOADER
|
||||
#defflag COMPAT_OLD_BOOTLOADER
|
||||
|
||||
# Architectures and core logic
|
||||
#defopt FOOTBRIDGE
|
||||
#defflag FOOTBRIDGE
|
||||
|
||||
define todservice {}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.shbus,v 1.4 2001/11/20 14:34:20 lukem Exp $
|
||||
# $NetBSD: files.shbus,v 1.5 2001/11/28 10:21:13 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent SHBus code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
@ -26,13 +26,13 @@ file arch/sh3/dev/wdog.c wdog needs-flag
|
||||
# Serial drivers
|
||||
#
|
||||
|
||||
defopt opt_sci.h SCICONSOLE
|
||||
defflag opt_sci.h SCICONSOLE
|
||||
defparam opt_sci.h SCICN_SPEED
|
||||
device sci: tty
|
||||
attach sci at shb
|
||||
file arch/sh3/dev/sci.c sci needs-flag
|
||||
|
||||
defopt opt_scif.h SCIFCONSOLE
|
||||
defflag opt_scif.h SCIFCONSOLE
|
||||
defparam opt_scif.h SCIFCN_SPEED
|
||||
device scif: tty
|
||||
attach scif at shb
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.evbarm,v 1.7 2001/11/26 20:33:45 thorpej Exp $
|
||||
# $NetBSD: files.evbarm,v 1.8 2001/11/28 10:21:13 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,7 +7,7 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# Include WSCONS stuff
|
||||
include "dev/wscons/files.wscons"
|
||||
@ -75,6 +75,6 @@ file arch/evbarm/pci/pciide_machdep.c pciide
|
||||
|
||||
# We need to define the Integrator's "plcom" device here since
|
||||
# it we need to generate a "plcom.h" header file for conf.c
|
||||
defopt opt_plcom.h PLCOM_DEBUG PLCOM_MPLOCK
|
||||
defflag opt_plcom.h PLCOM_DEBUG PLCOM_MPLOCK
|
||||
device plcom { }: tty
|
||||
file arch/evbarm/dev/plcom.c plcom needs-flag
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.shbus,v 1.7 2001/11/20 14:34:20 lukem Exp $
|
||||
# $NetBSD: files.shbus,v 1.8 2001/11/28 10:21:13 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent SHBus code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
@ -25,13 +25,13 @@ file arch/sh3/dev/wdog.c wdog needs-flag
|
||||
# Serial drivers
|
||||
#
|
||||
|
||||
defopt opt_sci.h SCICONSOLE
|
||||
defflag opt_sci.h SCICONSOLE
|
||||
defparam opt_sci.h SCICN_SPEED
|
||||
device sci: tty
|
||||
attach sci at shb
|
||||
file arch/sh3/dev/sci.c sci needs-flag
|
||||
|
||||
defopt opt_scif.h SCIFCONSOLE
|
||||
defflag opt_scif.h SCIFCONSOLE
|
||||
defparam opt_scif.h SCIFCN_SPEED
|
||||
device scif: tty
|
||||
attach scif at shb
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.hp300,v 1.49 2001/11/20 14:34:20 lukem Exp $
|
||||
# $NetBSD: files.hp300,v 1.50 2001/11/28 10:21:14 lukem Exp $
|
||||
#
|
||||
# hp300-specific configuration info
|
||||
|
||||
@ -8,11 +8,11 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# SPU configuration options.
|
||||
defopt opt_spuconf.h HP320 HP330 HP340 HP345 HP350 HP360 HP370
|
||||
defflag opt_spuconf.h HP320 HP330 HP340 HP345 HP350 HP360 HP370
|
||||
HP375 HP380 HP385 HP400 HP425 HP433
|
||||
|
||||
# Misc. options.
|
||||
defopt USELEDS # make the lights twinkle
|
||||
defflag USELEDS # make the lights twinkle
|
||||
|
||||
# NOTE! The order of these lines is significant! Don't change them
|
||||
# unless you absolutely know what you're doing!
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $NetBSD: files.hpc,v 1.4 2001/11/20 12:56:27 lukem Exp $
|
||||
# $NetBSD: files.hpc,v 1.5 2001/11/28 10:21:14 lukem Exp $
|
||||
|
||||
#
|
||||
# STANDALONE BOOT or BOOT from WinCE
|
||||
#
|
||||
defopt BOOT_STANDALONE
|
||||
defflag BOOT_STANDALONE
|
||||
#
|
||||
# Specified platform only?
|
||||
#
|
||||
defopt SPEC_PLATFORM
|
||||
defflag SPEC_PLATFORM
|
||||
|
||||
#
|
||||
# hpc support functions
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.hpcarm,v 1.31 2001/11/27 00:24:44 thorpej Exp $
|
||||
# $NetBSD: files.hpcarm,v 1.32 2001/11/28 10:21:14 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,10 +7,10 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# X server support in console drivers
|
||||
defopt XSERVER
|
||||
defflag XSERVER
|
||||
|
||||
define todservice {}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.hpcmips,v 1.63 2001/11/20 14:34:20 lukem Exp $
|
||||
# $NetBSD: files.hpcmips,v 1.64 2001/11/28 10:21:14 lukem Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
maxpartitions 8
|
||||
@ -38,8 +38,8 @@ attach cpu at mainbus
|
||||
file arch/hpcmips/hpcmips/cpu.c cpu
|
||||
|
||||
# CPU support option headers
|
||||
defopt opt_vr41xx.h VR41XX VR4101 VR4102 VR4111 VR4121 VR4122 VR4181 VR4131
|
||||
defopt opt_tx39xx.h TX39XX TX3911 TX3912 TX3922
|
||||
defflag opt_vr41xx.h VR41XX VR4101 VR4102 VR4111 VR4121 VR4122 VR4181 VR4131
|
||||
defflag opt_tx39xx.h TX39XX TX3911 TX3912 TX3922
|
||||
|
||||
#
|
||||
# CPU-dependent files
|
||||
@ -149,7 +149,7 @@ device vrpciu: pcibus
|
||||
attach vrpciu at vrip
|
||||
file arch/hpcmips/vr/vrpciu.c vrpciu needs-flag
|
||||
|
||||
defopt opt_mq200.h MQ200_DEBUG MQ200_USECRT
|
||||
defflag opt_mq200.h MQ200_DEBUG MQ200_USECRT
|
||||
device mqvideo: hpcfbif
|
||||
attach mqvideo at vrip with mqvideo_vrip
|
||||
file arch/hpcmips/vr/mq200_vrip.c mqvideo_vrip
|
||||
@ -199,14 +199,14 @@ file arch/hpcmips/vr/vrc4173kiu.c vrc4173kiu
|
||||
#
|
||||
# TOSHIBA TX3912/3922
|
||||
#
|
||||
defopt TX39_DEBUG
|
||||
defopt TX39_WATCHDOGTIMER
|
||||
defopt TX39ICUDEBUG
|
||||
defopt TX39CLKDEBUG
|
||||
defopt TX39BIUDEBUG
|
||||
defopt TX39POWERDEBUG
|
||||
defopt TX39UARTDEBUG
|
||||
defopt USE_POLL
|
||||
defflag TX39_DEBUG
|
||||
defflag TX39_WATCHDOGTIMER
|
||||
defflag TX39ICUDEBUG
|
||||
defflag TX39CLKDEBUG
|
||||
defflag TX39BIUDEBUG
|
||||
defflag TX39POWERDEBUG
|
||||
defflag TX39UARTDEBUG
|
||||
defflag USE_POLL
|
||||
|
||||
device txsim { }
|
||||
device txcsbusif {[platform = -1]}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: files.apm,v 1.2 2001/11/20 14:34:21 lukem Exp $
|
||||
# $NetBSD: files.apm,v 1.3 2001/11/28 10:21:15 lukem Exp $
|
||||
|
||||
#
|
||||
# Common APM support files
|
||||
#
|
||||
defopt opt_apmdev.h APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
|
||||
defflag opt_apmdev.h APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
|
||||
APM_NO_STANDBY APM_V10_ONLY APM_NO_V12 APMDEBUG
|
||||
APM_POWER_PRINT
|
||||
defparam opt_apmdev.h APMDEBUG_VALUE APM_DISABLE_INTERRUPTS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.shbus,v 1.4 2001/11/20 14:34:21 lukem Exp $
|
||||
# $NetBSD: files.shbus,v 1.5 2001/11/28 10:21:15 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent SHBus code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
@ -21,13 +21,13 @@ file arch/sh3/dev/wdog.c wdog needs-flag
|
||||
# Serial drivers
|
||||
#
|
||||
|
||||
defopt opt_sci.h SCICONSOLE
|
||||
defflag opt_sci.h SCICONSOLE
|
||||
defparam opt_sci.h SCICN_SPEED
|
||||
device sci: tty
|
||||
attach sci at shb
|
||||
file arch/sh3/dev/sci.c sci needs-flag
|
||||
|
||||
defopt opt_scif.h SCIFCONSOLE
|
||||
defflag opt_scif.h SCIFCONSOLE
|
||||
defparam opt_scif.h SCIFCN_SPEED
|
||||
device scif: tty
|
||||
attach scif at shb
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.i386,v 1.200 2001/11/26 02:55:39 itojun Exp $
|
||||
# $NetBSD: files.i386,v 1.201 2001/11/28 10:21:15 lukem Exp $
|
||||
#
|
||||
# new style config file for i386 architecture
|
||||
#
|
||||
@ -9,52 +9,52 @@ maxpartitions 8
|
||||
maxusers 2 16 128
|
||||
|
||||
# APM options
|
||||
defopt opt_apm.h APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
|
||||
defflag opt_apm.h APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
|
||||
APM_NO_STANDBY APM_V10_ONLY APM_NO_V12 APMDEBUG
|
||||
APM_POWER_PRINT APM_ALLOW_BOGUS_SEGMENTS
|
||||
defparam opt_apm.h APMDEBUG_VALUE APM_DISABLE_INTERRUPTS
|
||||
|
||||
# Processor type options.
|
||||
defopt opt_cputype.h I386_CPU I486_CPU I586_CPU I686_CPU
|
||||
defflag opt_cputype.h I386_CPU I486_CPU I586_CPU I686_CPU
|
||||
|
||||
# delay before cpu_reset() for reboot.
|
||||
defparam CPURESET_DELAY
|
||||
|
||||
# VM86 emulation
|
||||
defopt VM86
|
||||
defflag VM86
|
||||
|
||||
# Floating point emulation
|
||||
defopt MATH_EMULATE
|
||||
defflag MATH_EMULATE
|
||||
|
||||
# User-settable LDT (used by WINE)
|
||||
defopt USER_LDT
|
||||
defflag USER_LDT
|
||||
|
||||
# Speed hack; make NOPs dummies (might break on some machines)
|
||||
defopt DUMMY_NOPS
|
||||
defflag DUMMY_NOPS
|
||||
|
||||
# Performance counter support
|
||||
defopt PERFCTRS
|
||||
defflag PERFCTRS
|
||||
|
||||
# MTRR support
|
||||
defopt MTRR
|
||||
defflag MTRR
|
||||
|
||||
# X server support in console drivers
|
||||
defopt opt_xserver.h XSERVER XSERVER_DDB
|
||||
defflag opt_xserver.h XSERVER XSERVER_DDB
|
||||
|
||||
# The REAL{BASE,EXT}MEM options
|
||||
defparam opt_realmem.h REALBASEMEM REALEXTMEM
|
||||
|
||||
# understand boot device passed by pre-1.3 bootblocks
|
||||
defopt COMPAT_OLDBOOT
|
||||
defflag COMPAT_OLDBOOT
|
||||
|
||||
# PCI BIOS options
|
||||
defopt opt_pcibios.h PCIBIOS PCIBIOSVERBOSE
|
||||
defflag opt_pcibios.h PCIBIOS PCIBIOSVERBOSE
|
||||
PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
|
||||
PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
|
||||
PCIBIOS_INTR_GUESS PCIBIOS_IRQS_HINT PCIINTR_DEBUG
|
||||
|
||||
# Large page size
|
||||
defopt LARGEPAGES
|
||||
defflag LARGEPAGES
|
||||
|
||||
file arch/i386/i386/autoconf.c
|
||||
file arch/i386/i386/bus_machdep.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: files.pnpbios,v 1.10 2001/02/24 02:13:34 lukem Exp $
|
||||
# $NetBSD: files.pnpbios,v 1.11 2001/11/28 10:21:15 lukem Exp $
|
||||
|
||||
defopt PNPBIOSVERBOSE
|
||||
defflag PNPBIOSVERBOSE
|
||||
|
||||
device pnpbios { [index = -1] }
|
||||
attach pnpbios at mainbus
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $NetBSD: files.m68k,v 1.31 2001/11/20 12:56:31 lukem Exp $
|
||||
# $NetBSD: files.m68k,v 1.32 2001/11/28 10:21:15 lukem Exp $
|
||||
#
|
||||
|
||||
defopt opt_fpsp.h FPSP
|
||||
defflag opt_fpsp.h FPSP
|
||||
|
||||
file arch/m68k/m68k/bcopy.s
|
||||
file arch/m68k/m68k/copy.s
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $NetBSD: files.mac68k,v 1.100 2001/11/20 12:56:32 lukem Exp $
|
||||
# $NetBSD: files.mac68k,v 1.101 2001/11/28 10:21:16 lukem Exp $
|
||||
|
||||
# mac68k-specific configuration info
|
||||
|
||||
# options understood by the mac68k-specific part of the kernel
|
||||
# (note, these are case-sensitive)
|
||||
defopt opt_adb.h ADB_DEBUG MRG_ADB ALTXBUTTONS
|
||||
defopt opt_mac68k.h DISABLE_EXT_CACHE ZS_CONSOLE_ABORT
|
||||
defflag opt_adb.h ADB_DEBUG MRG_ADB ALTXBUTTONS
|
||||
defflag opt_mac68k.h DISABLE_EXT_CACHE ZS_CONSOLE_ABORT
|
||||
|
||||
defopt opt_wsdisplay_compat.h WSDISPLAY_COMPAT_ITEFONT
|
||||
defflag opt_wsdisplay_compat.h WSDISPLAY_COMPAT_ITEFONT
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 8
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $NetBSD: files.mips,v 1.34 2001/11/26 21:38:41 manu Exp $
|
||||
# $NetBSD: files.mips,v 1.35 2001/11/28 10:21:16 lukem Exp $
|
||||
#
|
||||
|
||||
defopt opt_cputype.h NOTYET # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
|
||||
defflag opt_cputype.h NOTYET # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
|
||||
# MIPS32 MIPS64
|
||||
# MIPS3_4100
|
||||
# MIPS3_5200
|
||||
@ -9,7 +9,7 @@ defopt opt_cputype.h NOTYET # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
|
||||
# ENABLE_MIPS_R4700
|
||||
# ENABLE_MIPS_R3NKK
|
||||
# NOFPU
|
||||
defopt opt_mips_cache.h MIPS3_L2CACHE_ABSENT
|
||||
defflag opt_mips_cache.h MIPS3_L2CACHE_ABSENT
|
||||
MIPS3_L2CACHE_PRESENT
|
||||
MIPS3_NO_PV_UNCACHED
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.shbus,v 1.7 2001/11/20 14:34:22 lukem Exp $
|
||||
# $NetBSD: files.shbus,v 1.8 2001/11/28 10:21:16 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent ISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: files.mvme68k,v 1.48 2001/11/20 12:56:34 lukem Exp $
|
||||
# $NetBSD: files.mvme68k,v 1.49 2001/11/28 10:21:16 lukem Exp $
|
||||
|
||||
# config file for mvme68k
|
||||
|
||||
defopt opt_m060sp.h M060SP
|
||||
defflag opt_m060sp.h M060SP
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.netwinder,v 1.18 2001/11/26 20:33:45 thorpej Exp $
|
||||
# $NetBSD: files.netwinder,v 1.19 2001/11/28 10:21:17 lukem Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
@ -7,19 +7,19 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# COMPAT_OLD_OFW for SHARKs
|
||||
defopt COMPAT_OLD_OFW
|
||||
defflag COMPAT_OLD_OFW
|
||||
|
||||
# Maintain Interrupt statistics
|
||||
defopt IRQSTATS
|
||||
defflag IRQSTATS
|
||||
|
||||
# X server support in console drivers
|
||||
defopt XSERVER
|
||||
defflag XSERVER
|
||||
|
||||
# Bootloader options (COMPAT... to be dropped ASAP)
|
||||
defopt COMPAT_OLD_BOOTLOADER
|
||||
defflag COMPAT_OLD_BOOTLOADER
|
||||
|
||||
# Architectures and core logic
|
||||
defopt NETWINDER
|
||||
defflag NETWINDER
|
||||
|
||||
define todservice {}
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: files.news68k,v 1.14 2001/07/07 15:27:19 tsutsui Exp $
|
||||
# $NetBSD: files.news68k,v 1.15 2001/11/28 10:21:17 lukem Exp $
|
||||
|
||||
# NEWS68K-specific configuration info
|
||||
|
||||
defopt opt_fpuemulate.h FPU_EMULATE
|
||||
defflag opt_fpuemulate.h FPU_EMULATE
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
maxpartitions 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.next68k,v 1.22 2001/11/20 12:56:35 lukem Exp $
|
||||
# $NetBSD: files.next68k,v 1.23 2001/11/28 10:21:17 lukem Exp $
|
||||
|
||||
# next68k-specific configuration info
|
||||
|
||||
@ -8,7 +8,7 @@ maxpartitions 8
|
||||
maxusers 2 8 64
|
||||
|
||||
# serial console options
|
||||
defopt opt_serial.h ZS_CONSOLE_ABORT SERCONSOLE
|
||||
defflag opt_serial.h ZS_CONSOLE_ABORT SERCONSOLE
|
||||
|
||||
device mainbus { }
|
||||
attach mainbus at root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.ofppc,v 1.17 2001/10/29 19:04:24 thorpej Exp $
|
||||
# $NetBSD: files.ofppc,v 1.18 2001/11/28 10:21:18 lukem Exp $
|
||||
#
|
||||
# NetBSD/ofppc configuration info
|
||||
#
|
||||
@ -9,10 +9,10 @@ maxpartitions 16
|
||||
maxusers 8 16 64
|
||||
|
||||
# Platform support option headers
|
||||
defopt FIREPOWER_ES # Firepower ES
|
||||
defopt FIREPOWER_MX # Firepower MX
|
||||
defopt FIREPOWER_LX # Firepower LX
|
||||
defopt TOTALIMPACT_BRIQ # Total Impact briQ
|
||||
defflag FIREPOWER_ES # Firepower ES
|
||||
defflag FIREPOWER_MX # Firepower MX
|
||||
defflag FIREPOWER_LX # Firepower LX
|
||||
defflag TOTALIMPACT_BRIQ # Total Impact briQ
|
||||
|
||||
file arch/ofppc/ofppc/autoconf.c
|
||||
file arch/ofppc/ofppc/clock.c
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: files.playstation2,v 1.4 2001/11/23 16:08:45 uch Exp $
|
||||
# $NetBSD: files.playstation2,v 1.5 2001/11/28 10:21:18 lukem Exp $
|
||||
|
||||
maxpartitions 8
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
defopt debug_playstation2.h GSFB_DEBUG_MONITOR INTR_DEBUG SIF_DEBUG
|
||||
defflag debug_playstation2.h GSFB_DEBUG_MONITOR INTR_DEBUG SIF_DEBUG
|
||||
SMAP_DEBUG EMAC3_DEBUG KLOADER_DEBUG
|
||||
|
||||
device mainbus {}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pmax,v 1.98 2001/11/20 12:56:37 lukem Exp $
|
||||
# $NetBSD: files.pmax,v 1.99 2001/11/28 10:21:18 lukem Exp $
|
||||
# DECstation-specific configuration info
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
@ -17,15 +17,15 @@ attach cpu at mainbus
|
||||
file arch/pmax/pmax/cpu.c cpu
|
||||
|
||||
# Model support option headers
|
||||
defopt DEC_3100 # DECstation 2100, 3100 (kn01)
|
||||
defopt DEC_5100 # DECsystem 5100 (kn230)
|
||||
defopt DEC_3MAX # DECstation 5000/200 (kn02)
|
||||
defopt DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
|
||||
defopt DEC_MAXINE # Personal DECstation 5000/xx (kn02ca)
|
||||
defopt DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
|
||||
defopt DEC_5800 # DECsystem 5800 isis (kn5800) XMI
|
||||
defopt DEC_5400 # DECsystem 5400 mipsfair (kn210) Qbus
|
||||
defopt DEC_5500 # DECsystem 5500 mipsfair2 (kn220) Qbus
|
||||
defflag DEC_3100 # DECstation 2100, 3100 (kn01)
|
||||
defflag DEC_5100 # DECsystem 5100 (kn230)
|
||||
defflag DEC_3MAX # DECstation 5000/200 (kn02)
|
||||
defflag DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
|
||||
defflag DEC_MAXINE # Personal DECstation 5000/xx (kn02ca)
|
||||
defflag DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
|
||||
defflag DEC_5800 # DECsystem 5800 isis (kn5800) XMI
|
||||
defflag DEC_5400 # DECsystem 5400 mipsfair (kn210) Qbus
|
||||
defflag DEC_5500 # DECsystem 5500 mipsfair2 (kn220) Qbus
|
||||
|
||||
# Model dependent files
|
||||
file arch/pmax/pmax/dec_3100.c dec_3100 # DS3100, pmax
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: files.powerpc,v 1.26 2001/11/20 14:34:22 lukem Exp $
|
||||
# $NetBSD: files.powerpc,v 1.27 2001/11/28 10:21:19 lukem Exp $
|
||||
|
||||
defopt opt_altivec.h ALTIVEC K_ALTIVEC
|
||||
defopt opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE
|
||||
defopt L2CR_CONFIG
|
||||
defopt opt_ppcarch.h PPC_MPC6XX PPC_MPC8XX PPC_IBM4XX
|
||||
defflag opt_altivec.h ALTIVEC K_ALTIVEC
|
||||
defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE
|
||||
defflag L2CR_CONFIG
|
||||
defflag opt_ppcarch.h PPC_MPC6XX PPC_MPC8XX PPC_IBM4XX
|
||||
|
||||
file arch/powerpc/powerpc/Locore.c
|
||||
file arch/powerpc/powerpc/copystr.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.prep,v 1.22 2001/11/20 14:34:23 lukem Exp $
|
||||
# $NetBSD: files.prep,v 1.23 2001/11/28 10:21:19 lukem Exp $
|
||||
#
|
||||
# prep-specific configuration info
|
||||
#
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: files.sgimips,v 1.17 2001/11/25 15:05:04 soren Exp $
|
||||
# $NetBSD: files.sgimips,v 1.18 2001/11/28 10:21:19 lukem Exp $
|
||||
|
||||
maxpartitions 16
|
||||
|
||||
maxusers 2 8 64
|
||||
|
||||
defopt opt_machtypes.h IP20 IP22 IP32
|
||||
defflag opt_machtypes.h IP20 IP22 IP32
|
||||
|
||||
device mainbus {[addr = -1]}
|
||||
attach mainbus at root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.sparc,v 1.102 2001/06/08 04:49:45 mrg Exp $
|
||||
# $NetBSD: files.sparc,v 1.103 2001/11/28 10:21:19 lukem Exp $
|
||||
|
||||
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||
# sparc-specific configuration info
|
||||
@ -31,7 +31,7 @@ attach auxreg at mainbus with auxreg_mainbus
|
||||
attach auxreg at obio with auxreg_obio
|
||||
file arch/sparc/sparc/auxreg.c
|
||||
|
||||
defopt BLINK
|
||||
defflag BLINK
|
||||
|
||||
device auxiotwo
|
||||
attach auxiotwo at obio with auxiotwo_obio
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.vax,v 1.89 2001/11/20 14:34:23 lukem Exp $
|
||||
# $NetBSD: files.vax,v 1.90 2001/11/28 10:21:20 lukem Exp $
|
||||
#
|
||||
# new style config file for vax architecture
|
||||
#
|
||||
@ -16,13 +16,13 @@ device cpu
|
||||
device mem
|
||||
device mba { drive = -1 }
|
||||
|
||||
defopt opt_cputype.h VAX780 VAX750 VAX730
|
||||
defflag opt_cputype.h VAX780 VAX750 VAX730
|
||||
VAX8200 VAX8800 VAX8600 VAX610
|
||||
VAX6200 VAX6300 VAX6400 VAX6500 VAX6600
|
||||
VAX410 VAX43 VAX46 VAX48 VAX49 VAX53
|
||||
VAX630 VAX650 VAX660 VAX670 VAX680 VAXANY
|
||||
|
||||
defopt opt_emulate.h NO_INSN_EMULATE
|
||||
defflag opt_emulate.h NO_INSN_EMULATE
|
||||
|
||||
defpseudo leds
|
||||
file arch/vax/vsa/leds.c leds needs-flag
|
||||
|
@ -1,16 +1,16 @@
|
||||
# $NetBSD: files.x68k,v 1.42 2001/11/20 14:34:24 lukem Exp $
|
||||
# $NetBSD: files.x68k,v 1.43 2001/11/28 10:21:20 lukem Exp $
|
||||
#
|
||||
# new style config file for x68k architecture
|
||||
#
|
||||
|
||||
defopt opt_fpuemulate.h FPU_EMULATE
|
||||
defopt opt_m060sp.h M060SP
|
||||
defflag FPU_EMULATE
|
||||
defflag M060SP
|
||||
|
||||
defopt opt_m680x0.h M68020 M68030 M68040 M68060
|
||||
defflag opt_m680x0.h M68020 M68030 M68040 M68060
|
||||
|
||||
defopt opt_jupiter.h JUPITER
|
||||
defopt opt_panicbutton.h PANICBUTTON
|
||||
defopt opt_extmem.h EXTENDED_MEMORY
|
||||
defflag JUPITER
|
||||
defflag PANICBUTTON
|
||||
defflag opt_extmem.h EXTENDED_MEMORY
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.newconf
|
||||
maxpartitions 8
|
||||
@ -107,7 +107,7 @@ device dmac
|
||||
attach dmac at intio
|
||||
file arch/x68k/dev/intio_dmac.c dmac needs-flag
|
||||
|
||||
defopt opt_zsc.h ZSCONSOLE
|
||||
defflag opt_zsc.h ZSCONSOLE
|
||||
defparam opt_zsc.h ZSCN_SPEED
|
||||
device zsc {channel = -1}
|
||||
attach zsc at intio
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.x86_64,v 1.5 2001/11/20 14:34:24 lukem Exp $
|
||||
# $NetBSD: files.x86_64,v 1.6 2001/11/28 10:21:20 lukem Exp $
|
||||
#
|
||||
# new style config file for x86_64 architecture
|
||||
#
|
||||
@ -12,15 +12,15 @@ maxusers 2 16 64
|
||||
defparam CPURESET_DELAY
|
||||
|
||||
# Large page size
|
||||
defopt LARGEPAGES
|
||||
defflag LARGEPAGES
|
||||
|
||||
#
|
||||
# XXX these are just here at the moment so that we can share files
|
||||
# with the i386 (they include the opt_*.h for these)
|
||||
#
|
||||
|
||||
defopt USER_LDT
|
||||
defopt VM86
|
||||
defflag USER_LDT
|
||||
defflag VM86
|
||||
|
||||
file arch/x86_64/x86_64/autoconf.c
|
||||
file arch/x86_64/x86_64/bus_machdep.c
|
||||
|
191
sys/conf/files
191
sys/conf/files
@ -1,110 +1,115 @@
|
||||
# $NetBSD: files,v 1.473 2001/11/28 01:13:21 lukem Exp $
|
||||
# $NetBSD: files,v 1.474 2001/11/28 10:21:20 lukem Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
# options understood by the machine-independent part of the kernel
|
||||
# (note, these are case-sensitive)
|
||||
#
|
||||
defopt INSECURE
|
||||
defopt KMEMSTATS
|
||||
defopt KTRACE
|
||||
defflag INSECURE
|
||||
defflag KMEMSTATS
|
||||
defflag KTRACE
|
||||
defparam MAXUPRC
|
||||
defparam RTC_OFFSET
|
||||
defparam DEFCORENAME
|
||||
defopt UCONSOLE
|
||||
defopt NEW_PIPE
|
||||
defflag UCONSOLE
|
||||
defflag NEW_PIPE
|
||||
|
||||
defopt MULTIPROCESSOR
|
||||
defflag MULTIPROCESSOR
|
||||
|
||||
defopt opt_callout.h CALLWHEEL_STATS
|
||||
defflag opt_callout.h CALLWHEEL_STATS
|
||||
|
||||
defopt opt_sysv.h SYSVMSG SYSVSEM SYSVSHM
|
||||
defflag opt_sysv.h SYSVMSG SYSVSEM SYSVSHM
|
||||
defparam opt_sysvparam.h SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
|
||||
|
||||
defopt opt_ntp.h PPS_SYNC NTP
|
||||
defflag opt_ntp.h PPS_SYNC NTP
|
||||
|
||||
defopt opt_nfs_boot.h NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
|
||||
defflag opt_nfs_boot.h NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
|
||||
NFS_BOOT_GATEWAY NFS_BOOT_TCP
|
||||
defparam opt_nfs_boot.h NFS_BOOT_BOOTP_REQFILE NFS_BOOT_OPTIONS NFS_BOOT_RWSIZE
|
||||
defopt opt_nfs.h NFS_V2_ONLY
|
||||
defopt NFSSERVER
|
||||
defparam opt_nfs_boot.h NFS_BOOT_BOOTP_REQFILE NFS_BOOT_OPTIONS
|
||||
NFS_BOOT_RWSIZE
|
||||
defflag opt_nfs.h NFS_V2_ONLY
|
||||
defflag NFSSERVER
|
||||
|
||||
defparam opt_kmempages.h NKMEMPAGES KMEMPAGES_MIN NKMEMPAGES_MAX
|
||||
defopt opt_malloclog.h MALLOCLOG
|
||||
defflag opt_malloclog.h MALLOCLOG
|
||||
defparam opt_malloclog.h MALLOCLOGSIZE
|
||||
defopt opt_malloc_debug.h MALLOC_DEBUG
|
||||
defopt opt_pool.h POOL_DIAGNOSTIC
|
||||
defflag opt_malloc_debug.h MALLOC_DEBUG
|
||||
defflag opt_pool.h POOL_DIAGNOSTIC
|
||||
defparam opt_poollog.h POOL_LOGSIZE
|
||||
|
||||
defopt opt_revcache.h NAMECACHE_ENTER_REVERSE
|
||||
defflag opt_revcache.h NAMECACHE_ENTER_REVERSE
|
||||
|
||||
defopt opt_execfmt.h EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32 EXEC_ELF64
|
||||
EXEC_MACHO EXEC_SCRIPT EXEC_ELF_CATCHALL
|
||||
defflag opt_execfmt.h EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
|
||||
EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT
|
||||
EXEC_ELF_CATCHALL
|
||||
|
||||
# compatibility options
|
||||
#
|
||||
defopt COMPAT_FREEBSD
|
||||
defopt COMPAT_HPUX
|
||||
defopt COMPAT_IBCS2
|
||||
defopt COMPAT_IRIX
|
||||
defopt COMPAT_LINUX
|
||||
defopt COMPAT_OSF1
|
||||
defopt COMPAT_SUNOS
|
||||
defopt opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
|
||||
defopt COMPAT_ULTRIX
|
||||
defopt COMPAT_NETBSD32
|
||||
defopt COMPAT_AOUT
|
||||
defopt COMPAT_AOUT_M68K
|
||||
defopt COMPAT_M68K4K
|
||||
defopt COMPAT_MACH
|
||||
defopt COMPAT_VAX1K
|
||||
defopt COMPAT_43
|
||||
defopt COMPAT_PECOFF
|
||||
defopt opt_compat_netbsd.h COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12
|
||||
defflag COMPAT_FREEBSD
|
||||
defflag COMPAT_HPUX
|
||||
defflag COMPAT_IBCS2
|
||||
defflag COMPAT_IRIX
|
||||
defflag COMPAT_LINUX
|
||||
defflag COMPAT_OSF1
|
||||
defflag COMPAT_SUNOS
|
||||
defflag opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
|
||||
defflag COMPAT_ULTRIX
|
||||
defflag COMPAT_NETBSD32
|
||||
defflag COMPAT_AOUT
|
||||
defflag COMPAT_AOUT_M68K
|
||||
defflag COMPAT_M68K4K
|
||||
defflag COMPAT_MACH
|
||||
defflag COMPAT_VAX1K
|
||||
defflag COMPAT_43
|
||||
defflag COMPAT_PECOFF
|
||||
defflag opt_compat_netbsd.h COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12
|
||||
COMPAT_13 COMPAT_14 COMPAT_15 COMPAT_NOMID
|
||||
|
||||
# networking protocols
|
||||
#
|
||||
defopt opt_tcp_debug.h TCP_DEBUG
|
||||
defflag opt_tcp_debug.h TCP_DEBUG
|
||||
defparam opt_tcp_debug.h TCP_NDEBUG
|
||||
defopt opt_inet.h INET INET6 INET6_MD_CKSUM
|
||||
defopt opt_ipsec.h IPSEC IPSEC_ESP
|
||||
defflag opt_inet.h INET INET6 INET6_MD_CKSUM
|
||||
defflag opt_ipsec.h IPSEC IPSEC_ESP
|
||||
defparam opt_inet_conf.h SUBNETSARELOCAL HOSTZEROBROADCAST
|
||||
defopt opt_atalk.h NETATALK
|
||||
defopt opt_ns.h NS NSIP # NS network stack,
|
||||
defflag opt_atalk.h NETATALK
|
||||
defflag opt_ns.h NS NSIP # NS network stack,
|
||||
# XNS tunneled over IP
|
||||
defopt opt_iso.h ISO TPIP # ISO network stack
|
||||
defopt IPX # IPX network stack
|
||||
defopt EON # ISO clnp over IP
|
||||
defopt CCITT #
|
||||
defopt HDLC # CCITT over HDLC
|
||||
defopt LLC # CCITT over LLC2 (& IEEE LLC?)
|
||||
defopt NATM # "native" ATM protocols
|
||||
defopt PFIL_HOOKS # pfil(9)
|
||||
defopt IPFILTER_LOG # logging of ip packets
|
||||
# Include deflate or bsd compression, enable pppd packet filtering support
|
||||
defopt opt_ppp.h PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
|
||||
defflag opt_iso.h ISO TPIP # ISO network stack
|
||||
defflag IPX # IPX network stack
|
||||
defflag EON # ISO clnp over IP
|
||||
defflag CCITT #
|
||||
defflag HDLC # CCITT over HDLC
|
||||
defflag LLC # CCITT over LLC2 (& IEEE LLC?)
|
||||
defflag NATM # "native" ATM protocols
|
||||
defflag PFIL_HOOKS # pfil(9)
|
||||
defflag IPFILTER_LOG # logging of ip packets
|
||||
defflag opt_ppp.h PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
|
||||
# Include deflate or bsd
|
||||
# compression, enable pppd
|
||||
# packet filtering support
|
||||
|
||||
# networking options
|
||||
#
|
||||
defopt GATEWAY
|
||||
defopt MROUTING
|
||||
defopt TCP_COMPAT_42
|
||||
defflag GATEWAY
|
||||
defflag ROUTING
|
||||
defflag CP_COMPAT_42
|
||||
|
||||
defparam opt_tcp_space.h TCP_RECVSPACE TCP_SENDSPACE
|
||||
|
||||
defopt opt_inet_csum.h INET_CSUM_COUNTERS TCP_CSUM_COUNTERS UDP_CSUM_COUNTERS
|
||||
defflag opt_inet_csum.h INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
|
||||
UDP_CSUM_COUNTERS
|
||||
|
||||
defopt opt_altq_enabled.h ALTQ
|
||||
defopt opt_altq.h ALTQ_CBQ ALTQ_WFQ ALTQ_FIFOQ ALTQ_RED ALTQ_FLOWVALVE
|
||||
ALTQ_RIO ALTQ_LOCALQ ALTQ_HFSC ALTQ_CDNR ALTQ_BLUE
|
||||
ALTQ_PRIQ ALTQ_NOPCC ALTQ_DEBUG
|
||||
defflag opt_altq_enabled.h ALTQ
|
||||
defflag opt_altq.h ALTQ_CBQ ALTQ_WFQ ALTQ_FIFOQ ALTQ_RED ALTQ_BLUE
|
||||
ALTQ_FLOWVALVE ALTQ_RIO ALTQ_LOCALQ ALTQ_HFSC
|
||||
ALTQ_CDNR ALTQ_PRIQ ALTQ_NOPCC ALTQ_DEBUG
|
||||
|
||||
defparam SB_MAX
|
||||
|
||||
# UVM options
|
||||
#
|
||||
defopt opt_uvmhist.h UVMHIST UVMHIST_PRINT
|
||||
defflag opt_uvmhist.h UVMHIST UVMHIST_PRINT
|
||||
|
||||
# file systems
|
||||
#
|
||||
@ -117,23 +122,28 @@ deffs ADOSFS
|
||||
deffs MSDOSFS
|
||||
deffs FILECORE
|
||||
deffs fs_nfs.h NFS
|
||||
deffs NULLFS OVERLAY FDESC PORTAL UMAPFS PROCFS
|
||||
deffs NULLFS
|
||||
deffs OVERLAY
|
||||
deffs FDESC
|
||||
deffs PORTAL
|
||||
deffs UMAPFS
|
||||
deffs PROCFS
|
||||
deffs fs_kernfs.h KERNFS # XXX
|
||||
deffs fs_union.h UNION
|
||||
deffs fs_coda.h CODA
|
||||
|
||||
# file system options
|
||||
#
|
||||
defopt SOFTDEP
|
||||
defopt QUOTA
|
||||
defopt opt_ffs.h FFS_EI
|
||||
defopt opt_ntfs.h NTFS_DEBUG
|
||||
defopt VNODE_OP_NOINLINE
|
||||
defflag SOFTDEP
|
||||
defflag QUOTA
|
||||
defflag opt_ffs.h FFS_EI
|
||||
defflag opt_ntfs.h NTFS_DEBUG
|
||||
defflag VNODE_OP_NOINLINE
|
||||
|
||||
# RAIDframe options
|
||||
#
|
||||
defopt RAID_AUTOCONFIG
|
||||
defopt RAID_DIAGNOSTIC
|
||||
defflag RAID_AUTOCONFIG
|
||||
defflag RAID_DIAGNOSTIC
|
||||
|
||||
# buffer cache size options
|
||||
#
|
||||
@ -141,7 +151,7 @@ defparam opt_bufcache.h BUFCACHE BUFPAGES
|
||||
|
||||
# userconf
|
||||
#
|
||||
defopt opt_userconf.h USERCONF
|
||||
defflag USERCONF
|
||||
|
||||
|
||||
#
|
||||
@ -150,22 +160,22 @@ defopt opt_userconf.h USERCONF
|
||||
|
||||
# PC-style MBR handling
|
||||
#
|
||||
defopt opt_mbr.h COMPAT_386BSD_MBRPART
|
||||
defflag opt_mbr.h COMPAT_386BSD_MBRPART
|
||||
|
||||
# debugging options
|
||||
#
|
||||
defopt opt_ddb.h DDB
|
||||
defflag opt_ddb.h DDB
|
||||
defparam opt_ddb.h DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE
|
||||
DDB_BREAK_CHAR DDB_KEYCODE SYMTAB_SPACE
|
||||
defopt opt_kgdb.h KGDB
|
||||
defflag opt_kgdb.h KGDB
|
||||
defparam opt_kgdb.h KGDB_DEV KGDB_DEVNAME
|
||||
KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
|
||||
defopt LOCKDEBUG
|
||||
defopt SYSCALL_DEBUG
|
||||
defflag LOCKDEBUG
|
||||
defflag SYSCALL_DEBUG
|
||||
|
||||
# memory (ram) disk options
|
||||
#
|
||||
defopt opt_md.h MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
|
||||
defflag opt_md.h MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
|
||||
MEMORY_DISK_DYNAMIC
|
||||
defparam opt_md.h MEMORY_DISK_SERVER
|
||||
|
||||
@ -233,8 +243,8 @@ define arp
|
||||
|
||||
# Device description for machine-independent IPKDB code.
|
||||
#
|
||||
defopt opt_ipkdb.h IPKDB : IPKDBKEY
|
||||
defopt opt_ipkdb.h IPKDBSECURE : IPKDB
|
||||
defflag opt_ipkdb.h IPKDB : IPKDBKEY
|
||||
defflag opt_ipkdb.h IPKDBSECURE : IPKDB
|
||||
defparam opt_ipkdb.h IPKDBKEY : IPKDB
|
||||
|
||||
# Common files for any ipkdb support
|
||||
@ -281,7 +291,7 @@ file dev/ic/smc93cx6.c smc93cx6
|
||||
# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
|
||||
#
|
||||
defparam opt_ahc.h AHC_DEBUG
|
||||
defopt opt_ahc.h AHC_NO_TAGS
|
||||
defflag opt_ahc.h AHC_NO_TAGS
|
||||
device ahc: scsi
|
||||
define ahc_seeprom
|
||||
define ahc_aic77xx
|
||||
@ -343,9 +353,12 @@ file dev/ic/iha.c iha
|
||||
|
||||
# Qlogic ISP 10x0 SCSI Controllers
|
||||
#
|
||||
defopt opt_isp.h ISP_DISABLE_1020_SUPPORT ISP_DISABLE_1080_SUPPORT
|
||||
ISP_DISABLE_2100_SUPPORT ISP_DISABLE_2200_SUPPORT
|
||||
ISP_DISABLE_FW ISP_LOGDEFAULT ISP_TARGET_MODE
|
||||
defflag opt_isp.h ISP_DISABLE_1020_SUPPORT
|
||||
ISP_DISABLE_1080_SUPPORT
|
||||
ISP_DISABLE_2100_SUPPORT
|
||||
ISP_DISABLE_2200_SUPPORT
|
||||
ISP_DISABLE_FW ISP_TARGET_MODE
|
||||
defparam opt_isp.h ISP_LOGDEFAULT
|
||||
device isp: scsi
|
||||
file dev/ic/isp.c isp
|
||||
file dev/ic/isp_netbsd.c isp
|
||||
@ -429,7 +442,7 @@ file dev/ic/gem.c gem
|
||||
|
||||
# 8390-family Ethernet controllers
|
||||
#
|
||||
defopt opt_ipkdb.h IPKDB_DP8390 : IPKDB
|
||||
defflag opt_ipkdb.h IPKDB_DP8390 : IPKDB
|
||||
define dp8390nic
|
||||
file dev/ic/dp8390.c dp8390nic | IPKDB_DP8390
|
||||
|
||||
@ -533,14 +546,14 @@ file dev/ic/tms320av110.c tms320av110
|
||||
# Novell NE2000-compatible Ethernet cards, based on the
|
||||
# National Semiconductor DS8390.
|
||||
#
|
||||
defopt opt_ipkdb.h IPKDB_NE : IPKDB_DP8390
|
||||
defflag opt_ipkdb.h IPKDB_NE : IPKDB_DP8390
|
||||
device ne: ether, ifnet, arp, dp8390nic, mii
|
||||
file dev/ic/ne2000.c ne | IPKDB_NE
|
||||
|
||||
# 8250/16[45]50-based "com" ports
|
||||
# XXX In a perfect world, this would be done with attributes
|
||||
#
|
||||
defopt opt_com.h COM16650 COM_HAYESP COM_DEBUG COM_MPLOCK
|
||||
defflag opt_com.h COM16650 COM_HAYESP COM_DEBUG COM_MPLOCK
|
||||
device com { } : tty
|
||||
file dev/ic/com.c com needs-flag
|
||||
|
||||
@ -715,7 +728,7 @@ define wsmousedev {[mux = -1]}
|
||||
define wsrasteremulops
|
||||
# common PC display functions
|
||||
#
|
||||
defopt opt_pcdisplay.h PCDISPLAY_SOFTCURSOR
|
||||
defflag opt_pcdisplay.h PCDISPLAY_SOFTCURSOR
|
||||
define pcdisplayops
|
||||
file dev/ic/pcdisplay_subr.c pcdisplayops
|
||||
file dev/ic/pcdisplay_chars.c pcdisplayops
|
||||
@ -745,7 +758,7 @@ define vmebus { } # VME bus attachment
|
||||
define acpibus { } # ACPI "bus" attachment
|
||||
define pcmciabus { [controller = -1], [socket = -1]} # PCMCIA bus attachment
|
||||
define cbbus {[slot = -1]} # CardBus attachment
|
||||
define pcmciaslot {[slot = -1]} # PCMCIA slot itself:
|
||||
define pcmciaslot {[slot = -1]} # PCMCIA slot itself
|
||||
|
||||
# We need the USB bus controllers here so different busses can
|
||||
# use them in an 'attach-with'.
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: files.acpi,v 1.3 2001/11/20 14:34:27 lukem Exp $
|
||||
# $NetBSD: files.acpi,v 1.4 2001/11/28 10:21:21 lukem Exp $
|
||||
|
||||
include "dev/acpi/acpica/files.acpica"
|
||||
|
||||
defopt opt_acpi.h ACPI_DEBUG
|
||||
defflag opt_acpi.h ACPI_DEBUG
|
||||
|
||||
device acpi { }
|
||||
attach acpi at acpibus
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.cardbus,v 1.17 2001/11/06 03:18:53 augustss Exp $
|
||||
# $NetBSD: files.cardbus,v 1.18 2001/11/28 10:21:21 lukem Exp $
|
||||
#
|
||||
# files.cardbus
|
||||
#
|
||||
@ -6,7 +6,7 @@
|
||||
device cardslot: cbbus, pcmciabus
|
||||
attach cardslot at pcmciaslot
|
||||
file dev/cardbus/cardslot.c cardslot needs-flag
|
||||
defopt opt_cardslot.h CARDSLOT_DEBUG
|
||||
defflag opt_cardslot.h CARDSLOT_DEBUG
|
||||
|
||||
device cardbus {[dev = -1], [function = -1]}
|
||||
attach cardbus at cbbus
|
||||
@ -14,7 +14,7 @@ file dev/cardbus/cardbus.c cardbus needs-flag
|
||||
file dev/cardbus/cardbus_map.c cardbus
|
||||
file dev/cardbus/cardbus_exrom.c cardbus
|
||||
file dev/cardbus/rbus.c cardbus
|
||||
defopt opt_cardbus.h CARDBUS_DEBUG
|
||||
defflag opt_cardbus.h CARDBUS_DEBUG
|
||||
|
||||
|
||||
#
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: files.eisa,v 1.24 2001/05/06 19:54:59 ad Exp $
|
||||
# $NetBSD: files.eisa,v 1.25 2001/11/28 10:21:21 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent EISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
# defined first.
|
||||
|
||||
defopt EISAVERBOSE
|
||||
defflag EISAVERBOSE
|
||||
|
||||
device eisa {[slot = -1]}
|
||||
attach eisa at eisabus
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.hpckbd,v 1.2 2001/11/20 14:34:25 lukem Exp $
|
||||
# $NetBSD: files.hpckbd,v 1.3 2001/11/28 10:21:21 lukem Exp $
|
||||
# H/PC keyboard interface for wskbd
|
||||
|
||||
defparam PCKBD_LAYOUT
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: files.i2o,v 1.5 2001/09/21 23:44:20 ad Exp $
|
||||
# $NetBSD: files.i2o,v 1.6 2001/11/28 10:21:21 lukem Exp $
|
||||
|
||||
defopt opt_i2o.h I2OVERBOSE I2ODEBUG
|
||||
defflag opt_i2o.h I2OVERBOSE I2ODEBUG
|
||||
|
||||
device iop {tid = -1}
|
||||
file dev/i2o/iop.c iop needs-flag
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.isa,v 1.118 2001/11/26 19:17:06 yamt Exp $
|
||||
# $NetBSD: files.isa,v 1.119 2001/11/28 10:21:22 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent ISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
@ -139,7 +139,7 @@ file dev/isa/wds.c wds
|
||||
device mcd: disk
|
||||
attach mcd at isa
|
||||
file dev/isa/mcd.c mcd needs-flag
|
||||
defopt MCD_PROMISC # enable "promiscuous" match
|
||||
defflag MCD_PROMISC # enable "promiscuous" match
|
||||
|
||||
# Sony CDU-3[13]A CD-ROM drives
|
||||
device scd: disk
|
||||
@ -438,7 +438,7 @@ file dev/isa/isic_isa.c isic_isa
|
||||
attach daic at isa with daic_isa
|
||||
file dev/isa/daic_isa.c daic_isa
|
||||
|
||||
defopt opt_isicisa.h ISICISA_TEL_S0_8 ISICISA_TEL_S0_16 ISICISA_TEL_S0_16_3
|
||||
defflag opt_isicisa.h ISICISA_TEL_S0_8 ISICISA_TEL_S0_16 ISICISA_TEL_S0_16_3
|
||||
ISICISA_AVM_A1 ISICISA_USR_STI ISICISA_ITKIX1
|
||||
|
||||
file dev/isa/isic_isa_tel_s08.c isic_isa
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.isapnp,v 1.28 2001/11/27 12:23:31 yamt Exp $
|
||||
# $NetBSD: files.isapnp,v 1.29 2001/11/28 10:21:22 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent ISAPnP code.
|
||||
# Included by ports that need it.
|
||||
@ -91,7 +91,7 @@ file dev/isapnp/aic_isapnp.c aic_isapnp
|
||||
attach isic at isapnp with isic_isapnp
|
||||
file dev/isapnp/isic_isapnp.c isic_isapnp
|
||||
|
||||
defopt opt_isicpnp.h ISICPNP_TEL_S0_16_3_P ISICPNP_CRTX_S0_P ISICPNP_DRN_NGO
|
||||
defflag opt_isicpnp.h ISICPNP_TEL_S0_16_3_P ISICPNP_CRTX_S0_P ISICPNP_DRN_NGO
|
||||
ISICPNP_ELSA_QS1ISA ISICPNP_ELSA_PCC16
|
||||
ISICPNP_SEDLBAUER ISICPNP_DYNALINK
|
||||
ISICPNP_SIEMENS_ISURF2
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: files.mca,v 1.14 2001/11/23 22:35:46 jdolecek Exp $
|
||||
# $NetBSD: files.mca,v 1.15 2001/11/28 10:21:22 lukem Exp $
|
||||
#
|
||||
# Config.new file and device description for machine-independent MCA code.
|
||||
# Included by ports that need it.
|
||||
|
||||
defopt MCAVERBOSE
|
||||
defflag MCAVERBOSE
|
||||
|
||||
#device mca {[slot = -1]}
|
||||
attach mca at mcabus
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: files.mii,v 1.29 2001/11/20 14:34:26 lukem Exp $
|
||||
# $NetBSD: files.mii,v 1.30 2001/11/28 10:21:23 lukem Exp $
|
||||
|
||||
file dev/mii/mii.c mii
|
||||
|
||||
defopt opt_mii.h MIIVERBOSE
|
||||
defflag opt_mii.h MIIVERBOSE
|
||||
|
||||
define mii_phy
|
||||
file dev/mii/mii_physubr.c mii_phy
|
||||
|
@ -1,18 +1,18 @@
|
||||
# $NetBSD: files.pci,v 1.144 2001/11/18 03:16:02 someya Exp $
|
||||
# $NetBSD: files.pci,v 1.145 2001/11/28 10:21:23 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent PCI code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
# defined first.
|
||||
|
||||
defopt opt_pci.h PCIVERBOSE PCI_CONFIG_DUMP PCI_NETBSD_CONFIGURE
|
||||
defflag opt_pci.h PCIVERBOSE PCI_CONFIG_DUMP PCI_NETBSD_CONFIGURE
|
||||
PCI_NETBSD_ENABLE_IDE
|
||||
|
||||
defopt opt_bktr.h BKTR_OVERRIDE_CARD BKTR_OVERRIDE_TUNER BKTR_OVERRIDE_DBX
|
||||
defflag opt_bktr.h BKTR_OVERRIDE_CARD BKTR_OVERRIDE_TUNER BKTR_OVERRIDE_DBX
|
||||
BKTR_OVERRIDE_MSP BKTR_SYSTEM_DEFAULT
|
||||
BKTR_USE_PLL BKTR_GPIO_ACCESS BKTR_NO_MSP_RESET
|
||||
BKTR_430_FX_MODE BKTR_SIS_VIA_MODE
|
||||
|
||||
defopt opt_pciide.h PCIIDE_CMD064x_DISABLE PCIIDE_AMD756_ENABLEDMA
|
||||
defflag opt_pciide.h PCIIDE_CMD064x_DISABLE PCIIDE_AMD756_ENABLEDMA
|
||||
PCIIDE_CMD0646U_ENABLEUDMA
|
||||
|
||||
device pci {[dev = -1], [function = -1]}
|
||||
@ -183,7 +183,7 @@ file dev/pci/if_gem_pci.c gem_pci
|
||||
|
||||
# NE2000-compatible PCI Ethernet cards
|
||||
defparam opt_ipkdb.h IPKDB_NE_PCISLOT : IPKDB_NE_PCI
|
||||
defopt opt_ipkdb.h IPKDB_NE_PCI : IPKDB_NE IPKDB_NE_PCISLOT
|
||||
defflag opt_ipkdb.h IPKDB_NE_PCI : IPKDB_NE IPKDB_NE_PCISLOT
|
||||
attach ne at pci with ne_pci: rtl80x9
|
||||
file dev/pci/if_ne_pci.c ne_pci | IPKDB_NE_PCI
|
||||
|
||||
@ -346,7 +346,7 @@ attach com at puc with com_puc
|
||||
file dev/pci/com_puc.c com_puc
|
||||
|
||||
# Console device support for puc drivers
|
||||
defopt opt_puccn.h PUCCN
|
||||
defflag opt_puccn.h PUCCN
|
||||
file dev/pci/puccn.c puccn
|
||||
|
||||
# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
|
||||
@ -403,7 +403,7 @@ file dev/pci/if_rtk_pci.c rtk_pci
|
||||
|
||||
# DECchip 21x4x Ethernet controller family, and assorted clones.
|
||||
attach tlp at pci with tlp_pci
|
||||
defopt opt_tlp.h TLP_MATCH_21040 TLP_MATCH_21041
|
||||
defflag opt_tlp.h TLP_MATCH_21040 TLP_MATCH_21041
|
||||
TLP_MATCH_21140 TLP_MATCH_21142
|
||||
|
||||
file dev/pci/if_tlp_pci.c tlp_pci
|
||||
@ -471,7 +471,7 @@ file dev/pci/if_wi_pci.c wi_pci
|
||||
attach isic at pci with isic_pci
|
||||
file dev/pci/isic_pci.c isic_pci
|
||||
|
||||
defopt opt_isicpci.h ISICPCI_ELSA_QS1PCI ISICPCI_AVM_A1
|
||||
defflag opt_isicpci.h ISICPCI_ELSA_QS1PCI ISICPCI_AVM_A1
|
||||
|
||||
file dev/pci/isic_pci_elsa_qs1p.c isic_pci
|
||||
file dev/pci/isic_pci_avm_fritz_pci.c isic_pci
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: files.pcmcia,v 1.42 2001/11/26 14:21:33 yamt Exp $
|
||||
# $NetBSD: files.pcmcia,v 1.43 2001/11/28 10:21:24 lukem Exp $
|
||||
#
|
||||
# Config.new file and device description for machine-independent PCMCIA code.
|
||||
# Included by ports that need it.
|
||||
|
||||
defopt PCMCIAVERBOSE
|
||||
defflag PCMCIAVERBOSE
|
||||
|
||||
device pcmcia {[function = -1], [irq = -1]}
|
||||
file dev/pcmcia/pcmcia.c pcmcia
|
||||
@ -42,7 +42,7 @@ file dev/pcmcia/com_pcmcia.c com_pcmcia
|
||||
# Digital RoamAbout / Lucent WaveLAN PCMCIA card
|
||||
attach wl at pcmcia with wl_pcmcia
|
||||
file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia
|
||||
defopt opt_wl_pcmcia.h WL_TIMER WLP_CC_DEBUG WL_DEBUG MMC_STATUS
|
||||
defflag opt_wl_pcmcia.h WL_TIMER WLP_CC_DEBUG WL_DEBUG MMC_STATUS
|
||||
WL_IFCNTRS WL_TIMING
|
||||
|
||||
# PCMCIA IDE controller
|
||||
@ -114,7 +114,7 @@ file dev/pcmcia/if_an_pcmcia.c an_pcmcia
|
||||
attach isic at pcmcia with isic_pcmcia
|
||||
file dev/pcmcia/isic_pcmcia.c isic_pcmcia
|
||||
|
||||
defopt opt_isicpcmcia.h ISICPCMCIA_AVM_A1 ISICPCMCIA_ELSA_ISDNMC
|
||||
defflag opt_isicpcmcia.h ISICPCMCIA_AVM_A1 ISICPCMCIA_ELSA_ISDNMC
|
||||
ISICPCMCIA_ELSA_MCALL ISICPCMCIA_SBSPEEDSTAR2
|
||||
|
||||
file dev/pcmcia/isic_pcmcia_avm_fritz.c isic_pcmcia
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.rasops,v 1.8 2001/02/15 09:51:28 sato Exp $
|
||||
# $NetBSD: files.rasops,v 1.9 2001/11/28 10:21:24 lukem Exp $
|
||||
|
||||
# Note: `rasops_glue' is only here to force the header file's name
|
||||
# hence it must be mentioned first (shudder...)
|
||||
@ -17,4 +17,4 @@ file dev/rasops/rasops15.c ((rasterconsole | wsdisplay) & (rasops15 | rasops16))
|
||||
file dev/rasops/rasops24.c ((rasterconsole | wsdisplay) & rasops24)
|
||||
file dev/rasops/rasops32.c ((rasterconsole | wsdisplay) & rasops32)
|
||||
|
||||
defopt opt_rasops.h RASOPS_CLIPPING RASOPS_SMALL
|
||||
defflag opt_rasops.h RASOPS_CLIPPING RASOPS_SMALL
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.rcons,v 1.9 2001/11/20 14:34:27 lukem Exp $
|
||||
# $NetBSD: files.rcons,v 1.10 2001/11/28 10:21:24 lukem Exp $
|
||||
#
|
||||
# Configuration file for RASTER Console.
|
||||
#
|
||||
@ -9,4 +9,4 @@ file dev/rcons/rcons_kern.c rasterconsole
|
||||
file dev/rcons/rcons_subr.c rasterconsole
|
||||
|
||||
defparam opt_rcons.h RASTERCONSOLE_FGCOL RASTERCONSOLE_BGCOL
|
||||
defopt opt_rcons.h RCONS_2BPP RCONS_4BPP RCONS_16BPP
|
||||
defflag opt_rcons.h RCONS_2BPP RCONS_4BPP RCONS_16BPP
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $NetBSD: files.scsipi,v 1.30 2001/11/28 01:04:49 fredette Exp $
|
||||
# $NetBSD: files.scsipi,v 1.31 2001/11/28 10:21:24 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent SCSI code.
|
||||
# Included by ports that need it. Ports that use it must provide
|
||||
# their own "major" declarations for the appropriate devices.
|
||||
|
||||
defopt opt_scsi.h SCSIVERBOSE ST_ENABLE_EARLYWARN SES_ENABLE_PASSTHROUGH
|
||||
SCSI_OLD_NOINQUIRY
|
||||
defflag opt_scsi.h SCSIVERBOSE ST_ENABLE_EARLYWARN
|
||||
SES_ENABLE_PASSTHROUGH SCSI_OLD_NOINQUIRY
|
||||
defparam opt_scsi.h ST_MOUNT_DELAY SDRETRIES SD_IO_TIMEOUT
|
||||
|
||||
defopt opt_scsipi_debug.h SCSIPI_DEBUG
|
||||
defflag opt_scsipi_debug.h SCSIPI_DEBUG
|
||||
defparam opt_scsipi_debug.h SCSIPI_DEBUG_TYPE
|
||||
SCSIPI_DEBUG_TARGET
|
||||
SCSIPI_DEBUG_LUN
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: files.tc,v 1.25 2001/10/01 10:22:43 simonb Exp $
|
||||
# $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent
|
||||
# TURBOchannel code. Included by ports that need it.
|
||||
|
||||
defopt TCVERBOSE
|
||||
defflag TCVERBOSE
|
||||
|
||||
device tc {[slot = -1], [offset = -1]}
|
||||
#attach tc at tcbus
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: files.usb,v 1.30 2001/04/13 12:24:10 augustss Exp $
|
||||
# $NetBSD: files.usb,v 1.31 2001/11/28 10:21:25 lukem Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent USB code.
|
||||
# Included by ports that need it. Ports that use it must provide
|
||||
# their own "major" declarations for the appropriate devices.
|
||||
|
||||
defopt USBVERBOSE
|
||||
defflag USBVERBOSE
|
||||
|
||||
device usb { }
|
||||
attach usb at usbus
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.wscons,v 1.24 2001/11/20 14:34:27 lukem Exp $
|
||||
# $NetBSD: files.wscons,v 1.25 2001/11/28 10:21:25 lukem Exp $
|
||||
|
||||
#
|
||||
# "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
|
||||
@ -13,10 +13,10 @@
|
||||
#
|
||||
|
||||
defparam opt_wsemul.h WSEMUL_DEFAULT
|
||||
defopt opt_wsemul.h WSEMUL_NO_DUMB WSEMUL_SUN WSEMUL_VT100
|
||||
defflag opt_wsemul.h WSEMUL_NO_DUMB WSEMUL_SUN WSEMUL_VT100
|
||||
defparam opt_wskernattr.h WS_KERNEL_FG WS_KERNEL_BG
|
||||
WS_KERNEL_COLATTR WS_KERNEL_MONOATTR
|
||||
defopt opt_wsdisplay_compat.h WSDISPLAY_COMPAT_USL
|
||||
defflag opt_wsdisplay_compat.h WSDISPLAY_COMPAT_USL
|
||||
WSDISPLAY_COMPAT_RAWKBD
|
||||
WSDISPLAY_COMPAT_PCVT WSDISPLAY_COMPAT_SYSCONS
|
||||
WSCONS_SUPPORT_PCVTFONTS
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: files.wsfont,v 1.9 2001/09/03 17:05:20 drochner Exp $
|
||||
# $NetBSD: files.wsfont,v 1.10 2001/11/28 10:21:25 lukem Exp $
|
||||
|
||||
file dev/wsfont/wsfont.c rasterconsole | wsdisplay
|
||||
|
||||
defopt opt_wsfont.h FONT_BOLD8x16
|
||||
defflag opt_wsfont.h FONT_BOLD8x16
|
||||
FONT_GALLANT12x22
|
||||
FONT_QVSS8x15
|
||||
FONT_LUCIDA16x29
|
||||
|
Loading…
Reference in New Issue
Block a user