diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2004-09-23 18:00:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2004-09-23 18:00:59 +0000 |
commit | 2a587562ffefac951db256e624d4c10fb5464d54 (patch) | |
tree | e6c8fd8177a8725773ee0decee010a663319e8e8 /sys/arch/sparc64/conf | |
parent | 03afde90fdef2d05bb166cbf5f2f07a88a1c045f (diff) |
prepare the way for multi-bus attachment of zs (specifically zs@fhc).
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it)
don't forget to rerun config...
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 87e3e3efebd..7d718a4ccdd 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.50 2004/09/22 21:48:18 jason Exp $ +# $OpenBSD: files.sparc64,v 1.51 2004/09/23 18:00:58 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -165,7 +165,8 @@ attach lpt at ebus with lpt_ebus file arch/sparc64/dev/lpt_ebus.c lpt_ebus device zs {[channel = -1]} -attach zs at mainbus, sbus +attach zs at sbus with zs_sbus +attach zs at fhc with zs_fhc file arch/sparc64/dev/zs.c zs needs-flag file arch/sparc64/dev/z8530sc.c zs |