1199536Smr#
2199536Smr# $FreeBSD$
3199536Smr#
4199536Smr
5199536Smrcpu		I586_CPU
6199536Smrident		ALIX_DSK
7199536Smrmakeoptions	DEBUG=-g		
8199536Smroptions		CPU_GEODE
9199536Smroptions 	SCHED_ULE		
10199536Smroptions 	PREEMPTION		
11199536Smroptions 	INET			
12199536Smroptions 	INET6			
13199536Smroptions 	FFS			
14199536Smroptions 	SOFTUPDATES		
15199536Smroptions 	UFS_ACL			
16199536Smroptions 	UFS_DIRHASH		
17199536Smroptions 	NFSCLIENT		
18199536Smroptions 	NFSLOCKD		
19199536Smroptions 	MSDOSFS			
20199536Smroptions 	CD9660			
21199536Smroptions 	PROCFS			
22199536Smroptions 	PSEUDOFS		
23199536Smroptions 	GEOM_PART_GPT		
24199536Smroptions 	GEOM_LABEL		
25199536Smroptions 	COMPAT_43TTY		
26199536Smroptions 	COMPAT_FREEBSD7		
27199536Smroptions 	SCSI_DELAY=5000		
28199536Smroptions 	SYSVSHM			
29199536Smroptions 	SYSVMSG			
30199536Smroptions 	SYSVSEM			
31199536Smroptions 	P1003_1B_SEMAPHORES	
32199536Smroptions 	_KPOSIX_PRIORITY_SCHEDULING 
33199536Smroptions 	PRINTF_BUFR_SIZE=128	
34199536Smrdevice		apic			
35199536Smrdevice		pci
36199536Smrdevice		fdc
37199536Smrdevice		ata
38199536Smrdevice		atadisk		
39199536Smrdevice		atapicd		
40199536Smrdevice		atapist		
41199536Smroptions 	ATA_STATIC_ID	
42199536Smrdevice		scbus		
43199536Smrdevice		da		
44199536Smrdevice		sa		
45199536Smrdevice		cd		
46199536Smrdevice		pass		
47199536Smrdevice		uart		
48199536Smrdevice		em		
49199536Smrdevice		miibus		
50199536Smrdevice		vr		
51199536Smrdevice		wlan		
52199536Smroptions 	IEEE80211_DEBUG	
53199536Smroptions 	IEEE80211_AMPDU_AGE 
54199536Smroptions 	IEEE80211_SUPPORT_MESH	
55199536Smrdevice		wlan_wep	
56199536Smrdevice		wlan_ccmp	
57199536Smrdevice		wlan_tkip	
58199536Smrdevice		wlan_amrr	
59199536Smrdevice		an		
60199536Smrdevice		ath		
61199536Smrdevice		ath_hal		
62199536Smroptions 	AH_SUPPORT_AR5416	
63199536Smrdevice		ath_rate_sample	
64199536Smrdevice		wi		
65199536Smrdevice		loop		
66199536Smrdevice		random		
67199536Smrdevice		ether		
68199536Smrdevice		tun		
69199536Smrdevice		pty		
70199536Smrdevice		md		
71199536Smrdevice		gif		
72199536Smrdevice		faith		
73199536Smrdevice		firmware	
74199536Smrdevice		bpf		
75199536Smrdevice		uhci		
76199536Smrdevice		ohci		
77199536Smrdevice		ehci		
78199536Smrdevice		usb		
79199536Smrdevice		ulpt		
80199536Smrdevice		umass		
81199536Smrdevice		u3g		
82199536Smrdevice		ubsa		
83199536Smrdevice		uftdi		
84199536Smr
85199536Smroptions         INCLUDE_CONFIG_FILE
86199536Smr
87199536Smroptions         ALTQ
88199536Smroptions         ALTQ_CBQ
89199536Smroptions         ALTQ_RED
90199536Smroptions         ALTQ_RIO
91199536Smroptions         ALTQ_HFSC
92199536Smroptions         ALTQ_CDNR
93199536Smroptions         ALTQ_PRIQ
94199536Smr
95199536Smrdevice          pf
96199536Smrdevice          pflog
97199536Smrdevice          pfsync                                                          
98199536Smrdevice          carp                                                            
99199536Smrdevice          if_bridge
100199536Smr
101199536Smroptions         DEVICE_POLLING
102199536Smr
103199536Smroptions         NETGRAPH                                                        
104199536Smroptions         NETGRAPH_BPF                                                    
105199536Smroptions         NETGRAPH_ETHER                                                  
106199536Smroptions         NETGRAPH_IFACE                                                  
107199536Smroptions         NETGRAPH_PPP                                                    
108199536Smroptions         NETGRAPH_PPPOE                                                  
109199536Smroptions         NETGRAPH_PPTPGRE                                                
110199536Smroptions         NETGRAPH_MPPC_ENCRYPTION                                        
111199536Smroptions         NETGRAPH_SOCKET                                                 
112199536Smroptions         NETGRAPH_KSOCKET                                                
113199536Smroptions         NETGRAPH_VJC
114199536Smr
115199536Smroptions		NFS_ROOT
116199536Smroptions         BOOTP
117199536Smroptions         BOOTP_NFSROOT
118199536Smroptions         BOOTP_NFSV3
119199536Smr#options                BOOTP_WIRED_TO=fxp0
120199536Smr#options                BOOTP_WIRED_TO=ath0
121199536Smroptions         BOOTP_COMPAT
122