diff options
author | 2006-06-10 04:03:39 +0000 | |
---|---|---|
committer | 2006-06-10 04:03:39 +0000 | |
commit | 320aaf2cbdd8de2bd3db6af6a4f0fd49b52ffb03 (patch) | |
tree | ccf8936eb6f6c157dc899e903553c043b39cf22f /sys | |
parent | bring PHYS address in sync with RAMDISK, matches the addresss redboot (diff) | |
download | wireguard-openbsd-320aaf2cbdd8de2bd3db6af6a4f0fd49b52ffb03.tar.xz wireguard-openbsd-320aaf2cbdd8de2bd3db6af6a4f0fd49b52ffb03.zip |
Add IIC attachment/probe. no IIC devices yet.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index da41142c1ee..0fab3ff1113 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2006/06/10 03:57:45 drahn Exp $ +# $OpenBSD: GENERIC,v 1.3 2006/06/10 04:03:39 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -42,9 +42,9 @@ iopxs0 at mainbus? gpio0 at iopxs0 #iopaau* at iopxs? # Application Accelerator Unit -#iopiic* at iopxs? # I2C Controller Unit(s) -#iic0 at iopiic? -#iic1 at iopiic? +iopiic* at iopxs? # I2C Controller Unit(s) +iic0 at iopiic? +iic1 at iopiic? #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 23b0c4899f4..94be0dd34fd 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2006/06/01 03:50:42 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.3 2006/06/10 04:03:39 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -53,9 +53,9 @@ com0 at obio? addr 0xfe800000 xint 3 iopxs0 at mainbus? #iopaau* at iopxs? # Application Accelerator Unit -#iopiic* at iopxs? # I2C Controller Unit(s) -#iic0 at iopiic? -#iic1 at iopiic? +iopiic* at iopxs? # I2C Controller Unit(s) +iic0 at iopiic? +iic1 at iopiic? #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support |