You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(165) |
Sep
(240) |
Oct
(424) |
Nov
(526) |
Dec
(293) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(242) |
Feb
(149) |
Mar
(143) |
Apr
(143) |
May
(76) |
Jun
(59) |
Jul
(20) |
Aug
(2) |
Sep
(49) |
Oct
(1) |
Nov
(4) |
Dec
|
2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(72) |
Jul
(36) |
Aug
(9) |
Sep
(16) |
Oct
(23) |
Nov
(9) |
Dec
(3) |
2010 |
Jan
|
Feb
(1) |
Mar
(35) |
Apr
(44) |
May
(56) |
Jun
(71) |
Jul
(41) |
Aug
(41) |
Sep
(22) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(25) |
Oct
(105) |
Nov
(15) |
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: James S. <jsi...@us...> - 2001-11-06 20:38:05
|
Update of /cvsroot/linux-mips/linux/fs In directory usw-pr-cvs1:/tmp/cvs-serv26759 Removed Files: Makefile Log Message: In Linux tree. --- Makefile DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:31:56
|
Update of /cvsroot/linux-mips/linux/arch/mips/dec In directory usw-pr-cvs1:/tmp/cvs-serv22975 Added Files: irq.c Log Message: Re added. |
From: James S. <jsi...@us...> - 2001-11-06 20:24:28
|
Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/ivr In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/ite-boards/ivr Modified Files: pci_fixup.c Log Message: Removal of files duplicated in Linus tree. Index: pci_fixup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ite-boards/ivr/pci_fixup.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- pci_fixup.c 2001/09/25 03:36:35 1.3 +++ pci_fixup.c 2001/11/06 20:23:53 1.4 @@ -129,7 +129,7 @@ printk("irq fixup: slot %d, int line %d, int number %d\n", slot, pin, dev->irq); #endif - pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq); + pci_write_config_byte(dev, PCI_INTERRUPT_LINE, dev->irq); } } #endif |
From: James S. <jsi...@us...> - 2001-11-06 20:24:27
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/common In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/au1000/common Modified Files: dma.c power.c usbdev.c Log Message: Removal of files duplicated in Linus tree. Index: dma.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/common/dma.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- dma.c 2001/09/25 03:36:35 1.4 +++ dma.c 2001/11/06 20:23:53 1.5 @@ -39,7 +39,7 @@ #include <asm/au1000_dma.h> #include <asm/system.h> - + /* * A note on resource allocation: @@ -97,11 +97,11 @@ int au1000_dma_read_proc(char *buf, char **start, off_t fpos, - int length, int *eof, void *data) + int length, int *eof, void *data) { int i, len = 0; struct dma_chan *chan; - + for (i = 0; i < NUM_AU1000_DMA_CHANNELS; i++) { if ((chan = get_dma_chan(i)) != NULL) { len += @@ -109,7 +109,7 @@ chan->dev_str); } } - + if (fpos >= len) { *start = buf; *eof = 1; @@ -189,6 +189,6 @@ } disable_dma(dmanr); - + chan->dev_id = -1; -} /* free_dma */ +} /* free_dma */ Index: power.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/common/power.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- power.c 2001/09/25 03:36:35 1.2 +++ power.c 2001/11/06 20:23:53 1.3 @@ -84,15 +84,15 @@ wakeup |= 1 << 6; /* turn on gpio 6 wakeup */ writel(wakeup, PM_WAKEUP_SOURCE_MASK); - writel(1, PM_WAKEUP_CAUSE); /* clear cause */ - writel(1, PM_SLEEP_POWER); /* prepare to sleep */ + writel(1, PM_WAKEUP_CAUSE); /* clear cause */ + writel(1, PM_SLEEP_POWER); /* prepare to sleep */ __asm__("la $4, 1f\n\t" "lui $5, 0xb190\n\t" "ori $5, 0x18\n\t" "sw $4, 0($5)\n\t" "li $4, 1\n\t" - "lui $5, 0xb190\n\t" + "lui $5, 0xb190\n\t" "ori $5, 0x7c\n\t" "sw $4, 0($5)\n\t" "sync\n\t" "1:\t\n\t" "nop\n\t"); @@ -107,12 +107,12 @@ void *buffer, size_t * len) { int retval = 0; - + if (!write) { *len = 0; } else { retval = pm_send_all(PM_SUSPEND, (void *) 2); - if (retval) + if (retval) return retval; au_sleep(); @@ -125,12 +125,12 @@ void *buffer, size_t * len) { int retval = 0; - + if (!write) { *len = 0; } else { retval = pm_send_all(PM_SUSPEND, (void *) 2); - if (retval) + if (retval) return retval; suspend_mode = 1; au1_wait(); @@ -152,7 +152,7 @@ unsigned long old_baud_base, old_cpu_freq, baud_rate, old_clk, old_refresh; unsigned long new_baud_base, new_cpu_freq, new_clk, new_refresh; - + save_and_cli(flags); if (!write) { *len = 0; @@ -175,7 +175,7 @@ } pll = val / 12; - if ((pll > 33) || (pll < 7)) { /* 396 MHz max, 84 MHz min */ + if ((pll > 33) || (pll < 7)) { /* 396 MHz max, 84 MHz min */ /* revisit this for higher speed cpus */ restore_flags(flags); return -EFAULT; @@ -222,7 +222,7 @@ baud_rate = 38400; else if (baud_rate > 17000) baud_rate = 19200; - else + else (baud_rate = 9600); // new_clk = new_baud_base/baud_rate new_clk = new_baud_base / baud_rate; @@ -252,8 +252,8 @@ static struct ctl_table pm_table[] = { {ACPI_S1_SLP_TYP, "suspend", NULL, 0, 0600, NULL, &pm_do_suspend}, - {ACPI_SLEEP, "sleep", NULL, 0, 0600, NULL, &pm_do_sleep}, - {CTL_ACPI, "freq", NULL, 0, 0600, NULL, &pm_do_freq}, + {ACPI_SLEEP, "sleep", NULL, 0, 0600, NULL, &pm_do_sleep}, + {CTL_ACPI, "freq", NULL, 0, 0600, NULL, &pm_do_freq}, {0} }; @@ -326,11 +326,11 @@ } -#else /* CONFIG_PM */ +#else /* CONFIG_PM */ void au1_wait(void) { __asm__("nop\n\t" "nop\n\t"); } -#endif /* CONFIG_PM */ +#endif /* CONFIG_PM */ Index: usbdev.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/common/usbdev.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- usbdev.c 2001/09/25 03:36:35 1.4 +++ usbdev.c 2001/11/06 20:23:53 1.5 @@ -93,13 +93,13 @@ static int serial_open(struct tty_struct *tty, struct file *filp); static void serial_close(struct tty_struct *tty, struct file *filp); static int serial_write(struct tty_struct *tty, int from_user, - const unsigned char *buf, int count); + const unsigned char *buf, int count); static int serial_write_room(struct tty_struct *tty); static int serial_chars_in_buffer(struct tty_struct *tty); static void serial_throttle(struct tty_struct *tty); static void serial_unthrottle(struct tty_struct *tty); static int serial_ioctl(struct tty_struct *tty, struct file *file, - unsigned int cmd, unsigned long arg); [...969 lines suppressed...] struct usb_serial_port *port = &usbserial.port[i]; endpoint_flush(&port->ep_bulkin); @@ -1844,7 +1844,7 @@ // start packet reception on bulk OUT endpoint kickstart_receive_packet(&port->ep_bulkout); } - + /* * Enable Receive FIFO Complete interrupts only. Transmit * complete is being handled by the DMA done interrupts. @@ -1853,7 +1853,7 @@ return 0; - err_out: + err_out: usbdev_serial_exit(); return -1; } |
From: James S. <jsi...@us...> - 2001-11-06 20:24:27
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips Modified Files: defconfig Log Message: Removal of files duplicated in Linus tree. Index: defconfig =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/defconfig,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- defconfig 2001/10/26 16:38:03 1.12 +++ defconfig 2001/11/06 20:23:53 1.13 @@ -165,6 +165,7 @@ # CONFIG_IPV6 is not set # CONFIG_KHTTPD is not set # CONFIG_ATM is not set +# CONFIG_VLAN_8021Q is not set # # @@ -441,6 +442,7 @@ # CONFIG_RAMFS is not set CONFIG_ISO9660_FS=y # CONFIG_JOLIET is not set +# CONFIG_ZISOFS is not set # CONFIG_MINIX_FS is not set # CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set @@ -482,6 +484,8 @@ # CONFIG_NCPFS_SMALLDOS is not set # CONFIG_NCPFS_NLS is not set # CONFIG_NCPFS_EXTRAS is not set +# CONFIG_ZISOFS_FS is not set +# CONFIG_ZLIB_FS_INFLATE is not set # # Partition Types @@ -532,6 +536,103 @@ # USB support # # CONFIG_USB is not set + +# +# USB Controllers +# +# CONFIG_USB_UHCI is not set +# CONFIG_USB_UHCI_ALT is not set +# CONFIG_USB_OHCI is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_BLUETOOTH is not set +# CONFIG_USB_STORAGE is not set +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_DPCM is not set +# CONFIG_USB_STORAGE_HP8200e is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set + +# +# USB Human Interface Devices (HID) +# + +# +# Input core support is needed for USB HID +# + +# +# USB Imaging devices +# +# CONFIG_USB_DC2XX is not set +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_SCANNER is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USB_HPUSBSCSI is not set + +# +# USB Multimedia devices +# + +# +# Video4Linux support is needed for USB Multimedia device support +# + +# +# USB Network adaptors +# +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_CATC is not set +# CONFIG_USB_CDCETHER is not set +# CONFIG_USB_USBNET is not set + +# +# USB port drivers +# +# CONFIG_USB_USS720 is not set + +# +# USB Serial Converter support +# +# CONFIG_USB_SERIAL is not set +# CONFIG_USB_SERIAL_GENERIC is not set +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_EMPEG is not set +# CONFIG_USB_SERIAL_FTDI_SIO is not set +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_PL2303 is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +# CONFIG_USB_SERIAL_XIRCOM is not set +# CONFIG_USB_SERIAL_OMNINET is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_RIO500 is not set # # Input core support |
From: James S. <jsi...@us...> - 2001-11-06 20:24:01
|
Update of /cvsroot/linux-mips/linux/include/pcmcia In directory usw-pr-cvs1:/tmp/cvs-serv17985/include/pcmcia Modified Files: ss.h Log Message: Removal of files duplicated in Linus tree. Index: ss.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/pcmcia/ss.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ss.h 2001/11/06 02:57:38 1.2 +++ ss.h 2001/11/06 20:23:56 1.3 @@ -54,7 +54,7 @@ u_int features; u_int irq_mask; u_int map_size; - ioaddr_t io_offset; + ioaddr_t io_offset; u_char pci_irq; struct pci_dev *cb_dev; struct bus_operations *bus; |
From: James S. <jsi...@us...> - 2001-11-06 20:24:01
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv17985/include/asm-mips Modified Files: au1000_dma.h Log Message: Removal of files duplicated in Linus tree. Index: au1000_dma.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/au1000_dma.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- au1000_dma.h 2001/10/10 21:56:15 1.4 +++ au1000_dma.h 2001/11/06 20:23:55 1.5 @@ -41,7 +41,7 @@ /* DMA Channel Base Addresses */ #define DMA_CHANNEL_BASE 0xB4002000 -#define DMA_CHANNEL_LEN 0x00000100 +#define DMA_CHANNEL_LEN 0x00000100 /* DMA Channel Register Offsets */ #define DMA_MODE_SET 0x00000000 |
From: James S. <jsi...@us...> - 2001-11-06 20:24:01
|
Update of /cvsroot/linux-mips/linux/include/asm-mips/vr4181 In directory usw-pr-cvs1:/tmp/cvs-serv17985/include/asm-mips/vr4181 Modified Files: vr4181.h Log Message: Removal of files duplicated in Linus tree. Index: vr4181.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/vr4181/vr4181.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- vr4181.h 2001/10/28 03:48:46 1.4 +++ vr4181.h 2001/11/06 20:23:55 1.5 @@ -156,10 +156,10 @@ #define VR4181_RTCINTREG __preg16(KSEG1 + 0x0B0001DE) /* RTC Interrupt Register (R/W) */ // Deadman's Switch Unit (DSU) -#define VR41XX_DSUCNTREG __preg16(KSEG1 + 0x0B0000E0) /* DSU Control Register (R/W) */ -#define VR41XX_DSUSETREG __preg16(KSEG1 + 0x0B0000E2) /* DSU Dead Time Set Register (R/W) */ -#define VR41XX_DSUCLRREG __preg16(KSEG1 + 0x0B0000E4) /* DSU Clear Register (W) */ -#define VR41XX_DSUTIMREG __preg16(KSEG1 + 0x0B0000E6) /* DSU Elapsed Time Register (R/W) */ +#define VR4181_DSUCNTREG __preg16(KSEG1 + 0x0B0000E0) /* DSU Control Register (R/W) */ +#define VR4181_DSUSETREG __preg16(KSEG1 + 0x0B0000E2) /* DSU Dead Time Set Register (R/W) */ +#define VR4181_DSUCLRREG __preg16(KSEG1 + 0x0B0000E4) /* DSU Clear Register (W) */ +#define VR4181_DSUTIMREG __preg16(KSEG1 + 0x0B0000E6) /* DSU Elapsed Time Register (R/W) */ // General Purpose I/O Unit (GIU) #define VR4181_GPMD0REG __preg16(KSEG1 + 0x0B000300) /* GPIO Mode 0 Register (R/W) */ |
From: James S. <jsi...@us...> - 2001-11-06 20:24:00
|
Update of /cvsroot/linux-mips/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv17985/drivers/video Modified Files: Makefile Log Message: Removal of files duplicated in Linus tree. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/video/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 2001/11/06 09:10:22 1.8 +++ Makefile 2001/11/06 20:23:55 1.9 @@ -79,12 +79,12 @@ obj-$(CONFIG_FB_CGFOURTEEN) += cgfourteenfb.o sbusfb.o obj-$(CONFIG_FB_P9100) += p9100fb.o sbusfb.o obj-$(CONFIG_FB_LEO) += leofb.o sbusfb.o -obj-$(CONFIG_FB_STI) += stifb.o sticore.o fbgen.o +obj-$(CONFIG_FB_STI) += stifb.o sticore.o fbgen.o obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o obj-$(CONFIG_FB_MAXINE) += maxinefb.o obj-$(CONFIG_FB_TX3912) += tx3912fb.o -obj-$(CONFIG_FB_MQ200) += mq200fb.o +obj-$(CONFIG_FB_MQ200) += mq200fb.o subdir-$(CONFIG_FB_MATROX) += matrox ifeq ($(CONFIG_FB_MATROX),y) @@ -113,8 +113,8 @@ obj-$(CONFIG_FB_VIRTUAL) += vfb.o obj-$(CONFIG_FB_HIT) += hitfb.o fbgen.o obj-$(CONFIG_FB_E1355) += epson1355fb.o fbgen.o -obj-$(CONFIG_FB_E1356) += epson1356fb.o -obj-$(CONFIG_FB_IT8181) += it8181fb.o fbgen.o +obj-$(CONFIG_FB_E1356) += epson1356fb.o +obj-$(CONFIG_FB_IT8181) += it8181fb.o fbgen.o obj-$(CONFIG_FB_PVR2) += pvr2fb.o obj-$(CONFIG_FB_VOODOO1) += sstfb.o |
From: James S. <jsi...@us...> - 2001-11-06 20:24:00
|
Update of /cvsroot/linux-mips/linux/fs In directory usw-pr-cvs1:/tmp/cvs-serv17985/fs Modified Files: Makefile Log Message: Removal of files duplicated in Linus tree. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/fs/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 2001/11/06 09:10:22 1.5 +++ Makefile 2001/11/06 20:23:55 1.6 @@ -53,7 +53,7 @@ subdir-$(CONFIG_UFS_FS) += ufs subdir-$(CONFIG_EFS_FS) += efs subdir-$(CONFIG_JFFS_FS) += jffs -subdir-$(CONFIG_JFFS2_FS) += jffs2 +subdir-$(CONFIG_JFFS2_FS) += jffs2 subdir-$(CONFIG_AFFS_FS) += affs subdir-$(CONFIG_ROMFS_FS) += romfs subdir-$(CONFIG_QNX4FS_FS) += qnx4 |
From: James S. <jsi...@us...> - 2001-11-06 20:23:59
|
Update of /cvsroot/linux-mips/linux/drivers/pci In directory usw-pr-cvs1:/tmp/cvs-serv17985/drivers/pci Modified Files: pci.ids Log Message: Removal of files duplicated in Linus tree. Index: pci.ids =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/pci/pci.ids,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- pci.ids 2001/11/06 09:10:22 1.9 +++ pci.ids 2001/11/06 20:23:55 1.10 @@ -144,7 +144,7 @@ 4554 210888ET [Mach64 ET] 4654 Mach64 VT 4742 3D Rage Pro AGP 1X/2X - 1028 4082 Optiplex GX1 Onboard Display Adapter + 1028 4082 Optiplex GX1 Onboard Display Adapter 8086 4152 Rage 3D Pro AGP 4744 3D Rage Pro AGP 1X 4747 3D Rage Pro @@ -465,9 +465,9 @@ 1902 00b8 Fire GL1 00be ATM 622MBPS Controller (1410be00) 0142 Yotta Video Compositor Input - 1014 0143 Yotta Input Controller (ytin) + 1014 0143 Yotta Input Controller (ytin) 0144 Yotta Video Compositor Output - 1014 0145 Yotta Output Controller (ytout) + 1014 0145 Yotta Output Controller (ytout) 0156 405GP PLB to PCI Bridge 01bd Netfinity ServeRAID controller 01be ServeRAID-4M @@ -497,8 +497,8 @@ c24a 90C 101e American Megatrends Inc. 1960 MegaRAID - 1028 0471 PowerEdge RAID Controller 3/QC - 1028 0493 PowerEdge RAID Controller 3/DC + 1028 0471 PowerEdge RAID Controller 3/QC + 1028 0493 PowerEdge RAID Controller 3/DC 9010 MegaRAID 9030 EIDE Controller 9031 EIDE Controller @@ -863,8 +863,8 @@ 1039 6326 SiS6326 GUI Accelerator 1092 0a50 SpeedStar A50 1092 0a70 SpeedStar A70 - 1092 4910 SpeedStar A70 - 1092 4920 SpeedStar A70 + 1092 4910 SpeedStar A70 + 1092 4920 SpeedStar A70 1569 6326 SiS6326 GUI Accelerator 7001 7001 7007 OHCI Compliant FireWire Controller @@ -990,7 +990,7 @@ 3d3d 0100 Reference Permedia 2 3D 8000 PCILynx/PCILynx2 IEEE 1394 Link Layer Controller e4bf 1010 CF1-1-SNARE - e4bf 1020 CF1-2-SNARE + e4bf 1020 CF1-2-SNARE 8009 OHCI Compliant FireWire Controller 8019 TSB12LV23 OHCI Compliant IEEE-1394 Controller 11bd 000a Studio DV500-1394 @@ -1227,8 +1227,8 @@ 1022 ISP1022 1080 QLA1080 1216 QLA12160 - 101e 8471 QLA12160 on AMI MegaRAID - 101e 8493 QLA12160 on AMI MegaRAID + 101e 8471 QLA12160 on AMI MegaRAID + 101e 8493 QLA12160 on AMI MegaRAID 1240 QLA1240 1280 QLA1280 2020 ISP2020A @@ -1428,7 +1428,7 @@ 14f1 1522 Bt879a Video Capture PAL I 14f1 1622 Bt879a Video Capture PAL BG 14f1 1722 Bt879a Video Capture NTSC - 1851 1850 FlyVideo'98 - Video + 1851 1850 FlyVideo'98 - Video 1851 1851 FlyVideo II 1852 1852 FlyVideo'98 - Video (with FM Tuner) 0370 Bt880 Video Capture @@ -1836,15 +1836,15 @@ 1048 0c18 Erazor II SGRAM 1092 0550 Viper V550 1092 0552 Viper V550 - 1092 4804 Viper V550 - 1092 4808 Viper V550 + 1092 4804 Viper V550 + 1092 4808 Viper V550 1092 4810 Viper V550 1092 4812 Viper V550 1092 4815 Viper V550 1092 4820 Viper V550 with TV out 1092 4822 Viper V550 - 1092 4904 Viper V550 - 1092 4914 Viper V550 + 1092 4904 Viper V550 + 1092 4914 Viper V550 1092 8225 Viper V550 10de 0020 Riva TNT 1102 1015 Graphics Blaster CT6710 @@ -2035,7 +2035,7 @@ 0002 SB Live! EMU10k1 1102 0020 CT4850 SBLive! Value 1102 0021 CT4620 SBLive! - 1102 002f SBLive! mainboard implementation + 1102 002f SBLive! mainboard implementation 1102 4001 E-mu APS 1102 8022 CT4780 SBLive! Value 1102 8023 CT4790 SoundBlaster PCI512 @@ -2113,7 +2113,7 @@ 8231 VT8231 [PCI-to-ISA Bridge] 8235 VT8235 Power Management 8305 VT8363/8365 [KT133/KM133 AGP] - 8391 VT8371 [KX133 AGP] + 8391 VT8371 [KX133 AGP] 8501 VT8501 [Apollo MVP4 AGP] 8596 VT82C596 [Apollo PRO AGP] 8597 VT82C597 [Apollo VP3 AGP] @@ -2264,7 +2264,7 @@ 111a 0809 ENI-3060 ADSL (VPI=0 or 8) 111a 0909 ENI-3060CO ADSL (VPI=0 or 8) 111a 0a09 ENI-3060 ADSL (VPI=<0..15>) - 0007 SpeedStream ADSL + 0007 SpeedStream ADSL 111a 1001 ENI-3061 ADSL [ASIC] 111b Teledyne Electronic Systems 111c Tricord Systems Inc. @@ -2617,8 +2617,8 @@ 119c Information Technology Inst. 119d Bug, Inc. Sapporo Japan 119e Fujitsu Microelectronics Ltd. - 0001 FireStream 155 - 0003 FireStream 50 + 0001 FireStream 155 + 0003 FireStream 50 119f Bull HN Information Systems 11a0 Convex Computer Corporation 11a1 Hamamatsu Photonics K.K. @@ -2674,8 +2674,8 @@ 11c1 Lucent Microelectronics 0440 56k WinModem 0001 0440 LT WinModem 56k Data+Fax+Voice+Dsvd - 1033 8015 LT WinModem 56k Data+Fax+Voice+Dsvd - 1033 804f LT WinModem 56k Data+Fax+Voice+Dsvd + 1033 8015 LT WinModem 56k Data+Fax+Voice+Dsvd + 1033 804f LT WinModem 56k Data+Fax+Voice+Dsvd 10cf 102c LB LT Modem V.90 56k 10cf 104a BIBLO LT Modem 56k 10cf 105f LB2 LT Modem V.90 56k @@ -2685,8 +2685,8 @@ 13e0 0040 LT WinModem 56k Data+Fax+Voice+Dsvd 13e0 0440 LT WinModem 56k Data+Fax+Voice+Dsvd 13e0 0441 LT WinModem 56k Data+Fax+Voice+Dsvd - 13e0 f100 LT WinModem 56k Data+Fax+Voice+Dsvd - 13e0 f101 LT WinModem 56k Data+Fax+Voice+Dsvd + 13e0 f100 LT WinModem 56k Data+Fax+Voice+Dsvd + 13e0 f101 LT WinModem 56k Data+Fax+Voice+Dsvd 144d 2101 LT56PV Modem 149f 0440 LT WinModem 56k Data+Fax+Voice+Dsvd 0441 56k WinModem @@ -2694,15 +2694,15 @@ 1092 0440 Supra 56i 1179 0001 Internal V.90 Modem 11c1 0440 LT WinModem 56k Data+Fax - 11c1 0441 LT WinModem 56k Data+Fax + 11c1 0441 LT WinModem 56k Data+Fax 122d 4100 MDP7800-U Modem - 13e0 0040 LT WinModem 56k Data+Fax - 13e0 0100 LT WinModem 56k Data+Fax - 13e0 0410 LT WinModem 56k Data+Fax + 13e0 0040 LT WinModem 56k Data+Fax + 13e0 0100 LT WinModem 56k Data+Fax + 13e0 0410 LT WinModem 56k Data+Fax 13e0 0420 TelePath Internet 56k WinModem - 13e0 0443 LT WinModem 56k Data+Fax + 13e0 0443 LT WinModem 56k Data+Fax 1416 9804 CommWave 56k Modem - 141d 0440 LT WinModem 56k Data+Fax + 141d 0440 LT WinModem 56k Data+Fax 144f 0441 Lucent 56k V.90 DF Modem 1468 0441 Presario 56k V.90 DF Modem 0442 56k WinModem @@ -3857,7 +3857,7 @@ 13de ABB Robotics Products AB 13df E-Tech Inc 0001 PCI56RVP Modem - 13df 0001 PCI56RVP Modem + 13df 0001 PCI56RVP Modem 13e0 GVC Corporation 13e1 Silicom Multimedia Systems Inc 13e2 Dynamics Research Corporation @@ -4906,7 +4906,7 @@ 1037 82801CAM (ICH3) Chipset Ethernet Controller 1038 82801CAM (ICH3) Chipset Ethernet Controller 1130 82815 815 Chipset Host Bridge and Memory Controller Hub - 1132 82815 CGC [Chipset Graphics Controller] + 1132 82815 CGC [Chipset Graphics Controller] 1161 82806AA PCI64 Hub Advanced Programmable Interrupt Controller 1209 82559ER 1221 82092AA_0 @@ -4938,7 +4938,7 @@ 103c 1200 Ethernet Pro 10/100TX 10c3 1100 SmartEther100 SC1100 1179 0002 PCI FastEther LAN on Docker - 1259 2560 AT-2560 100 + 1259 2560 AT-2560 100 1259 2561 AT-2560 100 FX Ethernet Adapter 1266 0001 NE10/100 Adapter 8086 0001 EtherExpress PRO/100B (TX) |
From: James S. <jsi...@us...> - 2001-11-06 20:23:59
|
Update of /cvsroot/linux-mips/linux/drivers/scsi In directory usw-pr-cvs1:/tmp/cvs-serv17985/drivers/scsi Modified Files: wd33c93.c Log Message: Removal of files duplicated in Linus tree. Index: wd33c93.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/scsi/wd33c93.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- wd33c93.c 2001/11/06 09:10:22 1.4 +++ wd33c93.c 2001/11/06 20:23:55 1.5 @@ -636,7 +636,7 @@ static void transfer_pio(const wd33c93_regs regs, uchar *buf, int cnt, - int data_in_dir, struct WD33C93_hostdata *hostdata) + int data_in_dir, struct WD33C93_hostdata *hostdata) { uchar asr; @@ -1745,7 +1745,7 @@ void wd33c93_init(struct Scsi_Host *instance, const wd33c93_regs regs, - dma_setup_t setup, dma_stop_t stop, int clock_freq) + dma_setup_t setup, dma_stop_t stop, int clock_freq) { struct WD33C93_hostdata *hostdata; int i; |
From: James S. <jsi...@us...> - 2001-11-06 20:23:59
|
Update of /cvsroot/linux-mips/linux/drivers/char In directory usw-pr-cvs1:/tmp/cvs-serv17985/drivers/char Modified Files: Config.in Makefile au1000_gpio.c Log Message: Removal of files duplicated in Linus tree. Index: Config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/char/Config.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Config.in 2001/11/06 17:16:42 1.22 +++ Config.in 2001/11/06 20:23:55 1.23 @@ -62,9 +62,9 @@ bool ' TMPTX3912/PR31700 serial port support' CONFIG_SERIAL_TX3912 dep_bool ' Console on TMPTX3912/PR31700 serial port' CONFIG_SERIAL_TX3912_CONSOLE $CONFIG_SERIAL_TX3912 bool ' Enable Au1000 UART Support' CONFIG_AU1000_UART - if [ "$CONFIG_AU1000_UART" = "y" ]; then - bool ' Enable Au1000 serial console' CONFIG_AU1000_SERIAL_CONSOLE - fi + if [ "$CONFIG_AU1000_UART" = "y" ]; then + bool ' Enable Au1000 serial console' CONFIG_AU1000_SERIAL_CONSOLE + fi fi if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_ZORRO" = "y" ]; then tristate 'Commodore A2232 serial support (EXPERIMENTAL)' CONFIG_A2232 @@ -81,9 +81,9 @@ if [ "$CONFIG_MIPS_ITE8172" = "y" ]; then bool 'Enable Qtronix 990P Keyboard Support' CONFIG_QTRONIX_KEYBOARD if [ "$CONFIG_QTRONIX_KEYBOARD" = "y" ]; then - define_bool CONFIG_IT8172_CIR y + define_bool CONFIG_IT8172_CIR y else - bool ' Enable PS2 Keyboard Support' CONFIG_PC_KEYB + bool ' Enable PS2 Keyboard Support' CONFIG_PC_KEYB fi bool 'Enable Smart Card Reader 0 Support ' CONFIG_IT8172_SCR0 bool 'Enable Smart Card Reader 1 Support ' CONFIG_IT8172_SCR1 Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/char/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile 2001/11/06 09:10:21 1.17 +++ Makefile 2001/11/06 20:23:55 1.18 @@ -240,8 +240,8 @@ obj-$(CONFIG_977_WATCHDOG) += wdt977.o obj-$(CONFIG_I810_TCO) += i810-tco.o obj-$(CONFIG_MACHZ_WDT) += machzwd.o -obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o obj-$(CONFIG_SH_WDT) += shwdt.o +obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o obj-$(CONFIG_VR41XX_WDT) += vr41xxwdt.o subdir-$(CONFIG_MWAVE) += mwave Index: au1000_gpio.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/char/au1000_gpio.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- au1000_gpio.c 2001/10/22 22:35:50 1.3 +++ au1000_gpio.c 2001/11/06 20:23:55 1.4 @@ -35,11 +35,11 @@ #include <linux/types.h> #include <linux/kernel.h> #include <linux/miscdevice.h> -#include <linux/au1000_gpio.h> #include <linux/init.h> #include <asm/uaccess.h> #include <asm/io.h> #include <asm/au1000.h> +#include <asm/au1000_gpio.h> #define VERSION "0.01" |
From: James S. <jsi...@us...> - 2001-11-06 20:23:59
|
Update of /cvsroot/linux-mips/linux/drivers/net/tulip In directory usw-pr-cvs1:/tmp/cvs-serv17985/drivers/net/tulip Modified Files: eeprom.c tulip_core.c Log Message: Removal of files duplicated in Linus tree. Index: eeprom.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/net/tulip/eeprom.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- eeprom.c 2001/10/22 18:20:56 1.2 +++ eeprom.c 2001/11/06 20:23:55 1.3 @@ -100,7 +100,6 @@ static unsigned char *last_ee_data; static int controller_index; struct tulip_private *tp = (struct tulip_private *)dev->priv; - long ioaddr = dev->base_addr; unsigned char *ee_data = tp->eeprom; int i; @@ -112,7 +111,7 @@ * to see if the current device is not in the PCI slot. * PCI cards fend for themselves, otherwise we kludge. */ - if(ioaddr != 0x10108000) { /* not PCI slot */ + if (dev->base_addr != 0x10108000) { /* not PCI slot */ ee_data[19] = 1; /* set One controller... TJS */ i = 8; /* make us fall into the right code */ } Index: tulip_core.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/net/tulip/tulip_core.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- tulip_core.c 2001/11/06 09:10:22 1.10 +++ tulip_core.c 2001/11/06 20:23:55 1.11 @@ -246,7 +246,6 @@ static struct net_device_stats *tulip_get_stats(struct net_device *dev); static int private_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); static void set_rx_mode(struct net_device *dev); - #ifdef CONFIG_COBALT_27 static int tulip_linkcheck(void *cookie); #endif |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip32 In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips64/sgi-ip32 Modified Files: ip32-irq.c Log Message: Removal of files duplicated in Linus tree. Index: ip32-irq.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip32/ip32-irq.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ip32-irq.c 2001/10/27 17:28:54 1.3 +++ ip32-irq.c 2001/11/06 20:23:55 1.4 @@ -247,7 +247,7 @@ } disable_crime_irq(irq); } - + static void end_crime_irq(unsigned int irq) { if (!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips/dec/prom In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/dec/prom Removed Files: memory.c Log Message: Removal of files duplicated in Linus tree. --- memory.c DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips64/kernel Modified Files: smp.c Log Message: Removal of files duplicated in Linus tree. Index: smp.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/smp.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- smp.c 2001/11/06 00:30:43 1.7 +++ smp.c 2001/11/06 20:23:54 1.8 @@ -30,7 +30,7 @@ int smp_threads_ready; /* Not used */ atomic_t smp_commenced = ATOMIC_INIT(0); struct cpuinfo_mips cpu_data[NR_CPUS]; -int smp_num_cpus = 1; /* Number that came online. */ +int smp_num_cpus = 1; /* Number that came online. */ cpumask_t cpu_online_map; /* Bitmask of currently online CPUs */ int __cpu_number_map[NR_CPUS]; int __cpu_logical_map[NR_CPUS]; |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips/sgi/kernel In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/sgi/kernel Removed Files: indy_hpc.c Log Message: Removal of files duplicated in Linus tree. --- indy_hpc.c DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips/baget In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/baget Removed Files: setup.c Log Message: Removal of files duplicated in Linus tree. --- setup.c DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips/gt64120/momenco_ocelot In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/gt64120/momenco_ocelot Removed Files: ocelot_pld.h Log Message: Removal of files duplicated in Linus tree. --- ocelot_pld.h DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:23:58
|
Update of /cvsroot/linux-mips/linux/arch/mips64 In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips64 Modified Files: defconfig Log Message: Removal of files duplicated in Linus tree. Index: defconfig =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/defconfig,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- defconfig 2001/10/29 17:30:56 1.8 +++ defconfig 2001/11/06 20:23:54 1.9 @@ -206,7 +206,6 @@ # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_NCR53C406A is not set -# CONFIG_SCSI_NCR_D700 is not set # CONFIG_SCSI_NCR53C7xx is not set # CONFIG_SCSI_NCR53C8XX is not set # CONFIG_SCSI_SYM53C8XX is not set @@ -225,16 +224,6 @@ # CONFIG_SCSI_U14_34F is not set # -# I2O device support -# -# CONFIG_I2O is not set -# CONFIG_I2O_PCI is not set -# CONFIG_I2O_BLOCK is not set -# CONFIG_I2O_LAN is not set -# CONFIG_I2O_SCSI is not set -# CONFIG_I2O_PROC is not set - -# # Network device support # CONFIG_NETDEVICES=y @@ -397,11 +386,13 @@ # CONFIG_VFAT_FS is not set # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set +# CONFIG_JFFS2_FS is not set # CONFIG_CRAMFS is not set # CONFIG_TMPFS is not set # CONFIG_RAMFS is not set # CONFIG_ISO9660_FS is not set # CONFIG_JOLIET is not set +# CONFIG_ZISOFS is not set # CONFIG_MINIX_FS is not set # CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set @@ -444,6 +435,8 @@ # CONFIG_NCPFS_SMALLDOS is not set # CONFIG_NCPFS_NLS is not set # CONFIG_NCPFS_EXTRAS is not set +# CONFIG_ZISOFS_FS is not set +# CONFIG_ZLIB_FS_INFLATE is not set # # Partition Types @@ -476,6 +469,103 @@ # USB support # # CONFIG_USB is not set + +# +# USB Controllers +# +# CONFIG_USB_UHCI is not set +# CONFIG_USB_UHCI_ALT is not set +# CONFIG_USB_OHCI is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_BLUETOOTH is not set +# CONFIG_USB_STORAGE is not set +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_DPCM is not set +# CONFIG_USB_STORAGE_HP8200e is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set + +# +# USB Human Interface Devices (HID) +# + +# +# Input core support is needed for USB HID +# + +# +# USB Imaging devices +# +# CONFIG_USB_DC2XX is not set +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_SCANNER is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USB_HPUSBSCSI is not set + +# +# USB Multimedia devices +# + +# +# Video4Linux support is needed for USB Multimedia device support +# + +# +# USB Network adaptors +# +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_CATC is not set +# CONFIG_USB_CDCETHER is not set +# CONFIG_USB_USBNET is not set + +# +# USB port drivers +# +# CONFIG_USB_USS720 is not set + +# +# USB Serial Converter support +# +# CONFIG_USB_SERIAL is not set +# CONFIG_USB_SERIAL_GENERIC is not set +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_EMPEG is not set +# CONFIG_USB_SERIAL_FTDI_SIO is not set +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set +# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_PL2303 is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +# CONFIG_USB_SERIAL_XIRCOM is not set +# CONFIG_USB_SERIAL_OMNINET is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_RIO500 is not set # # Input core support |
From: James S. <jsi...@us...> - 2001-11-06 20:23:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/kernel Removed Files: gdb-stub.c irix5sys.h Log Message: Removal of files duplicated in Linus tree. --- gdb-stub.c DELETED --- --- irix5sys.h DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:23:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/dec In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/dec Removed Files: irq.c reset.c Log Message: Removal of files duplicated in Linus tree. --- irq.c DELETED --- --- reset.c DELETED --- |
From: James S. <jsi...@us...> - 2001-11-06 20:23:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/philips/nino In directory usw-pr-cvs1:/tmp/cvs-serv17985/arch/mips/philips/nino Modified Files: int-handler.S irq.c prom.c setup.c time.c Log Message: Removal of files duplicated in Linus tree. Index: int-handler.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/int-handler.S,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- int-handler.S 2001/11/04 16:02:52 1.4 +++ int-handler.S 2001/11/06 20:23:54 1.5 @@ -1,9 +1,14 @@ /* - * int-handler.S: Interrupt exception dispatch code for Philips Nino + * arch/mips/philips/nino/int-handler.S * * Copyright (C) 2001 Steven J. Hill (sj...@re...) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Interrupt exception dispatch code for Philips Nino */ - #include <asm/asm.h> #include <asm/mipsregs.h> #include <asm/regdef.h> @@ -13,26 +18,16 @@ * Here is the table of interrupts for the Philips Nino * which uses the Philips PR31700/Toshiba TMPR3912 core. * - * MIPS IRQ PR31700 IRQ Source - * -------- ----------- ------ - * 0 1 Sound, LCD, telecom - * 1 2 UARTA & UARTB - * 2 3 MFIO (positive edge) - * 3 4 MFIO (negative edge) - * 4 5 Timers, power management - * 5 6 High priority interrupts - * - * We handle the IRQ according to the priorities below: - * - * Highest ---- High priority interrupts - * UARTA & UARTB - * Timers, power management - * Sound, LCD, telecom - * Multi-function IO (positive edge) - * Lowest ---- Multi-function IO (negative edge) - * - * then we just return, if multiple IRQs are pending then - * we will just take another exception, big deal. + * MIPS IRQ Description + * -------- -------------------------------- + * 0 SW0 interrupt (unused) + * 1 SW1 interrupt (unused) + * 2 + * 3 + * 4 PR31700 low priority interrupts + * 5 + * 6 PR31700 high priority interrupts + * 7 */ .text @@ -43,40 +38,29 @@ SAVE_ALL CLI .set at - mfc0 s0, CP0_CAUSE # get irq mask + mfc0 s0, CP0_CAUSE # determine cause - /* Check for IRQ4 */ - andi a0, s0, C_IRQ4 + andi a0, s0, CAUSEF_IP6 beq a0, zero, 1f - andi a0, s0, C_IRQ2 # delay slot, check for IRQ2 - - /* High priority interrupt */ + andi a0, s0, CAUSEF_IP4 # delay slot move a0, sp - jal irq4_dispatch + jal irq6_dispatch nop # delay slot - j ret_from_irq nop # delay slot 1: - /* Check for IRQ2 */ beq a0, zero, 1f nop # delay slot - - /* UART interrupt of some sort */ move a0, sp - jal irq2_dispatch + jal irq4_dispatch nop # delay slot - j ret_from_irq nop # delay slot 1: /* We should never get here */ move a0, sp - jal irq_bad - nop - - j ret_from_irq + j irq_bad nop END(ninoIRQ) Index: irq.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/irq.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- irq.c 2001/11/04 16:02:52 1.6 +++ irq.c 2001/11/06 20:23:54 1.7 @@ -1,7 +1,13 @@ /* - * include/arch/mips/philips/nino/irq.c + * arch/mips/philips/nino/irq.c * * Copyright (C) 2001 Steven J. Hill (sj...@re...) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Interrupt service routines for Philips Nino */ #include <linux/init.h> #include <linux/sched.h> @@ -13,7 +19,7 @@ extern asmlinkage void do_IRQ(int irq, struct pt_regs *regs); -static void enable_irq4(unsigned int irq) +static void enable_irq6(unsigned int irq) { if(irq == 0) { IntEnable5 |= INT5_PERIODICINT; @@ -21,14 +27,14 @@ } } -static unsigned int startup_irq4(unsigned int irq) +static unsigned int startup_irq6(unsigned int irq) { - enable_irq4(irq); + enable_irq6(irq); return 0; /* Never anything pending */ } -static void disable_irq4(unsigned int irq) +static void disable_irq6(unsigned int irq) { if(irq == 0) { IntEnable6 &= ~INT6_PERIODICINT; @@ -37,27 +43,27 @@ } } -#define shutdown_irq4 disable_irq4 -#define mask_and_ack_irq4 disable_irq4 +#define shutdown_irq6 disable_irq6 +#define mask_and_ack_irq6 disable_irq6 -static void end_irq4(unsigned int irq) +static void end_irq6(unsigned int irq) { if(!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) - enable_irq4(irq); + enable_irq6(irq); } -static struct hw_interrupt_type irq4_type = { +static struct hw_interrupt_type irq6_type = { "MIPS", - startup_irq4, - shutdown_irq4, - enable_irq4, - disable_irq4, - mask_and_ack_irq4, - end_irq4, + startup_irq6, + shutdown_irq6, + enable_irq6, + disable_irq6, + mask_and_ack_irq6, + end_irq6, NULL }; -void irq4_dispatch(struct pt_regs *regs) +void irq6_dispatch(struct pt_regs *regs) { int irq = -1; @@ -68,8 +74,7 @@ /* if irq == -1, then the interrupt has already been cleared */ if(irq == -1) { - printk("IRQ6 Status Register = 0x%08lx\n", IntStatus6); - goto end; + panic("No handler installed for MIPS IRQ6\n"); } done: @@ -79,68 +84,59 @@ return; } -static void enable_irq2(unsigned int irq) +static void enable_irq4(unsigned int irq) { set_cp0_status(STATUSF_IP4); - if(irq == 2 || irq == 3) { + if(irq == 2) { IntClear2 = 0xffffffff; - IntEnable2 = 0xfffff000; + IntEnable2 |= 0x07c00000; } } -static unsigned int startup_irq2(unsigned int irq) +static unsigned int startup_irq4(unsigned int irq) { - enable_irq2(irq); + enable_irq4(irq); return 0; /* Never anything pending */ } -static void disable_irq2(unsigned int irq) +static void disable_irq4(unsigned int irq) { clear_cp0_status(STATUSF_IP4); } -#define shutdown_irq2 disable_irq2 -#define mask_and_ack_irq2 disable_irq2 +#define shutdown_irq4 disable_irq4 +#define mask_and_ack_irq4 disable_irq4 -static void end_irq2(unsigned int irq) +static void end_irq4(unsigned int irq) { if(!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) - enable_irq2(irq); + enable_irq4(irq); } -static struct hw_interrupt_type irq2_type = { +static struct hw_interrupt_type irq4_type = { "MIPS", - startup_irq2, - shutdown_irq2, - enable_irq2, - disable_irq2, - mask_and_ack_irq2, - end_irq2, + startup_irq4, + shutdown_irq4, + enable_irq4, + disable_irq4, + mask_and_ack_irq4, + end_irq4, NULL }; -void irq2_dispatch(struct pt_regs *regs) +void irq4_dispatch(struct pt_regs *regs) { int irq = -1; - if(IntStatus2 & 0xfffff000) { + if(IntStatus2 & 0x07c00000) { irq = 2; goto done; } - if(IntStatus2 & 0xfffff000) { - irq = 3; - goto done; - } /* if irq == -1, then the interrupt has already been cleared */ if (irq == -1) { - printk("EEK\n"); - IntClear1 = 0xffffffff; - IntClear3 = 0xffffffff; - IntClear4 = 0xffffffff; - IntClear5 = 0xffffffff; - goto end; + panic("No handler installed for MIPS IRQ4\n"); } done: @@ -190,10 +186,10 @@ /* Initialize IRQ action handlers */ for (i = 0; i < 16; i++) { hw_irq_controller *handler = NULL; - if (i == 0) + if (i == 0 || i == 3) + handler = &irq6_type; + else if (i == 2) handler = &irq4_type; - else if (i > 1 && i < 4) - handler = &irq2_type; else handler = NULL; @@ -209,8 +205,8 @@ /* Enable high priority interrupts */ IntEnable6 = (INT6_GLOBALEN | 0xffff); - /* Enable interrupts */ - change_cp0_status(ST0_IM, IE_IRQ2 | IE_IRQ4); + /* Enable all interrupts */ + change_cp0_status(ST0_IM, ALLINTS); } void (*irq_setup)(void); Index: prom.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/prom.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- prom.c 2001/11/04 16:02:52 1.4 +++ prom.c 2001/11/06 20:23:54 1.5 @@ -1,5 +1,5 @@ /* - * linux/arch/mips/philips/nino/prom.c + * arch/mips/philips/nino/prom.c * * Copyright (C) 2001 Steven J. Hill (sj...@re...) * @@ -7,7 +7,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * - * Early initialization code for the Philips Nino. + * Early initialization code for the Philips Nino */ #include <linux/config.h> #include <linux/init.h> Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/setup.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- setup.c 2001/11/04 16:02:52 1.5 +++ setup.c 2001/11/06 20:23:54 1.6 @@ -1,5 +1,5 @@ /* - * linux/arch/mips/philips/nino/setup.c + * arch/mips/philips/nino/setup.c * * Copyright (C) 2001 Steven J. Hill (sj...@re...) * @@ -7,7 +7,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * - * Interrupt and exception initialization for Philips Nino. + * Interrupt and exception initialization for Philips Nino */ #include <linux/init.h> #include <linux/interrupt.h> Index: time.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/time.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- time.c 2001/11/04 16:02:52 1.5 +++ time.c 2001/11/06 20:23:54 1.6 @@ -1,5 +1,5 @@ /* - * linux/arch/mips/philips/nino/time.c + * arch/mips/philips/nino/time.c * * Copyright (C) 1999 Harald Koerfgen * Copyright (C) 2000 Pavel Machek (pa...@su...) @@ -9,7 +9,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * - * Time handling functinos for Philips Nino. + * Time handling functinos for Philips Nino */ #include <linux/errno.h> #include <linux/init.h> |
From: James S. <jsi...@us...> - 2001-11-06 17:16:44
|
Update of /cvsroot/linux-mips/linux/drivers/char In directory usw-pr-cvs1:/tmp/cvs-serv7364 Modified Files: Config.in Log Message: Removed repeated configuration. Index: Config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/char/Config.in,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Config.in 2001/11/06 09:10:21 1.21 +++ Config.in 2001/11/06 17:16:42 1.22 @@ -77,14 +77,6 @@ fi bool ' Console on DC21285 serial port' CONFIG_SERIAL_21285_CONSOLE fi - if [ "$CONFIG_MIPS" = "y" ]; then - bool ' TMPTX3912/PR31700 serial port support' CONFIG_SERIAL_TX3912 - dep_bool ' Console on TMPTX3912/PR31700 serial port' CONFIG_SERIAL_TX3912_CONSOLE $CONFIG_SERIAL_TX3912 - bool ' Enable Au1000 UART Support' CONFIG_AU1000_UART - if [ "$CONFIG_AU1000_UART" = "y" ]; then - bool ' Enable Au1000 serial console' CONFIG_AU1000_SERIAL_CONSOLE - fi - fi fi if [ "$CONFIG_MIPS_ITE8172" = "y" ]; then bool 'Enable Qtronix 990P Keyboard Support' CONFIG_QTRONIX_KEYBOARD |