diff options
author | 2006-06-17 04:45:06 +0000 | |
---|---|---|
committer | 2006-06-17 04:45:06 +0000 | |
commit | 56a110637b91167b07f7f60c49f2fc49c239a056 (patch) | |
tree | d32bfd64292b8760113e4c844a90fd188dc9fe9e | |
parent | Driver for the Philips PCA9532 LCD dimmer controller, found on thecus. (diff) | |
download | wireguard-openbsd-56a110637b91167b07f7f60c49f2fc49c239a056.tar.xz wireguard-openbsd-56a110637b91167b07f7f60c49f2fc49c239a056.zip |
Add pcaled with it's gpio attachment. Make gpio at iopxs not be '0' but '*'
dont bother disabling siop while here.
Warning some gpio pins may be connected to dangerous functions like poweroff.
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 5aa8104ab38..0df51048a83 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.6 2006/06/15 20:50:44 drahn Exp $ +# $OpenBSD: GENERIC,v 1.7 2006/06/17 04:45:06 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -39,20 +39,22 @@ com0 at obio? addr 0xfe800000 xint 3 # i80321 I/O Processor peripheral support iopxs0 at mainbus? -gpio0 at iopxs0 +gpio* at iopxs0 #iopaau* at iopxs? # Application Accelerator Unit iopiic* at iopxs? # I2C Controller Unit(s) iic0 at iopiic? iic1 at iopiic? ricohrtc0 at iic? addr 0x32 # Ricoh RTC +pcaled0 at iic? addr 0x60 # led controller +gpio* at pcaled0 fintek0 at iic? # temp/fan controller #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support -siop* at pci? disable # NCR 538XX SCSI controllers(new) +siop* at pci? # NCR 538XX SCSI controllers(new) scsibus* at siop? em* at pci? re* at pci? |