History log of /netbsd-src/sys/arch/mac68k/conf/RAMDISK (Results 1 – 13 of 13)
Revision Date Author Comments
# d213d804 02-Apr-2002 lukem <lukem@NetBSD.org>

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...


# cd19d526 10-Mar-2002 lukem <lukem@NetBSD.org>

* rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h


# 5352e271 06-May-1997 lukem <lukem@NetBSD.org>

be consistent with use of spaces and tabs.


# 07b064e0 15-Mar-1997 is <is@NetBSD.org>

New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot

New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.

show more ...


# 25c49f27 14-Feb-1997 scottr <scottr@NetBSD.org>

Revive in simplified form; include GENERIC and enable md_root hooks.


# 21761e4e 22-Sep-1996 scottr <scottr@NetBSD.org>

Update for recent config(8) changes.


# b8e9f360 26-Aug-1996 mrg <mrg@NetBSD.org>

add COMPAT_12.


# 571519c3 05-Aug-1996 scottr <scottr@NetBSD.org>

Attach ite semantics to the appropriate grf device.


# 82089516 19-May-1996 scottr <scottr@NetBSD.org>

Update for new grf attachment code.


# 18021dad 06-May-1996 briggs <briggs@NetBSD.org>

Move grf0 at obio? from std.mac68k to the config files. Not all machine
have internal video.


# 37163421 05-May-1996 briggs <briggs@NetBSD.org>

Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards a

Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards are double-mapped. I expect
to fix that shortly.
Also change splclock() to block everything but serial hardware interrupts.

show more ...


# d504ec53 12-Mar-1996 scottr <scottr@NetBSD.org>

Add "options M68020" so that 68851-specific code is only compiled when
we want it (we don't support the 020 without an 851 anyway). Note that
M68030 no longer implies support for 020+851.

This also

Add "options M68020" so that 68851-specific code is only compiled when
we want it (we don't support the 020 without an 851 anyway). Note that
M68030 no longer implies support for 020+851.

This also allows us to compile with -m68030 iff M68020 isn't specified
in the config file.

show more ...


# e5a58835 21-Nov-1995 briggs <briggs@NetBSD.org>

Small RAMDISK kernel.