[patch] synclinkmp.c fix double mapping of signals

2005-09-07 Thread Paul Fulghum
[patch] synclinkmp.c fix double mapping of signals From: Paul Fulghum <[EMAIL PROTECTED]> Serial signals were incorrectly mapped twice to events. Signed-off-by: Paul Fulghum <[EMAIL PROTECTED]> --- linux-2.6.13/drivers/char/synclinkmp.c 2005-08-28 18:41:01.0 -05

[patch] synclink.c add loopback to async mode

2005-09-07 Thread Paul Fulghum
[patch] synclink.c add loopback to async mode From: Paul Fulghum <[EMAIL PROTECTED]> Add internal loopback support for asynchronous mode operation. Signed-off-by: Paul Fulghum <[EMAIL PROTECTED]> --- linux-2.6.13/drivers/char/synclink.c2005-09-07 11:43:56.0 -05

[patch] synclink.c add clear stats

2005-09-07 Thread Paul Fulghum
[patch] synclink.c add clear stats From: Paul Fulghum <[EMAIL PROTECTED]> Add the ability to clear statistics. Signed-off-by: Paul Fulghum <[EMAIL PROTECTED]> --- linux-2.6.13/drivers/char/synclink.c2005-09-07 11:43:56.0 -0500 +++ linux-2.6.13-mg/drivers/cha

[patch] synclink.c compiler optimiation fix

2005-09-07 Thread Paul Fulghum
[patch] synclink.c compiler optimization fix From: Paul Fulghum <[EMAIL PROTECTED]> Make some fields of DMA descriptor volatile to prevent compiler optimizations. Signed-off-by: Paul Fulghum <[EMAIL PROTECTED]> --- linux-2.6.13/drivers/char/synclink.c2005-09-07 11:43:

[patch] synclink.c compiler optimiation fix

2005-09-07 Thread Paul Fulghum
[patch] synclink.c compiler optimization fix From: Paul Fulghum [EMAIL PROTECTED] Make some fields of DMA descriptor volatile to prevent compiler optimizations. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char/synclink.c2005-09-07 11:43:56.0 -0500

[patch] synclink.c add clear stats

2005-09-07 Thread Paul Fulghum
[patch] synclink.c add clear stats From: Paul Fulghum [EMAIL PROTECTED] Add the ability to clear statistics. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char/synclink.c2005-09-07 11:43:56.0 -0500 +++ linux-2.6.13-mg/drivers/char/synclink.c 2005

[patch] synclink.c add loopback to async mode

2005-09-07 Thread Paul Fulghum
[patch] synclink.c add loopback to async mode From: Paul Fulghum [EMAIL PROTECTED] Add internal loopback support for asynchronous mode operation. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char/synclink.c2005-09-07 11:43:56.0 -0500 +++ linux-2.6.13

[patch] synclinkmp.c fix double mapping of signals

2005-09-07 Thread Paul Fulghum
[patch] synclinkmp.c fix double mapping of signals From: Paul Fulghum [EMAIL PROTECTED] Serial signals were incorrectly mapped twice to events. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char/synclinkmp.c 2005-08-28 18:41:01.0 -0500 +++ linux-2.6.13-mg

[patch] synclinkmp.c disable burst transfers

2005-09-07 Thread Paul Fulghum
[patch] synclinkmp.c disable burst transfers From: Paul Fulghum [EMAIL PROTECTED] Disable burst transfers on adapter local bus. Hardware feature does not work on latest version of adapter. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char/synclinkmp.c 2005-08-28

[patch] synclinkmp.c add statistics clear

2005-09-07 Thread Paul Fulghum
[patch] synclinkmp.c add statistics clear From: Paul Fulghum [EMAIL PROTECTED] Add ability to clear statistics. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char/synclinkmp.c 2005-08-28 18:41:01.0 -0500 +++ linux-2.6.13-mg/drivers/char/synclinkmp.c

[patch] synclinkmp.c fix async internal loopback

2005-09-07 Thread Paul Fulghum
[patch] synclinkmp.c fix async internal loopback From: Paul Fulghum [EMAIL PROTECTED] Fix async internal loopback by not using enable_loopback function which reprograms clocking and should only be used for hdlc mode. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.13/drivers/char

Re: CCITT-CRC16 in kernel

2005-08-10 Thread Paul Fulghum
, there is an error in the block. -- Paul Fulghum Microgate Systems, Ltd - 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/

Re: CCITT-CRC16 in kernel

2005-08-10 Thread Paul Fulghum
, there is an error in the block. -- Paul Fulghum Microgate Systems, Ltd - 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/

[PATCH 2.6] fix register access typo in synclinkmp

