[PATCH] ACPI interpreter makefile fix

2000-09-13 Thread Andrey Panin
Hi all, I recently returned from Sea Launch homeport and already made a new patch :)) This patch fixes bothering problem with ACPI interpreter Makefile. Without this patch ACPI interpreter will unconditionaly recompiled every kernel build. Hope it will be usefull. Best wishes,

[PATCH] NIC drivers: check_region() removal continues

2000-10-17 Thread Andrey Panin
Hi all, check_region() removal continues ... Affected drivers: hp.c, hp-plus.c, es3210.c, e2100.c, 3c505.c Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff

[PATCH] ac3200.c, ni52.c: check_region() removal etc.

2000-10-23 Thread Andrey Panin
Hi all, check_region() removed, zero initializers of static variables removed, module_init() module_exit() added. Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc

[PATCH] serial drivers: get rid of panic() call

2001-02-26 Thread Andrey Panin
() calls ? - amiserial.c calls requesst_irq() for IRQ_AMIGA_TBE and IRQ_AMIGA_RBF, but doesn't free then on unload and doesn't check return values. BUG too ? I don't know anything about Amiga's, so last question can be horribly stupid :)) Best regards. -- Andrey Panin| Embedded

Re: [PATCH] drivers/char/serial.c unchecked ioremap() calls

2001-02-26 Thread Andrey Panin
On Fri, Feb 23, 2001 at 09:15:29AM -0500, Jeff Garzik wrote: Arnaldo Carvalho de Melo wrote: Em Fri, Feb 23, 2001 at 10:53:59AM +0300, Andrey Panin escreveu: Hi all, 16x50 serial driver doesn't check ioremap() return value. Atached patch should fix this it. humm, have

[PATCH] /drivers/char/serial.c cleanup

2001-03-05 Thread Andrey Panin
. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -u /linux.vanilla/drivers/char/serial.c /linux/drivers/char/serial.c --- /linux.vanilla/drivers/char/serial.cThu Mar 1 20

[PATCH] bug in /drivers/char/epca.c

2001-03-06 Thread Andrey Panin
impossible to remove panic() calls easily. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/drivers/char/epca.c linux/drivers/char/epca.c --- linux.vanilla/drivers/char

Re: pci_id's

2001-03-11 Thread Andrey Panin
] PCI_0604_8086__1131__02-0-0 ? PCI_0604_8086__244e__01-0-0 244e - 82820 820 (Camino 2) Chipset PCI. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc PGP signature

[PATCH] /drivers/char/cyclades.c: panic() call removal

2001-03-11 Thread Andrey Panin
Hi all, this patch removes panic() calls and adds MODULE_DEVICE_TABLE to cyclades driver. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc --- /linux/drivers/char/cyclades.c.orig Sun

[PATCH] add missing KERN_xxx to /linux/fs

2001-03-15 Thread Andrey Panin
Hi all, IMHO subject is self explaining :) Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/fs/buffer.c linux/fs/buffer.c --- linux.vanilla/fs/buffer.c Thu

[PATCH] net drivers cleanup

2000-11-22 Thread Andrey Panin
:) Unfortunately I have to make a business trip (new satellite launch mission) so, it's most probably my last patchset for a some weeks at least. Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1

[PATCH] linux/drivers/media/radio check_region() removal

2000-11-24 Thread Andrey Panin
Hi all, attached patch removes all check_region() calls from /linux/drivers/media/radio drivers. Most changes are obvious, except radio-cadet.c which needs some maintainer's attention. I hope it will be usefull. Best regards, Andrey -- Andrey Panin| Embedded

[PATCH] ACPI interpreter on ACPItableless systems

2000-11-24 Thread Andrey Panin
Hi all, this patch makes ACPI poweroff possible on ACPI capable systems without BIOS provided ACPI tables. I sent this patch to LKML some month ago, but didn't get an answer :( I will be out of this list for some weeks, so happy hacking and good bye, Andrey -- Andrey Panin

[PATCH] /linux/drivers/char/serial.c: missing __devinitdata

2001-01-03 Thread Andrey Panin
it ? -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -u /linux/drivers/char/serial.c.orig /linux/drivers/char/serial.c --- /linux/drivers/char/serial.c.orig Sun Dec 31 22:49:36 2000 +++ /linux/drivers/char

[PATCH] ac3200.c, ne3210.c, fmv18x.c sis900.c check_region() removal

2000-11-03 Thread Andrey Panin
Hi all, new check_region() removal patchset (for 2.4.0-test10) is here :) Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -urN /mnt/disk/linux/drivers/net

[PATCH] net drivers check_region() removal continues

2000-11-08 Thread Andrey Panin
Hi all, lots of patches attached: 3c503.c, ac3200.c, cs89x0.c, e2100.c, hp.c, hp-plus.c, lne390.c, ne.c, wd.c Best regards, Andrey diff -urN /mnt/disk/linux/drivers/net/3c503.c /linux/drivers/net/3c503.c --- /mnt/disk/linux/drivers/net/3c503.c Thu Nov 2 22:00:58 2000 +++

Re: [PATCH] media/radio [check_region() removal... ]

2000-11-09 Thread Andrey Panin
On Wed, Nov 08, 2000 at 07:13:46PM -0500, Jeff Garzik wrote: Hi all, Finally, a word to you, Alan, and others doing request_region work: it is more informative to pass the device name (minor, etc.) into request_region. Ditto for request_irq. Many (most, except net?) drivers use

[PATCH] NIC drivers check_region() removal continues

2000-11-10 Thread Andrey Panin
-ultra.c, smc-ultra32.c Best regard, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -urN /mnt/disk/linux/drivers/net/3c501.c /linux/drivers/net/3c501.c --- /mnt/disk/linux

Re: IRQ conflicts

2001-02-13 Thread Andrey Panin
, please test this patch with ACPI enabled and sound driver compiled in kernel. IMHO it should fix this problem. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc PGP signature

Re: IRQ conflicts

2001-02-13 Thread Andrey Panin
Hi Brian. I'm sorry, patch itself was not attached in previous post :( Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc --- /linux/arch/i386/kernel/pci-pc.c.orig Mon Feb 12

Re: [ANNONCE] Kernel Autoconfiguration utility v.0.9.1.2

2001-02-15 Thread Andrey Panin
Hi Giacomo, one small remark, presence of the Philips SAA7146 doesn't mean presence of the Stradis video capture card. This multimedia bridge chip is very multipurpose device and can be used on very different cards (for example satellite DVB receivers). Best regards. -- Andrey Panin

[PATCH] check_region() removal: drivers/media/video/pms.c

2001-02-19 Thread Andrey Panin
Hi all, I think subject is self explaining :)) Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc --- /linux/drivers/media/video/pms.c.orig Mon Feb 19 19:33:26 2001 +++ /linux

[PATCH] drivers/net/sunhme.c, unbalanced and unchecked ioremap()

2001-02-22 Thread Andrey Panin
Hi all, I found that sunhme.c doesn't check ioremap() return value and doesn't call iounmap() on module unload. Attached patch (for 2.4.1-ac20) should fix it, compiles clearly, but untested (I have no such hardware). Best regards. -- Andrey Panin| Embedded systems software

[PATCH] drivers/char/serial.c unchecked ioremap() calls

2001-02-22 Thread Andrey Panin
Hi all, 16x50 serial driver doesn't check ioremap() return value. Atached patch should fix this it. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/drivers

[PATCH] static zero initializers removal

2001-03-26 Thread Andrey Panin
Hi all, this patch (against 2.4.2-ac25) removes many static zero initializers from various parts of kernel. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc patch-zeroinit.bz2 PGP

[PATCH] soundcard drivers: static zero initializers removal

2001-03-28 Thread Andrey Panin
Hi all, this patch removes static zero initializers from soundcard drivers. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc patch-sound.gz PGP signature

[PATCH] framebuffer drivers: static zero initializers removal

