History log of /netbsd-src/sys/arch/sgimips/gio/files.gio (Results 1 – 11 of 11)
Revision Date Author Comments
# 85716c44 12-Feb-2009 rumble <rumble@NetBSD.org>

Enable Personal IRIS 4D/20 and 4D/25 support:
- Adapt int(4) to handle the INT1 chip
- Move generic rtc clocks out of hpc/ and into dev/
- Handle the very strangely wired eeprom and other bits

Enable Personal IRIS 4D/20 and 4D/25 support:
- Adapt int(4) to handle the INT1 chip
- Move generic rtc clocks out of hpc/ and into dev/
- Handle the very strangely wired eeprom and other bits in arcemu
- Sprinkle MACH_SGI_IP6 as necessary
- Enable IP6/IP10 devices in GENERIC32_IP12. Yes, the naming is poor but
there's no winning with kernel/hw compatibility on sgimips...

Tested on my 4D/25. Doesn't (appear to) break macallan@'s IP22.

show more ...


# d6232854 12-Feb-2009 macallan <macallan@NetBSD.org>

Become a good vcons citizen.
Also, don't use the cursor sprite as text cursor - it's not worth the pain and
the sprite doesn't have an invert-background plane either so the cursor wasn't
transparent.

Become a good vcons citizen.
Also, don't use the cursor sprite as text cursor - it's not worth the pain and
the sprite doesn't have an invert-background plane either so the cursor wasn't
transparent.
Instead blit the cursor using the appropriate ROPs. This way we get rid of the
cursor misplacement problem as well.
While there also use device_t.
TODO: arbitrary font sizes, cleanup, support for mapping all blitter registers
so we can use them from X.

show more ...


# eb755ecb 29-Dec-2006 rumble <rumble@NetBSD.org>

Enable light(4).


# ba52409a 30-Aug-2006 rumble <rumble@NetBSD.org>

Provide a pseudo-pci bus for the following PCI ethernet boards, which live
behind custom PCI<->GIO bridges:
- Set Engineering GIO Fast Ethernet (TI ThunderLAN)
- Phobos G100 (DEC 21140?)
- Phobos

Provide a pseudo-pci bus for the following PCI ethernet boards, which live
behind custom PCI<->GIO bridges:
- Set Engineering GIO Fast Ethernet (TI ThunderLAN)
- Phobos G100 (DEC 21140?)
- Phobos G130 (DEC 21143)
- Phobos G160 (DEC 21143)

All boards present the chipsets' pci configuration registers at some
defined offset in their slots' address space as well as device registers.
We simply allow the MI pci subsystem to attach the devices.

This has been tested with a G130 board (DEC 21143) and works well on IP20
and IP24. The Set Engineering board attaches, works fine when receiving and
lightly transmitting, but chokes for unknown reasons on heavy transmits.
The tl(4) driver may need some fixing.

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 9c873da2 06-Jul-2004 sekiya <sekiya@NetBSD.org>

Many fixes to the grtwo wscons driver:

* fills seem to be broken. Avoid filling large vertical regions; instead,
attempt to break it up into managable chunks. This doesn't work perfectly
eithe

Many fixes to the grtwo wscons driver:

* fills seem to be broken. Avoid filling large vertical regions; instead,
attempt to break it up into managable chunks. This doesn't work perfectly
either, so clear the screen row-by-row (which does work).
* Characters are now right-side-up
* the driver now uses screen coordinates properly.

With the exception of column erases (which fall prey to the fill issue), the
driver is now usable.

show more ...


# 0ee588cc 18-Mar-2004 sekiya <sekiya@NetBSD.org>

Add GR2.


# 3e256e53 15-Dec-2003 lonewolf <lonewolf@NetBSD.org>

Support for SGI NG1 ("newport") graphics controller.


# 707b8da2 13-Mar-2002 simonb <simonb@NetBSD.org>

Replace lots of 8x<space> with <tabs> and other miscellaneous indentation
fixes.
Wrap a couple of long lines.
Use <return-type>\n<function name> as per KNF in a few places.


# 5c3fa40a 11-May-2001 thorpej <thorpej@NetBSD.org>

Autoconfiguration glue changes for Indigo2/Indy support.


# f12e2b4d 14-Jun-2000 soren <soren@NetBSD.org>

Simple GIO glue.