summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-11-22 17:12:49 +0000
committermarius <marius@FreeBSD.org>2005-11-22 17:12:49 +0000
commiteec92bf60d826a290a929f86a75ce441da223abc (patch)
tree32fb41d92e29da86c39b742fc06fa7b204b84c18 /sys/conf
parentab72721aedbbd4b9e7ff5a6a29f9b086a07fdc85 (diff)
downloadFreeBSD-src-eec92bf60d826a290a929f86a75ce441da223abc.zip
FreeBSD-src-eec92bf60d826a290a929f86a75ce441da223abc.tar.gz
Move zs.c from files to files.powerpc as zs(4) by now is only supported
on powerpc (more or less...). That way people updating from FreeBSD 5 to FreeBSD 6 and beyond on sparc64 will get an error from config(8) rather than a mysterious compile error when they have a stale 'device zs' in their kernel config file. MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/files.powerpc1
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0650ad9..3189274 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1025,7 +1025,6 @@ dev/wi/if_wi_pci.c optional wi pci
dev/wl/if_wl.c optional wl isa
dev/xe/if_xe.c optional xe
dev/xe/if_xe_pccard.c optional xe pccard
-dev/zs/zs.c optional zs
fs/deadfs/dead_vnops.c standard
fs/devfs/devfs_devs.c standard
fs/devfs/devfs_rule.c standard
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 7521189..cbf45b7 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -116,4 +116,5 @@ powerpc/psim/ata_iobus.c optional ata psim
powerpc/psim/openpic_iobus.c optional psim
powerpc/psim/sio_iobus.c optional sio psim
+dev/zs/zs.c optional powermac zs
dev/zs/zs_macio.c optional powermac zs
OpenPOWER on IntegriCloud