2001-03-29 Thread Andrey Panin
pci_enable_device() call. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/amifb.c /linux/drivers/video/amifb.c

[PATCH] MTRR driver: s/suser()/capable(CAP_SYS_ADMIN)/

2001-04-03 Thread Andrey Panin
Hi all, this patch (2.4.3) replaces suser() with capable(CAP_SYS_ADMIN) and adds missing KERN_* constants in some printk() calls. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc

[PATCH] net drivers: missing __init's

2001-04-09 Thread Andrey Panin
Hi all, attached patches add missing __init and (__devinit) to some network drivers: at1700.c, eepro.c, epic100.c, hamachi.c, sis900.c, tokenring/abyss.c, tokenring/tmsisa.c, tokenring/tmspci.c. Best regards. -- Andrey Panin| Embedded systems software engineer

Re: [RFC] FW: proposal for systems that do not require security

2001-04-10 Thread Andrey Panin
Do you think it worth an effort ? -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc PGP signature

[PATCH] drivers/net/at1700.c: missing __init and __initdata

2001-04-17 Thread Andrey Panin
Hi all, this patch (2.4.3-ac7) adds some missing __init and __initdata into at1700.c NIC driver. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/drivers/net

Re: [PATCH] Use more gcc extensions in the Linux headers

2007-03-08 Thread Andrey Panin
info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH] Use more gcc extensions in the Linux headers

2007-03-09 Thread Andrey Panin
On 068, 03 09, 2007 at 07:53:08AM +, Christoph Hellwig wrote: On Fri, Mar 09, 2007 at 09:50:56AM +0300, Andrey Panin wrote: On 068, 03 09, 2007 at 04:56:32PM +1100, Rusty Russell wrote: __builtin_types_compatible_p() has been around since gcc 2.95, but it's not available in Intel C

Re: [PATCH] drivers/media/video/videocodec.c: check kmalloc() return value.

2007-03-09 Thread Andrey Panin
); + if (!videocodec_buf) + return 0; i = 0; i += scnprintf(videocodec_buf + i, size - 1, Slave or attached Master name type flagsmagic ); Can you also remove useless (char *) cast above ? -- Andrey Panin| Linux and UNIX system administrator

Re: [PATCH] Add support for ITE887x serial chipsets

2007-03-26 Thread Andrey Panin
this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED

Re: [PATCH] serial: add ADDI-DATA GmbH Communication cards in 8250_pci.c and pci_ids.h.

2007-11-28 Thread Andrey Panin
, + 0, + pbn_b0_bt_8_115200 }, + + /* * These entries match devices with class COMMUNICATION_SERIAL, * COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL */ Otherwise patch looks good. -- Andrey Panin| Linux and UNIX system

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-26 Thread Andrey Panin
On 295, 10 22, 2007 at 12:18:08PM -0400, Lennart Sorensen wrote: On Mon, Oct 22, 2007 at 07:33:23PM +0400, Andrey Panin wrote: So the card probably generates screaming interrupt... that's bad. I found some docs for IT887x chips, according to these docs IT887x have simple interrupt

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-28 Thread Andrey Panin
On 295, 10 22, 2007 at 01:14:14 -0400, Chris Bergeron wrote: Andrey Panin wrote: On 291, 10 18, 2007 at 01:00:06 -0400, Chris Bergeron wrote: So the card probably generates screaming interrupt... that's bad. I found some docs for IT887x chips, according to these docs IT887x have simple

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-17 Thread Andrey Panin
On 290, 10 17, 2007 at 06:16:58 -0400, Chris Bergeron wrote: Andrey Panin wrote: Is it possible to connect two ports and run getty on one port and minicom on another ? We should check that UARTs are really working. I used the on-board serial port as a known working control (after

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-22 Thread Andrey Panin
On 291, 10 18, 2007 at 01:00:06 -0400, Chris Bergeron wrote: Andrey Panin wrote: On 290, 10 17, 2007 at 06:16:58 -0400, Chris Bergeron wrote: Andrey Panin wrote: Is it possible to connect two ports and run getty on one port and minicom on another ? We should check that UARTs

Re: [PATCH] Patches for tiny 386 kernels, again. Linux kernel 2.6.22.7

2007-09-24 Thread Andrey Panin
int dmi_name_in_vendors(char *s) { return 0; } #endif -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH] watchdog: add Nano 7240 driver

2007-10-07 Thread Andrey Panin
] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: ICH Intel PATA short cable override...

