diff options
author | 2006-08-01 22:21:00 +0000 | |
---|---|---|
committer | 2006-08-01 22:21:00 +0000 | |
commit | d43f936851459a0de2469d4ff9a8dbe7fea48e31 (patch) | |
tree | ddf2ef2d6aa09907c7e5b1ddbb005ebdb5503436 | |
parent | * move sys/queue.h inclusion to sysdef.h (it's system specific) (diff) | |
download | wireguard-openbsd-d43f936851459a0de2469d4ff9a8dbe7fea48e31.tar.xz wireguard-openbsd-d43f936851459a0de2469d4ff9a8dbe7fea48e31.zip |
Enable pcaled0.
ok deraadt@
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index a02fe60e6a0..9b02e7ecaad 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2006/06/17 04:47:06 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.8 2006/08/01 22:21:00 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -56,7 +56,7 @@ iopxs0 at mainbus? iopiic* at iopxs? # I2C Controller Unit(s) iic0 at iopiic? iic1 at iopiic? -#pcaled0 at iic? addr 0x60 # led controller +pcaled0 at iic? addr 0x60 # led controller #gpio* at pcaled0 ricohrtc0 at iic? addr 0x32 # Ricoh RTC fintek0 at iic? # temp/fan controller |