summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to fiddle with the serial interface on the fourth IOC3 inRalf Baechle2001-05-231-0/+38
| | | | an MENET card.
* Comment corrections and reformatting.Ralf Baechle2001-05-221-17/+17
|
* Use <linux/mii.h> instead of our own mii.h.Ralf Baechle2001-05-221-78/+73
|
* Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so IRalf Baechle2001-05-211-130/+698
| | | | | don't put this into the LBA tree until it's received some more testing - the patch is ~ 2/3 of the driver's size.
* Move Alchemy board to the new interrupt handling plus various otherRalf Baechle2001-05-182-3/+3
| | | | cleanup. Patch from Pete Popov.
* Update Montavista email addresses.Ralf Baechle2001-05-182-2/+2
|
* Strip ethernet trailer from received packets.Ralf Baechle2001-05-171-1/+1
|
* Mips32 fixes from Carsten.Ralf Baechle2001-05-041-5/+5
|
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-046-0/+1500
|
* Free memory used by user font when unloading module, reformat.Ralf Baechle2001-04-171-18/+13
|
* Adjust email addressHarald Koerfgen2001-04-143-3/+3
|
* Fix the IP27 serial driver after the 2.4.3 merge. This is what youKanoj Sarcar2001-04-101-5/+0
| | | | | need in /etc/inittab: "7:2345:respawn:/sbin/getty ttyS0 DT9600". mingetty can also probably be made to work.
* Remove \r character.Ralf Baechle2001-04-061-1/+1
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-05657-14155/+65343
| | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
* Frame buffer for the TX3912.Ralf Baechle2001-04-015-4/+674
|
* Serial driver for TX3912 builtin UART.Ralf Baechle2001-04-015-1/+1193
|
* When skb allocation fails in the rx interrupt handler the skb wasRalf Baechle2001-03-301-3/+3
| | | | | reused even though it was alredy passed of to the network stack, possibly resulting in corruption or even crash.
* Set_font() support for Newport console. Patch from Michl Ladislav.Ralf Baechle2001-03-281-405/+540
|
* Prefix CPP symbols from tcmodule.h with TC_ to avoid namespaceRalf Baechle2001-03-261-10/+8
| | | | collisions.
* Get Indy64 booting a little farther. This also fixes a generic 64-bitnessKeith M Wesolowski2001-03-263-9/+7
| | | | bug in some of the r4k cache routines.
* Implement module removal.Ralf Baechle2001-03-241-3/+9
|
* Deprecate the mii-tools ioctls; I'm about to replace them with theRalf Baechle2001-03-221-1/+1
| | | | more standard ethtool ioctls.
* IOC3 can share interrupts, so allocate interrupt with SA_SHIRQ.Ralf Baechle2001-03-211-1/+1
|
* Hide traces from where I did cut'n'paste ;-)Ralf Baechle2001-03-211-1/+1
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-184-16/+18
| | | | come. Stay frightened :-)
* Update ITE 8712 code.Ralf Baechle2001-03-1611-57/+3775
|
* More Cobalt junk.Ralf Baechle2001-03-121-8/+0
|
* Dead files which for some reason still exist in our tree.Ralf Baechle2001-03-123-1397/+0
|
* Fix error messages when request_irq() fails.Ralf Baechle2001-03-111-4/+4
|
* sgi_graphics_nopage() returns struct page *, not unsigned long.Ralf Baechle2001-03-111-5/+2
|
* Compile fixes for CONFIG_SGI_NEWPORT_GFX.Ralf Baechle2001-03-117-48/+23
|
* BCD_TO_BIN doesn't return a value.Ralf Baechle2001-03-111-1/+1
|
* Kludge: Use GFP_ATOMIC for ring allocations.Ralf Baechle2001-03-111-1/+1
|
* One more.Ralf Baechle2001-03-111-0/+5
|
* suser() cleanup from Rob Radez <rob@osinvestor.com>Harald Koerfgen2001-03-101-1/+1
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-09916-17448/+51443
|
* Partial cleanup of the IOC3. Use newer APIs moving closer to a unifiedRalf Baechle2001-03-091-24/+30
| | | | driver for all architectures.
* Fix from Rasmus Andersen <rasmus@jaquet.dk>Harald Koerfgen2001-03-061-10/+24
|
* Delete unused file. From Geert.Ralf Baechle2001-03-061-909/+0
|
* Support for Phillips PDAs.Ralf Baechle2001-02-221-0/+5
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-217-0/+1197
|
* Fix for SNIA IOC3 configuration.Ralf Baechle2001-02-051-1/+1
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-052-1/+2
|
* Remove .cvsignore from empty directories.Ralf Baechle2001-02-053-11/+0
|
* Merge with Linux 2.4.1.Ralf Baechle2001-01-31237-4450/+12132
|
* This on slipped throughHarald Koerfgen2001-01-281-0/+24
|
* zs and LK201 fixes from MaciejHarald Koerfgen2001-01-284-111/+203
|
* DECstation framebuffer drivers from Michael Engel and Karsten MerkerHarald Koerfgen2001-01-288-55/+996
|
* Fix compilation of non-module sgiwd93.cFlorian Lohoff2001-01-251-0/+4
|
* Better error checking.Ralf Baechle2001-01-231-3/+25
|