2007-09-05 Thread Andrey Panin
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH 4/7] I/OAT: Split PCI startup from DMA handling code

2007-07-20 Thread Andrey Panin
, PCI_DEVICE_ID_INTEL_IOAT_SCNB) }, + { PCI_DEVICE(PCI_VENDOR_ID_UNISYS, PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR) }, + { 0, } +}; Why this driver lacks MODULE_DEVICE_TABLE() ? Is it intentionaly omitted ? -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED

Re: [2.6 patch] i386 visws: extern inline - static inline

2007-08-28 Thread Andrey Panin
On 239, 08 27, 2007 at 11:28:19PM +0200, Adrian Bunk wrote: extern inline will have different semantics with gcc 4.3. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Looks good. Acked-by: Andrey Panin [EMAIL PROTECTED] --- This patch has been sent on: - 14 Aug 2007 include/asm-i386

Re: [PATCH] Added support for Wacom WACF007 and WACF008 to serial pnp driver.

2007-10-10 Thread Andrey Panin
}, { WACF006, 0 }, + { WACF007, 0 }, + { WACF008, 0 }, /* Compaq touchscreen */ { FPI2002, 0 }, /* Fujitsu Stylistic touchscreens */ -- Andrey Panin

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-10 Thread Andrey Panin
://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH try #2] Input/Joystick Driver: add support AD7142 joystick driver

2007-10-12 Thread Andrey Panin
unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-12 Thread Andrey Panin
On 284, 10 11, 2007 at 01:02:12PM -0400, Chris Bergeron wrote: Andrey Panin wrote: On 278, 10 05, 2007 at 05:31:05PM -0400, Chris Bergeron wrote: Hello all, I've just installed a multiport serial card released by an outfit called Syba. This is an 8 port serial-only card with an Octopus

Re: [PATCH try #4] Blackfin BF54x Input Keypad controller driver

2007-10-13 Thread Andrey Panin
) | (val)) + +#endif -- 1.5.3.4 - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin

Re: [HP ProLiant WatchDog driver] hpwdt HP WatchDog Patch

2007-10-15 Thread Andrey Panin
of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description

Re: Syba 8-Port Serial Card Unidentified By Kernel

2007-10-17 Thread Andrey Panin
On 289, 10 16, 2007 at 03:03:34PM -0400, Chris Bergeron wrote: Andrey Panin wrote: On 284, 10 11, 2007 at 01:02:12PM -0400, Chris Bergeron wrote: Andrey Panin wrote: On 278, 10 05, 2007 at 05:31:05PM -0400, Chris Bergeron wrote: Hello all, I've just installed a multiport

Re: [2.6 patch] i386: cleanup boot_cpu_logical_apicid variables

2005-04-19 Thread Andrey Panin
removes the one in mpparse.c . Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Looks good. For the visws part: Signed-off-by: Andrey Panin [EMAIL PROTECTED] --- arch/i386/kernel/mpparse.c |2 -- arch/i386/mach-visws/mpparse.c |5 + 2 files changed, 1 insertion(+), 6

Re: Synaptics probe problem on Acer Travelmate 3004WTMi

2005-07-18 Thread Andrey Panin
used DMI to automatically enable USB handoff on machines that need it. Was it rejected ? -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: IBM HDAPS things are looking up (was: Re: [Hdaps-devel] Re: [ltp] IBM HDAPS Someone interested? (Accelerometer))

2005-07-04 Thread Andrey Panin
-a + +uninstall: + rm -f $(KMISC)/$(addsuffix .ko,$(list-m)) + /sbin/depmod -a -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [CFT:PATCH] Serial + SerialParallel PCI card cleanup

2005-07-04 Thread Andrey Panin
/ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Andrey Panin
+ es7000_plat = 1; + Perhaps some nice enumerated identifiers here, rather than magic numbers? While you are looking at this code can you take a look at the attached trivial patch ? -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP

Re: Need break driver--pci-device automatic association

2005-03-21 Thread Andrey Panin
be skipped by the serial driver. Sorry to repeat myself, but avoiding the need for the users to recompile a kernel should be the first worry when implementing a solution. It's not a reason to fill kernel code with ugly kludges :) -- Andrey Panin| Linux and UNIX system administrator

Re: Need break driver--pci-device automatic association

2005-03-21 Thread Andrey Panin
On 080, 03 21, 2005 at 08:22:28AM +, Russell King wrote: On Mon, Mar 21, 2005 at 11:16:38AM +0300, Andrey Panin wrote: On 078, 03 19, 2005 at 08:33:14PM +0200, Jacques Goldberg wrote: That's really what is needed (mainline). I attach the file which Sasha, author or the lmodem

Re: [rfc/rft] Fujitsu B-Series Lifebook PS/2 TouchScreen driver

2005-03-22 Thread Andrey Panin
-dmi-x86-only - do not compile in DMI detection on anything but x86. On !x86 machines DMI functions will be optimized away and so you'll save only few bytes in .init.data section. IMHO it's not worth additional ugly #ifdef's. -- Andrey Panin| Linux and UNIX system administrator

Re: Patch to enable the USB handoff on Dell 650

