Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / share / man / man4 / man4.hp700 / asp.4
blob2ee7f94840615bca83537c69fc178323ab22a281
1 .\"     $NetBSD$
2 .\"
3 .\"     $OpenBSD: asp.4,v 1.15 2003/08/31 20:53:33 jmc Exp $
4 .\"
5 .\" Copyright (c) 1999 Michael Shalayeff
6 .\" All rights reserved.
7 .\"
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
10 .\" are met:
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\"    notice, this list of conditions and the following disclaimer in the
15 .\"    documentation and/or other materials provided with the distribution.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 .\"
28 .Dd April 1, 1999
29 .Dt ASP 4 hp700
30 .Os
31 .Sh NAME
32 .Nm asp
33 .Nd first generation I/O subsystem
34 .Sh SYNOPSIS
35 .Cd "asp*    at mainbus0"
36 .Cd "gsc*    at asp?"
37 .Sh DESCRIPTION
38 Core bus controller and I/O subsystem as present on older HP 9000/700
39 workstations.
40 The supported core bus controllers are those used in conjunction with
41 .Tn PA7000 ,
42 .Tn PA7100 ,
43 and
44 .Tn PA7150
45 CPUs and include:
46 .Pp
47 .Bl -bullet -compact
48 .It
49 Core bus controller
50 .It
51 System Clock
52 .It
53 Interrupt Controller
54 .It
55 DMA Controller
56 .It
57 Real Time Clock Interface
58 .It
59 RAM and EEPROM controllers
60 .El
61 .Sh MACHINES
62 An incomplete list of machines that use the
63 .Tn ASP
64 bus controller:
65 .Pp
66 .Bl -bullet -compact
67 .It
68 705, 710
69 .It
70 715/{33,50,75}
71 .It
72 725/{50,75}
73 .It
74 720, 730, 750
75 .It
76 735/*
77 .It
78 742i
79 .It
80 745i/{50,75}
81 .It
82 747i/{50,75}
83 .It
84 755/*
85 .El
86 .Sh SEE ALSO
87 .Xr gsc 4 ,
88 .Xr intro 4 ,
89 .Xr io 4
90 .Rs
91 .%T "Hardball I/O Subsystem ERS"
92 .%N Revision 1.1
93 .%D 30 September 1991
94 .%Q Hewlett-Packard
95 .Re
96 .Sh HISTORY
97 The
98 .Nm
99 driver
100 appeared in
101 .Ox 2.4 .
102 It was ported to
103 .Nx 1.6
104 by Matthew Fredette.