Home | History | Annotate | Download | only in common
History log of /src/sys/arch/pmax/stand/common/devopen.c
RevisionDateAuthorComments
 1.17  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.16  11-Dec-2005  christos branches: 1.16.78; 1.16.86; 1.16.92;
merge ktrace-lwp.
 1.15  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.14  09-Dec-2002  jdolecek branches: 1.14.6;
add #include <lib/libkern/libkern.h> to pull in prototypes
for couple items which don't have implicit prototypes with -ffreestanding
 1.13  27-Nov-1999  simonb branches: 1.13.2; 1.13.8; 1.13.16;
GC register keyword.
Add LIBSA_SINGLE_DEVICE support.
 1.12  27-Nov-1999  simonb Moved from lib/devopen.c,v
 1.11  11-Apr-1999  simonb s/vmunix/netbsd/
Use BOOTRZ instead of SMALL.
 1.10  01-Apr-1999  simonb branches: 1.10.4;
Add support for LIBSA_SINGLE_DEVICE and LIBSA_SINGLE_FILESYSTEM.
 1.9  22-Feb-1999  simonb Don't implicitly type the devopen() function.
Don't include machine/dec_prom.h.
 1.8  29-Jan-1999  simonb Include dec_{boot,exec,prom}.h from <machine/...>, not <stand/libsa/...>
 1.7  22-Jan-1999  simonb More Makefile cleanups:
+ Don't use our own "clean" and "depend" targets
+ "make depend" works
+ Only include each include path once on compile lines
+ Clean up include file names
+ Don't build a separate libdrive.a, just specify driver source files
+ Use "make print-objdir" instead of old "printf ... | make -f-"
+ Remove more unnecessary targets, variables and other cruft

Still builds identical bootblocks to 1.3.3 with gcc, still too large
with egcs.

dec_boot.h, dec_exec.h & dec_prom.h were copied via respository
copy to sys/arch/pmax/stand/libsa.
 1.6  30-Sep-1996  jonathan branches: 1.6.14;
Add "const" to second argument to devopen.c, to match sys/lib/libsa/stand.h.
 1.5  18-Jan-1995  mellon Many changes from Jonathan Stone and a few from me to make small boot blocks and handle NetBSD a.out
 1.4  26-Oct-1994  cgd new RCS ID format.
 1.3  27-May-1994  glass bsd 4.4-lite pmax port as ported to NetBSD
 1.2  27-May-1994  glass upgrade to bsd 4.4-lite code base. only mod is rcsids
 1.1  12-Oct-1993  deraadt branches: 1.1.1;
Initial revision
 1.1.1.1  12-Oct-1993  deraadt pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
 1.6.14.1  02-Feb-1999  cgd pull up rev 1.7 from trunk (simonb)
 1.10.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.13.16.1  11-Dec-2002  thorpej Sync with HEAD.
 1.13.8.2  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.13.8.1  27-Nov-1999  bouyer file devopen.c was added on branch thorpej_scsipi on 2000-11-20 20:20:44 +0000
 1.13.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.14.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.14.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.14.6.1  03-Aug-2004  skrll Sync with HEAD
 1.16.92.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.16.86.1  28-Apr-2009  skrll Sync with HEAD.
 1.16.78.1  04-May-2009  yamt sync with head.

RSS XML Feed