Moved here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bhnd0: <BCM4716 BCMA bus> at mem 0x18000000-0x180fffff on nexus0 | |
Broadcom ChipCommon I/O Controller: | |
Inputs: | |
Bank A (width=0x1, ext_width=0x9) | |
A0: 0x00 (disabled) | |
Bank D (width=0x5, ext_width=0x8) | |
D0: 0x00 (disabled) | |
D1: 0x00 (disabled) | |
D2: 0x00 (disabled) | |
D3: 0x00 (disabled) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
SCRIPT_NAME=$0 | |
SRC_DIR=${SRC_DIR:="`pwd`"} | |
BASE_DIR=${BASE_DIR:="$SRC_DIR/../"} | |
# Load user configuration | |
BT_SETTINGS=${BT_SETTINGS:-${SRC_DIR}/.freebsd-build-target.cfg} | |
test -e ${BT_SETTINGS} && . ${BT_SETTINGS} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFE version 1.0.34 for BCM95365R (32bit,SP,LE) | |
Build Date: Tue Feb 24 03:21:41 CST 2004 (root@jackylinux) | |
Copyright (C) 2000,2001,2002 Broadcom Corporation. | |
Add MAC client version(DNI). | |
Initializing Arena. | |
Initializing Devices. | |
et0: Broadcom BCM47xx 10/100 Mbps Ethernet Controller | |
CPU type 0x29007: 200MHz | |
Total memory: 0x2000000 bytes (32MB) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $FreeBSD: $ | |
PORTNAME= ubuntu14 | |
PORTVERSION= ${LINUX_DIST_VER}.${LINUX_DIST_VER_MINOR} | |
CATEGORIES= emulators linux | |
MASTER_SITES= https://cloud-images.ubuntu.com/releases/${LINUX_DIST_VER}/${LINUX_DIST_VER}/ | |
PKGNAMEPREFIX= linux_dist- | |
DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} | |
EXTRACT_ONLY= ${BIN_DISTFILES} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile | |
index 3d87773..8aeb80e 100644 | |
--- a/share/man/man4/Makefile | |
+++ b/share/man/man4/Makefile | |
@@ -71,9 +71,12 @@ MAN= aac.4 \ | |
axe.4 \ | |
axge.4 \ | |
bce.4 \ | |
+ bcma.4 \ | |
bfe.4 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private uint devid { | |
revs >= 256 { u16 0x0060 } | |
} | |
uint boardrev { | |
revs 2-15 { u8 0x005D } | |
revs 16-255 { u16 0x0042 } | |
revs >= 256 { u16 0x0082 } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Created by Landon Fuller on 12/31/15. | |
// Copyright (c) 2015 Landon Fuller. All rights reserved. | |
// | |
#include <stdio.h> | |
#include <err.h> | |
#include <getopt.h> | |
#include <string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
BASEDIR=`dirname "$0"` | |
PCI_PASSTHROUGH="-p 4/0/0" # -p 3/0/1 | |
sudo sh "$BASEDIR/vmrun.sh" -H ./guest-root ${PCI_PASSTHROUGH} -g 1338 -H "$BASEDIR/guest-root" -d guest.img -e boot_single=1 $* fbsd-dbg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
landonf@zul:/tmp> cat macports-root-export | |
/ 127.0.0.1(ro,insecure,fixed) | |
landonf@zul:/tmp> unfsd -e /tmp/macports-root-export -d -l 127.0.0.1 -n 3248 -m 3248 -p& | |
[1] 15060 | |
landonf@zul:/tmp> UNFS3 unfsd 0.9.22 (C) 2006, Pascal Schmidt <[email protected]> | |
/: ip 127.0.0.1 mask 255.255.255.255 options 16 | |
landonf@zul:/tmp> mkdir /tmp/nfs-mount-root |