diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-17 04:45:07 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-17 04:45:07 +0000 |
commit | 43187cea498929c4bf92118b8cc08a0f283d69ff (patch) | |
tree | 3b28f0ac3b478725e45ba09ae3f3384a2cb24aad /sys | |
parent | a6f7e860bc9fbd0e45873d028ac28e1eb2e54680 (diff) |
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.
Diffstat (limited to 'sys')
-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? |