summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* o Optimization and fixesUlf Carlsson1999-04-091-20/+59
|
* elf2ecoff works for DECstationsHarald Koerfgen1999-04-072-17/+79
|
* Oops, maybe I should remove the auto init too..Ulf Carlsson1999-04-051-11/+1
|
* We don't need this anymore.Ulf Carlsson1999-04-054-1793/+0
|
* You need this symbols in order to use ALSA.Ulf Carlsson1999-04-051-1/+4
|
* Set your volume after your preference with the front panel!Ulf Carlsson1999-04-041-3/+9
|
* /dev/graphics works much better now. I'll clean up the code a little bit soon.Ulf Carlsson1999-04-011-31/+74
|
* exported dma_cache_wback_inv so that I can load hal2.o as a moduleUlf Carlsson1999-04-011-1/+2
|
* The hpc3_regs struct was very broken. I fixed most of it.Ulf Carlsson1999-04-012-11/+17
|
* Updated efs support to revision 0.97.Al Smith1999-03-319-137/+186
|
* Forgot to add #include <asm/byteorder.h> on the last revision.Al Smith1999-03-311-0/+1
|
* Updated efs files for efs-0.97.Al Smith1999-03-313-75/+63
|
* Updated sgi_partition() to cope with running on non big-endianAl Smith1999-03-291-8/+13
| | | | | | machines. It should now be possible to put a SGI drive into a little-endian machine and have the partition table validated correctly.
* added reset code, to get even a busy wd93 back to its feetsThomas Bogendoerfer1999-03-282-1/+32
|
* fix for the lockups after scsi aborts.Thomas Bogendoerfer1999-03-282-1/+4
|
* added workaround for getting passed bogus pointer from wd33c93. This fixesThomas Bogendoerfer1999-03-251-2/+11
| | | | | the reported CDrom problems. But there is still something fishy with broken SCSI devices
* Al Smith's new EFS code, which seems to work and things (missed one)Mike Shaver1999-03-251-0/+232
|
* Al Smith's new EFS code, which seems to work and thingsMike Shaver1999-03-256-744/+515
|
* new EFS headers (Al Smith rocks my world)Mike Shaver1999-03-258-277/+298
|
* fixed flushing of data before dma.Thomas Bogendoerfer1999-03-241-12/+33
| | | | | added scattering over more HPC3 dma descriptors for buffers bigger than 8192 bytes.
* disable popup plane. this allow us to use the faster scrolling evenThomas Bogendoerfer1999-03-191-2/+12
| | | | with video modes with less than 1024 scanlines
* disabled freeing of prom memory, since all problems are sorted outThomas Bogendoerfer1999-03-181-1/+3
|
* fixed video corruptions, when running with less than 1024 scanlinesThomas Bogendoerfer1999-03-151-2/+2
|
* Added a missing endmenuUlf Carlsson1999-03-141-0/+2
|
* fixed one scanline wrap aroundThomas Bogendoerfer1999-03-141-5/+8
|
* added addinitrd, a utility to generate kernels combined with a initrd imageThomas Bogendoerfer1999-03-134-67/+181
|
* made initrd working for Linux/MIPSThomas Bogendoerfer1999-03-131-14/+16
|
* removed old crapThomas Bogendoerfer1999-03-091-12/+4
| | | | inew target vmlinux.ecoff instead of zImage
* added endian conversion code; it's now possible to convert a big endian elfThomas Bogendoerfer1999-03-091-1/+147
| | | | | binary to a big endian ecoff binary on a little endian machine. To produce a ecoff Indy kernel do a "make boot" and pick up arch/mips/boot/vmlinux.ecoff
* fixed detection of bt445 revisionThomas Bogendoerfer1999-03-071-15/+57
| | | | | fixed output of cmap revision added screensize detection
* added printout of chip revisionThomas Bogendoerfer1999-03-021-2/+54
| | | | added value for correction of cursor position depending on the board revision
* added a few defines for the bt445Thomas Bogendoerfer1999-03-021-1/+8
|
* removed obsolete ps2 codeThomas Bogendoerfer1999-02-251-4/+1
|
* added missing fileThomas Bogendoerfer1999-02-251-2/+3
|
* adapted to new irq stuffThomas Bogendoerfer1999-02-251-45/+2
|
* removed leftover debugging stuffThomas Bogendoerfer1999-02-251-9/+1
|
* build a ecoff kernel for Magnums instead of an a.out image for miloThomas Bogendoerfer1999-02-252-6/+504
|
* fixed typoThomas Bogendoerfer1999-02-251-1/+1
|
* added identification for prom memory on ARCSThomas Bogendoerfer1999-02-251-1/+5
|
* identify arc console before doing memory classificationThomas Bogendoerfer1999-02-251-2/+2
|
* added call to free prom memoryThomas Bogendoerfer1999-02-251-5/+4
|
* added memory handling for ARC firmwareThomas Bogendoerfer1999-02-252-25/+91
| | | | added freeing of prom memory
* added stuff for the different ARC memory typesThomas Bogendoerfer1999-02-252-12/+33
|
* adapted driver to latest fbcon changesThomas Bogendoerfer1999-02-251-24/+20
|
* made it working againThomas Bogendoerfer1999-02-251-1/+1
|
* force_sig() is already exportedThomas Bogendoerfer1999-02-251-2/+1
|
* streamable_init is only available on SGIsThomas Bogendoerfer1999-02-251-0/+2
|
* 20 now..Ulf Carlsson1999-02-181-1/+1
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151285-42535/+131012
|
* o Moved the HAL2 driver to drivers/soundUlf Carlsson1999-02-1310-1595/+1799
| | | | | | | | | o Rewrote most of the HAL2 driver. It will now use Alan Cox's soundcore stuff. Please make it work! o VINO now appears only when you build for SGI I think I'll have an Indy here soon so I can do so `serious' work again. It seems to take some time for the machine to reach Sweden. They shipped it about two weeks ago. - Ulf