Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/hpcmips/conf/RAMDISK
RevisionDateAuthorComments
 1.21  23-Nov-2010  hannken Remove unused count from pseudo-device md.
 1.20  06-Feb-2009  jym branches: 1.20.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html

Reviewed by abs@ in private mail.
 1.19  05-Feb-2006  cube branches: 1.19.72; 1.19.80;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.18  10-Apr-2003  he branches: 1.18.18; 1.18.30; 1.18.32; 1.18.34;
Expand the miniroot by 256KB, so that this builds again.
 1.17  27-Apr-2002  shin * make kloader optional.
* default value of kernel path is KLOADER_KERNEL_PATH.
* options KLOADER_KERNEL_PATH can override kernel path.
* when bootstr is passed (RB_STRING), use it as kernel path.
 1.16  02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.15  10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.14  22-Apr-2001  shin branches: 1.14.2; 1.14.8;
add Serial Line IP (sl).
 1.13  11-Mar-2000  shin branches: 1.13.6;
configure controller 0 only (workaround for phantom PCIC).
 1.12  12-Feb-2000  shin change ramdisk size.
 1.11  21-Jan-2000  shin change miniroot size.
 1.10  09-Jan-2000  shin add options for sysinst (memory disk size etc.)
 1.9  23-Nov-1999  shin RAMDISK = GENERIC + md
 1.8  03-Nov-1999  enami Use tabs to indent.
 1.7  03-Nov-1999  enami Do options<space><tab> magic.
 1.6  30-Oct-1999  uch fix comment.
 1.5  30-Oct-1999  enami remove unnecessary quotation.
 1.4  30-Oct-1999  enami replace tab in ascii figure with space.
 1.3  18-Oct-1999  enami branches: 1.3.2; 1.3.4;
Remove options FIFO and MULTICAST. They aren't optional.
 1.2  25-Sep-1999  shin branches: 1.2.2;
[new options]

options MIPS3_4100 /* VR4100 core */
options MIPS_16K_PAGE /* enable kernel support for 16k pages */
options SOFTFLOAT /* No FPU; avoid touching FPU registers */
 1.1  16-Sep-1999  takemura branches: 1.1.1;
Initial revision
 1.1.1.1  16-Sep-1999  takemura Import NetBSD/hpcmips source files from hpcmips repository.
file list:
sys/arch/hpcmips/
distrib/hpcmips/
etc/etc.hpcmips/
lib/libc/arch/mips/fplib/
lib/libc/arch/mips/fplib/Makefile.inc
lib/libc/arch/mips/fplib/environment.h
lib/libc/arch/mips/fplib/fplib_glue.c
lib/libc/arch/mips/fplib/fplib_libc.c
lib/libc/arch/mips/fplib/hpcmips-gcc.h
lib/libc/arch/mips/fplib/softfloat-macros.h
lib/libc/arch/mips/fplib/softfloat-specialize.h
lib/libc/arch/mips/fplib/softfloat.c
lib/libc/arch/mips/fplib/softfloat.h
lib/libc/arch/mips/gen/ieee.h
lib/libc/arch/mips/gen/sf_fabs.c
lib/libc/arch/mips/gen/sf_flt_rounds.c
lib/libc/arch/mips/gen/sf_fpgetmask.c
lib/libc/arch/mips/gen/sf_fpgetround.c
lib/libc/arch/mips/gen/sf_fpgetsticky.c
lib/libc/arch/mips/gen/sf_fpsetmask.c
lib/libc/arch/mips/gen/sf_fpsetround.c
lib/libc/arch/mips/gen/sf_fpsetsticky.c
lib/libc/arch/mips/gen/sf_isinf.c
lib/libc/arch/mips/gen/sf_ldexp.c
lib/libc/arch/mips/gen/sf_modf.c
 1.2.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.4.1  15-Nov-1999  fvdl Sync with -current
 1.3.2.2  23-Apr-2001  bouyer Sync with HEAD.
 1.3.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.13.6.1  21-Jun-2001  nathanw Catch up to -current.
 1.14.8.4  20-Jun-2002  nathanw Catch up to -current.
 1.14.8.3  17-Apr-2002  nathanw Catch up to -current.
 1.14.8.2  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.14.8.1  22-Apr-2001  nathanw file RAMDISK was added on branch nathanw_sa on 2002-04-01 07:40:23 +0000
 1.14.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.14.2.1  16-Mar-2002  jdolecek Catch up with -current.
 1.18.34.1  22-Apr-2006  simonb Sync with head.
 1.18.32.1  09-Sep-2006  rpaulo sync with head
 1.18.30.1  18-Feb-2006  yamt sync with head.
 1.18.18.1  21-Jun-2006  yamt sync with head.
 1.19.80.1  03-Mar-2009  skrll Sync with HEAD.
 1.19.72.1  04-May-2009  yamt sync with head.
 1.20.6.1  05-Mar-2011  rmind sync with head

RSS XML Feed