Specifications.
[pintos-anon] / specs / freevga / vga / portidx.htm
1 <HTML>
2 <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4    <META NAME="Author" CONTENT="Joshua Neal">
5    <META NAME="Description" CONTENT="Pure VGA/SVGA hardware programming (registers, identification, and otherlow-level stuff.)">
6    <META NAME="KeyWords" CONTENT="VGA SVGA hardware video programming">
7    <TITLE>FreeVGA - VGA I/O Port Index</TITLE>
8 </HEAD>
9 <BODY>
10
11 <CENTER><A HREF="../home.htm">Home</A> <A HREF="../home.htm">Back</A>&nbsp;
12 <HR><B>Hardware Level VGA and SVGA Video Programming Information Page</B></CENTER>
13
14 <CENTER>VGA I/O Port Index&nbsp;
15 <HR></CENTER>
16 Introduction
17 <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This index lists the VGA's
18 I/O ports in numerical order, making looking up a specific I/O port access
19 simpler.
20 <BR>&nbsp;
21 <UL>
22 <LI>
23 3B4h -- <A HREF="crtcreg.htm">CRTC Controller Address Register</A></LI>
24
25 <LI>
26 3B5h -- <A HREF="crtcreg.htm">CRTC Controller Data Register</A></LI>
27
28 <LI>
29 3BAh Read -- <A HREF="extreg.htm#3xAR">Input Status #1 Register</A></LI>
30
31 <LI>
32 3BAh Write -- <A HREF="extreg.htm#3CAR3xAW">Feature Control Register</A></LI>
33
34 <LI>
35 3C0h -- <A HREF="attrreg.htm">Attribute Address/Data Register</A></LI>
36
37 <LI>
38 3C1h -- <A HREF="attrreg.htm">Attribute Data Read Register</A></LI>
39
40 <LI>
41 3C2h Read -- <A HREF="extreg.htm#3C2R">Input Status #0 Register</A></LI>
42
43 <LI>
44 3C2h Write -- <A HREF="extreg.htm#3CCR3C2W">Miscellaneous Output Register</A></LI>
45
46 <LI>
47 3C4h -- <A HREF="seqreg.htm">Sequencer Address Register</A></LI>
48
49 <LI>
50 3C5h -- <A HREF="seqreg.htm">Sequencer Data Register</A></LI>
51
52 <LI>
53 3C7h Read -- <A HREF="colorreg.htm#3C7R">DAC State Register</A></LI>
54
55 <LI>
56 3C7h Write -- <A HREF="colorreg.htm#3C7W">DAC Address Read Mode Register</A></LI>
57
58 <LI>
59 3C8h -- <A HREF="colorreg.htm#3C8">DAC Address Write Mode Register</A></LI>
60
61 <LI>
62 3C9h -- <A HREF="colorreg.htm#3C9">DAC Data Register</A></LI>
63
64 <LI>
65 3CAh Read -- <A HREF="extreg.htm#3CAR3xAW">Feature Control Register</A></LI>
66
67 <LI>
68 3CCh Read -- <A HREF="extreg.htm#3CCR3C2W">Miscellaneous Output Register</A></LI>
69
70 <LI>
71 3CEh -- <A HREF="graphreg.htm">Graphics Controller Address Register</A></LI>
72
73 <LI>
74 3CFh -- <A HREF="graphreg.htm">Graphics Controller Data Register</A></LI>
75
76 <LI>
77 3D4h -- <A HREF="crtcreg.htm">CRTC Controller Address Register</A></LI>
78
79 <LI>
80 3D5h -- <A HREF="crtcreg.htm">CRTC Controller Data Register</A></LI>
81
82 <LI>
83 3DAh Read -- <A HREF="extreg.htm#3xAR">Input Status #1 Register</A></LI>
84
85 <LI>
86 3DAh Write -- <A HREF="extreg.htm#3CAR3xAW">Feature Control Register</A></LI>
87 </UL>
88
89
90 <P>Notice: All trademarks used or referred to on this page are the property
91 of their respective owners.
92 <BR>All pages are Copyright &copy; 1997, 1998, J. D. Neal, except where
93 noted. Permission for utilization and distribution is subject to the terms
94 of the <A HREF="../license.htm">FreeVGA Project Copyright License</A>.
95 <BR>&nbsp;
96 <BR>&nbsp;
97 <BR>&nbsp;
98 </BODY>
99 </HTML>