summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
* IOC3 Ethernet driver and a ton of de-irix-ized IRIX header files withRalf Baechle2000-01-134-0/+884
| | | | | hardware related definitions. For more Origin bits stay tuned on this channel ...
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0449-716/+4565
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-3/+3
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Merge with 2.3.19.Ralf Baechle1999-10-09224-14155/+36837
|
* Merge with 2.3.10.Ralf Baechle1999-09-28104-616/+6910
|
* Updates in preperation of EISA support.Andrew R. Baker1999-08-111-2/+3
|
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-261-0/+6
| | | | Indigo anyone? :-)
* Merge with Linux 2.3.9.Ralf Baechle1999-07-054-5/+6
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-223-18/+5
| | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ...
* Cleanup, sync with others sources.Ralf Baechle1999-06-212-10/+0
|
* The rest of 2.3.6.Ralf Baechle1999-06-178-0/+5971
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-1741-949/+1326
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-1374-8932/+17344
|
* Various changes to Makefiles and Config.in files to be able to make use of ↵Harald Koerfgen1999-05-012-0/+27
| | | | the new DECstation and Baget stuff :-)
* DECstation updatesHarald Koerfgen1999-04-111-6/+0
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-1595-7646/+21985
|
* More DEC and Baget stuff.Ralf Baechle1999-01-272-0/+2628
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-0484-5508/+21573
| | | | (Did I mention that CVS is buggy ...)
* splitted up sonic to make code reusable for other architecturesThomas Bogendoerfer1998-10-184-314/+342
|
* o Make it work on CPUs with 128 byte cachelines.Ralf Baechle1998-10-141-2/+2
| | | | | | | | | 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.
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-1921-780/+4295
| | | | - Bugfixes.
* avoid probing for 0xffe0Thomas Bogendoerfer1998-08-281-2/+2
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-25107-8414/+27247
| | | | | o New Newport console code. o New G364 console code.
* fixed race in transmit; this time it worksThomas Bogendoerfer1998-08-222-75/+66
| | | | minor cleanups
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-3014-213/+152
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-0733-432/+3140
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-0510-2376/+3281
| | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ...
* o Merge with Linux 2.1.90.Ralf Baechle1998-03-1813-2326/+2738
| | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ...
* Forgot those ...Ralf Baechle1998-03-171-0/+413
|
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-17118-9984/+13261
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* Cache fixes, part #1.Ralf Baechle1998-03-031-4/+4
|
* Upgrade to 2.1.73.Ralf Baechle1998-03-037-226/+2272
|
* Merge with Linux 2.1.72, part 3.Ralf Baechle1997-12-1627-0/+17189
|
* Merge with Linux 2.1.72, part 2.Ralf Baechle1997-12-1623-0/+1260
| | | | | | The new signal code with exception of the code for the rt signals. The definitions in <asm/siginfo.h> and <asm/ucontext.h> are currently just stolen from the Alpha and will need to be overhauled.
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-1643-16590/+212
|
* Merge with Linux 2.1.67.Ralf Baechle1997-12-06119-15705/+24967
|
* Fix the large number of ``transmit timed out'' messages the driverRalf Baechle1997-12-061-1/+3
| | | | was producing.
* Part #2 merging back my changes ...Ralf Baechle1997-12-015-9/+10
|
* Merge with 2.1.56 as first part of merging back my code.Ralf Baechle1997-12-016-3/+364
|
* Fixed bus error by avoiding HPC bug affecting reads of dma registers.Mark Salter1997-09-161-14/+15
| | | | Thanks for the docs, Ariel!
* Remove files that were removed between 2.1.49 and 2.1.55. SomehowRalf Baechle1997-09-122-206/+0
| | | | my script to do that broke :-(
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-1237-3139/+8350
| | | | CVS archive.
* Mark Salter's patch to fix the excessive eth0 timeout bug.Mike Shaver1997-08-201-22/+26
| | | | | | | | | | | | | | | | | Mark's description of the problem: This patch seems to have fixed the excessive ethernet timeouts I've been seeing. The problem was a race condition when queueing another packet for transmisson. The code in sgiseeq_start_xmit() would try to start another transmission from the head of the transmit queue if the HPC was inactive. Because interrupts are off at this time, it was possible that that packet had been transmitted but the queue head had not been advanced by an interrupt service. This resulted in a duplicate packet being sent over the wire and when interrupts were reenabled, the normal ack'ing of the original transmission of that packet would put the HPC into a wedged state which eventually led to a timeout and reset.
* fixed silly typoThomas Bogendoerfer1997-08-071-18/+37
| | | | | | fixed race in packet transmission changed some debug messages bumped up version number to 0.50
* Merge to 2.1.38.Miguel de Icaza1997-08-064-20/+18
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* changes email addressThomas Bogendoerfer1997-07-291-1/+1
|
* Merge with 2.1.47. Some more cleanup and module fixes.Ralf Baechle1997-07-2910-41/+11
|
* Sync with Linux 2.1.46.Ralf Baechle1997-07-2023-1206/+6277
|
* Merge with 2.1.43.Ralf Baechle1997-06-1718-767/+2244
|
* Fix statement for Sonic driver.Ralf Baechle1997-06-121-2/+4
|