1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
.\" $OpenBSD: lasi.4,v 1.21 2003/10/22 20:27:43 jmc Exp $
.\"
.\"
.\" Copyright (c) 1999 Michael Shalayeff
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 1, 1999
.Dt LASI 4 hppa
.Os
.Sh NAME
.Nm lasi
.Nd core bus controller and I/O subsystem as present on
newer
.Tn HP 9000/700
workstations and single-board computers
.Sh SYNOPSIS
.Cd "lasi0 at mainbus? irq 28"
.Cd "lasi0 at phantomas? irq 28"
.Cd "gsc* at lasi?"
.Sh DESCRIPTION
The supported Core bus controllers are those used in conjunction with
.Tn PA7100LC
and
.Tn PA7300LC
CPUs and based upon LSI's macrochip that includes:
.Pp
.Bl -bullet -compact
.It
Core bus controller
.It
System Clock
.It
Interrupt Controller
.It
Real Time Clock Interface
.It
Power System support
.It
RAM and Flash EEPROM controllers
.It
Two PS/2 ports
.It
RS-232 and Centronics I/O ports
.It
i82596CA LAN coprocessor
.It
NCR53c710 SCSI I/O processor
.It
Serial Interface for the CS4216 Audio Codec
.It
Interface for the WD37C65C floppy drive controller
.It
Optional Telephone interface (voice/modem/fax two channels)
.El
.Sh MACHINES
An incomplete list of machines that use the
.Tn LASI
bus controller:
.Pp
.Bl -bullet -compact
.It
712/*
.It
715/{64/80/100}[XC]
.It
725/{64/80/100}
.It
743/*
.It
744/*
.It
745/*
.It
A180[C]
.It
B132L[+], B160L, B180L+
.It
C100, C110
.It
J200, J210[XC]
.It
RDI PrecisionBook
.El
.Sh SEE ALSO
.Xr asp 4 ,
.Xr gsc 4 ,
.Xr intro 4 ,
.Xr io 4 ,
.Xr phantomas 4 ,
.Xr power 4 ,
.Xr wax 4
.Rs
.%T "Precision I/O Architecture Reference Specification"
.%Q Hewlett-Packard
.Re
.Rs
.%T "712 I/O Subsystem ERS"
.%N Revision 1.1
.%D 12 February 1993
.%Q Hewlett-Packard
.%O Dwg No. A-A2263-66510-31
.Re
.Rs
.%J Hewlett-Packard Journal
.%D April 1995
.%V Volume 46
.%N Number 2
.Re
.Sh HISTORY
The
.Nm
driver
appeared in
.Ox 2.4 .
|