diff options
author | 2014-12-08 11:40:41 +0000 | |
---|---|---|
committer | 2014-12-08 11:40:41 +0000 | |
commit | 390602a9d5a7e916ab4aaa892bed3b9410905c80 (patch) | |
tree | 222f421e92c3bb7c8ad9b9f026bcdba9274844af | |
parent | Have foo_init() call foo_reset() to reset the chip to a known state (diff) | |
download | wireguard-openbsd-390602a9d5a7e916ab4aaa892bed3b9410905c80.tar.xz wireguard-openbsd-390602a9d5a7e916ab4aaa892bed3b9410905c80.zip |
Use tabs instead of spaces here.
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index dd7002875dd..d1b54f0ae50 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.109 2014/12/02 17:41:55 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.110 2014/12/08 11:40:41 brad Exp $ machine macppc powerpc maxusers 4 @@ -33,7 +33,7 @@ cpu0 at mainbus0 mpcpcibr* at mainbus0 # MPC106 PCI Bridge. memc* at mainbus0 openpic* at memc? # openpic interrupt controller -kiic* at memc? # Keywest I2C +kiic* at memc? # Keywest I2C pchb* at pci? # host bridge identifiers ht* at mainbus0 smu* at mainbus0 |