summaryrefslogtreecommitdiffstats
path: root/drivers/char/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-041-0/+4
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051-1/+3
| | | | | | | 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.
* Serial driver for TX3912 builtin UART.Ralf Baechle2001-04-011-0/+2
|
* Update ITE 8712 code.Ralf Baechle2001-03-161-0/+13
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-091-1/+1
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-1/+1
| | | | Makefiles.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-281-3/+3
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-4/+4
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Merge with 2.4.0-test7.Ralf Baechle2000-08-281-93/+12
|
* Merge with Linux 2.4.0-test6-pre9.Ralf Baechle2000-08-251-1/+1
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-081-1/+1
|
* Merge with 2.4.0-test5 final.Ralf Baechle2000-07-281-9/+2
|
* Merge with Linux 2.4.0-test5-pre4.Ralf Baechle2000-07-231-14/+15
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-1/+3
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.4.0-test1.Ralf Baechle2000-06-161-0/+1
|
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-151-1/+5
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-0/+3
|
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-281-3/+3
|
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-191-1/+11
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-191-1/+1
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-3/+5
|
* Merge with Linux 2.3.50.Ralf Baechle2000-03-121-1/+3
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-0/+19
|
* Merge with 2.3.48.Ralf Baechle2000-03-021-1/+2
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-1/+1
|
* Merge with Linux 2.3.41.Ralf Baechle2000-02-181-2/+3
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-161-15/+17
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051-31/+27
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-16/+20
|
* Merge with 2.3.27.Ralf Baechle2000-01-291-119/+133
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-18/+18
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Merge with Linux 2.3.22.Ralf Baechle2000-01-211-1/+1
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-9/+27
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-3/+14
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-1/+1
|
* Cleanup, sync with others sources.Ralf Baechle1999-06-211-2/+2
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-171-0/+1
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-131-0/+18
|
* o Fixed some problemsUlf Carlsson1999-04-111-4/+0
| | | | o Cleaned up the configuration scripts a bit
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-4/+36
|
* o Moved the HAL2 driver to drivers/soundUlf Carlsson1999-02-131-1/+3
| | | | | | | | | o Rewrote most of the HAL2 driver. It will now use Alan Cox's soundcore stuff. Please make it work! o VINO now appears only when you build for SGI I think I'll have an Indy here soon so I can do so `serious' work again. It seems to take some time for the machine to reach Sweden. They shipped it about two weeks ago. - Ulf
* o Added a VINO driver, well it tries to read the revision register at least. ↵Ulf Carlsson1999-02-081-0/+3
| | | | I use some special code when I write to those 64 bit registers.
* - fixed compiling in of ramdisks; we don't have the kernel segment defining ↵Alex deVries1999-02-061-4/+0
| | | | | | | | | | initrd offset, etc. - a couple of HAL related changes to make it build better - the start of making newport graphics a module; currently this breaks as a module, but works okay built into the kernel. - Alex
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041-20/+7
| | | | (Did I mention that CVS is buggy ...)
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-191-0/+5
| | | | - Bugfixes.
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-20/+20
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-071-0/+8
| | | | | 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.90.Ralf Baechle1998-03-181-5/+0
| | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ...
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-3/+14
| | | | | | | 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 ...
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-3/+13
|