summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-24 09:55:02 +0000
committerbde <bde@FreeBSD.org>2004-05-24 09:55:02 +0000
commit1264fbf654895b2699bd741458ed29ce805da451 (patch)
tree9739fdb5c4e81a15dee6d3870807b26dedb9c927 /sys/conf/files.amd64
parent83d9c0067b978d2b50c39241d0d795ee9fe857ed (diff)
downloadFreeBSD-src-1264fbf654895b2699bd741458ed29ce805da451.zip
FreeBSD-src-1264fbf654895b2699bd741458ed29ce805da451.tar.gz
Fixed insertion sort error in previous commit (prof_machdep.c).
Fixed apparently-intentional disorder of the crypto files. Lists of files should be sorted first on the pathname, not on the option name or subsystem.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd648
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 1953474..5acb530 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -69,8 +69,8 @@ amd64/amd64/mpboot.S optional smp
amd64/amd64/mptable.c optional mptable
amd64/amd64/mptable_pci.c optional mptable pci
amd64/amd64/nexus.c standard
-amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/pmap.c standard
+amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/sigtramp.S standard
amd64/amd64/support.S standard
amd64/amd64/sys_machdep.c standard
@@ -88,11 +88,11 @@ amd64/isa/isa_dma.c standard
amd64/isa/nmi.c standard
amd64/pci/pci_bus.c optional pci
amd64/pci/pci_cfgreg.c optional pci
-crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
-crypto/des/des_enc.c optional ipsec ipsec_esp
crypto/blowfish/bf_enc.c optional crypto
-crypto/des/des_enc.c optional crypto
+crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_ecb.c optional netsmbcrypto
+crypto/des/des_enc.c optional crypto
+crypto/des/des_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional netsmbcrypto
crypto/des/des_setkey.c optional netsmbcrypto
dev/fb/fb.c optional fb
OpenPOWER on IntegriCloud