blob: f536b511110e65f59ab0e638b57e080e9d6d0186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$OpenBSD: README,v 1.3 2001/07/04 08:33:40 niklas Exp $
$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...
|