#4344 new enhancement

powerpc/beatnik: split network driver into multiple files (preparation for libbsd support)

Reported by: Till Straumann Owned by:
Priority: normal Milestone: Indefinite
Component: bsps Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

This pull request (on top of the 5 branch) breaks the mv643xx driver into two parts

  • low-level driver; independent from BSD
  • legacy BSD networking support layer

The first is independent from RTEMS' networking support and always part of the BSP (can e.g., be used to implement low-level ethernet access). The second builds on top of the first and is only enabled when RTEMS is configured with legacy BSDnet support.

Note: the driver design has not changed; there have always been two layers; this patch just splits the code into separate files. It is a necessary preparation for a new rtems-libbsd/nexus driver (which is submitted in a separate ticket)

Change History (3)

comment:1 Changed on 03/16/21 at 09:38:46 by Till Straumann

Here the related rtems-libbsd ticket.

comment:2 Changed on 11/10/22 at 00:10:02 by Chris Johns

Milestone: 5.15.3

comment:3 Changed on 01/30/23 at 01:00:51 by Chris Johns

Milestone: 5.3Indefinite

Please select a milestone when the work can be completed for that milestone.

Note: See TracTickets for help on using tickets.