summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* o Added a VINO driver, well it tries to read the revision register at least. ↵Ulf Carlsson1999-02-086-4/+382
| | | | I use some special code when I write to those 64 bit registers.
* o I had to remove the include from hal2.c when I removed theUlf Carlsson1999-02-073-229/+2
| | | | include file itself. Duh!
* here we go..Ulf Carlsson1999-02-071-3/+3
|
* o Removed indy_pbus.c neither it worked nor it was really neededUlf Carlsson1999-02-073-115/+101
| | | | | | | | | | | o Moved the relevant parts right into hal2.c o Found at that I had forgot to setup pbus.cfgdma, I think I'm doing that correctly now o Changed hpcreg pbus_dmacfgs[128][10] to hpcreg pbus_dmacfgs[10][128] in sgihpc.h. It seems to be eiser addressed that way o I'm now using a flags variable instead of +1000 variables! I don't know CVS well enough yet. I'll remove the bogus files in the next burst!
* Making myself rich and famous, and making it so graphics.o actually loads.Alex deVries1999-02-062-0/+20
|
* Got it to build.Alex deVries1999-02-062-3/+4
| | | | - Alex
* - fixed compiling in of ramdisks; we don't have the kernel segment defining ↵Alex deVries1999-02-0613-25/+89
| | | | | | | | | | initrd offset, etc. - a couple of HAL related changes to make it build better - the start of making newport graphics a module; currently this breaks as a module, but works okay built into the kernel. - Alex
* fixed hal2 accessThomas Bogendoerfer1999-02-032-12/+9
| | | | removed workaround attempt in hal2_reset()
* Alan's smart idea added.Ulf Carlsson1999-02-021-6/+8
|
* From Alexander Viro: In the irix_fstatfs, irix_fstatvfs we did an extraRalf Baechle1999-02-012-77/+61
| | | | | | | | | | | | | dput(). Removed. If, by any chance, current->files->fd[fd] will contract NULL f_dentry we are screwed anyway - mmap, close, lseek, etc. will choke on it. Any such case is bug in kernel and deserves oops. Removed tests for NULL f_dentry from sysirix.c (and IMHO someday it should be done in fs/open.c). Better die early and give better chance to find the reason of screwup; process wouldn't survive anyway. Pretty cosmetical change in irixioctl.c
* Fix from Andrea Arcangeli for a potencial division by zero bug whenRalf Baechle1999-02-011-2/+12
| | | | jiffies wrap.
* check if this makes any differenceUlf Carlsson1999-01-291-4/+4
|
* not sure if it made it inUlf Carlsson1999-01-281-42/+48
|
* Inserted delays where they might be needed.Ulf Carlsson1999-01-281-2/+10
|
* some more printks and minor changesUlf Carlsson1999-01-281-16/+25
| | | | Ralf: We might need a hand here
* More DEC and Baget stuff.Ralf Baechle1999-01-2726-1/+8601
|
* o I found out that the card has to be activated by writing 1 to the the globalUlf Carlsson1999-01-271-10/+19
| | | | | | reset bit in the isr register. o Added some additionals printks o Found another bug
* *sigh*Ulf Carlsson1999-01-272-13/+44
|
* forgot some stupid volatile *duh*Ulf Carlsson1999-01-272-5/+2
|
* tiny changesUlf Carlsson1999-01-271-2/+2
|
* just changing a comment.Alex deVries1999-01-271-1/+1
| | | | - Alex
* I'm pretty bored of writing this now since it's about the tenth time I'm doingUlf Carlsson1999-01-272-74/+103
| | | | | | | | | | it, but ok: I have fixed some bugs. The driver should now also make sure the indirect registers work as they are supposed to. If this is ok should the next step be the DMA. There are about +1000 bugs in that part of the code.
* added some symbolsUlf Carlsson1999-01-271-1/+8
|
* Fixing up newport graphics include files.Alex deVries1999-01-272-13/+585
| | | | - Alex
* Simple change so that HAL detects properly.Alex deVries1999-01-271-8/+7
|
* Ulf's HAL driver.Alex deVries1999-01-2712-11/+1767
| | | | - Alex
* updated debugging code, still some really weird inode stuffMike Shaver1999-01-224-46/+60
|
* EFS mark II. Incomplete, but much cleaner.Mike Shaver1999-01-187-1037/+759
|
* First round of commits for support for DECstations and Bagets.Ralf Baechle1999-01-1735-0/+7421
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041230-45366/+108613
| | | | (Did I mention that CVS is buggy ...)
* Merge with Linux 2.1.131 plus some more MIPS goodies.Ralf Baechle1999-01-03146-4666/+10807
|
* The Oops messages are now much improved, you may run them through ksymoopsUlf Carlsson1998-10-311-48/+73
| | | | | | now. Let's hope I don't break anything :) - Ulf
* Remove confusing ``+'' which Linus didn't like ...Ralf Baechle1998-10-211-1/+1
|
* fixed old bug uncovered by recently changesThomas Bogendoerfer1998-10-181-2/+2
|
* splitted up sonic to make code reusable for other architecturesThomas Bogendoerfer1998-10-184-314/+342
|
* added prototype for prom_identify_archThomas Bogendoerfer1998-10-181-4/+4
| | | | removed prototype for prom_setup_archtags
* architecure is now identified in arc/identify.cThomas Bogendoerfer1998-10-181-40/+1
|
* prom support has been moved to arc/arclib.aThomas Bogendoerfer1998-10-1813-727/+0
|
* removed tagsThomas Bogendoerfer1998-10-181-69/+0
|
* sgi/prom/promlib.a is now arc/arclib.aThomas Bogendoerfer1998-10-181-7/+9
| | | | added arclib to rm200 and jazz
* moved sgi/prom and made it a little bit more generic for ARC like firmwaresThomas Bogendoerfer1998-10-1814-0/+810
|
* removed wired mappingsThomas Bogendoerfer1998-10-181-231/+4
| | | | removed tags
* removed tagsThomas Bogendoerfer1998-10-184-229/+6
|
* made floppy on jazz plattforms working againThomas Bogendoerfer1998-10-181-28/+5
| | | | removed tags
* made timer irq remappableThomas Bogendoerfer1998-10-181-4/+4
|
* made floppy on jazz plattforms working againThomas Bogendoerfer1998-10-182-6/+7
|
* remapped all local interrupts to get them out of the way of (E)ISA interruptsThomas Bogendoerfer1998-10-181-10/+14
| | | | (floppy irq is still at IRQ 6 and needs a better solution)
* o Make it work on CPUs with 128 byte cachelines.Ralf Baechle1998-10-147-332/+422
| | | | | | | | | o Implement handlers for VCEI / VCED exceptions. Install them only on SC / MC versions of the R4000 and R4400 which saves us four instructions per exception on other CPUs. o Print the number of VCED / VCEI exceptions in /proc/cpuinfo, iff available. o Many performance fixes for the SC / MC versions of R4000 and R4400.
* reversed mapping of serial console, because of change in sgiserial.cThomas Bogendoerfer1998-10-021-2/+2
|
* untwisted serial ports. now ttyS0 is serial 1 and ttyS1 is serial 2Thomas Bogendoerfer1998-10-021-20/+15
|