2005-03-04 Thread Paul Fulghum
Fix register access typo in synclinkmp.c that caused value to be written to wrong register. -- Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.11/drivers/char/synclinkmp.c 2005-03-02 01:37:50.0 -0600 +++ linux-2.6.11-mg/drivers/char/synclinkmp.c 2005-03-04 11:02:29.0 -0600

[PATCH 2.6] fix register access typo in synclinkmp

2005-03-04 Thread Paul Fulghum
Fix register access typo in synclinkmp.c that caused value to be written to wrong register. -- Paul Fulghum [EMAIL PROTECTED] --- linux-2.6.11/drivers/char/synclinkmp.c 2005-03-02 01:37:50.0 -0600 +++ linux-2.6.11-mg/drivers/char/synclinkmp.c 2005-03-04 11:02:29.0 -0600

Re: [TTY] 2 points seems strange to me.

2005-02-18 Thread Paul Fulghum
"schedule_delayed_work" whatever the state of "tty->latency"? If low_latency is set and you are not calling from interrupt, then calling work directly speeds processing. I submitted a patch that forced schedule_delayed_work if in interrupt context to avoid this problem.

Re: [TTY] 2 points seems strange to me.

2005-02-18 Thread Paul Fulghum
Paulo Marques wrote: Paul Fulghum wrote: No, it limits the size to 80 bytes, which is the size of buf. sizeof returns the size of the char array buf[80] (standard C) Looking at the code, I think Franck is right. buf is a "const unsigned char *" for which sizeof(buf) is the size of a poi

Re: [TTY] 2 points seems strange to me.

2005-02-18 Thread Paul Fulghum
ction must no be called in interrupt context. Why is it done anyway ? Calling tty_flip_buffer_push() is fine from interrupt as long as tty->low_latency is not set. It just queues work for later. -- Paul Fulghum Microgate Systems, Ltd. - To unsubscribe from this list: send the line "unsubs

Re: [TTY] 2 points seems strange to me.

2005-02-18 Thread Paul Fulghum
context. Why is it done anyway ? Calling tty_flip_buffer_push() is fine from interrupt as long as tty-low_latency is not set. It just queues work for later. -- Paul Fulghum Microgate Systems, Ltd. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [TTY] 2 points seems strange to me.

2005-02-18 Thread Paul Fulghum
Paulo Marques wrote: Paul Fulghum wrote: No, it limits the size to 80 bytes, which is the size of buf. sizeof returns the size of the char array buf[80] (standard C) Looking at the code, I think Franck is right. buf is a const unsigned char * for which sizeof(buf) is the size of a pointer. What

Re: [TTY] 2 points seems strange to me.

2005-02-18 Thread Paul Fulghum
-latency? If low_latency is set and you are not calling from interrupt, then calling work directly speeds processing. I submitted a patch that forced schedule_delayed_work if in interrupt context to avoid this problem. It was rejected. -- Paul Fulghum Microgate Systems, Ltd. - To unsubscribe from

Re: Deadlock in serial driver 2.6.x

2005-02-04 Thread Paul Fulghum
don't do anything that can cause a deadlock when you call it. -- Paul Fulghum Microgate Systems, Ltd. - 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 P

Re: Deadlock in serial driver 2.6.x

2005-02-04 Thread Paul Fulghum
don't do anything that can cause a deadlock when you call it. -- Paul Fulghum Microgate Systems, Ltd. - 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

Re: NWFS Submitted to Alan Cox

2001-06-30 Thread Paul Fulghum
mble torwards the tarpits: These moments will be lost in time like tears in the rain... time to die. -- Paul Fulghum [EMAIL PROTECTED] - 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.

Re: NWFS Submitted to Alan Cox

2001-06-30 Thread Paul Fulghum
will be lost in time like tears in the rain... time to die. -- Paul Fulghum [EMAIL PROTECTED] - 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

Re: The latest Microsoft FUD. This time from BillG, himself.

2001-06-29 Thread Paul Fulghum
> Is this accurate? I never knew NT was mach-based. I do not think NT > 1-3 were actually ever shipped, first was NT 3.5 right? > Pavel NT 3.1 was the 1st to ship. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send

Re: The latest Microsoft FUD. This time from BillG, himself.

2001-06-29 Thread Paul Fulghum
Is this accurate? I never knew NT was mach-based. I do not think NT 1-3 were actually ever shipped, first was NT 3.5 right? Pavel NT 3.1 was the 1st to ship. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line unsubscribe

Re: temperature standard - global config option?

2001-06-06 Thread Paul Fulghum
> Kernel is worldwide, should not use anlo-saxon shifted units. Use the > International System of Units (SI) > http://physics.nist.gov/cuu/Units/units.html Hmmm... I don't see bogomips on this list! :-) Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To un

Re: temperature standard - global config option?

