diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-07 00:41:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-07 00:41:24 +0000 |
commit | 37014d66877db7b189f31865f3205a62be325cc0 (patch) | |
tree | c3c160412827987f8fdb84b81468b6bbcff3afe7 | |
parent | efa727ddb69e6ab70da8bf69d8649cdf66f7be5f (diff) |
new elink3 pulls in the whole mii thing
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 76c79c0c185..e1eb191dd6a 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.25 2000/05/30 19:43:35 mickey Exp $ +# $OpenBSD: files.hppa,v 1.26 2000/06/07 00:41:23 mickey Exp $ # # hppa-specific configuration info @@ -10,10 +10,14 @@ maxusers 2 8 64 # # "workstation console" routines # - include "dev/wscons/files.wscons" # +# Media Independent Interface (mii) +# +include "dev/mii/files.mii" + +# # Machine-independent SCSI drivers # include "scsi/files.scsi" |