diff options
author | 2014-06-10 12:41:10 +0000 | |
---|---|---|
committer | 2014-06-10 12:41:10 +0000 | |
commit | 372d68c9e601173d3674c6aa11c98ab53e4cbdff (patch) | |
tree | 9fa7b7da7d7c99c7eaf6e036e16e04edb71ffabf | |
parent | Avoid potential NULL pointer function calls in n_ssl3_mac() by checking (diff) | |
download | wireguard-openbsd-372d68c9e601173d3674c6aa11c98ab53e4cbdff.tar.xz wireguard-openbsd-372d68c9e601173d3674c6aa11c98ab53e4cbdff.zip |
add ppb to the configs as suggested by kettenis@
tested by jj@
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/octeon/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index 904c15824ef..df87077ca42 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2014/05/06 17:11:16 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.14 2014/06/10 12:41:10 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -42,6 +42,9 @@ com1 at uartbus0 pcibus* at iobus0 pci* at pcibus? +ppb* at pci? # PCI-PCI bridges +pci* at ppb? + cn30xxgmx* at iobus? cnmac* at cn30xxgmx? diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK index 341d909d617..474bcbe7f6b 100644 --- a/sys/arch/octeon/conf/RAMDISK +++ b/sys/arch/octeon/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2013/09/19 00:15:59 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.13 2014/06/10 12:41:10 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -53,6 +53,9 @@ com1 at uartbus0 pcibus* at iobus0 pci* at pcibus? +ppb* at pci? # PCI-PCI bridges +pci* at ppb? + # IDE Controller pciide* at pci? flags 0x0000 |