2005-03-10 Thread Andrey Panin
On 063, 03 04, 2005 at 12:17:40 -0800, Pete Zaitcev wrote: On Wed, 2 Feb 2005 10:18:47 +0300 Andrey Panin [EMAIL PROTECTED] wrote: +++ linux-2.6.11-rc2-lem/arch/i386/kernel/dmi_scan.c 2005-01-31 20:42:16.163592792 -0800 +static __init int enable_usb_handoff(struct dmi_blacklist

Re: PROBLEM: v2.4.29 won't compile with PCI support disabled

2005-04-04 Thread Andrey Panin
and 2.6 kernels with CONFIG_PCI=n work Ok(*) on my 486. Disable CONFIG_PARPORT_SERIAL in your config. -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: 2.6.12-rc2-mm1

2005-04-05 Thread Andrey Panin
On 095, 04 05, 2005 at 12:05:24AM -0700, Andrew Morton wrote: what useful this part of the patch is supposed to do ? Looks like the result of whitespace damage. --- linux-2.6.12-rc2/drivers/acpi/sleep/main.c 2005-03-02 01:09:19.0 -0800 +++ 25/drivers/acpi/sleep/main.c

Re: Patch to enable the USB handoff on Dell 650

2005-02-01 Thread Andrey Panin
. + */ + { enable_usb_handoff, Dell PW650, { + MATCH(DMI_SYS_VENDOR, Dell Computer Corporation), + MATCH(DMI_PRODUCT_NAME, Precision WorkStation 650), + NO_MATCH, NO_MATCH }}, + { NULL, } -- Andrey Panin| Linux and UNIX system

[PATCH] PnP BIOS: io range length bugfix

2001-07-19 Thread Andrey Panin
to implement PnP device naming function ? Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -urN -X /usr/dontdiff /linux.vanilla/drivers/pnp/pnp_bios.c /linux/drivers/pnp/pnp_bios.c

[Linux-usb-users] USB harddrive not working (2.4, 2.5)

2003-03-19 Thread Andrey Panin
Hi, ISD200 based hard drive bay doesn't work with 2.4 2.5, can someone assist me with it? Kernel message log appended. Best regards. -- Andrey Panin| Embedded systems software developer [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net drivers/usb/core/usb.c: registered new

[PATCH 2/5] 2.6.13-rc5-mm1, make dmi_string() behave like strdup()

2005-08-10 Thread Andrey Panin
This patch changes dmi_string() function to allocate string copy by itself, to avoid code duplication in the next patch. Signed-off-by: Andrey Panin [EMAIL PROTECTED] arch/i386/kernel/dmi_scan.c | 39 +++ 1 files changed, 23 insertions(+), 16 deletions

[PATCH 0/5] 2.6.13-rc5-mm1, remove uneeded function

2005-08-10 Thread Andrey Panin
After elimination of central DMI blacklist dmi_scan_machine() function became a wrapper for dmi_iterate(). This patch moves some code around to kill unneeded function. Signed-off-by: Andrey Panin [EMAIL PROTECTED] arch/i386/kernel/dmi_scan.c | 85

[PATCH 1/5] 2.6.13-rc5-mm1, remove old debugging code

2005-08-10 Thread Andrey Panin
DMI debugging code is unused for ages. This patch removes it. Signed-off-by: Andrey Panin [EMAIL PROTECTED] arch/i386/kernel/dmi_scan.c | 21 - 1 files changed, 21 deletions(-) diff -urdpNX /usr/share/dontdiff linux-2.6.13-rc5-mm1.vanilla/arch/i386/kernel/dmi_scan.c

[PATCH 3/5] 2.6.13-rc5-mm1, add onboard devices discovery

2005-08-10 Thread Andrey Panin
This patch adds onboard devices and IPMI BMC discovery into DMI scan code. Drivers can use dmi_find_device() function to search for devices by type and name. Signed-off-by: Andrey Panin [EMAIL PROTECTED] arch/i386/kernel/dmi_scan.c | 102 ++-- include

[PATCH 4/5] 2.6.13-rc5-mm1, IPMI, use dmi_find_device()

2005-08-10 Thread Andrey Panin
This patch replaces homebrew DMI scanning code in IPMI System Interface driver with dmi_find_device() call. Signed-off-by: Andrey Panin [EMAIL PROTECTED] drivers/char/ipmi/ipmi_si_intf.c | 105 ++- 1 files changed, 17 insertions(+), 88 deletions(-) diff

[PATCH 5/5] 2.6.13-rc5-mm1, driver for IBM Automatic Server Restart watchdog

2005-08-10 Thread Andrey Panin
This patch adds driver for IBM Automatic Server Restart watchdog hardware found in some IBM eServer xSeries machines. This driver is based on the ugly driver provided by IBM. Driver was tested on IBM eServer 226. Signed-off-by: Andrey Panin [EMAIL PROTECTED] drivers/char/watchdog/Kconfig

Re: [RFC][PATCH 2.6.13-rc6] add Dell Systems Management Base Driver (dcdbas) with sysfs support

2005-08-16 Thread Andrey Panin
SMI behind it, before we start doing outb() calls? What about dmi_check_system() ? -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH 5/5] 2.6.13-rc5-mm1, driver for IBM Automatic Server Restart watchdog

2005-08-17 Thread Andrey Panin
On 229, 08 17, 2005 at 01:14:15PM -0700, Andrew Morton wrote: Andrey Panin [EMAIL PROTECTED] wrote: This patch adds driver for IBM Automatic Server Restart watchdog hardware found in some IBM eServer xSeries machines. This driver is based on the ugly driver provided by IBM. Driver

Re: [PATCH] Add support for Korenix 16C950-based PCI cards

