summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2003-05-26 02:59:29 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-26 02:59:29 -0700
commit2b803a1b847e256cb19ca4239d2f8f14a0ae496a (patch)
tree6c8746f0441d5b7de570aaf91bc74d6983333a94
parent3ca49eb418cb7b77aaa58ca3f9fcfbfe641b146e (diff)
[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.
-rw-r--r--CREDITS3
-rw-r--r--Documentation/ioctl-number.txt2
-rw-r--r--Documentation/kernel-parameters.txt7
-rw-r--r--include/linux/tty.h3
4 files changed, 7 insertions, 8 deletions
diff --git a/CREDITS b/CREDITS
index b933ee8b90ca..984802bbf1d0 100644
--- a/CREDITS
+++ b/CREDITS
@@ -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
diff --git a/Documentation/ioctl-number.txt b/Documentation/ioctl-number.txt
index 0d2a113b41ea..5264d462e615 100644
--- a/Documentation/ioctl-number.txt
+++ b/Documentation/ioctl-number.txt
@@ -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:
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index dd844c9ff2f7..0e73e877c746 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -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
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 47fa75d9ace0..ea8cd3a2779c 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -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 {