History log of /netbsd/sys/arch/sparc/conf/INSTALL (Results 26 – 50 of 106)
Revision Date Author Comments
# 1e4eb4fd 11-Mar-2012 nakayama <nakayama@NetBSD.org>

Remove stray comments for LKM.


# 4453f289 18-Dec-2011 dholland <dholland@NetBSD.org>

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


# 2e218d71 22-Nov-2011 tls <tls@NetBSD.org>

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.

show more ...


# 0367ea04 06-Mar-2011 bouyer <bouyer@NetBSD.org>

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

show more ...


# afdfce8e 23-Nov-2010 hannken <hannken@NetBSD.org>

Remove unused count from pseudo-device md.


# c3900149 07-Jul-2010 macallan <macallan@NetBSD.org>

make sure to include a small font for machines like the SPARCbook 3GX
should fix PR43297


# 835e533b 16-Apr-2010 pooka <pooka@NetBSD.org>

Remove unused count (invariably "4") from pseudo-device fss.


# 4e7878cd 24-Mar-2010 macallan <macallan@NetBSD.org>

enable CG12 support


# 5e9539b8 01-Mar-2010 macallan <macallan@NetBSD.org>

enable PNOZZ_USE_LATCH in case we run into some hardware which needs it


# 70d4493c 05-Dec-2009 pooka <pooka@NetBSD.org>

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


# be5da0aa 27-Sep-2009 tsutsui <tsutsui@NetBSD.org>

Remove commented out and nonexistent cgthree at obio stuff.

SPARCclassic has onboard CG3 but it's internally connected via SBus,
and there is no info about sun4m machines which actually require
cgth

Remove commented out and nonexistent cgthree at obio stuff.

SPARCclassic has onboard CG3 but it's internally connected via SBus,
and there is no info about sun4m machines which actually require
cgthree at obio attachment. Info from jdc@.

show more ...


# 54334fe7 06-Aug-2009 macallan <macallan@NetBSD.org>

enable the tcx driver


# 5cd328a1 09-Jun-2009 he <he@NetBSD.org>

Add -lprop to the ramdisk build, so that it builds again, due to
recent changes in newfs. Bump the ramdisk size from 1536 to 1800
blocks as a consequence.


# 98c856f1 05-May-2009 macallan <macallan@NetBSD.org>

enable ZX/Leo since we now support wscons on it


# f5b0fec0 06-Mar-2009 joerg <joerg@NetBSD.org>

Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.


# 940659ed 08-Feb-2009 jdc <jdc@NetBSD.org>

Cosmetic clean up:
options<space><tab>


# 92ae85d1 06-Feb-2009 jym <jym@NetBSD.org>

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 confi

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.

show more ...


# 02142ba7 22-Dec-2008 macallan <macallan@NetBSD.org>

convert to wscons, while there add some missing wsdisplay drivers


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 0751ba4b 31-Jul-2008 simonb <simonb@NetBSD.org>

Add "options WAPBL" to standard GENERIC/INSTALL type configs.


# 0ab08b46 25-Jun-2008 matt <matt@NetBSD.org>

Increase RAMDISK size due to ever-increasing bloat.


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# cc652c94 02-Jun-2007 uwe <uwe@NetBSD.org>

Add COMPAT_40. While here, make COMPAT_30 comment match other COMPAT_*.


# 3f0f3de6 29-Dec-2006 yamt <yamt@NetBSD.org>

update comments on NFS_V2_ONLY after nqnfs removal. no functional changes.
from Arnaud Lacombe.


# e8295642 02-Oct-2006 chs <chs@NetBSD.org>

remove MALLOC_NOINLINE, it doesn't do anything anymore.


12345