Commit 2b803a1b authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Self-promotion and minor docs updates

From:  Pavel Machek <pavel@ucw.cz>

  This fixes url in ioctls, fixes some kernel parameters, kills comment
  in tty that is 10+ years old and wrong, and adds me a little
  credits.
parent 3ca49eb4
......@@ -1963,7 +1963,8 @@ N: Pavel Machek
E: pavel@ucw.cz
E: pavel@suse.cz
D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB
D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB,
D: work on suspend-to-ram/disk, killing duplicates from ioctl32
S: Volkova 1131
S: 198 00 Praha 9
S: Czech Republic
......
......@@ -174,7 +174,7 @@ Code Seq# Include File Comments
0xA0 all linux/sdp/sdp.h Industrial Device Project
<mailto:kenji@bitgate.com>
0xA2 00-0F DVD decoder driver in development:
<http://linuxtv.org/dvd/api/>
<http://linuxtv.org/developer/dvdapi.html>
0xA3 00-1F Philips SAA7146 dirver in development:
<mailto:Andreas.Beckmann@hamburg.sc.philips.com>
0xA3 80-8F Port ACL in development:
......
......@@ -361,9 +361,10 @@ running once the system is up.
noirqbalance [IA-32,SMP,KNL] Disable kernel irq balancing
i8042_direct [HW] Non-translated mode
i8042_dumbkbd
i8042_noaux
i8042_direct [HW] Keyboard has been put into non-translated mode
by BIOS
i8042_dumbkbd [HW] Don't attempt to blink the leds
i8042_noaux [HW] Don't check for auxiliary (== mouse) port
i8042_nomux
i8042_reset [HW] Reset the controller during init and cleanup
i8042_unlock [HW] Unlock (ignore) the keylock
......
......@@ -253,9 +253,6 @@ struct device;
* treatment, but (1) the default 80x24 is usually right and (2) it's
* most often used by a windowing system, which will set the correct
* size each time the window is created or resized anyway.
* IMPORTANT: since this structure is dynamically allocated, it must
* be no larger than 4096 bytes. Changing TTY_FLIPBUF_SIZE will change
* the size of this structure, and it needs to be done with care.
* - TYT, 9/14/92
*/
struct tty_struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment