diff options
author | 1999-12-30 17:16:52 +0000 | |
---|---|---|
committer | 1999-12-30 17:16:52 +0000 | |
commit | c3c5519f3404471eb74cb2cb4e4d1a4fad072d78 (patch) | |
tree | 768de3303214165901e63b1a94085a8246278df4 | |
parent | avoid memory leak on realloc() failure. (diff) | |
download | wireguard-openbsd-c3c5519f3404471eb74cb2cb4e4d1a4fad072d78.tar.xz wireguard-openbsd-c3c5519f3404471eb74cb2cb4e4d1a4fad072d78.zip |
Add tctrl0 for tadpole so things like powerdown work.
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 49ba95889ca..e96f584d30b 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.33 1999/10/29 14:14:28 art Exp $ +# $OpenBSD: SUN4M,v 1.34 1999/12/30 17:16:52 millert Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -148,6 +148,8 @@ cgfourteen0 at obio0 # sun4m # Weitek p9100 found on Tadpole 3GS/3GX pnozz0 at sbus? slot ? offset ? +# Microcontroller found on Tadpole +tctrl0 at obio0 # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. |