OpenBSD CVS

CVS log for src/share/man/man4/sti.4


[BACK] Up to [local] / src / share / man / man4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 19 12:57:51 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, HEAD
Changes since 1.24: +2 -9 lines
Diff to previous 1.24 (colored)

remove references to hp300 pages, recently removed; ok miod

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jul 16 16:05:49 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.23 / (download) - annotate - [select for diffs], Fri Dec 30 20:06:11 2011 UTC (12 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.22: +3 -4 lines
Diff to previous 1.22 (colored)

Fix list formatting

Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 3 22:59:08 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

make -column lists pretty again;

specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.

in some cases i have rewritten the lists as -tag, where -column made
little sense.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Aug 19 00:03:54 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

remove error in previous;

Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 18 20:02:55 2011 UTC (12 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.19: +16 -4 lines
Diff to previous 1.19 (colored)

So, it turns out that models 362 and 382 built-in frame buffer only shows up
in DIO-II space, as a fat device spanning four select codes (i.e. 16MB of
memory). This is way too much for an at-most 2 Mpixel 8bit frame buffer, and
it turns out that this is because the device provides both a regular DIO-II
frame buffer (spanning two select codes) and a regular STI frame buffer
(spanning the other two select codes).
This commit introduces a straightforward sti@dio attachment to get a working
sti(4) and wsdisplay(4) in a ridiculously small number of lines; however
the console code needs some changes to avoid duplicating globals.

While there, add sti@dio support for the bootblocks, and I couldn't help
myself but clean the most rotten parts of them, and try to have them reuse
various files in sys/arch/hp300/dev instead of rolling their outdated ones.

Tested on a real 382 with the low-resolution frame buffer:
sti0 at dio0 scode 132: rev 8.02;129, ID 0x27134CB440A00499
sti0: 382V, 2048x512 frame buffer, 640x480x8 display
sti0: 8x16 font type 1, 16 bpc, charset 0-255
wsdisplay0 at sti0 mux 1: console (std, vt100 emulation)

Boot blocks updates tested on DIO-II 425t (serial/glass console), SGC 425e
(serial/glass console) and 382 (serial/glass console). And will be tested
on SGC 425t soon as well.

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 31 19:19:52 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

convert to new .Dd format;

Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 18 18:59:23 2006 UTC (17 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)

Add support for pci-based sti devices. ok mickey@

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 16 01:34:00 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

sort SEE ALSO;

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 14 22:39:19 2005 UTC (19 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.15: +5 -2 lines
Diff to previous 1.15 (colored)

Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.

Main features:
- MI hil drivers, allowing live plug/unplug of devices, and the keyboard
  does not need to be at id 1 anymore.
- SGC bus support on 4xx models. SGC frame buffers are supported too, but
  not as console, though you can use them as a regular glass terminal if
  you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4)
  fix to be commited.
- HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed.

X11 support is currently broken by these changes; X.org X11R6 support will
be available very soon.

Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other,
older frame buffers (davinci, gatorbox and renaissance) could not been tested
but should work; please report any regression.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 30 19:59:25 2004 UTC (19 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

kill default locators

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 8 02:54:53 2004 UTC (20 years ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.13: +33 -2 lines
Diff to previous 1.13 (colored)

ad a table of supported (and not that much) devices

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 6 10:29:41 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

- section reorder
- some macro fixes
- kill whitespace at EOL

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 2 22:11:25 2003 UTC (21 years ago) by mickey
Branch: MAIN
Changes since 1.11: +1 -6 lines
Diff to previous 1.11 (colored)

three four kill...

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 9 04:29:03 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.10: +7 -3 lines
Diff to previous 1.10 (colored)

typos;

sti(4): ok mickey@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 3 06:47:59 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

HPUX, HP/UX -> HP-UX

ok mickey@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 2 21:56:49 2003 UTC (21 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

they place onboard graphics onto phantomas on the later models

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 2 08:01:59 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Hewlett Packard -> Hewlett-Packard

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 12 15:14:05 2003 UTC (21 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Remove font loading from the list of missing features.

Revision 1.6 / (download) - annotate - [select for diffs], Mon May 20 02:53:42 2002 UTC (22 years ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fix a typo; from David Krause <openbsd@davidkrause.com>

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 6 01:28:22 2002 UTC (22 years, 2 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

oh, there is no hppa(4)

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 6 15:04:34 2001 UTC (22 years, 9 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should
be a single digit. Powered by mantoya@.

millert@ ok.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 3 15:21:16 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;

millert@ ok

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 23 07:03:59 2001 UTC (22 years, 11 months ago) by pjanzen
Branch: MAIN
Changes since 1.1: +8 -8 lines
Diff to previous 1.1 (colored)

spelling fixes and minor repairs almost entirely from jsyn@nthought.com

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 12 00:04:30 2001 UTC (23 years, 1 month ago) by mickey
Branch: MAIN

add a manual page for sti

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.