svn commit: r327459 - in head/sys/mips: adm5120 conf

Warner Losh imp at FreeBSD.org
Mon Jan 1 04:10:32 UTC 2018


Author: imp
Date: Mon Jan  1 04:10:31 2018
New Revision: 327459
URL: https://svnweb.freebsd.org/changeset/base/327459

Log:
  Retire old ADM 5120 port. It never grew much beyond the original port.
  It came into the tree with the project/mips merge 8 years ago. At the
  time, it was hard to find a board with enough RAM to run. Now FreeBSD
  requires at least 2x the RAM it did then. No changes have happened to
  this port apart from API churn and license tagging since then. It ran
  OK at the time it was committed, but no sightings in the wild have
  happened since shortly after it was committed.
  
  https://www.linux-mips.org/wiki/Adm5120_devices lists a bunch of
  boards that were available 5 years ago (but are no longer
  available). The beefiest one had only 64MB of RAM which is too
  small. The Mirktik RB1xx never had more than 32MB.
  
  Also remove confusing QEMU config file that never ever worked in QEMU
  for mips. MALTA is used for that. Another of my past mistakes, false
  starts that never amounted to anything.
  
  Discussed on: mips@ (with some dissent)

Deleted:
  head/sys/mips/adm5120/adm5120_machdep.c
  head/sys/mips/adm5120/adm5120reg.h
  head/sys/mips/adm5120/admpci.c
  head/sys/mips/adm5120/console.c
  head/sys/mips/adm5120/files.adm5120
  head/sys/mips/adm5120/if_admsw.c
  head/sys/mips/adm5120/if_admswreg.h
  head/sys/mips/adm5120/if_admswvar.h
  head/sys/mips/adm5120/obio.c
  head/sys/mips/adm5120/obiovar.h
  head/sys/mips/adm5120/std.adm5120
  head/sys/mips/adm5120/uart_bus_adm5120.c
  head/sys/mips/adm5120/uart_cpu_adm5120.c
  head/sys/mips/adm5120/uart_dev_adm5120.c
  head/sys/mips/adm5120/uart_dev_adm5120.h
  head/sys/mips/conf/ADM5120
  head/sys/mips/conf/QEMU


More information about the svn-src-head mailing list