2006-12-20 Thread Andrey Panin
}, + + /* * Dell Remote Access Card 4 - [EMAIL PROTECTED] */ { PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_RAC4, -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net diff -urdpNX /usr/share/dontdiff -x Makefile linux

Re: [PATCH] wistron button support for fujitsu-siemens Amilo D88x0

2007-02-07 Thread Andrey Panin
PNP0c02 - Motherboard resources PNP0c04 - Math coprocessor PNP0303 - IBM enhanced keyboard (101/102-key, PS/2 mouse support) PNP0f13 - PS/2 port for PS/2-style mice PNP0700 - PC standard floppy disk controller PNP0400 - Standard LPT printer port PNP0501 - 16550A-compatible COM port -- Andrey Panin

Re: [RFC] LZO1X de/compression support

2007-05-18 Thread Andrey Panin
(M2_MAX_LEN + 1) + +#endif /* already included */ -- Andrey Panin| Linux and UNIX system administrator [EMAIL PROTECTED] | PGP key: wwwkeys.pgp.net signature.asc Description: Digital signature

Re: [PATCH v2] VNIC: Adding support for Cavium ThunderX network controller

2014-11-12 Thread Andrey Panin
On 313, 11 09, 2014 at 09:14:05PM -0800, Robert Richter wrote: I apologize for possibly repeated mail, my mailsystem was misconfigured :( Some comments from quick look are below. +static int nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent) +{ + struct device *dev =

[PATCH] serial drivers: get rid of panic() call

2001-02-26 Thread Andrey Panin
() calls ? - amiserial.c calls requesst_irq() for IRQ_AMIGA_TBE and IRQ_AMIGA_RBF, but doesn't free then on unload and doesn't check return values. BUG too ? I don't know anything about Amiga's, so last question can be horribly stupid :)) Best regards. -- Andrey Panin| Embedded

Re: [PATCH] drivers/char/serial.c unchecked ioremap() calls

2001-02-26 Thread Andrey Panin
On Fri, Feb 23, 2001 at 09:15:29AM -0500, Jeff Garzik wrote: > Arnaldo Carvalho de Melo wrote: > > > > Em Fri, Feb 23, 2001 at 10:53:59AM +0300, Andrey Panin escreveu: > > > > > > Hi all, > > > > > > 16x50 serial driver doesn't check ior

[PATCH] /drivers/char/serial.c cleanup

2001-03-05 Thread Andrey Panin
. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -u /linux.vanilla/drivers/char/serial.c /linux/drivers/char/serial.c --- /linux.vanilla/drivers/char/serial.cThu Mar 1 20

[PATCH] bug in /drivers/char/epca.c

2001-03-06 Thread Andrey Panin
impossible to remove panic() calls easily. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/drivers/char/epca.c linux/drivers/char/epca.c --- linux.vanilla/drivers/char

Re: pci_id's

2001-03-11 Thread Andrey Panin
_00-0-0 8391 - VT8371 [KX133 AGP] > PCI_0604_8086__1131__02-0-0 ? > PCI_0604_8086__244e__01-0-0 244e - 82820 820 (Camino 2) Chipset PCI. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc PGP signature

[PATCH] /drivers/char/cyclades.c: panic() call removal

2001-03-11 Thread Andrey Panin
Hi all, this patch removes panic() calls and adds MODULE_DEVICE_TABLE to cyclades driver. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc --- /linux/drivers/char/cyclades.c.orig Sun

[PATCH] add missing KERN_xxx to /linux/fs

2001-03-15 Thread Andrey Panin
Hi all, IMHO subject is self explaining :) Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/fs/buffer.c linux/fs/buffer.c --- linux.vanilla/fs/buffer.c Thu

[PATCH] ACPI interpreter makefile fix

2000-09-13 Thread Andrey Panin
Hi all, I recently returned from Sea Launch homeport and already made a new patch :)) This patch fixes bothering problem with ACPI interpreter Makefile. Without this patch ACPI interpreter will unconditionaly recompiled every kernel build. Hope it will be usefull. Best wishes,

[PATCH] net drivers cleanup

2000-11-22 Thread Andrey Panin
cess :) Unfortunately I have to make a business trip (new satellite launch mission) so, it's most probably my last patchset for a some weeks at least. Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orb

[PATCH] linux/drivers/media/radio check_region() removal

2000-11-24 Thread Andrey Panin
Hi all, attached patch removes all check_region() calls from /linux/drivers/media/radio drivers. Most changes are obvious, except radio-cadet.c which needs some maintainer's attention. I hope it will be usefull. Best regards, Andrey -- Andrey Panin| Embedded

[PATCH] ACPI interpreter on ACPItableless systems

