Deleted Added
full compact
Makefile (171103) Makefile (171453)
1# $FreeBSD: head/sys/modules/Makefile 171103 2007-06-30 04:35:34Z sam $
1# $FreeBSD: head/sys/modules/Makefile 171453 2007-07-14 21:49:24Z rwatson $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

83 fdc \
84 fdescfs \
85 ${_fe} \
86 firewire \
87 firmware \
88 fxp \
89 ${_gem} \
90 geom \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

83 fdc \
84 fdescfs \
85 ${_fe} \
86 firewire \
87 firmware \
88 fxp \
89 ${_gem} \
90 geom \
91 harp \
91 ${_harp} \
92 hatm \
93 ${_hfa} \
94 hifn \
95 hme \
96 ${_hptiop} \
97 ${_hptmv} \
98 hwpmc \
99 ${_i2c} \

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

316_syscons= syscons
317_vpo= vpo
318.endif
319
320.if defined(ALL_MODULES)
321_ufs= ufs
322.endif
323
92 hatm \
93 ${_hfa} \
94 hifn \
95 hme \
96 ${_hptiop} \
97 ${_hptmv} \
98 hwpmc \
99 ${_i2c} \

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

316_syscons= syscons
317_vpo= vpo
318.endif
319
320.if defined(ALL_MODULES)
321_ufs= ufs
322.endif
323
324# Disabled in 7.0 as netatm is not MPSAFE.
325#if ${MK_ATM} != "no"
326#_harp= harp
327#.endif
328
324.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
325.if exists(${.CURDIR}/../opencrypto)
326_crypto= crypto
327_cryptodev= cryptodev
328.endif
329.if exists(${.CURDIR}/../crypto)
330_random= random
331.endif

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

371_drm= drm
372_ed= ed
373_elink= elink
374_em= em
375_ep= ep
376_exca= exca
377_ext2fs= ext2fs
378_fe= fe
329.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
330.if exists(${.CURDIR}/../opencrypto)
331_crypto= crypto
332_cryptodev= cryptodev
333.endif
334.if exists(${.CURDIR}/../crypto)
335_random= random
336.endif

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

376_drm= drm
377_ed= ed
378_elink= elink
379_em= em
380_ep= ep
381_exca= exca
382_ext2fs= ext2fs
383_fe= fe
379_hfa= hfa
384# Disabled due to non-MPSAFEty in 7.0
385#_hfa= hfa
380_i2c= i2c
381_ibcs2= ibcs2
382_ie= ie
383_if_ndis= if_ndis
384_io= io
385_linprocfs= linprocfs
386_linsysfs= linsysfs
387_linux= linux

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

432_ctau= ctau
433_cx= cx
434_dpt= dpt
435_ex= ex
436_hptiop= hptiop
437_hptmv= hptmv
438_ichwd= ichwd
439_ida= ida
386_i2c= i2c
387_ibcs2= ibcs2
388_ie= ie
389_if_ndis= if_ndis
390_io= io
391_linprocfs= linprocfs
392_linsysfs= linsysfs
393_linux= linux

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

438_ctau= ctau
439_cx= cx
440_dpt= dpt
441_ex= ex
442_hptiop= hptiop
443_hptmv= hptmv
444_ichwd= ichwd
445_ida= ida
440_idt= idt
446# Disabled due to non-MPSAFEty in 7.0
447#_idt= idt
441_iir= iir
442_ipmi= ipmi
443_ips= ips
444_ipw= ipw
445_ipwfw= ipwfw
446_iwi= iwi
447_iwifw= iwifw
448_ixgb= ixgb

--- 161 unchanged lines hidden ---
448_iir= iir
449_ipmi= ipmi
450_ips= ips
451_ipw= ipw
452_ipwfw= ipwfw
453_iwi= iwi
454_iwifw= iwifw
455_ixgb= ixgb

--- 161 unchanged lines hidden ---