diff options
author | jake <jake@FreeBSD.org> | 2003-02-19 08:29:17 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2003-02-19 08:29:17 +0000 |
commit | 4755bfb6cec23073d70386b9d148349d36c48e89 (patch) | |
tree | d09cb01574c5bf5b8e7867c3bd4d7b03ab6533ed /sys/conf | |
parent | 677f252b3cd2b8923d91bf6702179cefe3c41f72 (diff) | |
download | FreeBSD-src-4755bfb6cec23073d70386b9d148349d36c48e89.zip FreeBSD-src-4755bfb6cec23073d70386b9d148349d36c48e89.tar.gz |
Munge the zs sbus attachment to work with fhc. This is a bit of a hack,
but they would otherwise be almost identical so there's not much point in
splitting it up further.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index c9bbe9a..a67a535 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -800,7 +800,7 @@ dev/xe/if_xe.c optional xe dev/xe/if_xe_pccard.c optional xe card dev/xe/if_xe_pccard.c optional xe pccard dev/zs/zs.c optional zs -dev/zs/zs_sbus.c optional zs sbus +dev/zs/zs_sbus.c optional zs fhc sbus fs/deadfs/dead_vnops.c standard fs/devfs/devfs_devs.c standard fs/devfs/devfs_rule.c standard |