2000-11-24 Thread Andrey Panin
Hi all, this patch makes ACPI poweroff possible on ACPI capable systems without BIOS provided ACPI tables. I sent this patch to LKML some month ago, but didn't get an answer :( I will be out of this list for some weeks, so happy hacking and good bye, Andrey -- Andrey Panin

[PATCH] ne.c, 3c501.c, 3c503.c, 3c507.c: get rid of check_region()

2000-09-29 Thread Andrey Panin
Hi all, check_region() patches attached. Next patchset will be ready in monday. Best regards, Andrey -- diff -urN /mnt/disk/linux/drivers/net/3c501.c /linux/drivers/net/3c501.c --- /mnt/disk/linux/drivers/net/3c501.c Tue Sep 12 23:47:56 2000 +++ /linux/drivers/net/3c501.c Thu Sep

[Q] init_etherdev()

2000-10-16 Thread Andrey Panin
Hi all, after walking through some of NIC drivers and trying to remove check_region() calls, i have two small questions: 1) many NIC drivers contain (in XXX_probe1 functions) check like this: if (dev == NULL) { dev = init_etherdev(); } but many

Re: [Q] init_etherdev()

2000-10-16 Thread Andrey Panin
On Mon, Oct 16, 2000 at 02:34:44AM -0400, Jeff Garzik wrote: > Andrey Panin wrote: > > > > Hi all, > > > > after walking through some of NIC drivers and trying to remove check_region() > > calls, i have two small questions: > > > > 1) many NIC dr

[PATCH] NIC drivers: check_region() removal continues

2000-10-17 Thread Andrey Panin
Hi all, check_region() removal continues ... Affected drivers: hp.c, hp-plus.c, es3210.c, e2100.c, 3c505.c Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff

[PATCH] ac3200.c, ni52.c: check_region() removal etc.

2000-10-23 Thread Andrey Panin
Hi all, check_region() removed, zero initializers of static variables removed, module_init() & module_exit() added. Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin

[PATCH] /linux/drivers/char/serial.c: missing __devinitdata

2001-01-03 Thread Andrey Panin
it ? -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -u /linux/drivers/char/serial.c.orig /linux/drivers/char/serial.c --- /linux/drivers/char/serial.c.orig Sun Dec 31 22:49:36 2000 +++ /linux/drivers/char

[PATCH] ac3200.c, ne3210.c, fmv18x.c & sis900.c check_region() removal

2000-11-03 Thread Andrey Panin
Hi all, new check_region() removal patchset (for 2.4.0-test10) is here :) Best regards, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -urN /mnt/disk/linux/drivers/net

[PATCH] net drivers check_region() removal continues

2000-11-08 Thread Andrey Panin
Hi all, lots of patches attached: 3c503.c, ac3200.c, cs89x0.c, e2100.c, hp.c, hp-plus.c, lne390.c, ne.c, wd.c Best regards, Andrey diff -urN /mnt/disk/linux/drivers/net/3c503.c /linux/drivers/net/3c503.c --- /mnt/disk/linux/drivers/net/3c503.c Thu Nov 2 22:00:58 2000 +++

Re: [PATCH] media/radio [check_region() removal... ]

2000-11-09 Thread Andrey Panin
On Wed, Nov 08, 2000 at 07:13:46PM -0500, Jeff Garzik wrote: Hi all, > > Finally, a word to you, Alan, and others doing request_region work: it > is more informative to pass the device name (minor, etc.) into > request_region. Ditto for request_irq. Many (most, except net?) > drivers use

[PATCH] NIC drivers check_region() removal continues

2000-11-10 Thread Andrey Panin
c-mca.c, smc-ultra.c, smc-ultra32.c Best regard, Andrey -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -urN /mnt/disk/linux/drivers/net/3c501.c /linux/drivers/net/3c501.c --- /mnt/dis

Re: IRQ conflicts

2001-02-13 Thread Andrey Panin
I compile sound as a module then the > ACPI driver grabs IRQ9 and the sound get IRQ7. > Hi Brian, please test this patch with ACPI enabled and sound driver compiled in kernel. IMHO it should fix this problem. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc PGP signature

  1   2   >