summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/files.acpi4
-rw-r--r--sys/dev/hpc/files.hpckbd4
-rw-r--r--sys/dev/isa/files.isa4
-rw-r--r--sys/dev/mii/files.mii4
-rw-r--r--sys/dev/pckbc/files.pckbc4
-rw-r--r--sys/dev/rcons/files.rcons6
-rw-r--r--sys/dev/scsipi/files.scsipi8
-rw-r--r--sys/dev/wscons/files.wscons22
8 files changed, 29 insertions, 27 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi
index ef2bfa0ba7f..ab2c783b4b7 100644
--- a/sys/dev/acpi/files.acpi
+++ b/sys/dev/acpi/files.acpi
@@ -1,8 +1,8 @@
-# $NetBSD: files.acpi,v 1.2 2001/09/29 05:36:03 thorpej Exp $
+# $NetBSD: files.acpi,v 1.3 2001/11/20 14:34:27 lukem Exp $
include "dev/acpi/acpica/files.acpica"
-defopt opt_acpi.h ACPI_DEBUG
+defopt opt_acpi.h ACPI_DEBUG
device acpi { }
attach acpi at acpibus
diff --git a/sys/dev/hpc/files.hpckbd b/sys/dev/hpc/files.hpckbd
index 8417db6330b..355dbc908bb 100644
--- a/sys/dev/hpc/files.hpckbd
+++ b/sys/dev/hpc/files.hpckbd
@@ -1,7 +1,7 @@
-# $NetBSD: files.hpckbd,v 1.1 2001/02/22 18:37:55 uch Exp $
+# $NetBSD: files.hpckbd,v 1.2 2001/11/20 14:34:25 lukem Exp $
# H/PC keyboard interface for wskbd
-defopt PCKBD_LAYOUT
+defparam PCKBD_LAYOUT
device hpckbdif {}
device hpckbd: wskbddev
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 5ad2eeca4c4..f8e6478bdf4 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $NetBSD: files.isa,v 1.116 2001/09/26 21:49:09 thorpej Exp $
+# $NetBSD: files.isa,v 1.117 2001/11/20 14:34:26 lukem Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -356,7 +356,7 @@ file dev/isa/opl_isa.c opl_isa
# Yamaha OPL3-SA3
device ym { }: audio, isadma, ad1848, auconv
file dev/isa/ym.c ym
-defopt opt_ym.h YM_POWER_MODE YM_POWER_OFF_SEC
+defparam opt_ym.h YM_POWER_MODE YM_POWER_OFF_SEC
attach opl at ym with opl_ym
file dev/isa/opl_ym.c opl_ym
diff --git a/sys/dev/mii/files.mii b/sys/dev/mii/files.mii
index 04ac00a6533..ec54778125c 100644
--- a/sys/dev/mii/files.mii
+++ b/sys/dev/mii/files.mii
@@ -1,8 +1,8 @@
-# $NetBSD: files.mii,v 1.28 2001/08/25 04:06:26 thorpej Exp $
+# $NetBSD: files.mii,v 1.29 2001/11/20 14:34:26 lukem Exp $
file dev/mii/mii.c mii
-defopt opt_mii.h MIIVERBOSE
+defopt opt_mii.h MIIVERBOSE
define mii_phy
file dev/mii/mii_physubr.c mii_phy
diff --git a/sys/dev/pckbc/files.pckbc b/sys/dev/pckbc/files.pckbc
index b17146b2614..586199f87ac 100644
--- a/sys/dev/pckbc/files.pckbc
+++ b/sys/dev/pckbc/files.pckbc
@@ -1,11 +1,11 @@
-# $NetBSD: files.pckbc,v 1.7 2001/02/24 02:13:32 lukem Exp $
+# $NetBSD: files.pckbc,v 1.8 2001/11/20 14:34:26 lukem Exp $
# devices attached at pckbc, for use with wscons
device pckbd: wskbddev
attach pckbd at pckbc
file dev/pckbc/pckbd.c pckbd needs-flag
file dev/pckbc/wskbdmap_mfii.c pckbd
-defopt PCKBD_LAYOUT
+defparam PCKBD_LAYOUT
device pms: wsmousedev
attach pms at pckbc
diff --git a/sys/dev/rcons/files.rcons b/sys/dev/rcons/files.rcons
index 6fef1ad420c..02e268837ac 100644
--- a/sys/dev/rcons/files.rcons
+++ b/sys/dev/rcons/files.rcons
@@ -1,4 +1,4 @@
-# $NetBSD: files.rcons,v 1.8 2001/10/05 22:08:28 eeh Exp $
+# $NetBSD: files.rcons,v 1.9 2001/11/20 14:34:27 lukem Exp $
#
# Configuration file for RASTER Console.
#
@@ -8,5 +8,5 @@ file dev/rcons/raster_text.c raster | wsrasteremulops
file dev/rcons/rcons_kern.c rasterconsole
file dev/rcons/rcons_subr.c rasterconsole
-defopt opt_rcons.h RASTERCONSOLE_FGCOL RASTERCONSOLE_BGCOL
- RCONS_2BPP RCONS_4BPP RCONS_16BPP
+defparam opt_rcons.h RASTERCONSOLE_FGCOL RASTERCONSOLE_BGCOL
+defopt opt_rcons.h RCONS_2BPP RCONS_4BPP RCONS_16BPP
diff --git a/sys/dev/scsipi/files.scsipi b/sys/dev/scsipi/files.scsipi
index 9afc47ffb1e..e18a120344c 100644
--- a/sys/dev/scsipi/files.scsipi
+++ b/sys/dev/scsipi/files.scsipi
@@ -1,14 +1,14 @@
-# $NetBSD: files.scsipi,v 1.28 2001/05/22 18:58:15 mjacob Exp $
+# $NetBSD: files.scsipi,v 1.29 2001/11/20 14:34:27 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 ST_MOUNT_DELAY
- SES_ENABLE_PASSTHROUGH SDRETRIES SD_IO_TIMEOUT
+defopt opt_scsi.h SCSIVERBOSE ST_ENABLE_EARLYWARN SES_ENABLE_PASSTHROUGH
+defparam opt_scsi.h ST_MOUNT_DELAY SDRETRIES SD_IO_TIMEOUT
defopt opt_scsipi_debug.h SCSIPI_DEBUG
- SCSIPI_DEBUG_TYPE
+defparam opt_scsipi_debug.h SCSIPI_DEBUG_TYPE
SCSIPI_DEBUG_TARGET
SCSIPI_DEBUG_LUN
SCSIPI_DEBUG_FLAGS
diff --git a/sys/dev/wscons/files.wscons b/sys/dev/wscons/files.wscons
index 46d14d086c3..4622157446b 100644
--- a/sys/dev/wscons/files.wscons
+++ b/sys/dev/wscons/files.wscons
@@ -1,4 +1,4 @@
-# $NetBSD: files.wscons,v 1.23 2001/10/24 14:07:31 augustss Exp $
+# $NetBSD: files.wscons,v 1.24 2001/11/20 14:34:27 lukem Exp $
#
# "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
@@ -12,15 +12,17 @@
# trouble.
#
-defopt opt_wsemul.h WSEMUL_DEFAULT WSEMUL_NO_DUMB
- WSEMUL_SUN WSEMUL_VT100
-defopt opt_wskernattr.h WS_KERNEL_FG WS_KERNEL_BG
- WS_KERNEL_COLATTR WS_KERNEL_MONOATTR
-defopt opt_wsdisplay_compat.h WSDISPLAY_COMPAT_USL WSCOMPAT_USL_SYNCTIMEOUT
- WSDISPLAY_COMPAT_RAWKBD
- WSDISPLAY_COMPAT_PCVT WSDISPLAY_COMPAT_SYSCONS
- WSDISPLAY_DEFAULTSCREENS
- WSCONS_SUPPORT_PCVTFONTS WSCONS_SUPPORT_ISO7FONTS
+defparam opt_wsemul.h WSEMUL_DEFAULT
+defopt 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
+ WSDISPLAY_COMPAT_RAWKBD
+ WSDISPLAY_COMPAT_PCVT WSDISPLAY_COMPAT_SYSCONS
+ WSCONS_SUPPORT_PCVTFONTS
+ WSCONS_SUPPORT_ISO7FONTS
+defparam opt_wsdisplay_compat.h WSCOMPAT_USL_SYNCTIMEOUT
+ WSDISPLAY_DEFAULTSCREENS
# this loses, but there's no way to define attributes which have attributes
device wsdisplay #tty?