summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a forgotten `else' while I remember it.Ulf Carlsson2000-05-091-1/+1
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-28343-11808/+32842
* Get locking and semaphores right.Ralf Baechle2000-04-241-33/+45
* Merge with Linux 2.3.99-pre5.Ralf Baechle2000-04-193-10/+25
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-19189-16242/+25306
* Fixed typo (turns out #ifdef is a comment in a Makefile .....)Pat Gefre2000-04-111-8/+8
* Starting to merge in the SN1 (IP35) I/O changesPat Gefre2000-04-112-0/+18
* Let CONFIG_SERIAL_CONSOLE be selectable - At least there is some referenceFlorian Lohoff2000-04-081-0/+3
* Revert changes here - We have fixed Config.in - CONFIG_SERIAL is not selectableFlorian Lohoff2000-04-081-4/+0
* Minor cleanup.Leo Dagum2000-04-061-13/+1
* We at least dont have PC Style serial ports on the IP22Florian Lohoff2000-04-061-0/+4
* Final (I hope) fixes: endianness of the 'handle' field in the command blockLeo Dagum2000-04-061-7/+15
* Remove duplicate options. From Florian Lohoff.Ralf Baechle2000-03-311-10/+0
* Some minor changes to turn on 64-bittiness.Leo Dagum2000-03-312-17/+27
* More DDB5074 updates.Ralf Baechle2000-03-291-1/+2
* Makefile fixed for a crosscompiling environmentHarald Koerfgen2000-03-282-5/+2
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-27226-7332/+17000