diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-18 23:21:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-18 23:21:18 +0000 |
commit | 86f7c20fe196e86a4d1c2ff666c443d883ea7744 (patch) | |
tree | 46eb3861bc677dbb3f6d3f92b54b9d4551984a84 /sys/arch/macppc/conf | |
parent | 692e73fadabe759f8814dda668273f20082e8cdb (diff) |
Factorize akbd and ams drivers between mac68k and macppc; while there, start
moving out common adb code as well, and merge adb_direct.c into adb.c to
simplify external header files.
No functional change; more cleanups to come.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index b6008874578..1e4e73185e9 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.45 2006/01/03 17:23:19 xsa Exp $ +# $OpenBSD: files.macppc,v 1.46 2006/01/18 23:21:17 miod Exp $ # # macppc-specific configuration info @@ -156,21 +156,15 @@ file arch/macppc/dev/z8530tty.c zstty needs-flag device adb {} attach adb at macobio file arch/macppc/dev/adb.c adb needs-flag -file arch/macppc/dev/adb_direct.c adb file arch/macppc/dev/pm_direct.c adb +include "dev/adb/files.adb" +file arch/macppc/dev/akbd_machdep.c akbd + device apm attach apm at adb file arch/macppc/dev/apm.c apm needs-count -device akbd: wskbddev -attach akbd at adb -file arch/macppc/dev/akbd.c akbd needs-flag - -device ams: wsmousedev -attach ams at adb -file arch/macppc/dev/ams.c ams - device abtn attach abtn at adb file arch/macppc/dev/abtn.c abtn |