Update of /cvsroot/linux-vax/kernel-2.4
In directory sc8-pr-cvs1:/tmp/cvs-serv7538
Modified Files:
CREDITS MAINTAINERS Makefile
Log Message:
DA: sync with Marcelo 2.4.17
Index: CREDITS
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/CREDITS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CREDITS 11 Apr 2002 14:26:54 -0000 1.2
+++ CREDITS 10 Jun 2003 01:13:10 -0000 1.3
@@ -1147,6 +1147,16 @@
S: London SE16 1GD
S: United Kingdom
+N: Jan Harkes
+E: jah...@cs...
+W: http://www.coda.cs.cmu.edu/
+D: Coda file system
+S: Computer Science Department
+S: Carnegie Mellon University
+S: 5000 Forbes Avenue
+S: Pittsburgh, Pennsylvania 15213
+S: USA
+
N: Kai Harrekilde-Petersen
E: kai...@ge...
D: Original author of the ftape-HOWTO, i82078 fdc detection code.
@@ -1634,6 +1644,13 @@
S: 80-283 Gdansk
S: Poland
+N: Jakob Kemi
+E: jak...@te...
+D: V4L W9966 Webcam driver
+S: Forsbyvägen 33
+S: 74143 Knivsta
+S: Sweden
+
N: Gero Kuhlmann
E: ge...@gk...
D: mounting root via NFS
@@ -2495,7 +2512,7 @@
S: Australia
N: Gerard Roudier
-E: gro...@ip...
+E: gro...@fr...
D: Contributed to asynchronous read-ahead improvement
S: 21 Rue Carnot
S: 95170 Deuil La Barre
Index: MAINTAINERS
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/MAINTAINERS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MAINTAINERS 11 Apr 2002 14:26:55 -0000 1.2
+++ MAINTAINERS 10 Jun 2003 01:13:10 -0000 1.3
@@ -148,8 +148,8 @@
ACPI
P: Andy Grover
M: and...@in...
-L: ac...@ph...
-W: http://phobos.fs.tum.de/acpi/index.html
+L: acp...@li...
+W: http://sf.net/projects/acpi/
S: Maintained
AD1816 SOUND DRIVER
@@ -285,6 +285,14 @@
M: Nils Faerber <ni...@ke...>
S: Maintained
+CODA FILE SYSTEM
+P: Jan Harkes
+M: jah...@cs...
+M: co...@cs...
+L: cod...@co...
+W: http://www.coda.cs.cmu.edu/
+S: Maintained
+
COMPAQ FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
P: Amy Vanzant-Hodge
M: Amy Vanzant-Hodge (fib...@co...)
@@ -404,6 +412,12 @@
L: lin...@li...
S: Maintained
+DELL LAPTOP SMM DRIVER
+P: Massimo Dal Zotto
+M: dz...@de...
+W: http://www.debian.org/~dz/i8k/
+S: Maintained
+
DEVICE NUMBER REGISTRY
P: H. Peter Anvin
M: hp...@zy...
@@ -918,6 +932,12 @@
W: http://www.sistina.com/lvm
S: Maintained
+LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
+P: Gerard Roudier
+M: gro...@fr...
+L: lin...@vg...
+S: Maintained
+
M68K
P: Jes Sorensen
M: je...@tr...
@@ -1660,8 +1680,8 @@
W: http://misc.nu/hugh/keyspan/
USB SUBSYSTEM
-P: Johannes Erdfelt
-M: joh...@er...
+P: Greg Kroah-Hartman
+M: gr...@kr...
L: lin...@li...
L: lin...@li...
W: http://www.linux-usb.org
@@ -1684,10 +1704,8 @@
VIA 82Cxxx AUDIO DRIVER
P: Jeff Garzik
-M: jg...@ma...
L: lin...@gt...
-W: http://sourceforge.net/projects/gkernel/
-S: Maintained
+S: Odd fixes
USB DIAMOND RIO500 DRIVER
P: Cesar Miquel
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile 26 Oct 2002 10:55:40 -0000 1.16
+++ Makefile 10 Jun 2003 01:13:11 -0000 1.17
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 4
-SUBLEVEL = 16
+SUBLEVEL = 17
EXTRAVERSION =
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
@@ -344,7 +344,7 @@
# optimizes less when we use -g (even though -O1 is in CFLAGS). This isn't supposed
# to happen...
init/main.o: init/main.c include/config/MARKER
- $(CC) $(CFLAGS) $(CFLAGS_KERNEL) $(PROFILING) -c -o $*.o $< -Wa,-adnhls=$*.lst # -g
+ $(CC) $(CFLAGS) $(CFLAGS_KERNEL) $(PROFILING) -c -o $*.o $< # -Wa,-adnhls=$*.lst -g
fs lib mm ipc kernel drivers net: dummy
$(MAKE) CFLAGS="$(CFLAGS) $(CFLAGS_KERNEL)" $(subst $@, _dir_$@, $@)
|