summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-10-18 17:39:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-10-18 17:39:55 +0000
commit0d6fb507789c8998e96e421e68547e4d7181b666 (patch)
tree7d5cf162a6e945f38bd6be6039e3e7b5d8a6f9f5 /sys/conf/files
parent0d26fb4dac8e1a3822d8362ad651e95c12e1dace (diff)
Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to
which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d32df9465ee..8dab37929c4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.412 2007/10/15 01:22:20 deraadt Exp $
+# $OpenBSD: files,v 1.413 2007/10/18 17:39:54 miod Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -302,12 +302,10 @@ file dev/ic/com.c com & (com | com_cardbus | com_gsc |
file dev/ic/com_subr.c com | pccom
# PC-like keyboard controller
-device pckbc {[slot = -1]}
+define pckbcslot {[slot = -1]}
+device pckbc: pckbcslot
file dev/ic/pckbc.c pckbc needs-flag
-# HPPA PS/2 input ports (forward definition)
-device gsckbc {[slot = -1]}
-
# PCF8584 I2C Controllers
device pcfiic: i2cbus
file dev/ic/pcf8584.c pcfiic