gwr faf4390c38 Save the "bustype" from our attach args in the controller "softc"
and use that instead of hard-coding BUS_VME32 everywhere.
(The Sun3X needs a more specific bustype value.)
1998-01-26 21:03:43 +00:00
..
1998-01-12 20:23:38 +00:00
1998-01-23 00:01:28 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:35:04 +00:00
1998-01-22 21:26:25 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:23:38 +00:00
1998-01-12 20:23:38 +00:00
1998-01-05 07:02:46 +00:00
1998-01-12 20:23:38 +00:00

$NetBSD: README,v 1.3 1996/11/19 20:58:32 gwr Exp $

NetBSD/sun3 supports the following busses:

Bus:
mainbus -  An imaginary bus on which the other busses all reside.

obio	-  Devices on the motherboard, accessed by having their "registers"
	   mapped into the kernel's virtual address space
obmem	-  Devices on the motherboard that are mapped into main memory
	   by the hardware.  Only true of some framebuffers.
vmes	-  VME D16 space
vmel	-  VME D32 space

Devices supported:

'obio' Bus: 
Device	Type    Description
---------------------------------------------------------------------------
zs	CHAR	zilog 8530 serial ports; used for serial ports, keybd, mouse
le	IFNET	lance ethernet driver

XXX - very much incomplete...