Home | History | Annotate | Download | only in ioc
History log of /src/sys/arch/sgimips/ioc/if_le_oioc.c
RevisionDateAuthorComments
 1.6  12-Feb-2022  riastradh sys: Fix various abuse of struct device internals.

Will help to make struct device opaque later.
 1.5  11-Jun-2015  matt Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it to
store avail_start, avail_end, virtual_start, and virtual_end.
Remove iospace and let emips just bump pmap_limits.virtual_start to get the
VA space it needs.
pmap_segtab.c is almost identical to uvm/pmap/pmap_segtab.c now. It won't
be long until we switch to the uvm/pmap one.
 1.4  20-Feb-2011  matt branches: 1.4.14; 1.4.32;
Merge forward matt-nb5-mips64
Adapt to new interrupt/spl framework
Deal with arcbios calls being O32 and kernels being N32/N64.
Need to save/restore T8 across arcbios calls.
 1.3  10-Jan-2011  tsutsui branches: 1.3.2; 1.3.4;
Use ether_aton_r() in sys/net/if_ethersubr.c instead of home grown copies.
Hint from ryo@. Tested on IP32 mec(4).
 1.2  19-Jan-2010  pooka branches: 1.2.4;
Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client. This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached. However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff. ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
 1.1  10-Feb-2009  rumble branches: 1.1.2; 1.1.4; 1.1.6;
Check in work in progress of Personal IRIS 4D/20 and 4D/25 support (IP6
and IP10, respectively).
 1.1.6.2  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.1.6.1  10-Feb-2009  jym file if_le_oioc.c was added on branch jym-xensuspend on 2009-05-13 17:18:18 +0000
 1.1.4.3  11-Mar-2010  yamt sync with head
 1.1.4.2  04-May-2009  yamt sync with head.
 1.1.4.1  10-Feb-2009  yamt file if_le_oioc.c was added on branch yamt-nfs-mp on 2009-05-04 08:11:50 +0000
 1.1.2.2  03-Mar-2009  skrll Sync with HEAD.
 1.1.2.1  10-Feb-2009  skrll file if_le_oioc.c was added on branch nick-hppapmap on 2009-03-03 18:29:14 +0000
 1.2.4.1  05-Mar-2011  rmind sync with head
 1.3.4.1  05-Mar-2011  bouyer Sync with HEAD
 1.3.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.4.32.1  22-Sep-2015  skrll Sync with HEAD
 1.4.14.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed