diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-01-30 03:05:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-01-30 03:05:13 +0000 |
commit | 8bbc68003f52d5ad9fa3a7f959277b18ee494d44 (patch) | |
tree | 2e2c36811ea6495db07d3c39061c76dd0d431eff /sys/arch/powerpc/conf/files.powerpc | |
parent | 42ad384c462c51b2f044bc781d9386bbf03bff2c (diff) |
Missed this file in adding ADB keyboard and mouse files for powerpc.
Diffstat (limited to 'sys/arch/powerpc/conf/files.powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index 281893a2fbd..9eac2382c24 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -178,13 +178,13 @@ file arch/powerpc/mac/aed.c aed needs-flag #define wsmousedev {} #?? -#device akbd: wskbddev -#attach akbd at adb -#file arch/powerpc/mac/akbd.c akbd needs-flag +device akbd: wskbddev +attach akbd at adb +file arch/powerpc/mac/akbd.c akbd needs-flag -#device ams: wsmousedev -#attach ams at adb -#file arch/powerpc/mac/ams.c ams +device ams: wsmousedev +attach ams at adb +file arch/powerpc/mac/ams.c ams device nvram attach nvram at obio |