netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] the scheduled sk98lin removal
@ 2007-07-09 14:59 Adrian Bunk
  2007-07-10 16:44 ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2007-07-09 14:59 UTC (permalink / raw)
  To: Stephen Hemminger, jgarzik; +Cc: netdev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2638 bytes --]

This patch contains the scheduled removal of the sk98lin driver.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

Due to its size, the patch is attached compressed.

 Documentation/feature-removal-schedule.txt |    8 
 Documentation/networking/00-INDEX          |    3 
 Documentation/networking/sk98lin.txt       |  568 -
 drivers/net/Kconfig                        |   87 
 drivers/net/Makefile                       |    1 
 drivers/net/sk98lin/Makefile               |   87 
 drivers/net/sk98lin/h/lm80.h               |  179 
 drivers/net/sk98lin/h/skaddr.h             |  285 
 drivers/net/sk98lin/h/skcsum.h             |  213 
 drivers/net/sk98lin/h/skdebug.h            |   74 
 drivers/net/sk98lin/h/skdrv1st.h           |  188 
 drivers/net/sk98lin/h/skdrv2nd.h           |  447 -
 drivers/net/sk98lin/h/skerror.h            |   55 
 drivers/net/sk98lin/h/skgedrv.h            |   51 
 drivers/net/sk98lin/h/skgehw.h             | 2126 -----
 drivers/net/sk98lin/h/skgehwt.h            |   48 
 drivers/net/sk98lin/h/skgei2c.h            |  210 
 drivers/net/sk98lin/h/skgeinit.h           |  797 --
 drivers/net/sk98lin/h/skgepnm2.h           |  334 
 drivers/net/sk98lin/h/skgepnmi.h           |  962 --
 drivers/net/sk98lin/h/skgesirq.h           |  110 
 drivers/net/sk98lin/h/ski2c.h              |  174 
 drivers/net/sk98lin/h/skqueue.h            |   94 
 drivers/net/sk98lin/h/skrlmt.h             |  438 -
 drivers/net/sk98lin/h/sktimer.h            |   63 
 drivers/net/sk98lin/h/sktypes.h            |   69 
 drivers/net/sk98lin/h/skversion.h          |   38 
 drivers/net/sk98lin/h/skvpd.h              |  248 
 drivers/net/sk98lin/h/xmac_ii.h            | 1579 ----
 drivers/net/sk98lin/skaddr.c               | 1788 ----
 drivers/net/sk98lin/skdim.c                |  742 -
 drivers/net/sk98lin/skethtool.c            |  628 -
 drivers/net/sk98lin/skge.c                 | 5211 -------------
 drivers/net/sk98lin/skgehwt.c              |  171 
 drivers/net/sk98lin/skgeinit.c             | 2005 -----
 drivers/net/sk98lin/skgemib.c              | 1075 --
 drivers/net/sk98lin/skgepnmi.c             | 8210 ---------------------
 drivers/net/sk98lin/skgesirq.c             | 2229 -----
 drivers/net/sk98lin/ski2c.c                | 1296 ---
 drivers/net/sk98lin/sklm80.c               |  141 
 drivers/net/sk98lin/skqueue.c              |  179 
 drivers/net/sk98lin/skrlmt.c               | 3257 --------
 drivers/net/sk98lin/sktimer.c              |  250 
 drivers/net/sk98lin/skvpd.c                | 1091 --
 drivers/net/sk98lin/skxmac2.c              | 4160 ----------
 45 files changed, 41969 deletions(-)


[-- Attachment #2: patch-remove-sk98lin.gz --]
[-- Type: application/octet-stream, Size: 257268 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [2.6 patch] the scheduled sk98lin removal
  2007-07-09 14:59 [2.6 patch] the scheduled sk98lin removal Adrian Bunk
@ 2007-07-10 16:44 ` Jeff Garzik
  2007-07-10 16:49   ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2007-07-10 16:44 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Adrian Bunk, netdev, linux-kernel

Adrian Bunk wrote:
> This patch contains the scheduled removal of the sk98lin driver.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>

Stephen -- ACK?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [2.6 patch] the scheduled sk98lin removal
  2007-07-10 16:44 ` Jeff Garzik
@ 2007-07-10 16:49   ` Stephen Hemminger
  2007-07-10 19:09     ` Chris Stromsoe
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2007-07-10 16:49 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Adrian Bunk, netdev, linux-kernel

On Tue, 10 Jul 2007 12:44:35 -0400
Jeff Garzik <jeff@garzik.org> wrote:

> Adrian Bunk wrote:
> > This patch contains the scheduled removal of the sk98lin driver.
> > 
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> Stephen -- ACK?

Yes.  Existing driver is dead, if there are any ancient boards that don't
work with skge, I haven't heard any complaints in at least a year.
As a fallback users, can always go with vendor driver.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [2.6 patch] the scheduled sk98lin removal
  2007-07-10 16:49   ` Stephen Hemminger
@ 2007-07-10 19:09     ` Chris Stromsoe
  2007-07-10 19:12       ` Chris Stromsoe
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Stromsoe @ 2007-07-10 19:09 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Jeff Garzik, Adrian Bunk, netdev, linux-kernel

On Tue, 10 Jul 2007, Stephen Hemminger wrote:

> On Tue, 10 Jul 2007 12:44:35 -0400
> Jeff Garzik <jeff@garzik.org> wrote:
>
>> Adrian Bunk wrote:
>>> This patch contains the scheduled removal of the sk98lin driver.
>>>
>>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>>
>> Stephen -- ACK?
>
> Yes.  Existing driver is dead, if there are any ancient boards that don't
> work with skge, I haven't heard any complaints in at least a year.
> As a fallback users, can always go with vendor driver.

I have a several SK-9872s that do not work reliably with skge but work 
fine with sklin.  The SK-9872 is a dual port card.  Doing the following 
causes a hard lock:

modprobe bonding miimon=100 mode=active-backup
modprobe skge
ifup bond0
ifdown bond0

This happens with every version of skge I've tested, including whatever is 
in 2.6.22.  /etc/network/interfaces contains:

iface bond0 inet static
         network 192.168.1.0
         address 192.168.1.1
         broadcast 192.168.1.255
         netmask 255.255.255.0

         up ifenslave bond0 eth0 eth1
         down ifenslave -d bond0 eth0 eth1


lspci -vv -s 02:01
02:01.0 Ethernet controller: SysKonnect SK-9872 Gigabit Ethernet Server Adapter (SK-NET GE-ZX dual link) (rev 11)
         Subsystem: SysKonnect SK-9844 Gigabit Ethernet Server Adapter (SK-NET GE-SX dual link)
         Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
         Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
         Latency: 64 (5750ns min, 7750ns max), Cache Line Size: 32 bytes
         Interrupt: pin A routed to IRQ 22
         Region 0: Memory at febfc000 (32-bit, non-prefetchable) [size=16K]
         Region 1: I/O ports at e800 [size=256]
         Expansion ROM at febc0000 [disabled] [size=128K]
         Capabilities: <access denied>




-Chris

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [2.6 patch] the scheduled sk98lin removal
  2007-07-10 19:09     ` Chris Stromsoe
@ 2007-07-10 19:12       ` Chris Stromsoe
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Stromsoe @ 2007-07-10 19:12 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Jeff Garzik, Adrian Bunk, netdev, linux-kernel

On Tue, 10 Jul 2007, Chris Stromsoe wrote:
> On Tue, 10 Jul 2007, Stephen Hemminger wrote:
>> On Tue, 10 Jul 2007 12:44:35 -0400 Jeff Garzik <jeff@garzik.org> wrote:
>> 
>>> Adrian Bunk wrote:
>>>> This patch contains the scheduled removal of the sk98lin driver.
>>>> 
>>>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>>> 
>>> Stephen -- ACK?
>> 
>> Yes.  Existing driver is dead, if there are any ancient boards that 
>> don't work with skge, I haven't heard any complaints in at least a 
>> year. As a fallback users, can always go with vendor driver.
>
> I have a several SK-9872s that do not work reliably with skge but work 
> fine with sklin.  The SK-9872 is a dual port card.  Doing the following 
> causes a hard lock:

sorry - SK-9844, not 9872.

> modprobe bonding miimon=100 mode=active-backup
> modprobe skge
> ifup bond0
> ifdown bond0
>
> This happens with every version of skge I've tested, including whatever is in 
> 2.6.22.  /etc/network/interfaces contains:
>
> iface bond0 inet static
>        network 192.168.1.0
>        address 192.168.1.1
>        broadcast 192.168.1.255
>        netmask 255.255.255.0
>
>        up ifenslave bond0 eth0 eth1
>        down ifenslave -d bond0 eth0 eth1
>
>
> lspci -vv -s 02:01
> 02:01.0 Ethernet controller: SysKonnect SK-9872 Gigabit Ethernet Server 
> Adapter (SK-NET GE-ZX dual link) (rev 11)
>        Subsystem: SysKonnect SK-9844 Gigabit Ethernet Server Adapter (SK-NET 
> GE-SX dual link)
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
> Stepping- SERR+ FastB2B-
>        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
> <TAbort- <MAbort- >SERR- <PERR-
>        Latency: 64 (5750ns min, 7750ns max), Cache Line Size: 32 bytes
>        Interrupt: pin A routed to IRQ 22
>        Region 0: Memory at febfc000 (32-bit, non-prefetchable) [size=16K]
>        Region 1: I/O ports at e800 [size=256]
>        Expansion ROM at febc0000 [disabled] [size=128K]
>        Capabilities: <access denied>




-Chris

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-10 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-09 14:59 [2.6 patch] the scheduled sk98lin removal Adrian Bunk
2007-07-10 16:44 ` Jeff Garzik
2007-07-10 16:49   ` Stephen Hemminger
2007-07-10 19:09     ` Chris Stromsoe
2007-07-10 19:12       ` Chris Stromsoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).