login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
22
Re: [PATCH 13/26] atl1: refactor interrupt handling
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jeff Garzik
Subject:
Re: [PATCH 13/26] atl1: refactor interrupt handling
Date: Tuesday, January 22, 2008 - 2:59 am
jacliburn@bellsouth.net
wrote:
quoted text
> From: Jay Cliburn <jacliburn@bellsouth.net> > > Refactor interrupt handling to conform with the current vendor driver > version 1.2.40.2. > > Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net> > --- > drivers/net/atlx/atl1.c | 196 ++++++++++++++++++++++------------------------- > drivers/net/atlx/atl1.h | 25 +++++- > drivers/net/atlx/atlx.c | 2 +- > 3 files changed, 114 insertions(+), 109 deletions(-)
same comments... "refactor" should be explained further in the changelog --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 00/26] atl1: divide and modernize
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 01/26] atl1: relocate atl1 driver to /drivers/net/atlx
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 02/26] atl1: move common functions to atlx files
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 03/26] atl1: fix broken TSO
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 04/26] atl1: add ethtool register dump
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 05/26] atl1: print debug info if rrd error
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 06/26] atl1: update initialization parameters
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 07/26] atl1: clarify max rx frame size
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 09/26] atl1: refactor tx processing
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 11/26] atl1: refactor initialization and startup
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 12/26] atl1: refactor atl1_probe
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 13/26] atl1: refactor interrupt handling
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 14/26] atl1: move stray defines to header file
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 15/26] atl1: tidy up ring management
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 16/26] atl1: modernize check link function
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 17/26] atl1: update phy config function
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 18/26] atl1: make function static
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 19/26] atl1: modernize down/up functions
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 20/26] atl1: update change mtu
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 21/26] atl1: update atl1_close
, jacliburn
, (Mon Dec 31, 6:59 pm)
[PATCH 22/26] atl1: update netpoll
, jacliburn
, (Mon Dec 31, 7:00 pm)
[PATCH 23/26] atl1: update shutdown and remove functions
, jacliburn
, (Mon Dec 31, 7:00 pm)
[PATCH 24/26] atl1: update wake-on-lan
, jacliburn
, (Mon Dec 31, 7:00 pm)
[PATCH 25/26] atl1: add NAPI support
, jacliburn
, (Mon Dec 31, 7:00 pm)
Re: [PATCH 25/26] atl1: add NAPI support
, Joonwoo Park
, (Mon Dec 31, 11:09 pm)
Re: [PATCH 25/26] [REVISED] atl1: add NAPI support
, Jay Cliburn
, (Tue Jan 1, 11:15 am)
RE: [PATCH 25/26] [REVISED] atl1: add NAPI support
, Joonwoo Park
, (Tue Jan 1, 7:56 pm)
Re: [PATCH 25/26] [REVISED] atl1: add NAPI support
, David Miller
, (Tue Jan 1, 8:07 pm)
Re: [PATCH 04/26] atl1: add ethtool register dump
, Jeff Garzik
, (Tue Jan 22, 2:54 am)
Re: [PATCH 05/26] atl1: print debug info if rrd error
, Jeff Garzik
, (Tue Jan 22, 2:55 am)
Re: [PATCH 06/26] atl1: update initialization parameters
, Jeff Garzik
, (Tue Jan 22, 2:56 am)
Re: [PATCH 09/26] atl1: refactor tx processing
, Jeff Garzik
, (Tue Jan 22, 2:58 am)
Re: [PATCH 13/26] atl1: refactor interrupt handling
, Jeff Garzik
, (Tue Jan 22, 2:59 am)
Re: [PATCH 19/26] atl1: modernize down/up functions
, Jeff Garzik
, (Tue Jan 22, 3:01 am)
Re: [PATCH 09/26] atl1: refactor tx processing
, Jay Cliburn
, (Tue Jan 22, 5:31 pm)
Re: [PATCH 06/26] atl1: update initialization parameters
, Jay Cliburn
, (Tue Jan 22, 7:13 pm)
Re: [PATCH 06/26] atl1: update initialization parameters
, Jeff Garzik
, (Tue Jan 22, 7:19 pm)
Re: [PATCH 06/26] atl1: update initialization parameters
, Chris Snook
, (Tue Jan 22, 7:30 pm)
Re: [PATCH 09/26] atl1: refactor tx processing
, Jay Cliburn
, (Thu Jan 24, 6:00 pm)
Re: [PATCH 09/26] atl1: refactor tx processing
, Chris Snook
, (Thu Jan 24, 6:08 pm)
Re: [PATCH 09/26] atl1: refactor tx processing
, Jeff Garzik
, (Thu Jan 24, 8:01 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Trenton D. Adams
Re: Flash IO slow 1.5 MB/s
Alan Cox
Re: Please add ZFS support (from GPL sources)
S K
Re: cpufreq doesn't seem to work in Intel Q9300
Bart Van Assche
Re: Is gcc thread-unsafe?
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Junio C Hamano
Re: git-svnimport
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
Juergen Ruehle
Re: [ANNOUNCE] Guilt 0.16
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
sm501: add power control callback
Linux Kernel Mailing List
net: don't grab a mutex within a timer context in gianfar
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
linux-netdev
:
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Ingo Molnar
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Jeff Kirsher
[net-2.6 PATCH 2/5] e1000e: increase swflag acquisition timeout for ICHx/PCH
David Miller
Re: [RFC 0/5] generic rx recycling
openbsd-misc
:
daniele.pilenga
snmpd hangs on 4.1 looking up hrSWRunTable
Christophe Rioux
Implementation example of snmp
Nick Holland
Re: booting openbsd on eee without cd-rom
Bryan Irvine
Re: OpenBSD 4.7 Released, May 19 2010
Cabillot Julien
Re: OpenBSD isakmpd and pf vs Cisco PIX or ASA
Colocation donated by:
Syndicate