diff options
author | 2001-09-29 03:14:46 +0000 | |
---|---|---|
committer | 2001-09-29 03:14:46 +0000 | |
commit | 54f2e6acff4c71797024a80ecb694d5791d863f5 (patch) | |
tree | e6547409047f72141dfb83430baa4a8a45226899 | |
parent | Glue for com at ebus. From NetBSD, hacked to fit our com. (diff) | |
download | wireguard-openbsd-54f2e6acff4c71797024a80ecb694d5791d863f5.tar.xz wireguard-openbsd-54f2e6acff4c71797024a80ecb694d5791d863f5.zip |
com at ebus
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 0a72d13b0bd..90a64efb074 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 2001/09/26 01:24:36 jason Exp $ +# $OpenBSD: GENERIC,v 1.17 2001/09/29 03:14:46 art Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -37,6 +37,8 @@ scsibus* at siop? auxio* at ebus? +com* at ebus? + zs* at sbus? slot ? offset ? zstty* at zs? channel ? diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 2c5a830ce87..0d21c02d521 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2001/09/26 01:24:36 jason Exp $ +# $OpenBSD: RAMDISK,v 1.6 2001/09/29 03:17:21 art Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -49,6 +49,8 @@ gem* at pci? dev ? function ? auxio* at ebus? +com* at ebus? + ## PROM console driver -- if all else fails pcons0 at mainbus0 # PROM console |