All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Osterried <thomas@osterried.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Jakub Kicinski <kuba@kernel.org>,
	linux-hams@vger.kernel.org, jreuter@yaina.de
Subject: Re: [PATCH net-next 6/6] net: hamradio: remove support for DMA SCC devices
Date: Mon, 2 May 2022 03:01:24 +0200	[thread overview]
Message-ID: <692463B1-ABB4-4DBB-81EA-945B7D588A39@osterried.de> (raw)
In-Reply-To: <CAK8P3a3ym6uGLWxX55bc_JDWziDO0hq7K0UksMLC7_b5=aFfcQ@mail.gmail.com>



> Am 27.04.2022 um 15:27 schrieb Arnd Bergmann <arnd@arndb.de>:
> 
> On Tue, Apr 26, 2022 at 9:39 PM Jakub Kicinski <kuba@kernel.org> wrote:
>> 
>> On Tue, 26 Apr 2022 20:55:05 +0200 Thomas Osterried wrote:
>>> Jakub informed, that the dmascc driver will be removed from kernel.
>>> 
>>> I think, Jakub's descision should be discussed here on the list, by the users.
>> 
>> Thanks a lot for the forward!
>> 
>>> DMASCC is the "high speed DMA" driver.
>>> SCC driver (also with Z8530) will be left in the kernel.
>>> 
>>> Hmm, I cannot really understand the decision of kickoff for DMASCC, and
>>> why the code "older" SCC ISA-bus cards will be kept.
>> 
>> We are infamously bad at deciding when to retire code in the kernel,
>> the arbitrary rule I used now was "does it depend on VIRT_TO_BUS".
>> I figured the non-DMA SCC will go when ISA goes.
> 
> Looking at how this driver uses virt_to_bus, I think it can trivially get
> converted to isa_virt_to_bus(), which only operates on the low 16MB.

Anyone has those cards SCC and DMA-SCC cards still in use and like to test?


> What hardware is ax25 actually used on normally? the drivers I can see
> are based on
> 
> 6pack: serial (through tty layer)
> bpqether: ethernet
> dmascc: isa (with DMA)
> scc: isa (without DMA)
> baycom: serial (bypassing tty layer) or parport
> yam: serial (bypassing tty layer)

mkiss: serial (through tty layer)

Speaking about the serial protocols, 6pack is more sophisticated. But kiss is more common.

Personally, I'm a fan of the bpqether driver. It is so fast, because it gets the skb from the ethernet driver and just needs to pass the payload to the AX.25 stack (or vice versa, add ethernet header and pid, pass it to the ethernet driver, done).

> The ISA drivers are clearly the most obsolete, as they require a 32-bit PC
> or 1990s RISC workstation with ISA slots.
> 
> The baycom and yam drivers in turn look like they could work on any
> serial port but are written to assume an ISA-style onboard serial port
> on a PC. You can technically still buy new machines that have those,
> but the drivers should really be changed to go through the tty layer
> if someone wants to use them with a USB-serial adapter or similar.

Ok. Same question to our community on the mailing-list as for the (DMA)-SCC-cards: it would be interesting who is still using this hardware, while running a current kernel.

vy 73,
	- Thomas  dl9sau

  reply	other threads:[~2022-05-02  1:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 17:54 [PATCH net-next 0/6] net: remove non-Ethernet drivers using virt_to_bus() Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 1/6] net: atm: remove support for Fujitsu FireStream ATM devices Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 2/6] net: atm: remove support for Madge Horizon " Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 3/6] net: atm: remove support for ZeitNet ZN122x " Jakub Kicinski
2022-08-10  7:36   ` Jiri Slaby
2022-08-10  9:11     ` Arnd Bergmann
2022-08-10 16:42       ` Jakub Kicinski
2022-08-11  5:19         ` Jiri Slaby
2022-08-11  9:18           ` Arnd Bergmann
2022-04-26 17:54 ` [PATCH net-next 4/6] net: wan: remove support for COSA and SRP synchronous serial boards Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 5/6] net: wan: remove support for Z85230-based devices Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 6/6] net: hamradio: remove support for DMA SCC devices Jakub Kicinski
2022-04-26 18:55   ` Thomas Osterried
2022-04-26 19:39     ` Jakub Kicinski
2022-04-27 13:27       ` Arnd Bergmann
2022-05-02  1:01         ` Thomas Osterried [this message]
2022-04-27 11:30 ` [PATCH net-next 0/6] net: remove non-Ethernet drivers using virt_to_bus() patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=692463B1-ABB4-4DBB-81EA-945B7D588A39@osterried.de \
    --to=thomas@osterried.de \
    --cc=arnd@arndb.de \
    --cc=jreuter@yaina.de \
    --cc=kuba@kernel.org \
    --cc=linux-hams@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.