2001-06-06 Thread Paul Fulghum
Kernel is worldwide, should not use anlo-saxon shifted units. Use the International System of Units (SI) http://physics.nist.gov/cuu/Units/units.html Hmmm... I don't see bogomips on this list! :-) Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from

SyncPPP Generic PPP merge

2001-05-24 Thread Paul Fulghum
s the plan to *replace* the PPP code in syncppp (hopefully in a way that is invisible to the low level drivers)? Or is it to *add* generic PPP support to syncppp, leaving (at least temporarily) the existing PPP capability in syncppp for compatibility? (implying a new syncppp flag USE_GENERIC_PPP?

Re: SyncPPP IPCP/LCP loop problem and patch

2001-05-24 Thread Paul Fulghum
not much point in trying to overhaul the code. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - 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/m

Re: SyncPPP IPCP/LCP loop problem and patch

2001-05-24 Thread Paul Fulghum
in trying to overhaul the code. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - 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

SyncPPP Generic PPP merge

2001-05-24 Thread Paul Fulghum
code in syncppp (hopefully in a way that is invisible to the low level drivers)? Or is it to *add* generic PPP support to syncppp, leaving (at least temporarily) the existing PPP capability in syncppp for compatibility? (implying a new syncppp flag USE_GENERIC_PPP?) Paul Fulghum [EMAIL PROTECTED

Re: SyncPPP IPCP/LCP loop problem and patch

2001-05-22 Thread Paul Fulghum
break; to the above switch statement in addition to the cfg-req 1st change would cure both loops. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTE

Re: SyncPPP IPCP/LCP loop problem and patch

2001-05-22 Thread Paul Fulghum
Thanks but I've already tried that. You get a slightly different pattern > to the loop but it still loops. What does the loop look like when the cfg-req is sent 1st? Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "

Re: SyncPPP IPCP/LCP loop problem and patch

2001-05-22 Thread Paul Fulghum
a slightly different pattern to the loop but it still loops. What does the loop look like when the cfg-req is sent 1st? Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: SyncPPP IPCP/LCP loop problem and patch

2001-05-22 Thread Paul Fulghum
; sppp_ipcp_open (sp); break; } break; Maybe adding: case LCP_STATE_OPENED: sppp_lcp_open (sp); sp-ipcp.state = IPCP_STATE_CLOSED; sp-lcp.state = LCP_STATE_REQ_SENT; break; to the above switch statement in addition to the cfg-req 1st change would cure both loops. Paul Fulghum

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-20 Thread Paul Fulghum
From: "Alexander Viro" <[EMAIL PROTECTED]> > On Sun, 20 May 2001, Paul Fulghum wrote: > > I'll be the first to admit there is some ugliness in my driver. > > So will anyone here regarding his or her code. Count me in, BTW. > > Could you reread the pos

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-20 Thread Paul Fulghum
h use and review, and the code improves. (I *really do* want my driver to work!) As new facilities and guidelines are made available, I *gladly* and *gratefully* use them, and the code improves. Calling driver writers stupid and devising punitive measures to 'cause them pain' seems less useful

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-20 Thread Paul Fulghum
my driver to work!) As new facilities and guidelines are made available, I *gladly* and *gratefully* use them, and the code improves. Calling driver writers stupid and devising punitive measures to 'cause them pain' seems less useful. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation http

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-20 Thread Paul Fulghum
From: Alexander Viro [EMAIL PROTECTED] On Sun, 20 May 2001, Paul Fulghum wrote: I'll be the first to admit there is some ugliness in my driver. So will anyone here regarding his or her code. Count me in, BTW. Could you reread the posting you are refering to? Sorry if I misunderstood. My

Re: deregister?

2001-04-29 Thread Paul Fulghum
mildly irritate people (myself included) until it *is* corrected (I guess ignorance was bliss :-) Paul Fulghum [EMAIL PROTECTED] - 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.ke

Re: deregister?

2001-04-29 Thread Paul Fulghum
(I guess ignorance was bliss :-) Paul Fulghum [EMAIL PROTECTED] - 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

Re: RFC: configuring net interfaces

2001-03-29 Thread Paul Fulghum
structure. It makes sense to me to defer adding the extra parameters (as you suggest) until there is actual support for SVCs or acknowledged mode over PVCs. The majority of what I've seen is PVC/UI. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from t

Re: RFC: configuring net interfaces

2001-03-29 Thread Paul Fulghum
parameters (as you suggest) until there is actual support for SVCs or acknowledged mode over PVCs. The majority of what I've seen is PVC/UI. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: RFC: configuring net interfaces

2001-03-28 Thread Paul Fulghum
ea for raw HDLC mode. (CRC-16, CRC-32, no CRC) Paul Fulghum [EMAIL PROTECTED] - 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/

Re: RFC: configuring net interfaces

