diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-23 18:24:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-23 18:24:26 +0000 |
commit | 3c07313198c03ca53226f57f67a136a047665f6b (patch) | |
tree | e5db45a7666966780b46101041793d6248b55ad5 /sys/arch/hppa/conf | |
parent | c51e18a2162a808d87b155cc59b2815d28544d48 (diff) |
Enable elroy(4).
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 258a2a75fa4..f86096a185f 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.97 2007/05/22 20:33:21 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.98 2007/05/23 18:24:25 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -71,6 +71,9 @@ option PCIVERBOSE #pckbc0 at dino? irq 9 com1 at dino? irq 11 +elroy* at astro? +pci* at elroy? + ppb* at pci? pci* at ppb? diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index ec897ee88a8..625ec41b022 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.66 2007/05/22 20:33:22 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.67 2007/05/23 18:24:25 kettenis Exp $ # # Diskless kernel config # @@ -76,6 +76,9 @@ option PCIVERBOSE #pckbc0 at dino? irq 9 com1 at dino? irq 11 +elroy* at astro? +pci* at elroy? + ppb* at pci? pci* at ppb? |