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 | |
parent | 58a46eaf8de164c611f387331aa0ea5e21a521e1 (diff) |
Add build support for hme
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 5 | ||||
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 7 |
5 files changed, 20 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index ad90cb9a327..e8220ccfe32 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 1998/07/04 01:27:52 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.30 1998/07/10 19:20:04 jason Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -158,6 +158,9 @@ ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76 ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77 ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c +# HappyMeal ethernet +hme* at sbus? slot ? offset ? + # Xylogics 753 or 7053 VME SMD disk controllers and disks, found # on sun4 systems. xdc0 at vmel0 addr 0xffffee80 level 3 vect 0x44 diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index f761e539191..72581e2975c 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -159,6 +159,9 @@ le0 at obio0 addr 0xf9000000 level 6 # sun4/300 ie0 at obio0 addr 0xf6000000 level 6 # sun4/200 on-board ie0 at obio0 addr 0x06000000 level 6 # sun4/100 on-board +# HappyMeal ethernet +hme* at sbus? slot ? offset ? + ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75 ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76 ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77 diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index b37d44a5de4..c39c33d9fd1 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -106,6 +106,9 @@ le0 at sbus? slot ? offset ? le* at sbus? slot ? offset ? #le0 at obio0 addr 0xf9000000 level 6 +# HappyMeal ethernet +hme* at sbus? slot ? offset ? + #ie0 at obio0 addr 0xf6000000 level 6 #ie0 at obio0 addr 0x06000000 level 6 # 4/100 #ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75 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 diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 4ba70b0b382..e4d6926eeb8 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.17 1998/07/04 01:27:53 deraadt Exp $ +# $OpenBSD: files.sparc,v 1.18 1998/07/10 19:20:11 jason Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -122,6 +122,11 @@ attach audioamd at mainbus, obio, sbus file arch/sparc/dev/amd7930.c audio file arch/sparc/sparc/amd7930intr.s audio +# HappyMeal (hme) ethernet +device hme +attach hme at sbus +file arch/sparc/dev/hme.c hme + # Brooktree DAC attribute define bt_dac |