Deleted Added
full compact
IDT (183172) IDT (184194)
1# $FreeBSD: head/sys/mips/conf/IDT 183172 2008-09-19 03:47:29Z imp $
1# $FreeBSD: head/sys/mips/conf/IDT 184194 2008-10-23 02:16:38Z marcel $
2
2
3machine mips
4cpu CPU_MIPS4KC
5ident RB532
6
7# Don't build any modules yet.
8makeoptions MODULES_OVERRIDE=""
9
10include "../idt/std.idt"
11hints "IDT.hints" #Default places to look for devices.

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

33
34device loop
35device pci
36device ether
37device miibus
38device vr
39device kr
40device uart
3cpu CPU_MIPS4KC
4ident RB532
5
6# Don't build any modules yet.
7makeoptions MODULES_OVERRIDE=""
8
9include "../idt/std.idt"
10hints "IDT.hints" #Default places to look for devices.

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

32
33device loop
34device pci
35device ether
36device miibus
37device vr
38device kr
39device uart
41device uart_ns8250
42device md
43
44# Wireless NIC cards
45device wlan # 802.11 support
46device wlan_wep # 802.11 WEP support
47device wlan_tkip # 802.11 TKIP support
48device ath # Atheros pci/cardbus NIC's
49device ath_hal # Atheros HAL (Hardware Access Layer)
50device ath_rate_sample # SampleRate tx rate control for ath
51options ATH_DEBUG
52
53device bpf
40device md
41
42# Wireless NIC cards
43device wlan # 802.11 support
44device wlan_wep # 802.11 WEP support
45device wlan_tkip # 802.11 TKIP support
46device ath # Atheros pci/cardbus NIC's
47device ath_hal # Atheros HAL (Hardware Access Layer)
48device ath_rate_sample # SampleRate tx rate control for ath
49options ATH_DEBUG
50
51device bpf