History log of /src/sys/arch/arc/conf/RAMDISK |
Revision | | Date | Author | Comments |
1.84 |
| 27-Sep-2020 |
roy | vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
1.83 |
| 29-May-2020 |
tsutsui | 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.
|
1.82 |
| 02-May-2015 |
christos | branches: 1.82.22; grow it a bit.
|
1.81 |
| 08-Aug-2013 |
he | branches: 1.81.6; Bump RAMDISK size so that the contents fits again.
|
1.80 |
| 10-Mar-2012 |
joerg | branches: 1.80.2; 1.80.4; P1003_1B_SEMAPHORE is no longer optional.
|
1.79 |
| 06-Mar-2011 |
bouyer | branches: 1.79.4; 1.79.8; 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.
|
1.78 |
| 07-Dec-2009 |
he | branches: 1.78.4; 1.78.6; 1.78.8; Can't negate a now non-existent file system (PORTALFS was removed).
|
1.77 |
| 06-Feb-2009 |
jym | 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.76 |
| 20-Nov-2008 |
tsutsui | 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.
|
1.75 |
| 02-Feb-2008 |
tsutsui | branches: 1.75.6; 1.75.10; 1.75.16; 1.75.18; 1.75.20; 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.
|
1.74 |
| 31-Dec-2007 |
ad | Remove systrace. Ok core@.
|
1.73 |
| 27-Sep-2006 |
manu | branches: 1.73.28; 1.73.34; 1.73.42; - 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
|
1.72 |
| 26-Aug-2006 |
christos | branches: 1.72.2; 1.72.4; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
1.71 |
| 22-Jul-2006 |
tsutsui | - 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
|
1.70 |
| 15-Apr-2006 |
tsutsui | Add bmtphy at mii, found on 3Com 3C982-TXM: > bmtphy0 at ex0 phy 24: Broadcom 3c905C internal PHY, rev. 7
|
1.69 |
| 15-Apr-2006 |
tsutsui | 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.
|
1.68 |
| 05-Feb-2006 |
cube | branches: 1.68.2; 1.68.4; 1.68.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
1.67 |
| 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
1.66 |
| 20-Dec-2005 |
thorpej | branches: 1.66.2; 1.66.4; 1.66.6; Remove the tablet line discipline.
|
1.65 |
| 07-Dec-2005 |
tsutsui | Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
1.64 |
| 28-Aug-2005 |
tsutsui | options<space><tab>
|
1.63 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
1.62 |
| 19-Aug-2005 |
christos | 64 bit inode changes.
|
1.61 |
| 31-Jul-2005 |
yamt | 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.
|
1.60 |
| 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
1.59 |
| 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
1.58 |
| 09-Jun-2005 |
tsutsui | branches: 1.58.2; - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. (still commented out) - Add (also commented out) options BUFQ_PRIOCSCAN.
Suggested by perry and soda on tech-kern. Please refer options(4) for details for these options.
|
1.57 |
| 31-May-2005 |
tron | Remove attachment for the piixide(4) driver from all non-x86 kernel configurations because Intel IDE disk controllers only exist as part of Intel chipsets for x86 systems.
|
1.56 |
| 18-Feb-2005 |
dsl | branches: 1.56.4; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
1.55 |
| 11-Feb-2005 |
dsl | Add 'option FFS_SNAPSHOT' to most of the config files. Commented out for kernels that appear to hace space constraints.
|
1.54 |
| 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
1.53 |
| 21-Jan-2005 |
tsutsui | branches: 1.53.2; Add options COMPAT_20.
|
1.52 |
| 17-Jan-2005 |
cube | Add tap(4) support to a random^Wcarefully chosen set of kernel configs. All those kernels have a line for both tun and bridge, and if either is commented out, tap is commented out also. With the exception of i386's GENERIC_TINY.
XXX: we _need_ some way of making this more simple.
|
1.51 |
| 24-Nov-2004 |
bouyer | branches: 1.51.4; pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64. Added to all kernel config file which had pdcide(4).
|
1.50 |
| 10-Nov-2004 |
christos | Add COMPAT_BSDPTY to the rest of the config files.
|
1.49 |
| 04-Sep-2004 |
manu | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
|
1.48 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
1.47 |
| 14-Dec-2003 |
thorpej | branches: 1.47.2; Split the Intel i31244 SATA controller ("Artisea") driver out of piixide into its own driver (artsata).
|
1.46 |
| 13-Dec-2003 |
thorpej | Split out the Silicon Image SATALink support into its own driver, "satalink".
|
1.45 |
| 21-Oct-2003 |
tsutsui | - Use scsibus* at scsi? - Use atabus* at ata? - Use atapibus* atapi? - Sort ATA/ATAPI device entries. - Comment out aceride, piixide, siside, and viaide.
|
1.44 |
| 18-Oct-2003 |
lukem | Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?' Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
|
1.43 |
| 08-Oct-2003 |
bouyer | Add new per-chip pciide drivers.
|
1.42 |
| 08-Oct-2003 |
bouyer | Add atabus.
|
1.41 |
| 27-Sep-2003 |
tsutsui | Add options COMPAT_16.
|
1.40 |
| 15-Jun-2003 |
tsutsui | branches: 1.40.2; Add isapnp0 at isa and enable working isa/isapnp devices.
|
1.39 |
| 15-Jun-2003 |
tsutsui | Remove nonexistent we* at isapnp.
|
1.38 |
| 14-Jun-2003 |
tsutsui | Change DESKstation -> DeskStation, as per spelling on the Tyne board.
|
1.37 |
| 14-Jun-2003 |
tsutsui | Don't enable both pc0 and vga0 at isa.
|
1.36 |
| 22-May-2003 |
tsutsui | Uppercase PICA.
"PICA" stands for "Performance-enhanced I/O and CPU Architecture."
|
1.35 |
| 04-May-2003 |
tsutsui | Rewrite jazzio asc SCSI driver to use MI ncr53c9x and bus_dma(9) with BUS_DMA_ALLOCNOW flag for jazzio bus DMAC.
Tested on Soda's NEC Image RISCstation (which is an OEM of Acer PICA), and should fix port-arc/13388.
|
1.34 |
| 06-Apr-2003 |
tsutsui | Enable oosiop at jazzio. While I'm here, use wildcard for osiop unit.
|
1.33 |
| 11-Feb-2003 |
tsutsui | It seems the ARC BIOS can't load too large kernel, so prepare a shrinked config for RAMDISK kernel.
|
1.32 |
| 10-Feb-2003 |
tsutsui | Bump md_root size to 2.5Mbytes.
|
1.31 |
| 22-Jan-2003 |
jdolecek | bump ramdisk image to 2330k
|
1.30 |
| 26-May-2002 |
jdolecek | bump ramdisk size, 2M isn't enough
|
1.29 |
| 14-Apr-2002 |
tsutsui | branches: 1.29.2; 1.29.4; Set COPTS="-Os -mmemcpy"
|
1.28 |
| 06-Apr-2002 |
tsutsui | Change RAMDISK to define only MEMORY_DISK stuff and just include GENERIC.
|
1.27 |
| 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.26 |
| 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.25 |
| 04-Mar-2002 |
sommerfeld | The "gif*" tunnelling interface does everything ipip does. Move usage example from ipip.4 to gif.4 Excise ipip and stitch up the scars.
|
1.24 |
| 10-Feb-2002 |
wiz | Update description for icsphy.
|
1.23 |
| 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
1.22 |
| 20-Nov-2001 |
lukem | cleanup: options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
|
1.21 |
| 20-Nov-2001 |
lukem | - pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
|
1.20 |
| 13-Nov-2001 |
augustss | branches: 1.20.2; The wsmux pseudo device does not need a count anymore.
|
1.19 |
| 05-Nov-2001 |
tsutsui | Add trm at pci.
|
1.18 |
| 03-Sep-2001 |
tsutsui | branches: 1.18.4; Add more working PCI devices on arc: pcscp* at pci? epic* at pci? pcn* at pci? rtk* at pci? sip* at pci? and remove le at pci, which is superseded by pcn.
|
1.17 |
| 02-Sep-2001 |
tsutsui | Enable siop at pci.
|
1.16 |
| 22-Aug-2001 |
hubertf | More comment changes: 90x[B] -> 90x[BC]
|
1.15 |
| 08-Jul-2001 |
abs | branches: 1.15.2; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
1.14 |
| 13-Jun-2001 |
soda | update configurations for "struct platform" and related changes
|
1.13 |
| 21-May-2001 |
soda | sync with GENERIC: enable SOFTDEP, add vlan, etc.
|
1.12 |
| 24-Dec-2000 |
ur | branches: 1.12.2; Switch pica to jazzio. Split shared MD portion between algor and jazzio.
|
1.11 |
| 24-Sep-2000 |
jdolecek | branches: 1.11.2; don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
1.10 |
| 23-Jul-2000 |
ur | Add WSEMUL_VT100 to configuration files using wsdisplay. And update my current configuration. (MIMORI)
|
1.9 |
| 17-Jun-2000 |
soda | branches: 1.9.2; - vga/pckbc attachment for jazz internal bus of Magnum derived machines (including Pica, NEC RISCstation/RISCserver). - TGA console initialization for NEC RISCstation 2250, contributed by Shuichiro URATA <ur@a-r.org>
|
1.8 |
| 14-Jun-2000 |
veego | Remove the obsolete config fragments for kernel crypto, because the IPsec crypto code is now in the kernel source tree.
|
1.7 |
| 27-May-2000 |
soren | branches: 1.7.2; ncr(4) wouldn't work, so s/ncr/siop/.
|
1.6 |
| 22-Mar-2000 |
cgd | add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
|
1.5 |
| 22-Feb-2000 |
soda | remove commented out ``ident "GENERIC-..."'', since this file is not GENERIC.
|
1.4 |
| 22-Feb-2000 |
soda | merge changes between OpenBSD-2.1 and OpenBSD-2.6
|
1.3 |
| 26-Jan-2000 |
soda | options<SPACE><TAB> and options "<foo>=<bar>" clean up pointed point by enami@netbsd.org
|
1.2 |
| 23-Jan-2000 |
soda | merge to NetBSD-current (DeskStation and Algor support is currently broken)
|
1.1 |
| 23-Jan-2000 |
soda | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 22-Feb-2000 |
soda | OpenBSD-2.6/arc
|
1.1.1.1 |
| 23-Jan-2000 |
soda | OpenBSD-2.1/arc
|
1.7.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.9.2.1 |
| 10-Aug-2000 |
soda | Pull up to netbsd-1-5 branch. Approved by: thorpej
- Add WSEMUL_VT100 to configuration files using wsdisplay. - Update MIMORI configuration.
Revisions pulled up: > cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arc/conf/ARCTIC > cvs rdiff -r1.36 -r1.37 syssrc/sys/arch/arc/conf/GENERIC > cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arc/conf/M403 > cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arc/conf/MIMORI > cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arc/conf/PCCONS > cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/arc/conf/PICA > cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/arc/conf/RAMDISK
|
1.11.2.3 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.11.2.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.11.2.1 |
| 24-Sep-2000 |
bouyer | file RAMDISK was added on branch thorpej_scsipi on 2000-11-20 20:00:25 +0000
|
1.12.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.15.2.6 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.15.2.5 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.15.2.4 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.15.2.3 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.15.2.2 |
| 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.15.2.1 |
| 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
1.18.4.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.20.2.6 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.20.2.5 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.20.2.4 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.20.2.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.20.2.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.20.2.1 |
| 13-Nov-2001 |
nathanw | file RAMDISK was added on branch nathanw_sa on 2002-01-08 00:23:04 +0000
|
1.29.4.1 |
| 28-May-2002 |
lukem | pull up rev 1.30 (requested by jdolocek): bump ramdisk size, 2M isn't enough
|
1.29.2.1 |
| 30-May-2002 |
gehenna | Catch up with -current.
|
1.40.2.11 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.40.2.10 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.40.2.9 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.40.2.8 |
| 15-Feb-2005 |
skrll | Sync with HEAD.
|
1.40.2.7 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.40.2.6 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.40.2.5 |
| 29-Nov-2004 |
skrll | Sync with HEAD.
|
1.40.2.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.40.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.40.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.40.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.47.2.1 |
| 15-Jul-2004 |
he | branches: 1.47.2.1.2; Pull up revision 1.48 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
1.47.2.1.2.1 |
| 02-Apr-2005 |
he | Pull up revision 1.51 (requested by bouyer in ticket #1019): Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of controllers.
|
1.51.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.53.2.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.53.2.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.56.4.2 |
| 18-Jul-2005 |
riz | Pull up revision 1.59 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
1.56.4.1 |
| 01-Jun-2005 |
riz | Pull up revision 1.57 (requested by tron in ticket #362): Remove attachment for the piixide(4) driver from all non-x86 kernel configurations because Intel IDE disk controllers only exist as part of Intel chipsets for x86 systems.
|
1.58.2.4 |
| 04-Feb-2008 |
yamt | sync with head.
|
1.58.2.3 |
| 21-Jan-2008 |
yamt | sync with head
|
1.58.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.58.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.66.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.66.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.66.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.68.6.1 |
| 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.68.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.68.2.3 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.68.2.2 |
| 11-Aug-2006 |
yamt | sync with head
|
1.68.2.1 |
| 24-May-2006 |
yamt | sync with head.
|
1.72.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.72.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.73.42.1 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.73.34.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.73.28.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.73.28.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.75.20.1 |
| 23-Nov-2008 |
riz | Pull up following revision(s) (requested by tsutsui in ticket #109): distrib/arc/instkernel/Makefile: revision 1.11 sys/arch/arc/conf/RAMDISK: revision 1.76 sys/arch/arc/conf/GENERIC: revision 1.159 distrib/arc/ramdisk/dot.profile: revision 1.4 Use vt100 rather than wsvt25 for TERM since the latter makes both FG/BG colors white during sysinst on Express5800/230 with tga(4). 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.
|
1.75.18.2 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.75.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.75.16.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.75.10.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.75.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.75.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.78.8.1 |
| 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
1.78.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.78.4.1 |
| 21-Apr-2011 |
rmind | sync with head
|
1.79.8.1 |
| 11-Mar-2012 |
mrg | sync to latest -current
|
1.79.4.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.79.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.80.4.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.80.2.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.80.2.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.81.6.1 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
1.82.22.1 |
| 07-Jun-2020 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #939):
distrib/arc/ramdisk/Makefile: revision 1.29 sys/arch/arc/arc/arcbios.c: revision 1.18 distrib/arc/ramdisk/list: revision 1.24 sys/arch/arc/conf/GENERIC: revision 1.198 sys/arch/arc/conf/RAMDISK: revision 1.83 distrib/arc/ramdisk/Makefile: revision 1.28
bump ramdisk size to 3200k for gcc 8. yay!
-
Make sure to preserve MIPS_CURLWP (t8) register from ARC BIOS calls.
Fixes silent hangup right after starting a kernel on my Express5800/230 R4400 PCI (finally I've repaired its PSU and RTC). Reviewed by soda@. Maybe other ARC machines are also affected.
Note GXemul was not affected by this problem because it doesn't have actual ARC BIOS ROM and emulates ARC functions internally.
Should be pulled up to at least netbsd-9.
-
Shrink ramdisk to make RAMDISK kernel smaller for ARC BIOS restriction.
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.
|