Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat | |
the only way to connect it to a sparc64 machine is via an xbox device. | |||
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. | |||
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat | |
due to lack of hardware. | |||
2004-06-21 | Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize | Miod Vallat | |
the board correctly, though. | |||
2004-06-20 | Port mgx(4) to sparc64. | Miod Vallat | |
2004-06-20 | Port the rfx(4) frame buffer driver to sparc64. | Miod Vallat | |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat | |
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat | |
attachment routines for sparc and sparc64. | |||
2003-05-14 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2002-06-20 | indent. | Federico G. Schwindt | |
2002-06-20 | rename nell to stp. we do not always follow stupid solaris names | Theo de Raadt | |
2002-06-19 | more sbus->pcmcia pieces. | Federico G. Schwindt | |
2002-06-04 | driver for the sbus bwtwo cards (completely untested). | Jason Wright | |
2002-06-03 | Convert from rcons to rasops | Jason Wright | |
2002-03-14 | Driver for the Aurora Technologies 210SJ parallel port | Jason Wright | |
2002-03-14 | Conditionalize com at asio correctly | Jason Wright | |
2002-03-06 | Driver for the Aurora 210SJ serial ports (It's not 100% correct yet, but | Jason Wright | |
pretty close); thanks to Matt <matt@vertrauen.org> for donating the board. | |||
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright | |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright | |
2002-01-03 | define a new wsemul_sun attribute and add it to the sparc64 framebuffers | Jason Wright | |
[This needs to be extended to the vt100 and dumb emulations too.. in time]. (This allows the removal of WSEMUL_SUN from sparc64/conf/GENERIC) | |||
2001-12-04 | skeleton driver for cgthree (at the same point as cgsix) | Jason Wright | |
2001-12-04 | wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc) | Jason Wright | |
Still kinda ugly, but seems to work. | |||
2001-10-06 | add sbus frontend for isp | Jason Wright | |
2001-09-30 | driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there. | Jason Wright | |
Mostly a port from sparc, but bits from NetBSD. | |||
2001-08-21 | sbus specific driver for hme (from netbsd) | Jason Wright | |
2001-08-21 | esp driver from NetBSD (compiles and even probes disks =) | Jason Wright | |
2001-08-20 | add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?) | Jason Wright | |
including: - OpenBSD style boot determination - local version of media handling - other local modifications, too. | |||
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-19 | enough from netbsd to get le at ledma attached | Jason Wright | |