diff options
author | 2015-06-03 08:14:23 +0000 | |
---|---|---|
committer | 2015-06-03 08:14:23 +0000 | |
commit | 2647dae15e34a038112e5760f0216f7b6c6e7be5 (patch) | |
tree | 712747b774161fb3dfa7efda0eeba4b91981208d | |
parent | Explicitly request the sockaddr_dl when doing a RTM_GET rather than (diff) | |
download | wireguard-openbsd-2647dae15e34a038112e5760f0216f7b6c6e7be5.tar.xz wireguard-openbsd-2647dae15e34a038112e5760f0216f7b6c6e7be5.zip |
Add hpb(4), reminded by Brad.
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index d1b54f0ae50..e159efc9ac8 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.110 2014/12/08 11:40:41 brad Exp $ +# $OpenBSD: RAMDISK,v 1.111 2015/06/03 08:14:23 mpi Exp $ machine macppc powerpc maxusers 4 @@ -41,7 +41,9 @@ smu* at mainbus0 pci* at mpcpcibr? pci* at ht? ppb* at pci? # PCI-PCI bridges +hpb* at pci? pci* at ppb? +pci* at hpb? macobio0 at pci? macintr0 at macobio? # old interrupt controller |