From b94d6187160f30f0a3d2375f7b1b4208f4b1d756 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 23 Nov 2007 15:10:18 -0500 Subject: [PATCH] Import 1.3.35 --- Documentation/networking/z8530drv.txt | 268 ++-------- MAGIC | 1 + Makefile | 7 +- arch/alpha/config.in | 11 + arch/alpha/kernel/irq.c | 3 +- arch/i386/config.in | 14 +- arch/i386/kernel/irq.c | 6 +- arch/sparc/config.in | 8 + drivers/Makefile | 3 + drivers/block/Makefile | 8 +- drivers/block/README.aztcd | 3 +- drivers/block/README.sjcd | 21 +- drivers/block/aztcd.c | 8 +- drivers/block/ide.c | 41 +- drivers/block/sjcd.c | 655 ++++++++++++++++------- drivers/block/triton.c | 31 +- drivers/char/README.scc | 19 +- drivers/char/atixlmouse.c | 2 + drivers/char/busmouse.c | 2 + drivers/char/keyboard.c | 2 - drivers/char/mem.c | 23 +- drivers/char/msbusmouse.c | 2 + drivers/char/psaux.c | 5 +- drivers/char/random.c | 598 +++++++++++++-------- drivers/net/lance.c | 1 + drivers/net/ppp.c | 4 +- drivers/scsi/aha1542.c | 25 +- drivers/scsi/eata_dma_proc.c | 46 +- drivers/scsi/scsi.c | 423 +++++++-------- drivers/scsi/scsi_ioctl.c | 27 +- drivers/scsi/sd.c | 159 ++++-- drivers/scsi/sd.h | 2 + drivers/scsi/sr.c | 29 +- drivers/scsi/sr_ioctl.c | 17 +- drivers/sound/sb_dsp.c | 5 +- fs/binfmt_elf.c | 43 +- include/linux/aztcd.h | 3 +- include/linux/major.h | 6 +- include/linux/random.h | 45 +- include/linux/rpcsock.h | 2 +- include/linux/sjcd.h | 84 ++- kernel/module.c | 2 + scripts/Configure | 14 + scripts/Makefile | 28 + scripts/header.tk | 337 ++++++++++++ scripts/tail.tk | 71 +++ scripts/tkcond.c | 415 +++++++++++++++ scripts/tkgen.c | 719 ++++++++++++++++++++++++++ scripts/tkparse.c | 529 +++++++++++++++++++ scripts/tkparse.h | 64 +++ 50 files changed, 3736 insertions(+), 1105 deletions(-) create mode 100644 scripts/Makefile create mode 100644 scripts/header.tk create mode 100644 scripts/tail.tk create mode 100644 scripts/tkcond.c create mode 100644 scripts/tkgen.c create mode 100644 scripts/tkparse.c create mode 100644 scripts/tkparse.h diff --git a/Documentation/networking/z8530drv.txt b/Documentation/networking/z8530drv.txt index 61f47b0e417d..60ee0c454f5e 100644 --- a/Documentation/networking/z8530drv.txt +++ b/Documentation/networking/z8530drv.txt @@ -1,5 +1,5 @@ -// 950824: note -- I will upload the new version 1.9 to ftp.ucsd.edu -// as soon as possible... +// 950913: note -- I will upload the new version 1.9a to ftp.ucsd.edu +// as soon as possible... // // ****** // ****** The driver has a n e w MAJOR number (34) now! ****** @@ -7,15 +7,25 @@ // // please remake /dev/sc*: // -// mknod /dev/sc1 c 34 0 -// mknod /dev/sc2 c 34 1 -// mknod /dev/sc3 c 34 2 -// mknod /dev/sc4 c 34 3 +// mknod /dev/scc0 c 34 0 +// mknod /dev/scc1 c 34 1 +// mknod /dev/scc2 c 34 2 +// mknod /dev/scc3 c 34 3 // // (and so on...) // +// If you want to use the old device naming scheme use: +// +// ln -f /dev/scc0 /dev/sc1 +// ln -f /dev/scc1 /dev/sc2 +// ln -f /dev/scc2 /dev/sc3 +// ln -f /dev/scc3 /dev/sc4 +// +// (you get the idea...) +// // -dl1bke- + This is a subset of the documentation. To use this driver you MUST have the full package from: @@ -252,11 +262,11 @@ and sets the MODEM and KISS parameters. A sample file is delivered with this package. Change it to your needs: Each channel definition is divided into three sections. An -example for /dev/sc1: +example for /dev/scc0: # DEVICE -device /dev/sc1 # the device for the following params +device /dev/scc0 # the device for the following params # MODEM @@ -318,10 +328,10 @@ Example Wampes: # NOTE: Interfacename and the device must be the same!! # Usage: attach asy 0 0 slip|vjslip|ax25ui|ax25i|nrs|kissui