diff options
author | 2007-05-23 18:24:25 +0000 | |
---|---|---|
committer | 2007-05-23 18:24:25 +0000 | |
commit | 6e8a09c4db8a534c73b05338375bfe5d7ccc1d4e (patch) | |
tree | 80c62d010ebee53e060393cceba7e9508faabd70 | |
parent | Add proper bus_space_vaddr() implementation. (diff) | |
download | wireguard-openbsd-6e8a09c4db8a534c73b05338375bfe5d7ccc1d4e.tar.xz wireguard-openbsd-6e8a09c4db8a534c73b05338375bfe5d7ccc1d4e.zip |
Enable elroy(4).
-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? |