Deleted Added
full compact
files.amd64 (163629) files.amd64 (163630)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.amd64 163629 2006-10-23 13:05:01Z ru $
4# $FreeBSD: head/sys/conf/files.amd64 163630 2006-10-23 13:23:14Z ru $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

147dev/atkbdc/psm.c optional psm atkbdc
148# There are no systems with isa slots, so all ed isa entries should go..
149dev/ed/if_ed_3c503.c optional ed isa ed_3c503
150dev/ed/if_ed_isa.c optional ed isa
151dev/ed/if_ed_wd80x3.c optional ed isa
152dev/ed/if_ed_hpp.c optional ed isa ed_hpp
153dev/ed/if_ed_sic.c optional ed isa ed_sic
154dev/fb/fb.c optional fb | vga
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

147dev/atkbdc/psm.c optional psm atkbdc
148# There are no systems with isa slots, so all ed isa entries should go..
149dev/ed/if_ed_3c503.c optional ed isa ed_3c503
150dev/ed/if_ed_isa.c optional ed isa
151dev/ed/if_ed_wd80x3.c optional ed isa
152dev/ed/if_ed_hpp.c optional ed isa ed_hpp
153dev/ed/if_ed_sic.c optional ed isa ed_sic
154dev/fb/fb.c optional fb | vga
155dev/fb/splash.c optional splash
156dev/fb/vga.c optional vga
157dev/ichwd/ichwd.c optional ichwd
158dev/if_ndis/if_ndis.c optional ndis
159dev/if_ndis/if_ndis_pccard.c optional ndis pccard
160dev/if_ndis/if_ndis_pci.c optional ndis cardbus | ndis pci
161dev/if_ndis/if_ndis_usb.c optional ndis usb
162dev/io/iodev.c optional io
163dev/ipmi/ipmi.c optional ipmi

--- 106 unchanged lines hidden ---
155dev/fb/vga.c optional vga
156dev/ichwd/ichwd.c optional ichwd
157dev/if_ndis/if_ndis.c optional ndis
158dev/if_ndis/if_ndis_pccard.c optional ndis pccard
159dev/if_ndis/if_ndis_pci.c optional ndis cardbus | ndis pci
160dev/if_ndis/if_ndis_usb.c optional ndis usb
161dev/io/iodev.c optional io
162dev/ipmi/ipmi.c optional ipmi

--- 106 unchanged lines hidden ---