summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/IDT
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-04-13 07:07:57 +0000
committerimp <imp@FreeBSD.org>2008-04-13 07:07:57 +0000
commit49872b4cfffb3ba15429b1d5c532d570bd29c0a5 (patch)
treec6852b1e25723004e8b0315e731c14cbc8001b98 /sys/mips/conf/IDT
parente1b67c923aa00ebbb0f57277fa6fff90a2b80d75 (diff)
downloadFreeBSD-src-49872b4cfffb3ba15429b1d5c532d570bd29c0a5.zip
FreeBSD-src-49872b4cfffb3ba15429b1d5c532d570bd29c0a5.tar.gz
FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,
mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett.
Diffstat (limited to 'sys/mips/conf/IDT')
-rw-r--r--sys/mips/conf/IDT54
1 files changed, 54 insertions, 0 deletions
diff --git a/sys/mips/conf/IDT b/sys/mips/conf/IDT
new file mode 100644
index 0000000..8b63260
--- /dev/null
+++ b/sys/mips/conf/IDT
@@ -0,0 +1,54 @@
+# $FreeBSD$
+
+machine mips
+cpu CPU_MIPS4KC
+ident RB532
+
+# Don't build any modules yet.
+makeoptions MODULES_OVERRIDE=""
+
+include "../mips32/idt/std.idt"
+hints "IDT.hints" #Default places to look for devices.
+
+makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+
+options DDB
+options KDB
+
+options SCHED_4BSD #4BSD scheduler
+options INET #InterNETworking
+options NFSCLIENT #Network Filesystem Client
+options NFS_ROOT #NFS usable as /, requires NFSCLIENT
+options PSEUDOFS #Pseudo-filesystem framework
+
+options BOOTP
+options BOOTP_NFSROOT
+options BOOTP_NFSV3
+options BOOTP_WIRED_TO=kr0
+options BOOTP_COMPAT
+
+# Debugging for use in -current
+options INVARIANTS #Enable calls of extra sanity checking
+options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
+
+device genclock
+device loop
+device pci
+device ether
+device miibus
+device vr
+device kr
+device uart
+device uart_ns8250
+device md
+
+# Wireless NIC cards
+device wlan # 802.11 support
+device wlan_wep # 802.11 WEP support
+device wlan_tkip # 802.11 TKIP support
+device wlan_scan_ap #802.11 AP mode scanning
+device wlan_scan_sta #802.11 STA mode scanning
+device ath # Atheros pci/cardbus NIC's
+device ath_hal # Atheros HAL (Hardware Access Layer)
+device ath_rate_sample # SampleRate tx rate control for ath
+options ATH_DEBUG
OpenPOWER on IntegriCloud