diff options
author | peter <peter@FreeBSD.org> | 2003-11-08 02:40:40 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-11-08 02:40:40 +0000 |
commit | f9cbefa404d2a9d2ef70690b5b010105986b5788 (patch) | |
tree | 19323bb3e9bb5ac0a65b19b2a59665ef934eb9a7 /sys/conf | |
parent | e27aec25abddc9701fed6b7bf15735b5959b9320 (diff) | |
download | FreeBSD-src-f9cbefa404d2a9d2ef70690b5b010105986b5788.zip FreeBSD-src-f9cbefa404d2a9d2ef70690b5b010105986b5788.tar.gz |
Rename npx.c to fpu.c (it isn't an extension, its part of the core
architecture now).
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index a4a6d9b..0af5b67 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -76,13 +76,13 @@ amd64/amd64/tsc.c standard amd64/amd64/uma_machdep.c standard amd64/amd64/vm_machdep.c standard amd64/amd64/in_cksum.c optional inet +amd64/amd64/fpu.c standard amd64/isa/clock.c standard amd64/isa/intr_machdep.c standard amd64/isa/isa.c standard amd64/isa/isa_dma.c standard amd64/isa/ithread.c standard -amd64/isa/npx.c standard amd64/pci/pci_cfgreg.c optional pci amd64/pci/pci_bus.c optional pci |