Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prune files.* entries that refer to files not in tree | 2018-02-14 | 1 | -2/+1 | |
| | | | | ok krw@ mpi@ | ||||
* | remove isp(4) now that the ql* family have replaced it | 2015-06-19 | 1 | -4/+1 | |
| | |||||
* | Remove all audio format conversion code from the kernel (btw holding | 2015-05-11 | 1 | -2/+2 | |
| | | | | | | | | | the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@ | ||||
* | ISP1000 SBus support for qlw(4). | 2014-03-15 | 1 | -1/+4 | |
| | |||||
* | sbus(4) glue for qla(4) | 2014-02-02 | 1 | -1/+4 | |
| | |||||
* | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | 2013-09-24 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | - the am7990_get() - now lance_get() - is unchanged. - the interrupt acknowledge logic is unchanged, and will disable interrupts, then acknowledge all interrupt conditions. Add ILACC (79900) support (from NetBSD). Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code (lance.c) as possible. This affects all le(4) attachments, but the changes are mostly mechanical, to split am7990-specific parts from lance-agnostic parts. Compile tested on all affected platforms. Tested on alpha, hp300, luna88k, mvme88k, sparc, sparc64 and vax. | ||||
* | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | 2009-09-01 | 1 | -1/+4 | |
| | | | | Not tested on sparc64 yet. | ||||
* | use the right capitalization for `MBus' and `SBus' | 2007-05-31 | 1 | -2/+2 | |
| | | | | ok jmc@ | ||||
* | SBus parallel port driver, from NetBSD but untested (no printer or cables); | 2007-02-28 | 1 | -1/+6 | |
| | | | | this should hopefully stop people from asking me about it (-: | ||||
* | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | 2006-12-09 | 1 | -11/+11 | |
| | | | | | | | | | | attribute anymore; remove it and use option WSEMUL_SUN instead, which gets added to all sparc* kernels. While there, do not compile vt100 emulation on sparc* kernels, this saves 16+ KB of text. ok deraadt@ | ||||
* | zx needs rasops8 code for emulation modes, not rasops32. | 2006-12-02 | 1 | -2/+2 | |
| | |||||
* | initial stab at an SBus front end for gem(4). currently untested. | 2006-11-25 | 1 | -1/+4 | |
| | | | | From martin@NetBSD | ||||
* | Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit. | 2006-02-12 | 1 | -2/+2 | |
| | |||||
* | Cosmetics... | 2005-03-08 | 1 | -3/+3 | |
| | | | | | Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | ||||
* | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | 2005-03-05 | 1 | -11/+15 | |
| | | | | the only way to connect it to a sparc64 machine is via an xbox device. | ||||
* | Preliminary xbox support: attaches, memory mapping and interrupts work, but | 2005-03-05 | 1 | -1/+5 | |
| | | | | | | | | 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. | ||||
* | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | 2004-11-29 | 1 | -1/+9 | |
| | | | | due to lack of hardware. | ||||
* | Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize | 2004-06-21 | 1 | -1/+5 | |
| | | | | the board correctly, though. | ||||
* | Port mgx(4) to sparc64. | 2004-06-20 | 1 | -1/+5 | |
| | |||||
* | Port the rfx(4) frame buffer driver to sparc64. | 2004-06-20 | 1 | -1/+5 | |
| | |||||
* | zx(4) support for sparc64, tested on an Ultra 2. | 2004-06-20 | 1 | -1/+5 | |
| | |||||
* | Split the stp driver into its core, and md attachment routines, and provide | 2003-06-23 | 1 | -2/+2 | |
| | | | | attachment routines for sparc and sparc64. | ||||
* | Make the "slot" and "offset" locators for sbus drivers optional in | 2003-05-14 | 1 | -2/+2 | |
| | | | | configuration lines. | ||||
* | indent. | 2002-06-20 | 1 | -19/+19 | |
| | |||||
* | rename nell to stp. we do not always follow stupid solaris names | 2002-06-20 | 1 | -5/+5 | |
| | |||||
* | more sbus->pcmcia pieces. | 2002-06-19 | 1 | -1/+7 | |
| | |||||
* | driver for the sbus bwtwo cards (completely untested). | 2002-06-04 | 1 | -1/+5 | |
| | |||||
* | Convert from rcons to rasops | 2002-06-03 | 1 | -3/+3 | |
| | |||||
* | Driver for the Aurora Technologies 210SJ parallel port | 2002-03-14 | 1 | -1/+6 | |
| | |||||
* | Conditionalize com at asio correctly | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | Driver for the Aurora 210SJ serial ports (It's not 100% correct yet, but | 2002-03-06 | 1 | -1/+6 | |
| | | | | pretty close); thanks to Matt <matt@vertrauen.org> for donating the board. | ||||
* | Driver for getting at performance counters. These manifest them | 2002-01-30 | 1 | -1/+4 | |
| | | | | | selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | ||||
* | Port of my spif driver to sparc64 (untested) | 2002-01-13 | 1 | -1/+9 | |
| | |||||
* | Port of Iain Hibbert's magma driver to sparc64 | 2002-01-12 | 1 | -1/+9 | |
| | |||||
* | define a new wsemul_sun attribute and add it to the sparc64 framebuffers | 2002-01-03 | 1 | -3/+3 | |
| | | | | | [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) | ||||
* | skeleton driver for cgthree (at the same point as cgsix) | 2001-12-04 | 1 | -1/+5 | |
| | |||||
* | wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc) | 2001-12-04 | 1 | -1/+5 | |
| | | | | Still kinda ugly, but seems to work. | ||||
* | add sbus frontend for isp | 2001-10-06 | 1 | -1/+4 | |
| | |||||
* | driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there. | 2001-09-30 | 1 | -1/+5 | |
| | | | | Mostly a port from sparc, but bits from NetBSD. | ||||
* | sbus specific driver for hme (from netbsd) | 2001-08-21 | 1 | -1/+3 | |
| | |||||
* | esp driver from NetBSD (compiles and even probes disks =) | 2001-08-21 | 1 | -1/+6 | |
| | |||||
* | add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?) | 2001-08-20 | 1 | -1/+13 | |
| | | | | | | | including: - OpenBSD style boot determination - local version of media handling - other local modifications, too. | ||||
* | $OpenBSD$ | 2001-08-20 | 1 | -0/+1 | |
| | |||||
* | enough from netbsd to get le at ledma attached | 2001-08-19 | 1 | -0/+26 | |