diff options
author | 2001-01-30 03:05:12 +0000 | |
---|---|---|
committer | 2001-01-30 03:05:12 +0000 | |
commit | 67c3b1fc41291a37ff091f90cf30dfc22abc8c43 (patch) | |
tree | 49be818f7c0a021b7ea0d0582ac6ebb8c1e65ad7 | |
parent | support/make ttyEcfg for powerpc, wscons config node. (diff) | |
download | wireguard-openbsd-67c3b1fc41291a37ff091f90cf30dfc22abc8c43.tar.xz wireguard-openbsd-67c3b1fc41291a37ff091f90cf30dfc22abc8c43.zip |
Missed this file in adding ADB keyboard and mouse files for 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 |