diff options
author | 2004-01-27 01:12:09 +0000 | |
---|---|---|
committer | 2004-01-27 01:12:09 +0000 | |
commit | ecd261fe627e885aed4768aa8bf8c3e10ce5ab66 (patch) | |
tree | 471c3b9493c5e47dc6ca3bdee3bd6a80f57dbfa4 | |
parent | die $! (diff) | |
download | wireguard-openbsd-ecd261fe627e885aed4768aa8bf8c3e10ce5ab66.tar.xz wireguard-openbsd-ecd261fe627e885aed4768aa8bf8c3e10ce5ab66.zip |
enable bpp for sun4m too; jason@ ok
-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 e2291c8fe81..16b16d1850b 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.58 2003/07/16 15:18:07 millert Exp $ +# $OpenBSD: SUN4M,v 1.59 2004/01/27 01:12:09 mickey Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -76,6 +76,8 @@ spif* at sbus? # spif serial cards stty* at spif? sbpp* at spif? +bpp* at sbus? # parallel port + # SUNW,xbox SBus Expansion Subsystem xbox* at sbus? # SBus Expansion box sbus* at xbox? |