Home | History | Annotate | Download | only in sbd
History log of /src/sys/arch/ews4800mips/sbd/if_le_sbdio.c
RevisionDateAuthorComments
 1.8  11-Jul-2015  kamil Improve spelling: regsiter -> register

This change is non-functional.

Approved by <riastradh>, <pgoyette>
 1.7  13-Oct-2012  tsutsui branches: 1.7.14;
struct device * -> device_t, struct cfdata * -> cfdata_t (from chs@)
 1.6  19-Jan-2010  pooka branches: 1.6.12; 1.6.22;
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.5  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4  04-Apr-2008  tsutsui branches: 1.4.2; 1.4.4;
Split device_t/softc for le(4) and variants and misc cosmetic changes.
 1.3  29-Mar-2008  tsutsui - split softc/device_t
- adjust attach messages for sbdio devices
- misc cosmetics
 1.2  04-Mar-2007  christos branches: 1.2.40;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.1  29-Dec-2005  tsutsui branches: 1.1.18; 1.1.28;
Initial import of NetBSD/ews4800mips port,
for NEC's MIPS based EWS4800 workstations.

Most porting work was done by UCHIYAMA Yasushi <uch@netbsd>
http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html
and various cleanup, updating, and fixes have been done by me.
Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX
models are supported.
 1.1.28.1  12-Mar-2007  rmind Sync with HEAD.
 1.1.18.3  03-Sep-2007  yamt sync with head.
 1.1.18.2  21-Jun-2006  yamt sync with head.
 1.1.18.1  29-Dec-2005  yamt file if_le_sbdio.c was added on branch yamt-lazymbuf on 2006-06-21 14:51:20 +0000
 1.2.40.2  02-Jun-2008  mjf Sync with HEAD.
 1.2.40.1  03-Apr-2008  mjf Sync with HEAD.
 1.4.4.2  11-Mar-2010  yamt sync with head
 1.4.4.1  16-May-2008  yamt sync with head.
 1.4.2.1  18-May-2008  yamt sync with head.
 1.6.22.2  03-Dec-2017  jdolecek update from HEAD
 1.6.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.6.12.1  30-Oct-2012  yamt sync with head
 1.7.14.1  22-Sep-2015  skrll Sync with HEAD

RSS XML Feed