Home | History | Annotate | Download | only in if
History log of /src/sys/arch/vax/if/if_ze.c
RevisionDateAuthorComments
 1.18  22-May-2017  ragge Update copyright notice for Ludd (remove clause 3 & 4).
 1.17  14-Dec-2010  matt branches: 1.17.18; 1.17.36;
Cleanup includes. Change <machine/XXX.h> to <sys/XXX.h> for bus, cpu, intr.
Remove unneeded includes.
 1.16  19-Jan-2010  pooka branches: 1.16.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.15  14-Mar-2008  jkunz branches: 1.15.4;
Fix falout from recent VAX code rototill:
MicroVAX 4000/[3-7]00 could not get HW Ethernet address.
 1.14  14-Mar-2008  jkunz Fix falout from recent VAX code rototill: MicroVAX 4000/1xx and 3100m9x could not get HW Ethernet address.
 1.13  11-Mar-2008  matt Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.
 1.12  11-Dec-2005  christos branches: 1.12.50; 1.12.70; 1.12.74;
merge ktrace-lwp.
 1.11  10-Nov-2003  wiz branches: 1.11.16;
Spell address with two d's. Inspired by similar changes in OpenBSD,
originating from Jonathon Gray and forwarded by jmc@openbsd.
 1.10  15-Jul-2003  lukem __KERNEL_RCSID()
 1.9  02-Oct-2002  thorpej branches: 1.9.6;
Add trailing ; to CFATTACH_DECL.
 1.8  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.7  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.6  27-May-2002  ragge Read correct Ethernet address on VXT2000.
 1.5  04-Jun-2000  matt branches: 1.5.6; 1.5.10; 1.5.18;
Add extra argument to scb_vecalloc (a struct evcnt *)
Move ivec_dsp from trap.h to scb.h
Add interrupt counting to asc, le, ze, ncr, dz interrupts.
add common support for counting interrupts to cnm_idisp so
it can be done very efficiently.
 1.4  08-May-2000  ragge branches: 1.4.2;
Get correct MAC address out of rom on VAX 4000/200. From Michael Kukat.
 1.3  24-Jan-2000  matt More files that were changed.
 1.2  27-Aug-1999  ragge branches: 1.2.2;
Changes for 4000/90.
 1.1  08-Aug-1999  ragge Add support for the SGEC.
 1.2.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.4.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.5.18.1  30-May-2002  gehenna Catch up with -current.
 1.5.10.2  18-Oct-2002  nathanw Catch up to -current.
 1.5.10.1  20-Jun-2002  nathanw Catch up to -current.
 1.5.6.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.5.6.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.6.1  03-Aug-2004  skrll Sync with HEAD
 1.11.16.1  17-Mar-2008  yamt sync with head.
 1.12.74.1  03-Apr-2008  mjf Sync with HEAD.
 1.12.70.1  24-Mar-2008  keiichi sync with head.
 1.12.50.1  23-Mar-2008  matt sync with HEAD
 1.15.4.1  11-Mar-2010  yamt sync with head
 1.16.4.1  05-Mar-2011  rmind sync with head
 1.17.36.1  28-Aug-2017  skrll Sync with HEAD
 1.17.18.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed