diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-26 22:16:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-26 22:16:24 +0000 |
commit | c20bc39ab40cead8c3af0eda351ff586252421f3 (patch) | |
tree | 838f72a38b05b2cafb374ecb945ee9e4aed7ad79 /sys/arch/macppc | |
parent | 8fa5a1d0f63d497acc7c93402d426ef6d5a0c55c (diff) |
Enable wide targets on FAS366 esp; note that this changes the way esp
user-controllable device flags are parsed, be sure to rerun config(8) on your
next kernel compile.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 5cd1913cb04..494b4965abc 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.144 2006/06/22 23:10:28 brad Exp $g +# $OpenBSD: GENERIC,v 1.145 2006/06/26 22:16:23 miod Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -132,7 +132,7 @@ macintr0 at macobio? # old interrupt controller openpic* at macobio? # openpic interrupt controller bm* at macobio? # BMAC ethernet #mc* at macobio? # MACE ethernet -#esp* at macobio? flags 0x00ff # 53c9x SCSI +#esp* at macobio? flags 0x0000ffff # 53c9x SCSI #mesh* at macobio? flags 0xffff # MESH SCSI #nvram* at macobio? # nvram adb* at macobio? # Apple Desktop Bus diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index b0fd00b5d63..a17a4603922 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.68 2006/06/22 23:10:28 brad Exp $ +# $OpenBSD: RAMDISK,v 1.69 2006/06/26 22:16:23 miod Exp $ # # PPC GENERIC config file # @@ -119,7 +119,7 @@ macintr0 at macobio? # old interrupt controller openpic* at macobio? # openpic interrupt controller bm* at macobio? # bmac ethernet #mc* at macobio? # MACE ethernet -#esp* at macobio? flags 0x00ff# 53c9x SCSI +#esp* at macobio? flags 0x0000ffff# 53c9x SCSI #mesh* at macobio? flags 0xffff# MESH SCSI #nvram* at macobio? # nvram adb* at macobio? # Apple Desktop Bus |