History log of /netbsd-src/sys/arch/arc/conf/RAMDISK (Results 1 – 25 of 84)
Revision Date Author Comments
# 98f3a8d4 27-Sep-2020 roy <roy@NetBSD.org>

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# 5ff334bf 29-May-2020 tsutsui <tsutsui@NetBSD.org>

Try to shrink kernels to smaller than ~6MB due to ARC BIOS restriction.

Currently NetBSD/arc kernels are loaded at 0x80200000
(on some machines ARC BIOS uses regions before it) and
ARC BIOS also use

Try to shrink kernels to smaller than ~6MB due to ARC BIOS restriction.

Currently NetBSD/arc kernels are loaded at 0x80200000
(on some machines ARC BIOS uses regions before it) and
ARC BIOS also uses around 0x807f0000, so bootloader fails
on loading >6MB kernels.

Note GXemul doesn't have this restriction because it loads
a kernel directly via a command line argument.

Tested by installing using sysinst on RAMDISK kernel on netbsd-9.

Should be pulled up to netbsd-9.

show more ...


# a6b82aa2 02-May-2015 christos <christos@NetBSD.org>

grow it a bit.


# 82951483 08-Aug-2013 he <he@NetBSD.org>

Bump RAMDISK size so that the contents fits again.


# 99c3eea8 10-Mar-2012 joerg <joerg@NetBSD.org>

P1003_1B_SEMAPHORE is no longer optional.


# 063f96f3 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 ...


# 26717af9 07-Dec-2009 he <he@NetBSD.org>

Can't negate a now non-existent file system (PORTALFS was removed).


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


# 0fe75661 20-Nov-2008 tsutsui <tsutsui@NetBSD.org>

It looks the ARC BIOS has another limit which prevents loading
a kernel larger than 8MB (it is not emulated by gxemul BTW),
so disable several devices in GENERIC and shrink RAMDISK kernel again
by sp

It looks the ARC BIOS has another limit which prevents loading
a kernel larger than 8MB (it is not emulated by gxemul BTW),
so disable several devices in GENERIC and shrink RAMDISK kernel again
by sprinkled "no" keywords etc.

show more ...


# 6d8f3f87 02-Feb-2008 tsutsui <tsutsui@NetBSD.org>

Make RAMDISK config to just include GENERIC and have md_root stuff again.
We have had the native bootloader and we no longer have size restriction.


# 2ecdf58c 31-Dec-2007 ad <ad@NetBSD.org>

Remove systrace. Ok core@.


# f309b668 27-Sep-2006 manu <manu@NetBSD.org>

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports,

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407

show more ...


# e0df1e4c 26-Aug-2006 christos <christos@NetBSD.org>

PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP


# 84180e11 22-Jul-2006 tsutsui <tsutsui@NetBSD.org>

- reorganize bootinfo structures and fix bootinfo handling in bootloader
(mostly based on pmax)
- pass symbol info from bootloader to kernel via bootinfo
(currently bootinfo is allocated in the b

- reorganize bootinfo structures and fix bootinfo handling in bootloader
(mostly based on pmax)
- pass symbol info from bootloader to kernel via bootinfo
(currently bootinfo is allocated in the bootloader and
copied by kernel later; maybe we should rethink about this)
- use passed bootinfo to initialize ksyms(4) in kernel
- remove options SYMTAB_SPACE from kernel config files
- bump bootloader version

show more ...


# 78354f85 15-Apr-2006 tsutsui <tsutsui@NetBSD.org>

Add bmtphy at mii, found on 3Com 3C982-TXM:
> bmtphy0 at ex0 phy 24: Broadcom 3c905C internal PHY, rev. 7


# 0d0bf3b5 15-Apr-2006 tsutsui <tsutsui@NetBSD.org>

Add support for pci_configure_bus(9) (a.k.a. options PCI_NETBSD_CONFIGURE)
so that PCI devices over ppb(4) work properly on PCI based NEC machines.

Tested on my NEC JC94 (Express5800/230) and 3Com 3

Add support for pci_configure_bus(9) (a.k.a. options PCI_NETBSD_CONFIGURE)
so that PCI devices over ppb(4) work properly on PCI based NEC machines.

Tested on my NEC JC94 (Express5800/230) and 3Com 3C982-TXM,
which has a DEC/Intel 21154 PCI-PCI bridge and two 3C920 Ethernet chips.

show more ...


# 6ff13154 05-Feb-2006 cube <cube@NetBSD.org>

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# df539000 04-Feb-2006 rpaulo <rpaulo@NetBSD.org>

bpfilter doesn't accept count anymore.


# c97c3de6 20-Dec-2005 thorpej <thorpej@NetBSD.org>

Remove the tablet line discipline.


# ff9b47d6 07-Dec-2005 tsutsui <tsutsui@NetBSD.org>

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


# 912e6b67 28-Aug-2005 tsutsui <tsutsui@NetBSD.org>

options<space><tab>


# 93c362d7 19-Aug-2005 christos <christos@NetBSD.org>

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 758a209d 19-Aug-2005 christos <christos@NetBSD.org>

64 bit inode changes.


# 38ca5312 31-Jul-2005 yamt <yamt@NetBSD.org>

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.


# 558fded2 30-Jul-2005 yamt <yamt@NetBSD.org>

add "options VMSWAP" to non INSTALL kernels.


1234