summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/XBOX
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-11-09 03:55:40 +0000
committerimp <imp@FreeBSD.org>2005-11-09 03:55:40 +0000
commitc8edc59b4092fb95a461e7c3b6ca96b0e32e4649 (patch)
tree860f9fba5e079f89a1448044826aa9c01d4ab747 /sys/i386/conf/XBOX
parent15d22053dea70601f4d9d533285ce248d5577417 (diff)
downloadFreeBSD-src-c8edc59b4092fb95a461e7c3b6ca96b0e32e4649.zip
FreeBSD-src-c8edc59b4092fb95a461e7c3b6ca96b0e32e4649.tar.gz
Add support for XBOX to the FreeBSD port. The xbox architecture is
nearly identical to wintel/ia32, with a couple of tweaks. Since it is so similar to ia32, it is optionally added to a i386 kernel. This port is preliminary, but seems to work well. Further improvements will improve the interaction with syscons(4), port Linux nforce driver and future versions of the xbox. This supports the 64MB and 128MB boxes. You'll need the most recent CVS version of Cromwell (the Linux BIOS for the XBOX) to boot. Rink will be maintaining this port, and is interested in feedback. He's setup a website http://xbox-bsd.nl to report the latest developments. Any silly mistakes are my fault. Submitted by: Rink P.W. Springer rink at stack dot nl and Ed Schouten ed at fxq dot nl
Diffstat (limited to 'sys/i386/conf/XBOX')
-rw-r--r--sys/i386/conf/XBOX104
1 files changed, 104 insertions, 0 deletions
diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX
new file mode 100644
index 0000000..e6f7bfb
--- /dev/null
+++ b/sys/i386/conf/XBOX
@@ -0,0 +1,104 @@
+#
+# XBOX -- kernel for an XBOX
+#
+# $FreeBSD$
+machine i386
+cpu I686_CPU # Celeron
+ident XBOX
+
+makeoptions MODULES_OVERRIDE=""
+
+options KDB
+options DDB
+
+options XBOX # kernel is for XBOX
+device xboxfb # frame buffer support (REQUIRED!)
+
+# no support yet for root device name fetching
+options ROOTDEVNAME=\"ufs:ad0s1a\"
+#options ROOTDEVNAME=\"cd9660:acd0\"
+
+options SCHED_4BSD # 4BSD scheduler
+options INET # InterNETworking
+options INET6 # IPv6 communications protocols
+options FFS # Berkeley Fast Filesystem
+options SOFTUPDATES # Enable FFS soft updates support
+#options UFS_ACL # Support for access control lists
+#options UFS_DIRHASH # Improve performance on big directories
+#options MD_ROOT # MD is a potential root device
+options NFSCLIENT # Network Filesystem Client
+#options NFSSERVER # Network Filesystem Server
+#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
+#options MSDOSFS # MSDOS Filesystem
+options CD9660 # ISO 9660 Filesystem
+#options PROCFS # Process filesystem (requires PSEUDOFS)
+#options PSEUDOFS # Pseudo-filesystem framework
+#options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
+#options COMPAT_FREEBSD4 # Compatible with FreeBSD4
+#options KTRACE # ktrace(1) support
+#options SYSVSHM # SYSV-style shared memory
+#options SYSVMSG # SYSV-style message queues
+#options SYSVSEM # SYSV-style semaphores
+#options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
+#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+options ADAPTIVE_GIANT # Giant mutex is adaptive.
+
+#device apic # I/O APIC
+
+# Bus support. Do not remove isa, even if you have no isa slots
+device isa
+device pci
+
+# ATA and ATAPI devices
+device ata
+device atadisk # ATA disk drives
+device atapicd # ATAPI CDROM drives
+options ATA_STATIC_ID # Static device numbering
+
+# SCSI peripherals
+device scbus # SCSI bus (required for SCSI)
+device da # Direct Access (disks)
+
+# Floating point support - do not disable.
+device npx
+
+# Pseudo devices.
+device loop # Network loopback
+device mem # Memory and kernel memory devices
+device io # I/O device
+device random # Entropy device
+device ether # Ethernet support
+#device tun # Packet tunnel.
+device pty # Pseudo-ttys (telnet etc)
+#device md # Memory "disks"
+#device gif # IPv6 and IPv4 tunneling
+#device faith # IPv6-to-IPv4 relaying (translation)
+
+# The `bpf' device enables the Berkeley Packet Filter.
+# Be aware of the administrative consequences of enabling this!
+# Note that 'bpf' is required for DHCP.
+device bpf # Berkeley packet filter
+
+# USB support
+#device uhci # UHCI PCI->USB interface
+device ohci # OHCI PCI->USB interface
+device usb # USB Bus (required)
+device ugen # Generic
+device uhid # "Human Interface Devices"
+device ukbd # Keyboard
+device ulpt # Printer
+device umass # Disks/Mass storage - Requires scbus and da
+device ums # Mouse
+device urio # Diamond Rio 500 MP3 player
+device uscanner # Scanners
+
+device miibus
+device aue # ADMtek USB Ethernet
+device axe # ASIX Electronics USB Ethernet
+device cdce # Generic USB over Ethernet
+device cue # CATC USB Ethernet
+device kue # Kawasaki LSI USB Ethernet
+device rue # RealTek RTL8150 USB Ethernet
+
+device sound
+device snd_ich # nForce audio
OpenPOWER on IntegriCloud