diff options
author | 1999-12-05 02:34:53 +0000 | |
---|---|---|
committer | 1999-12-05 02:34:53 +0000 | |
commit | 03dca0ac8875f81baafe739aa2b51f65287b51ed (patch) | |
tree | e3a4e242f30e700c510e95007f569158709a4f79 | |
parent | add wax commeneted out, tr adapter, 7300lc cpu type (diff) | |
download | wireguard-openbsd-03dca0ac8875f81baafe739aa2b51f65287b51ed.tar.xz wireguard-openbsd-03dca0ac8875f81baafe739aa2b51f65287b51ed.zip |
wax and mongoose host isa too of course
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 8dfd1b963ad..a1999ba7657 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.18 1999/11/26 17:04:07 mickey Exp $ +# $OpenBSD: files.hppa,v 1.19 1999/12/05 02:34:53 mickey Exp $ # # hppa-specific configuration info @@ -85,11 +85,11 @@ attach asp at mainbus file arch/hppa/dev/asp.c asp # 1FT4-0001, ASIC used on gecko cards -device wax: gscbus, eisabus +device wax: gscbus, isabus, eisabus attach wax at mainbus file arch/hppa/dev/wax.c wax -device mongoose: eisabus +device mongoose: isabus, eisabus attach mongoose at mainbus file arch/hppa/dev/mongoose.c mongoose |