The NetBSD Project

CVS log for src/sys/arch/zaurus/conf/INSTALL

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / zaurus / conf

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 17 14:49:02 2012 UTC (7 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-nbase, tls-maxphys-base, khorben-n900, agc-symver-base, agc-symver, HEAD
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Add "no options COMPAT_60" to all kernel configuration files
that already had "no options COMPAT_50".

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 17 20:11:41 2012 UTC (9 months ago) by abs
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
  and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?

Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 17 19:43:26 2012 UTC (9 months ago) by abs
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Ensure all WSDISPLAY_COMPAT_USL entries have same comment

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 7 09:10:47 2012 UTC (13 months, 1 week ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base10
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

bump up ramdisk size.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:57 2012 UTC (14 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: jmcneill-usbmp-base8, jmcneill-usbmp-base7
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 2 15:55:55 2012 UTC (15 months, 2 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-6-base, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.12: +17 -1 lines
Diff to previous 1.12 (colored)

Try to shrink INSTALL kernel a bit.
Loading INSTALL kernel on SL-C1000 running Zaurus Linux still sometimes
fails (due to its size), but at least it works on maintenance kernel.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 25 16:51:17 2012 UTC (15 months, 3 weeks ago) by tsutsui
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Reorganlization zlcd(4) and ztp(4) device attachments from nonaka@:
 - ztp depends on zssp so attach ztp at zssp rather than pxaip
 - split LCD backlight controls from zlcd(4) into new lcdctl device
   to share it among forthcoming SL-C7x0 variants

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 19 17:17:41 2011 UTC (17 months, 4 weeks ago) by nonaka
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: jmcneill-usbmp
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

disable kloader(4).

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 19 16:20:09 2011 UTC (23 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.9: +6 -3 lines
Diff to previous 1.9 (colored)

more support SL-C1000.

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 20 07:57:07 2011 UTC (2 years ago) by tsutsui
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Shrink ramdisk size to 2048KB.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 20 07:47:53 2011 UTC (2 years ago) by tsutsui
Branch: MAIN
Changes since 1.7: +14 -1 lines
Diff to previous 1.7 (colored)

Shrink INSTALL kerenl more:
 - disable KERNFS (install ramdisk uses /sbin/dmesg directly)
 - disable mice, audio, uk(4), and wsfont(4)

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 5 09:07:59 2011 UTC (2 years ago) by nonaka
Branch: MAIN
Changes since 1.6: +39 -4 lines
Diff to previous 1.6 (colored)

Reduce kernel size.
Tested on SL-C1000.

Fix PR/44898.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 21 11:20:07 2009 UTC (3 years, 4 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: rmind-uvmplock, jruoho-x86intr
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

comment out KLOADER.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 11 09:02:04 2009 UTC (4 years, 2 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, matt-premerge-20091211, jymxensuspend-base
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Added kloader support.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 6 18:50:29 2009 UTC (4 years, 3 months ago) by jym
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 10 15:45:29 2008 UTC (5 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, nick-hppapmap
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

- zaurus uses MBR
- Added fdisk to ramdisk
- increase ramdisk size

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 1 00:01:14 2008 UTC (5 years, 1 month ago) by chris
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Increase the Zaurus INSTALL memory disk size to match the size of the
ramdisk created by the distrib files.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 17 16:07:11 2006 UTC (6 years, 5 months ago) by peter
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, post-newlock2-merge, nick-net80211-sync-base, nick-net80211-sync, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1, ad-audiomp-base, ad-audiomp
Branch point for: yamt-splraiseipl, yamt-lazymbuf, newlock2, mjf-devfs2

Update from the latest Zaurus source from NONAKA Kimihiro.

- LCD screen and keyboard are working now.
- Add bootstrap loader.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>