Deleted Added
full compact
XBOX (191954) XBOX (207077)
1#
2# XBOX -- kernel for an XBOX
3#
1#
2# XBOX -- kernel for an XBOX
3#
4# $FreeBSD: head/sys/i386/conf/XBOX 191954 2009-05-10 00:00:25Z kuriyama $
4# $FreeBSD: head/sys/i386/conf/XBOX 207077 2010-04-22 21:31:34Z thompsa $
5cpu I686_CPU # Celeron
6ident XBOX
7
8makeoptions MODULES_OVERRIDE=""
9
10options KDB
11options DDB
12

--- 64 unchanged lines hidden (view full) ---

77#device faith # IPv6-to-IPv4 relaying (translation)
78
79# The `bpf' device enables the Berkeley Packet Filter.
80# Be aware of the administrative consequences of enabling this!
81# Note that 'bpf' is required for DHCP.
82device bpf # Berkeley packet filter
83
84# USB support
5cpu I686_CPU # Celeron
6ident XBOX
7
8makeoptions MODULES_OVERRIDE=""
9
10options KDB
11options DDB
12

--- 64 unchanged lines hidden (view full) ---

77#device faith # IPv6-to-IPv4 relaying (translation)
78
79# The `bpf' device enables the Berkeley Packet Filter.
80# Be aware of the administrative consequences of enabling this!
81# Note that 'bpf' is required for DHCP.
82device bpf # Berkeley packet filter
83
84# USB support
85options USB_DEBUG # enable debug msgs
85#device uhci # UHCI PCI->USB interface
86device ohci # OHCI PCI->USB interface
87device usb # USB Bus (required)
88device uhid # "Human Interface Devices"
89device ukbd # Keyboard
90device ulpt # Printer
91device umass # Disks/Mass storage - Requires scbus and da
92device ums # Mouse

--- 14 unchanged lines hidden ---
86#device uhci # UHCI PCI->USB interface
87device ohci # OHCI PCI->USB interface
88device usb # USB Bus (required)
89device uhid # "Human Interface Devices"
90device ukbd # Keyboard
91device ulpt # Printer
92device umass # Disks/Mass storage - Requires scbus and da
93device ums # Mouse

--- 14 unchanged lines hidden ---