diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-18 17:39:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-18 17:39:55 +0000 |
commit | 0d6fb507789c8998e96e421e68547e4d7181b666 (patch) | |
tree | 7d5cf162a6e945f38bd6be6039e3e7b5d8a6f9f5 /sys/conf/files | |
parent | 0d26fb4dac8e1a3822d8362ad651e95c12e1dace (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/files | 8 |
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 |