Home | History | Annotate | Download | only in ebus
History log of /src/sys/arch/emips/ebus/dz_ebus.c
RevisionDateAuthorComments
 1.10  27-Dec-2019  msaitoh s/recevive/receive/ in comment.
 1.9  04-Mar-2018  mrg branches: 1.9.4;
avoid indentation issues. re-do previous in obio.c to avoid the
does-nothing change, by fixing the intended indentation.
 1.8  25-Jul-2014  dholland Add d_discard to all struct cdevsw instances I could find.

All have been set to "nodiscard"; some should get a real implementation.
 1.7  16-Mar-2014  dholland branches: 1.7.2;
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.
 1.6  10-Nov-2013  christos fix unused variable warnings
 1.5  12-Jun-2011  tsutsui branches: 1.5.2; 1.5.12; 1.5.16;
More nits.
 1.4  12-Jun-2011  tsutsui Split device_t/softc.
 1.3  12-Jun-2011  tsutsui Misc KNF.
 1.2  24-Apr-2011  rmind branches: 1.2.2; 1.2.4;
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
consistency. Remove some unnecessary malloc.h inclusions as well.
 1.1  26-Jan-2011  pooka branches: 1.1.2; 1.1.4;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.4.3  31-May-2011  rmind sync with head
 1.1.4.2  05-Mar-2011  rmind sync with head
 1.1.4.1  26-Jan-2011  rmind file dz_ebus.c was added on branch rmind-uvmplock on 2011-03-05 20:49:54 +0000
 1.1.2.2  08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1  26-Jan-2011  bouyer file dz_ebus.c was added on branch bouyer-quota2 on 2011-02-08 18:05:06 +0000
 1.2.4.2  06-Jun-2011  jruoho Sync with HEAD.
 1.2.4.1  24-Apr-2011  jruoho file dz_ebus.c was added on branch jruoho-x86intr on 2011-06-06 09:05:16 +0000
 1.2.2.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.5.16.1  18-May-2014  rmind sync with head
 1.5.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.2.1  10-Aug-2014  tls Rebase.
 1.9.4.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed