Home | History | Annotate | Download | only in vme
History log of /src/sys/dev/vme/sc_vme.c
RevisionDateAuthorComments
 1.19  04-Aug-2023  rin sc(4) at vme(4): Fix panic due to false ENOMEM for DMA buffer

Similar fix to "sc(4) at mbmem(4)" one; make sure flags are correctly
initialized.

sun3 is not affected.
 1.18  10-Nov-2019  chs in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.17  06-Jul-2008  tsutsui branches: 1.17.84;
Split device_t/softc with misc cosmetic changes.
 1.16  28-Apr-2008  martin branches: 1.16.2; 1.16.4;
Remove clause 3 and 4 from TNF licenses
 1.15  05-Apr-2008  cegger branches: 1.15.2; 1.15.4;
use aprint_*_dev and device_xname
 1.14  19-Oct-2007  ad branches: 1.14.16;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.13  29-Mar-2006  thorpej branches: 1.13.18; 1.13.32; 1.13.34; 1.13.38;
Use device_cfdata().
 1.12  11-Dec-2005  christos branches: 1.12.4; 1.12.6; 1.12.8; 1.12.10; 1.12.12;
merge ktrace-lwp.
 1.11  27-Feb-2005  perry branches: 1.11.4;
nuke trailing whitespace
 1.10  04-Feb-2005  perry de-__P
 1.9  03-May-2003  wiz branches: 1.9.2; 1.9.10; 1.9.12;
DMA, not dma nor Dma.
 1.8  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL.
 1.7  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.6  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.5  27-Sep-2002  provos remove trailing \n in panic(). approved perry.
 1.4  15-Nov-2001  lukem don't need <sys/types.h> when including <sys/param.h>
 1.3  13-Nov-2001  lukem add RCSIDs
 1.2  27-Jun-2001  fredette branches: 1.2.2;
Don't define Debugger() if it's already defined.
It is always defined on the sun[23].
 1.1  11-Jun-2001  fredette branches: 1.1.2;
Added support for the VME `sc' SCSI board. Compiles,
but needs testers as the author doesn't actually have
the hardware.
 1.1.2.6  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.5  08-Jan-2002  nathanw Catch up to -current.
 1.1.2.4  14-Nov-2001  nathanw Catch up to -current.
 1.1.2.3  24-Aug-2001  nathanw Catch up with -current.
 1.1.2.2  21-Jun-2001  nathanw Catch up to -current.
 1.1.2.1  11-Jun-2001  nathanw file sc_vme.c was added on branch nathanw_sa on 2001-06-21 20:06:33 +0000
 1.2.2.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.2.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.9.12.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.9.12.1  12-Feb-2005  yamt sync with head.
 1.9.10.1  29-Apr-2005  kent sync with -current
 1.9.2.2  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.9.2.1  04-Feb-2005  skrll Sync with HEAD.
 1.11.4.2  27-Oct-2007  yamt sync with head.
 1.11.4.1  21-Jun-2006  yamt sync with head.
 1.12.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.12.10.1  19-Apr-2006  elad sync with head.
 1.12.8.1  01-Apr-2006  yamt sync with head.
 1.12.6.1  22-Apr-2006  simonb Sync with head.
 1.12.4.1  09-Sep-2006  rpaulo sync with head
 1.13.38.1  25-Oct-2007  bouyer Sync with HEAD.
 1.13.34.1  06-Nov-2007  matt sync with HEAD
 1.13.32.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.13.18.1  23-Oct-2007  ad Sync with head.
 1.14.16.2  28-Sep-2008  mjf Sync with HEAD.
 1.14.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.15.4.2  04-May-2009  yamt sync with head.
 1.15.4.1  16-May-2008  yamt sync with head.
 1.15.2.1  18-May-2008  yamt sync with head.
 1.16.4.1  18-Jul-2008  simonb Sync with head.
 1.16.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.17.84.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed