Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix VINO base address. | Ralf Baechle | 2001-06-10 | 1 | -4/+3 |
| | |||||
* | Add support for DDB5477. | Ralf Baechle | 2001-06-10 | 6 | -8/+2053 |
| | |||||
* | Fix computation of multicast filter bitmask. Before this only joining | Ralf Baechle | 2001-06-10 | 1 | -1/+5 |
| | | | | upto one multicast group at any given time was working. Fix locking. | ||||
* | Support 512mb RAM configuration for Momenco Ocelot. Patch from | Ralf Baechle | 2001-06-05 | 1 | -0/+2 |
| | | | | David Woodhouse (dwmw2@infradead.org). | ||||
* | Udelay isn't suitable for very long delays. | Ralf Baechle | 2001-06-03 | 1 | -10/+10 |
| | |||||
* | Don't try to fiddle with the serial interface on the fourth IOC3 in | Ralf Baechle | 2001-05-23 | 1 | -0/+38 |
| | | | | an MENET card. | ||||
* | Comment corrections and reformatting. | Ralf Baechle | 2001-05-22 | 1 | -17/+17 |
| | |||||
* | Use <linux/mii.h> instead of our own mii.h. | Ralf Baechle | 2001-05-22 | 1 | -78/+73 |
| | |||||
* | Autonegotiation and cleanup for the IOC3 driver. I'm a sizzy, so I | Ralf Baechle | 2001-05-21 | 1 | -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 other | Ralf Baechle | 2001-05-18 | 2 | -3/+3 |
| | | | | cleanup. Patch from Pete Popov. | ||||
* | Update Montavista email addresses. | Ralf Baechle | 2001-05-18 | 2 | -2/+2 |
| | |||||
* | Strip ethernet trailer from received packets. | Ralf Baechle | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | Mips32 fixes from Carsten. | Ralf Baechle | 2001-05-04 | 1 | -5/+5 |
| | |||||
* | Alchemy support. Done by Pete and further hacked up a bit by me ... | Ralf Baechle | 2001-05-04 | 6 | -0/+1500 |
| | |||||
* | Free memory used by user font when unloading module, reformat. | Ralf Baechle | 2001-04-17 | 1 | -18/+13 |
| | |||||
* | Adjust email address | Harald Koerfgen | 2001-04-14 | 3 | -3/+3 |
| | |||||
* | Fix the IP27 serial driver after the 2.4.3 merge. This is what you | Kanoj Sarcar | 2001-04-10 | 1 | -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 Baechle | 2001-04-06 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 657 | -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 Baechle | 2001-04-01 | 5 | -4/+674 |
| | |||||
* | Serial driver for TX3912 builtin UART. | Ralf Baechle | 2001-04-01 | 5 | -1/+1193 |
| | |||||
* | When skb allocation fails in the rx interrupt handler the skb was | Ralf Baechle | 2001-03-30 | 1 | -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 Baechle | 2001-03-28 | 1 | -405/+540 |
| | |||||
* | Prefix CPP symbols from tcmodule.h with TC_ to avoid namespace | Ralf Baechle | 2001-03-26 | 1 | -10/+8 |
| | | | | collisions. | ||||
* | Get Indy64 booting a little farther. This also fixes a generic 64-bitness | Keith M Wesolowski | 2001-03-26 | 3 | -9/+7 |
| | | | | bug in some of the r4k cache routines. | ||||
* | Implement module removal. | Ralf Baechle | 2001-03-24 | 1 | -3/+9 |
| | |||||
* | Deprecate the mii-tools ioctls; I'm about to replace them with the | Ralf Baechle | 2001-03-22 | 1 | -1/+1 |
| | | | | more standard ethtool ioctls. | ||||
* | IOC3 can share interrupts, so allocate interrupt with SA_SHIRQ. | Ralf Baechle | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Hide traces from where I did cut'n'paste ;-) | Ralf Baechle | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Lots of cleanup from Keith with additional tweaks by me. More to | Ralf Baechle | 2001-03-18 | 4 | -16/+18 |
| | | | | come. Stay frightened :-) | ||||
* | Update ITE 8712 code. | Ralf Baechle | 2001-03-16 | 11 | -57/+3775 |
| | |||||
* | More Cobalt junk. | Ralf Baechle | 2001-03-12 | 1 | -8/+0 |
| | |||||
* | Dead files which for some reason still exist in our tree. | Ralf Baechle | 2001-03-12 | 3 | -1397/+0 |
| | |||||
* | Fix error messages when request_irq() fails. | Ralf Baechle | 2001-03-11 | 1 | -4/+4 |
| | |||||
* | sgi_graphics_nopage() returns struct page *, not unsigned long. | Ralf Baechle | 2001-03-11 | 1 | -5/+2 |
| | |||||
* | Compile fixes for CONFIG_SGI_NEWPORT_GFX. | Ralf Baechle | 2001-03-11 | 7 | -48/+23 |
| | |||||
* | BCD_TO_BIN doesn't return a value. | Ralf Baechle | 2001-03-11 | 1 | -1/+1 |
| | |||||
* | Kludge: Use GFP_ATOMIC for ring allocations. | Ralf Baechle | 2001-03-11 | 1 | -1/+1 |
| | |||||
* | One more. | Ralf Baechle | 2001-03-11 | 1 | -0/+5 |
| | |||||
* | suser() cleanup from Rob Radez <rob@osinvestor.com> | Harald Koerfgen | 2001-03-10 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 916 | -17448/+51443 |
| | |||||
* | Partial cleanup of the IOC3. Use newer APIs moving closer to a unified | Ralf Baechle | 2001-03-09 | 1 | -24/+30 |
| | | | | driver for all architectures. | ||||
* | Fix from Rasmus Andersen <rasmus@jaquet.dk> | Harald Koerfgen | 2001-03-06 | 1 | -10/+24 |
| | |||||
* | Delete unused file. From Geert. | Ralf Baechle | 2001-03-06 | 1 | -909/+0 |
| | |||||
* | Support for Phillips PDAs. | Ralf Baechle | 2001-02-22 | 1 | -0/+5 |
| | |||||
* | ITE 8172 patches from Pete Popov slightly hacked by me. | Ralf Baechle | 2001-02-21 | 7 | -0/+1197 |
| | |||||
* | Fix for SNIA IOC3 configuration. | Ralf Baechle | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Start of an attempt to unify support for GT64120 based boards. | Ralf Baechle | 2001-02-05 | 2 | -1/+2 |
| | |||||
* | Remove .cvsignore from empty directories. | Ralf Baechle | 2001-02-05 | 3 | -11/+0 |
| | |||||
* | Merge with Linux 2.4.1. | Ralf Baechle | 2001-01-31 | 237 | -4450/+12132 |
| |