- 1: Main Network in
- 2: Main Network out
- 3: Guest Network in
- 4: Guest Network out
- 5: MGMT
Interfaces
| diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c | |
| index ed3d2d1a7ae9..22fc695bcf41 100644 | |
| --- a/drivers/acpi/arm64/iort.c | |
| +++ b/drivers/acpi/arm64/iort.c | |
| @@ -1146,12 +1146,13 @@ void iort_dma_setup(struct device *dev, u64 *dma_addr, u64 *dma_size) | |
| else | |
| size = 1ULL << 32; | |
| - if (dev_is_pci(dev)) { | |
| - ret = acpi_dma_get_range(dev, &dmaaddr, &offset, &size); |
| /* | |
| * A simplistic ssh daemon that will try to unlock one or more disks, | |
| * simply login as luks and provide your luks password. | |
| * This daemon should be part of your initramfs, enabling "headless" | |
| * decryption of your disks. You'll usually want to link this binary | |
| * statically, merging all dependencies into one opaque file. | |
| * | |
| * You have to have a valid network setup. You'll otherwise just block your | |
| * servers boot sequence. | |
| * |
| var b = require('bonescript'); | |
| // setup starting conditions | |
| var awStep1 = (Math.random() + 1) * 0.01; | |
| var awValue1 = awStep1; | |
| var awDirection1 = 1; | |
| var awPin1 = "P9_14"; | |
| var awStep2 = awStep1; | |
| while (Math.abs(awStep2 - awStep1) < 0.002) { |
| $ cat build-php.sh | |
| #!/bin/bash | |
| rm -rf workspace eclipse | |
| mkdir workspace | |
| tar -xzf eclipse-platform-3.6.2-linux-gtk-x86_64.tar.gz | |
| cat eclipse/eclipse.ini |tr '\n' '\\'|sed 's:-vmargs.*::'|tr '\\' '\n' > eclipse.ini | |
| cat >> eclipse.ini << HERE | |
| -vmargs |
| # cat node.sh | |
| #!/bin/bash | |
| [ -d 'node' ] || git clone git://github.com/joyent/node.git node || exit 1 | |
| ( | |
| cd node || exit 1 | |
| git pull | |
| git reset --hard | |
| git checkout -- . | |
| git clean -- . | |
| ./configure --prefix=/usr/local/ |
| diff --git a/pom.xml b/pom.xml | |
| index 9f83259..9f0d32b 100644 | |
| --- a/pom.xml | |
| +++ b/pom.xml | |
| @@ -91,6 +91,75 @@ | |
| </execution> | |
| </executions> | |
| </plugin> | |
| + | |
| + <!-- install various artifacts --> |