summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Remove broken garbage, wonder where it came from.Ralf Baechle2000-07-101-12/+0
* Kill junk from recent merge.Ralf Baechle2000-07-103-3036/+0
* Merge with 2.4.0-test3-pre7.Ralf Baechle2000-07-0913-40/+62
* Fix for scsi.c warning. Patch sent to Linus.Ralf Baechle2000-07-091-1/+2
* Serial driver fixes, sent to Linus.Ralf Baechle2000-07-091-2/+4
* DECstation resp. R3000 related -Werror fixesHarald Koerfgen2000-07-091-79/+98
* Merge with Linux 2.4.0-pre3-test6.Ralf Baechle2000-07-0920-115/+215
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-0845-143/+186
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-08308-2235/+69757
* Fix some -Werror bugs - some vars were obsoleteFlorian Lohoff2000-07-061-2/+0
* No more ifeq needed.Ralf Baechle2000-07-061-4/+1
* One more compiler warning that was hiding a real bug ...Ralf Baechle2000-07-051-3/+2
* Ignore more stuff for CVS.Ralf Baechle2000-07-041-0/+5
* Make pid_t int. Change printf()'s according to that. DeclareUlf Carlsson2000-07-042-10/+10
* Various minor type fixes.Ulf Carlsson2000-07-044-7/+8
* Merge with Linux 2.4.0-test3-pre2.Ralf Baechle2000-07-0371-648/+5151
* Fix compile error. DEC guys, nobody of you compiling this stuff orRalf Baechle2000-06-291-1/+1
* Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-271-7/+1
* Delete junkfile.Ralf Baechle2000-06-252-59/+0
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-25137-10735/+11597
* Merge with Linux 2.4.0-ac22-riel.Ralf Baechle2000-06-2158-98/+106
* Undo random keyboard driver patch which nobody really remembersRalf Baechle2000-06-201-1/+1
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-201-1/+1
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-19538-10898/+26920
* Merge with 2.4.0-test1.Ralf Baechle2000-06-1636-502/+4120
* - Fix memory leak when allocating buffers (we did that twice)Ulf Carlsson2000-06-161-61/+104
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-15160-4208/+7209
* The nic search command may fail because of the battery inUlf Carlsson2000-06-141-5/+17
* Fix comment.Ralf Baechle2000-06-081-2/+2
* Fix an uninitialized pointer bug. Remove interrupt handlingRalf Baechle2000-06-071-31/+28
* Remove annoying printk. Fix transmit timeout spam. Remove mdelayRalf Baechle2000-06-061-3/+1
* The Search ROM functionality should be used when we locate the NICUlf Carlsson2000-06-061-31/+117
* Fix stupid compilation bug.Ralf Baechle2000-05-311-1/+1
* Turn IOC3 upside down. Driver should now survive a timeout reset andRalf Baechle2000-05-311-180/+209
* Use ether_setup instead of init_etherdev.Ulf Carlsson2000-05-311-45/+49
* Remove all IOC3 hacks. IOC3 now allocates it's resources the same wayRalf Baechle2000-05-302-64/+52
* The last CONFIG_HAVE_IO_PORTS...Harald Koerfgen2000-05-231-1/+1
* Also kill CONFIG_HAVE_IO_PORTS.Ralf Baechle2000-05-231-5/+4
* Implement private_ioctl driver method, this is needed by mii-tool fromRalf Baechle2000-05-231-12/+64
* Typo fixedHarald Koerfgen2000-05-211-1/+1
* Fix namespace collision between serial.c and sgiserial.c which couldRalf Baechle2000-05-192-2/+8
* Let tty_io.c call init_serial_console (CONFIG_SERIAL vs. CONFIG_SGI_SERIAL)Florian Lohoff2000-05-191-1/+1
* Move sgiserial initialization to a much better placeFlorian Lohoff2000-05-191-0/+1
* The device initialization code can not assume it is being invoked onKanoj Sarcar2000-05-171-1/+5
* Fix rx/tx byte accounting. From Flo and Klaus Naumann.Ralf Baechle2000-05-161-1/+3
* Some small fixes and cleanups:Harald Koerfgen2000-05-161-1/+1
* Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)Ralf Baechle2000-05-1268-6147/+22043
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-12375-6145/+32618
* SMP locking for IOC3 Ethernet driver. I've got more changes pendingRalf Baechle2000-05-101-8/+15
* Fix for multiple detection of ethernet interface.Florian Lohoff2000-05-101-1/+1