diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-07-10 19:20:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-07-10 19:20:14 +0000 |
commit | 7f89a7603958d79dba7b496755e013785156d048 (patch) | |
tree | ff694f39a137c661d95c61166606867afe97b321 /sys/arch/sparc/conf/SUN4M | |
parent | 58a46eaf8de164c611f387331aa0ea5e21a521e1 (diff) |
Add build support for hme
Diffstat (limited to 'sys/arch/sparc/conf/SUN4M')
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 3a6b60912f8..53a8cc08ceb 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.21 1998/04/30 06:12:58 jason Exp $ +# $OpenBSD: SUN4M,v 1.22 1998/07/10 19:20:09 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -87,6 +87,9 @@ lebuffer* at sbus? slot ? offset ? # sun4m SBus le0 at lebuffer0 # le* at lebuffer? # +# HappyMeal ethernet +hme* at sbus? slot ? offset ? + # Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m # systems. If your sun4 system has a cgfour installed in the P4 slot, # the P4 entries for "bwtwo" will attach to the overlay plane of the |