You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(43) |
Nov
(4) |
Dec
(12) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(78) |
Feb
(97) |
Mar
(29) |
Apr
(2) |
May
(22) |
Jun
(38) |
Jul
(11) |
Aug
(27) |
Sep
(40) |
Oct
(2) |
Nov
(17) |
Dec
(8) |
| 2002 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(480) |
May
(456) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
|
Oct
(18) |
Nov
(3) |
Dec
(6) |
| 2003 |
Jan
|
Feb
(18) |
Mar
(1) |
Apr
|
May
(6) |
Jun
(147) |
Jul
(7) |
Aug
(3) |
Sep
(235) |
Oct
(10) |
Nov
(2) |
Dec
(1) |
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/mips64/math-emu In directory sc8-pr-cvs1:/tmp/cvs-serv12885/arch/mips64/math-emu Removed Files: Makefile cp1emu.c dp_add.c dp_cmp.c dp_div.c dp_fint.c dp_flong.c dp_frexp.c dp_fsp.c dp_logb.c dp_modf.c dp_mul.c dp_scalb.c dp_simple.c dp_sqrt.c dp_sub.c dp_tint.c dp_tlong.c ieee754.c ieee754.h ieee754d.c ieee754dp.c ieee754dp.h ieee754int.h ieee754m.c ieee754sp.c ieee754sp.h ieee754xcpt.c kernel_linkage.c sp_add.c sp_cmp.c sp_div.c sp_fdp.c sp_fint.c sp_flong.c sp_frexp.c sp_logb.c sp_modf.c sp_mul.c sp_scalb.c sp_simple.c sp_sqrt.c sp_sub.c sp_tint.c sp_tlong.c Log Message: merge 2.4.20 --- Makefile DELETED --- --- cp1emu.c DELETED --- --- dp_add.c DELETED --- --- dp_cmp.c DELETED --- --- dp_div.c DELETED --- --- dp_fint.c DELETED --- --- dp_flong.c DELETED --- --- dp_frexp.c DELETED --- --- dp_fsp.c DELETED --- --- dp_logb.c DELETED --- --- dp_modf.c DELETED --- --- dp_mul.c DELETED --- --- dp_scalb.c DELETED --- --- dp_simple.c DELETED --- --- dp_sqrt.c DELETED --- --- dp_sub.c DELETED --- --- dp_tint.c DELETED --- --- dp_tlong.c DELETED --- --- ieee754.c DELETED --- --- ieee754.h DELETED --- --- ieee754d.c DELETED --- --- ieee754dp.c DELETED --- --- ieee754dp.h DELETED --- --- ieee754int.h DELETED --- --- ieee754m.c DELETED --- --- ieee754sp.c DELETED --- --- ieee754sp.h DELETED --- --- ieee754xcpt.c DELETED --- --- kernel_linkage.c DELETED --- --- sp_add.c DELETED --- --- sp_cmp.c DELETED --- --- sp_div.c DELETED --- --- sp_fdp.c DELETED --- --- sp_fint.c DELETED --- --- sp_flong.c DELETED --- --- sp_frexp.c DELETED --- --- sp_logb.c DELETED --- --- sp_modf.c DELETED --- --- sp_mul.c DELETED --- --- sp_scalb.c DELETED --- --- sp_simple.c DELETED --- --- sp_sqrt.c DELETED --- --- sp_sub.c DELETED --- --- sp_tint.c DELETED --- --- sp_tlong.c DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:54:18
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers Modified Files: Makefile Log Message: merge 2.4.20 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 10 Jun 2003 01:46:18 -0000 1.6 +++ Makefile 27 Sep 2003 07:43:26 -0000 1.7 @@ -6,7 +6,7 @@ # -mod-subdirs := dio mtd sbus video macintosh usb input telephony sgi ide \ +mod-subdirs := dio hil mtd sbus video macintosh usb input telephony sgi ide \ message/i2o message/fusion scsi md ieee1394 pnp isdn atm \ fc4 net/hamradio i2c acpi bluetooth @@ -16,6 +16,8 @@ subdir-$(CONFIG_DIO) += dio subdir-$(CONFIG_PCI) += pci +subdir-$(CONFIG_GSC) += gsc +subdir-$(CONFIG_HIL) += hil subdir-$(CONFIG_PCMCIA) += pcmcia subdir-$(CONFIG_MTD) += mtd subdir-$(CONFIG_SBUS) += sbus @@ -24,7 +26,7 @@ subdir-$(CONFIG_TC) += tc subdir-$(CONFIG_VT) += video subdir-$(CONFIG_MAC) += macintosh -subdir-$(CONFIG_ALL_PPC) += macintosh +subdir-$(CONFIG_PPC32) += macintosh subdir-$(CONFIG_USB) += usb subdir-$(CONFIG_INPUT) += input subdir-$(CONFIG_PHONE) += telephony |
|
From: <ai...@us...> - 2003-09-27 08:54:16
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv12885/arch/vax/kernel
Modified Files:
interrupt.c regdump.c
Log Message:
merge 2.4.20
Index: interrupt.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/interrupt.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- interrupt.c 18 Sep 2003 13:16:01 -0000 1.27
+++ interrupt.c 27 Sep 2003 07:43:26 -0000 1.28
@@ -419,7 +419,7 @@
vec_num, vec_num*4);
printk("\nStack dump:\n");
- dump_stack(DUMP_STACK_CALLER);
+ vax_dump_stack(DUMP_STACK_CALLER);
dump_cur_regs(DUMP_REGS_CALLER);
show_cpu_regs();
Index: regdump.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/regdump.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- regdump.c 12 Feb 2003 02:37:33 -0000 1.7
+++ regdump.c 27 Sep 2003 07:43:26 -0000 1.8
@@ -137,7 +137,7 @@
return;
}
-void dump_stack(unsigned int frames)
+void vax_dump_stack(unsigned int frames)
{
unsigned int reg_count;
unsigned int save_mask;
|
|
From: <ai...@us...> - 2003-09-27 08:53:40
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/ide In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/ide Removed Files: ide-swarm.c Log Message: merge 2.4.20 --- ide-swarm.c DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:53:34
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/hotplug In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/hotplug Removed Files: pcihp_acpi.c pcihp_acpi.h pcihp_acpi_ctrl.c pcihp_acpi_glue.c Log Message: merge 2.4.20 --- pcihp_acpi.c DELETED --- --- pcihp_acpi.h DELETED --- --- pcihp_acpi_ctrl.c DELETED --- --- pcihp_acpi_glue.c DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/arch/ppc/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv12885/arch/ppc/kernel Removed Files: apus_pci.c apus_pci.h apus_setup.c chrp_pci.c chrp_setup.c chrp_smp.c chrp_time.c error_log.c error_log.h gemini_pci.c gemini_prom.S gemini_setup.c i8259.h local_irq.h oak_setup.c oak_setup.h open_pic.h pmac_backlight.c pmac_feature.c pmac_nvram.c pmac_pci.c pmac_pic.c pmac_pic.h pmac_setup.c pmac_smp.c pmac_time.c ppc4xx_pic.h ppc_asm.h ppc_asm.tmpl prep_pci.c prep_setup.c prep_time.c proc_rtas.c residual.c sleep.S walnut_setup.c walnut_setup.h xics.c xics.h Log Message: merge 2.4.20 --- apus_pci.c DELETED --- --- apus_pci.h DELETED --- --- apus_setup.c DELETED --- --- chrp_pci.c DELETED --- --- chrp_setup.c DELETED --- --- chrp_smp.c DELETED --- --- chrp_time.c DELETED --- --- error_log.c DELETED --- --- error_log.h DELETED --- --- gemini_pci.c DELETED --- --- gemini_prom.S DELETED --- --- gemini_setup.c DELETED --- --- i8259.h DELETED --- --- local_irq.h DELETED --- --- oak_setup.c DELETED --- --- oak_setup.h DELETED --- --- open_pic.h DELETED --- --- pmac_backlight.c DELETED --- --- pmac_feature.c DELETED --- --- pmac_nvram.c DELETED --- --- pmac_pci.c DELETED --- --- pmac_pic.c DELETED --- --- pmac_pic.h DELETED --- --- pmac_setup.c DELETED --- --- pmac_smp.c DELETED --- --- pmac_time.c DELETED --- --- ppc4xx_pic.h DELETED --- --- ppc_asm.h DELETED --- --- ppc_asm.tmpl DELETED --- --- prep_pci.c DELETED --- --- prep_setup.c DELETED --- --- prep_time.c DELETED --- --- proc_rtas.c DELETED --- --- residual.c DELETED --- --- sleep.S DELETED --- --- walnut_setup.c DELETED --- --- walnut_setup.h DELETED --- --- xics.c DELETED --- --- xics.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/arch/ia64/hp In directory sc8-pr-cvs1:/tmp/cvs-serv12885/arch/ia64/hp Removed Files: hpsim_console.c hpsim_irq.c hpsim_machvec.c hpsim_setup.c hpsim_ssc.h Log Message: merge 2.4.20 --- hpsim_console.c DELETED --- --- hpsim_irq.c DELETED --- --- hpsim_machvec.c DELETED --- --- hpsim_setup.c DELETED --- --- hpsim_ssc.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:53:10
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/char
In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/char
Modified Files:
Makefile tty_io.c
Log Message:
merge 2.4.20
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 21 Sep 2003 13:12:30 -0000 1.7
+++ Makefile 27 Sep 2003 07:43:27 -0000 1.8
@@ -24,7 +24,7 @@
export-objs := busmouse.o console.o keyboard.o sysrq.o \
misc.o pty.o random.o selection.o serial.o \
sonypi.o tty_io.o tty_ioctl.o generic_serial.o \
- au1000_gpio.o
+ au1000_gpio.o hp_psaux.o nvram.o
mod-subdirs := joystick ftape drm drm-4.0 pcmcia
@@ -71,6 +71,21 @@
SERIAL = serial.o
endif
+ifdef CONFIG_APOLLO
+ KEYBD += dn_keyb.o
+endif
+
+ifeq ($(ARCH),parisc)
+ ifdef CONFIG_GSC_PS2
+ KEYBD = hp_psaux.o hp_keyb.o
+ else
+ KEYBD =
+ endif
+ ifdef CONFIG_PDC_CONSOLE
+ CONSOLE += pdc_console.o
+ endif
+endif
+
ifeq ($(ARCH),arm)
ifneq ($(CONFIG_PC_KEYMAP),y)
KEYMAP =
@@ -154,6 +169,7 @@
obj-$(CONFIG_PCI) += keyboard.o $(KEYMAP)
endif
+obj-$(CONFIG_HIL) += hp_keyb.o
obj-$(CONFIG_MAGIC_SYSRQ) += sysrq.o
obj-$(CONFIG_ATARI_DSP56K) += dsp56k.o
obj-$(CONFIG_ROCKETPORT) += rocket.o
@@ -170,6 +186,7 @@
obj-$(CONFIG_ISI) += isicom.o
obj-$(CONFIG_ESPSERIAL) += esp.o
obj-$(CONFIG_SYNCLINK) += synclink.o
+obj-$(CONFIG_SYNCLINKMP) += synclinkmp.o
obj-$(CONFIG_N_HDLC) += n_hdlc.o
obj-$(CONFIG_SPECIALIX) += specialix.o
obj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o
@@ -181,6 +198,7 @@
obj-$(CONFIG_MVME147_SCC) += generic_serial.o vme_scc.o
obj-$(CONFIG_MVME162_SCC) += generic_serial.o vme_scc.o
obj-$(CONFIG_BVME6000_SCC) += generic_serial.o vme_scc.o
+obj-$(CONFIG_HVC_CONSOLE) += hvc_console.o
obj-$(CONFIG_SERIAL_TX3912) += generic_serial.o serial_tx3912.o
obj-$(CONFIG_TXX927_SERIAL) += serial_txx927.o
@@ -217,6 +235,7 @@
obj-$(CONFIG_DS1620) += ds1620.o
obj-$(CONFIG_INTEL_RNG) += i810_rng.o
obj-$(CONFIG_AMD_RNG) += amd768_rng.o
+obj-$(CONFIG_AMD_PM768) += amd76x_pm.o
obj-$(CONFIG_ITE_GPIO) += ite_gpio.o
obj-$(CONFIG_AU1000_GPIO) += au1000_gpio.o
@@ -264,10 +283,12 @@
obj-$(CONFIG_SH_WDT) += shwdt.o
obj-$(CONFIG_EUROTECH_WDT) += eurotechwdt.o
obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
+#obj-$(CONFIG_ALIM1535_WDT) += alim1535d_wdt.o
obj-$(CONFIG_INDYDOG) += indydog.o
obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o
obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o
+obj-$(CONFIG_AMD7XX_TCO) += amd7xx_tco.o
subdir-$(CONFIG_MWAVE) += mwave
ifeq ($(CONFIG_MWAVE),y)
Index: tty_io.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/tty_io.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tty_io.c 21 Sep 2003 13:12:30 -0000 1.10
+++ tty_io.c 27 Sep 2003 07:43:27 -0000 1.11
@@ -106,6 +106,8 @@
extern void con_init_devfs (void);
#endif
+extern void disable_early_printk(void);
+
#define CONSOLE_DEV MKDEV(TTY_MAJOR,0)
#define TTY_DEV MKDEV(TTYAUX_MAJOR,0)
#define SYSCONS_DEV MKDEV(TTYAUX_MAJOR,1)
@@ -1659,6 +1661,21 @@
return 0;
}
+static int tty_generic_brk(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg)
+{
+ if (cmd == TCSBRK && arg)
+ {
+ /* tcdrain case */
+ int retval = tty_check_change(tty);
+ if (retval)
+ return retval;
+ tty_wait_until_sent(tty, 0);
+ if (signal_pending(current))
+ return -EINTR;
+ }
+ return 0;
+}
+
/*
* Split this up, as gcc can choke on it otherwise..
*/
@@ -1692,11 +1709,12 @@
/* the driver doesn't support them. */
case TCSBRK:
case TCSBRKP:
- if (!tty->driver.ioctl)
- return 0;
- retval = tty->driver.ioctl(tty, file, cmd, arg);
+ retval = -ENOIOCTLCMD;
+ if (tty->driver.ioctl)
+ retval = tty->driver.ioctl(tty, file, cmd, arg);
+ /* Not driver handled */
if (retval == -ENOIOCTLCMD)
- retval = 0;
+ retval = tty_generic_brk(tty, file, cmd, arg);
return retval;
}
}
@@ -2184,6 +2202,9 @@
* set up the console device so that later boot sequences can
* inform about problems etc..
*/
+#ifdef CONFIG_EARLY_PRINTK
+ disable_early_printk();
+#endif
#ifdef CONFIG_VT
con_init();
#endif
|
|
From: <ai...@us...> - 2003-09-27 08:48:50
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/scsi/aacraid In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/scsi/aacraid Removed Files: sap1sup.c Log Message: merge 2.4.20 --- sap1sup.c DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:48:50
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/pcmcia In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/pcmcia Removed Files: au1000_pb1000.c Log Message: merge 2.4.20 --- au1000_pb1000.c DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/fs/inflate_fs In directory sc8-pr-cvs1:/tmp/cvs-serv12885/fs/inflate_fs Removed Files: Makefile adler32.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inflate_syms.c inftrees.c inftrees.h infutil.c infutil.h zconf.h zutil.h Log Message: merge 2.4.20 --- Makefile DELETED --- --- adler32.c DELETED --- --- infblock.c DELETED --- --- infblock.h DELETED --- --- infcodes.c DELETED --- --- infcodes.h DELETED --- --- inffast.c DELETED --- --- inffast.h DELETED --- --- inffixed.h DELETED --- --- inflate.c DELETED --- --- inflate_syms.c DELETED --- --- inftrees.c DELETED --- --- inftrees.h DELETED --- --- infutil.c DELETED --- --- infutil.h DELETED --- --- zconf.h DELETED --- --- zutil.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:44:05
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips/sibyte In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-mips/sibyte Removed Files: sb1250_pci.h Log Message: merge 2.4.20 --- sb1250_pci.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:44:04
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/net In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/net Removed Files: zlib.c zlib.h Log Message: merge 2.4.20 --- zlib.c DELETED --- --- zlib.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:43:13
|
Update of /cvsroot/linux-vax/kernel-2.4/fs/intermezzo In directory sc8-pr-cvs1:/tmp/cvs-serv12885/fs/intermezzo Removed Files: kml.c kml_decode.c kml_setup.c kml_utils.c Log Message: merge 2.4.20 --- kml.c DELETED --- --- kml_decode.c DELETED --- --- kml_setup.c DELETED --- --- kml_utils.c DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:38:55
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-vax
Modified Files:
ptrace.h timex.h
Log Message:
merge 2.4.20
Index: ptrace.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/ptrace.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ptrace.h 23 Feb 2003 23:56:21 -0000 1.5
+++ ptrace.h 27 Sep 2003 07:43:31 -0000 1.6
@@ -87,7 +87,7 @@
extern void show_regs(struct pt_regs *);
extern void show_cpu_regs(void);
extern void dump_cur_regs(unsigned int frames);
-extern void dump_stack(unsigned int frames);
+extern void vax_dump_stack(unsigned int frames);
#define DUMP_STACK_CURRENT 0
#define DUMP_STACK_CALLER 1
Index: timex.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/timex.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- timex.h 17 Jan 2001 16:18:52 -0000 1.1
+++ timex.h 27 Sep 2003 07:43:31 -0000 1.2
@@ -22,4 +22,7 @@
return 0;
}
+#define vxtime_lock() do {} while (0)
+#define vxtime_unlock() do {} while (0)
+
#endif /* ASM_VAX_TIMEX_H */
|
|
From: <ai...@us...> - 2003-09-27 08:38:39
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-sparc In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-sparc Removed Files: clock.h eeprom.h ultra.h Log Message: merge 2.4.20 --- clock.h DELETED --- --- eeprom.h DELETED --- --- ultra.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/arch/mips/sibyte/swarm In directory sc8-pr-cvs1:/tmp/cvs-serv12885/arch/mips/sibyte/swarm Removed Files: cfe_api.c cfe_api.h cfe_error.h cfe_xiocb.h memory.c rtc.c smp.c time.c Log Message: merge 2.4.20 --- cfe_api.c DELETED --- --- cfe_api.h DELETED --- --- cfe_error.h DELETED --- --- cfe_xiocb.h DELETED --- --- memory.c DELETED --- --- rtc.c DELETED --- --- smp.c DELETED --- --- time.c DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:34:47
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/mips/dec In directory sc8-pr-cvs1:/tmp/cvs-serv12885/arch/mips/dec Removed Files: irq.c Log Message: merge 2.4.20 --- irq.c DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:19:39
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/video/sis In directory sc8-pr-cvs1:/tmp/cvs-serv12885/drivers/video/sis Added Files: sis.h Removed Files: 325vtbl.h Log Message: merge 2.4.20 --- 325vtbl.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:12:39
|
Update of /cvsroot/linux-vax/kernel-2.4/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/linux
Modified Files:
elf.h tty.h
Removed Files:
zlib_fs.h
Log Message:
merge 2.4.20
Index: elf.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/linux/elf.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- elf.h 9 Apr 2002 12:44:16 -0000 1.4
+++ elf.h 27 Sep 2003 07:43:31 -0000 1.5
@@ -75,7 +75,7 @@
#define EM_IA_64 50 /* HP/Intel IA-64 */
-#define EM_X8664 62 /* AMD x86-64 */
+#define EM_X86_64 62 /* AMD x86-64 */
#define EM_S390 22 /* IBM S/390 */
Index: tty.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/linux/tty.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tty.h 3 Jun 2002 02:33:07 -0000 1.4
+++ tty.h 27 Sep 2003 07:43:31 -0000 1.5
@@ -57,38 +57,38 @@
*/
struct screen_info {
- unsigned char orig_x; /* 0x00 */
- unsigned char orig_y; /* 0x01 */
- unsigned short dontuse1; /* 0x02 -- EXT_MEM_K sits here */
- unsigned short orig_video_page; /* 0x04 */
- unsigned char orig_video_mode; /* 0x06 */
- unsigned char orig_video_cols; /* 0x07 */
- unsigned short unused2; /* 0x08 */
- unsigned short orig_video_ega_bx; /* 0x0a */
- unsigned short unused3; /* 0x0c */
- unsigned char orig_video_lines; /* 0x0e */
- unsigned char orig_video_isVGA; /* 0x0f */
- unsigned short orig_video_points; /* 0x10 */
+ u8 orig_x; /* 0x00 */
+ u8 orig_y; /* 0x01 */
+ u16 dontuse1; /* 0x02 -- EXT_MEM_K sits here */
+ u16 orig_video_page; /* 0x04 */
+ u8 orig_video_mode; /* 0x06 */
+ u8 orig_video_cols; /* 0x07 */
+ u16 unused2; /* 0x08 */
+ u16 orig_video_ega_bx; /* 0x0a */
+ u16 unused3; /* 0x0c */
+ u8 orig_video_lines; /* 0x0e */
+ u8 orig_video_isVGA; /* 0x0f */
+ u16 orig_video_points; /* 0x10 */
/* VESA graphic mode -- linear frame buffer */
- unsigned short lfb_width; /* 0x12 */
- unsigned short lfb_height; /* 0x14 */
- unsigned short lfb_depth; /* 0x16 */
- unsigned long lfb_base; /* 0x18 */
- unsigned long lfb_size; /* 0x1c */
- unsigned short dontuse2, dontuse3; /* 0x20 -- CL_MAGIC and CL_OFFSET here */
- unsigned short lfb_linelength; /* 0x24 */
- unsigned char red_size; /* 0x26 */
- unsigned char red_pos; /* 0x27 */
- unsigned char green_size; /* 0x28 */
- unsigned char green_pos; /* 0x29 */
- unsigned char blue_size; /* 0x2a */
- unsigned char blue_pos; /* 0x2b */
- unsigned char rsvd_size; /* 0x2c */
- unsigned char rsvd_pos; /* 0x2d */
- unsigned short vesapm_seg; /* 0x2e */
- unsigned short vesapm_off; /* 0x30 */
- unsigned short pages; /* 0x32 */
+ u16 lfb_width; /* 0x12 */
+ u16 lfb_height; /* 0x14 */
+ u16 lfb_depth; /* 0x16 */
+ u32 lfb_base; /* 0x18 */
+ u32 lfb_size; /* 0x1c */
+ u16 dontuse2, dontuse3; /* 0x20 -- CL_MAGIC and CL_OFFSET here */
+ u16 lfb_linelength; /* 0x24 */
+ u8 red_size; /* 0x26 */
+ u8 red_pos; /* 0x27 */
+ u8 green_size; /* 0x28 */
+ u8 green_pos; /* 0x29 */
+ u8 blue_size; /* 0x2a */
+ u8 blue_pos; /* 0x2b */
+ u8 rsvd_size; /* 0x2c */
+ u8 rsvd_pos; /* 0x2d */
+ u16 vesapm_seg; /* 0x2e */
+ u16 vesapm_off; /* 0x30 */
+ u16 pages; /* 0x32 */
/* 0x34 -- 0x3f reserved for future expansion */
};
--- zlib_fs.h DELETED ---
|
|
From: <ai...@us...> - 2003-09-27 08:12:38
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-ppc In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-ppc Removed Files: board.h bseip.h est8260.h fads.h gemini.h gemini_serial.h ivms8.h mbx.h oak.h rpxclassic.h rpxhiox.h rpxlite.h spd8xx.h tqm8xx.h Log Message: merge 2.4.20 --- board.h DELETED --- --- bseip.h DELETED --- --- est8260.h DELETED --- --- fads.h DELETED --- --- gemini.h DELETED --- --- gemini_serial.h DELETED --- --- ivms8.h DELETED --- --- mbx.h DELETED --- --- oak.h DELETED --- --- rpxclassic.h DELETED --- --- rpxhiox.h DELETED --- --- rpxlite.h DELETED --- --- spd8xx.h DELETED --- --- tqm8xx.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:12:21
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips64/sibyte In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-mips64/sibyte Removed Files: sb1250_io.h sb1250_pci.h sb1250regs.h sbmips.h Log Message: merge 2.4.20 --- sb1250_io.h DELETED --- --- sb1250_pci.h DELETED --- --- sb1250regs.h DELETED --- --- sbmips.h DELETED --- |
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-parisc In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-parisc Removed Files: bootdata.h hil.h md.h pdcpat.h real.h semaphore-helper.h Log Message: merge 2.4.20 --- bootdata.h DELETED --- --- hil.h DELETED --- --- md.h DELETED --- --- pdcpat.h DELETED --- --- real.h DELETED --- --- semaphore-helper.h DELETED --- |
|
From: <ai...@us...> - 2003-09-27 08:08:15
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-vax/mm Modified Files: virtmap.h Log Message: merge 2.4.20 Index: virtmap.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/virtmap.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- virtmap.h 15 Feb 2001 01:17:23 -0000 1.1 +++ virtmap.h 27 Sep 2003 07:43:31 -0000 1.2 @@ -19,6 +19,8 @@ return __io_virt(address); } +#define page_to_phys(page) ((page - mem_map) << PAGE_SHIFT) + extern void *ioremap(unsigned long offset, unsigned long size); /* |
|
From: <ai...@us...> - 2003-09-27 08:08:14
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-mips/pmc In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-mips/pmc Removed Files: ev64120.h ev64120int.h Log Message: merge 2.4.20 --- ev64120.h DELETED --- --- ev64120int.h DELETED --- |