2001-03-28 Thread Paul Fulghum
16, CRC-32, no CRC) Paul Fulghum [EMAIL PROTECTED] - 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/

Re: PATCH against 2.4.2: TTY hangup on PPP channel corrupts kernel memory

2001-03-23 Thread Paul Fulghum
to the problem of allowing the ldisc to change when there are existing calls blocked in (or through) the ldisc. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

Re: PATCH against 2.4.2: TTY hangup on PPP channel corrupts kernel memory

2001-03-23 Thread Paul Fulghum
g calls blocked in (or through) the ldisc. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - 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/majordom

Re: Serial port latency

2001-03-22 Thread Paul Fulghum
ta interrupt. The 16550AF data book says that this timeout is 4 characters from when the last byte is received. This is a maximum of 160ms at 300bps (when using 12bit characters: 1 start + 8 data + parity + 2 stop). So this would be smaller at 9600 and could not account for the 500ms delay. Paul Fu

Re: Serial port latency

2001-03-22 Thread Paul Fulghum
data book says that this timeout is 4 characters from when the last byte is received. This is a maximum of 160ms at 300bps (when using 12bit characters: 1 start + 8 data + parity + 2 stop). So this would be smaller at 9600 and could not account for the 500ms delay. Paul Fulghum [EMAIL PROTECTED

Re: CLOCAL and TIOCMIWAIT

2001-02-26 Thread Paul Fulghum
s 'interpretation' of DCD but TIOCMIWAIT monitors the signal transitions without regard to a predefined interpretation (let's the application decide what to do with DCD). Paul Fulghum [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: CLOCAL and TIOCMIWAIT

2001-02-26 Thread Paul Fulghum
regard to a predefined interpretation (let's the application decide what to do with DCD). Paul Fulghum [EMAIL PROTECTED] - 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

Re: (my) kgdb patch brakes compile.

2001-02-22 Thread Paul Fulghum
I think your problem is removing all optimization (removing '-O2' when kgdb option is enabled). I realize that debugging is easier with no optimization but the kernel compile always spilled registers for me when using -O0. I can do -O1 or -O2 with no problem. Paul Fulghum [EMAIL PROTECTED

Re: (my) kgdb patch brakes compile.

2001-02-22 Thread Paul Fulghum
I think your problem is removing all optimization (removing '-O2' when kgdb option is enabled). I realize that debugging is easier with no optimization but the kernel compile always spilled registers for me when using -O0. I can do -O1 or -O2 with no problem. Paul Fulghum [EMAIL PROTECTED

Re: hdlc interface in 2.2.18 is not in 2.4.0

2001-01-25 Thread Paul Fulghum
'm sure it will be folded into 2.4.X but I don't know when. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: hdlc interface in 2.2.18 is not in 2.4.0

2001-01-25 Thread Paul Fulghum
d into 2.4.X but I don't know when. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Linux 2.2.18 release notes

2000-12-11 Thread Paul Fulghum
From: "Alan Cox" <[EMAIL PROTECTED]> > Linux 2.2.18 Release Notes patch-2.2.18.tar.gz size=2.9MBytes from my scanning of the kernel archives, this is the *all time* largest kernel patch (including 2.3/2.4 patches). Go team :-) Paul Fulghum - To unsubscribe from this

Re: Linux 2.2.18 release notes

2000-12-11 Thread Paul Fulghum
From: "Alan Cox" [EMAIL PROTECTED] Linux 2.2.18 Release Notes patch-2.2.18.tar.gz size=2.9MBytes from my scanning of the kernel archives, this is the *all time* largest kernel patch (including 2.3/2.4 patches). Go team :-) Paul Fulghum - To unsubscribe from this list: sen

Re: [RFC-2] Configuring Synchronous Interfaces in Linux

2000-12-05 Thread Paul Fulghum
y applicable for my driver (synclink.c) which offers both the network oriented sync interface *and* a tty oriented sync interface. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [RFC-2] Configuring Synchronous Interfaces in Linux

2000-12-05 Thread Paul Fulghum
- whether ifconfig is the right place to do it; - where I should create the new ioctl's to handle these new parameters. The ioctl interface is more universally applicable for my driver (synclink.c) which offers both the network oriented sync interface *and* a tty oriented sync interface.

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Paul Fulghum
.1/0653.html they are goats that eat fermented potatoes. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Paul Fulghum
they are goats that eat fermented potatoes. Paul Fulghum [EMAIL PROTECTED] Microgate Corporation www.microgate.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

RE: Adding vendor drivers...

2000-10-07 Thread Paul Fulghum
Maybe even add another tag to add the config help text. This has my vote of support. Paul Fulghum [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

RE: Adding vendor drivers...

2000-10-07 Thread Paul Fulghum
to add the config help text. This has my vote of support. Paul Fulghum [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

<    1   2   3