CVS commit: src/sys/arch/zaurus/conf

2020-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 12 06:41:02 UTC 2020 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Revert "Compile with -O2 by default" change in previous rev 1.11. COPTS is defined properly after

CVS commit: src/sys/arch/zaurus/conf

2020-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 12 06:41:02 UTC 2020 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Revert "Compile with -O2 by default" change in previous rev 1.11. COPTS is defined properly after

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Nick Hudson
On 05/01/2020 13:47, Izumi Tsutsui wrote: [snip] My patch allows COPTS to be overridden as http://src.illumos.org/source/xref/netbsd-src/sys/conf/Makefile.kern.inc#69 has 69 DEFCOPTS?= -O2 70 COPTS?= ${DEFCOPTS} which I believe allows COPTS to be overridden by makeoptions

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Izumi Tsutsui
> >> I don't see how as sys/arch/zaurus/conf/INSTALL doesn't define DDB. > > > > On zaurus GENERIC also has a size restriction (due to bootloader). > > Yes, I understand that. What I don't understand is how my > sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel > size

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Nick Hudson
On 05/01/2020 13:31, Martin Husemann wrote: On Sun, Jan 05, 2020 at 01:21:46PM +, Nick Hudson wrote: Yes, I understand that. What I don't understand is how my sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel size because INSTALL specifically disables DDB and my patch

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Martin Husemann
On Sun, Jan 05, 2020 at 01:21:46PM +, Nick Hudson wrote: > Yes, I understand that. What I don't understand is how my > sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel > size because INSTALL specifically disables DDB and my patch is > conditional on DDB It did only

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-05 Thread Nick Hudson
On 04/01/2020 16:32, Izumi Tsutsui wrote: The problem is caused by sys/arch/arm/conf/Makefile.arm. It defines "COPTS+= -mapcs-frame" in recent rev 1.52 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52 but MI sys/conf/Makefile.kern.inc defines COPTS+=-O2 only

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-04 Thread Izumi Tsutsui
> > The problem is caused by sys/arch/arm/conf/Makefile.arm. > > It defines "COPTS+= -mapcs-frame" in recent rev 1.52 > > > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52 > > but MI sys/conf/Makefile.kern.inc defines COPTS+=-O2 > > only if COPTS is empty. > >

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-04 Thread Nick Hudson
On 03/01/2020 18:42, Izumi Tsutsui wrote: I wrote: The missing COPTS was an accident or fallout from some other changes? Isn't it specified in -current? The problem is caused by sys/arch/arm/conf/Makefile.arm. It defines "COPTS+= -mapcs-frame" in recent rev 1.52

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Martin Husemann
On Sat, Jan 04, 2020 at 03:42:20AM +0900, Izumi Tsutsui wrote: > The problem is caused by sys/arch/arm/conf/Makefile.arm. > It defines "COPTS+= -mapcs-frame" in recent rev 1.52 > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52 > but MI sys/conf/Makefile.kern.inc

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Izumi Tsutsui
I wrote: > > The missing COPTS was an accident or fallout from some other changes? > > Isn't it specified in -current? The problem is caused by sys/arch/arm/conf/Makefile.arm. It defines "COPTS+= -mapcs-frame" in recent rev 1.52

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Izumi Tsutsui
> > - zbsdmod.o has 5MB buffers to store a copied kernel binary > > - zbsdmod.o reads a kernel from the 5MB buffer and loads sections > > into the target addresses > > > > https://nxr.netbsd.org/xref/src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c?r=1.12#94 > > Ah ok - thanks for explanation. So

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Martin Husemann
On Fri, Jan 03, 2020 at 07:36:34PM +0900, Izumi Tsutsui wrote: > - zbsdmod.o has 5MB buffers to store a copied kernel binary > - zbsdmod.o reads a kernel from the 5MB buffer and loads sections > into the target addresses > >

Re: CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Izumi Tsutsui
martin@ wrote: > Module Name: src > Committed By: martin > Date: Fri Jan 3 10:01:07 UTC 2020 > > Modified Files: > src/sys/arch/zaurus/conf: Makefile.zaurus.inc ldscript.zaurus > > Log Message: > Drop CTF sections from this size restricted kernel (especially as the > size check

CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 3 10:01:07 UTC 2020 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc ldscript.zaurus Log Message: Drop CTF sections from this size restricted kernel (especially as the size check is on the total size of the

CVS commit: src/sys/arch/zaurus/conf

2020-01-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 3 10:01:07 UTC 2020 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc ldscript.zaurus Log Message: Drop CTF sections from this size restricted kernel (especially as the size check is on the total size of the

CVS commit: src/sys/arch/zaurus/conf

2019-11-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 2 23:13:00 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server. Should be pulled up to netbsd-9. To generate a diff of this

CVS commit: src/sys/arch/zaurus/conf

2019-11-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 2 23:13:00 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server. Should be pulled up to netbsd-9. To generate a diff of this

CVS commit: src/sys/arch/zaurus/conf

2019-10-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 26 09:49:14 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Explicitly set empty LINKENTRY to keep ENTRY address specified in ldscript. This fixes kernel boot failures of

CVS commit: src/sys/arch/zaurus/conf

2019-10-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 26 09:49:14 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Explicitly set empty LINKENTRY to keep ENTRY address specified in ldscript. This fixes kernel boot failures of

CVS commit: src/sys/arch/zaurus/conf

2019-07-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 26 07:09:48 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: comment out WSDISPLAY_COMPAT_RAWKBD for now, it does not compile To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/sys/arch/zaurus/conf

2019-07-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 26 07:09:48 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: comment out WSDISPLAY_COMPAT_RAWKBD for now, it does not compile To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/sys/arch/zaurus/conf

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 21:06:51 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: bye ddb and we fit again. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/zaurus/conf/GENERIC Please note

CVS commit: src/sys/arch/zaurus/conf

2019-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 21:06:51 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: bye ddb and we fit again. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/zaurus/conf/GENERIC Please note

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 21:53:50 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL_C700 Log Message: Add commented-out modern USB NICs for users easily finding them out. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 21:53:50 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL_C700 Log Message: Add commented-out modern USB NICs for users easily finding them out. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 21:51:59 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL_C700 Log Message: Comment out ure(4) and its PHY drivers for now to unbreak build. To generate a diff of this commit: cvs rdiff -u -r1.82

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 21:51:59 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL_C700 Log Message: Comment out ure(4) and its PHY drivers for now to unbreak build. To generate a diff of this commit: cvs rdiff -u -r1.82

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 20:56:27 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700 Log Message: Oops, revert previous. Combinations between NICs and PHYs are unpredictable... To generate a diff of this commit: cvs

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 20:56:27 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700 Log Message: Oops, revert previous. Combinations between NICs and PHYs are unpredictable... To generate a diff of this commit: cvs

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 20:33:44 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700 Log Message: Fix kernel size overflow caused by addition of ure(4) and PHY drivers. Modern USB NICs are useful due to availability

CVS commit: src/sys/arch/zaurus/conf

2019-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Feb 7 20:33:44 UTC 2019 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700 Log Message: Fix kernel size overflow caused by addition of ure(4) and PHY drivers. Modern USB NICs are useful due to availability

CVS commit: src/sys/arch/zaurus/conf

2018-08-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 26 23:30:29 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: INSTALL_C700 Log Message: Disable mue(4) for INSTALL_C70 like other USB NICs. Should fix build. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/zaurus/conf

2018-08-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 26 23:30:29 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: INSTALL_C700 Log Message: Disable mue(4) for INSTALL_C70 like other USB NICs. Should fix build. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/zaurus/conf

2018-05-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 15 00:44:56 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700 Log Message: Fully specifiy the location of indirectly-configured I2C devices. In particular, the parent spec must not be

CVS commit: src/sys/arch/zaurus/conf

2018-05-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 15 00:44:56 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700 Log Message: Fully specifiy the location of indirectly-configured I2C devices. In particular, the parent spec must not be

CVS commit: src/sys/arch/zaurus/conf

2018-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 9 17:15:14 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: files.zaurus Log Message: revert previous; this was no typo. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/zaurus/conf

2018-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 9 17:15:14 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: files.zaurus Log Message: revert previous; this was no typo. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/zaurus/conf

2018-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 22:21:01 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: files.zaurus Log Message: fix typo (thanks gcc-6). There is no "pxaiis" To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/zaurus/conf

2018-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 6 22:21:01 UTC 2018 Modified Files: src/sys/arch/zaurus/conf: files.zaurus Log Message: fix typo (thanks gcc-6). There is no "pxaiis" To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/zaurus/conf

2017-12-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 20 08:10:13 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Disable compat stuffs that are accidentally accidentally added to rev 1.33. Now INSTALL kernel fits within 5MB again. To generate a diff

CVS commit: src/sys/arch/zaurus/conf

2017-12-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 20 08:10:13 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Disable compat stuffs that are accidentally accidentally added to rev 1.33. Now INSTALL kernel fits within 5MB again. To generate a diff

CVS commit: src/sys/arch/zaurus/conf

2017-04-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Apr 3 00:11:45 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Drop NOPORTALGO option which was introduce in r1.69.No other reference exists in src or history in CVS. The introductory commit was

CVS commit: src/sys/arch/zaurus/conf

2017-04-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Apr 3 00:11:45 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Drop NOPORTALGO option which was introduce in r1.69.No other reference exists in src or history in CVS. The introductory commit was

CVS commit: src/sys/arch/zaurus/conf

2017-01-29 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 30 02:41:12 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: reduce install kernel size. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/zaurus/conf/INSTALL Please note

CVS commit: src/sys/arch/zaurus/conf

2017-01-29 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 30 02:41:12 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: reduce install kernel size. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/zaurus/conf/INSTALL Please note

CVS commit: src/sys/arch/zaurus/conf

2016-08-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Aug 12 09:26:35 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL INSTALL_C700 Log Message: remove some phy(4) from zaurus INSTALL kernel. avoid kernel size limit... To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/zaurus/conf

2016-08-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Aug 12 09:26:35 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL INSTALL_C700 Log Message: remove some phy(4) from zaurus INSTALL kernel. avoid kernel size limit... To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/zaurus/conf

2016-02-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Feb 16 05:14:31 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Reduced INSTALL kernel size. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zaurus/conf/INSTALL Please

CVS commit: src/sys/arch/zaurus/conf

2016-02-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Feb 16 05:14:31 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Reduced INSTALL kernel size. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zaurus/conf/INSTALL Please

CVS commit: src/sys/arch/zaurus/conf

2015-08-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Aug 21 03:36:32 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: ldscript.zaurus Log Message: Simplify this by deciding load address at one place. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/zaurus/conf

2015-08-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Aug 21 03:36:32 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: ldscript.zaurus Log Message: Simplify this by deciding load address at one place. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/zaurus/conf

2015-08-18 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Aug 19 04:33:00 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Use ${KERNLDSCRIPT} so it is added to ${SYSTEM_DEP}. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/zaurus/conf

2015-08-18 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Aug 19 04:33:00 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Use ${KERNLDSCRIPT} so it is added to ${SYSTEM_DEP}. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/zaurus/conf

2015-08-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Aug 11 13:12:25 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: files.zaurus Log Message: armfpe is gone. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/zaurus/conf/files.zaurus Please note

CVS commit: src/sys/arch/zaurus/conf

2015-08-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Aug 11 13:12:25 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: files.zaurus Log Message: armfpe is gone. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/zaurus/conf/files.zaurus Please note

Re: CVS commit: src/sys/arch/zaurus/conf

2015-07-19 Thread Martin Husemann
I backed it out, will try to fix differently. Martin

CVS commit: src/sys/arch/zaurus/conf

2015-07-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 19 09:26:50 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Backout previous, it does not work. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/zaurus/conf/INSTALL

CVS commit: src/sys/arch/zaurus/conf

2015-07-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 19 09:26:50 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Backout previous, it does not work. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/zaurus/conf/INSTALL

CVS commit: src/sys/arch/zaurus/conf

2015-07-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 17 19:32:24 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Provide a bit more space for the ram disk image To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/zaurus/conf

2015-07-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 17 19:32:24 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Provide a bit more space for the ram disk image To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

Re: CVS commit: src/sys/arch/zaurus/conf

2015-07-17 Thread Izumi Tsutsui
martin@ wrote: Module Name: src Committed By: martin Date: Fri Jul 17 19:32:24 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Provide a bit more space for the ram disk image Did you check the following comment in INSTALL? # for reduce kernel

CVS commit: src/sys/arch/zaurus/conf

2015-02-05 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 5 14:32:31 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Added drvctl, putter and PUFFS. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/zaurus/conf/GENERIC Please

CVS commit: src/sys/arch/zaurus/conf

2015-02-05 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 5 14:32:31 UTC 2015 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Added drvctl, putter and PUFFS. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/zaurus/conf/GENERIC Please

CVS commit: src/sys/arch/zaurus/conf

2014-11-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Nov 15 13:34:30 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Use LINKSCRIPT. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/conf/Makefile.zaurus.inc

CVS commit: src/sys/arch/zaurus/conf

2014-11-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Nov 15 13:34:30 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Use LINKSCRIPT. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/conf/Makefile.zaurus.inc

CVS commit: src/sys/arch/zaurus/conf

2014-08-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 4 20:59:19 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Adapt to increased ramdisk size To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/zaurus/conf/INSTALL Please

CVS commit: src/sys/arch/zaurus/conf

2014-08-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 4 20:59:19 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Adapt to increased ramdisk size To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/zaurus/conf/INSTALL Please

CVS commit: src/sys/arch/zaurus/conf

2014-03-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Mar 2 16:18:41 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Don't overwrite MACHINE_ARCH if it is already set. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/zaurus/conf

2014-03-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Mar 2 16:18:41 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: Makefile.zaurus.inc Log Message: Don't overwrite MACHINE_ARCH if it is already set. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/zaurus/conf

2014-03-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Mar 1 12:40:50 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/zaurus/conf/INSTALL Please note that diffs are not

CVS commit: src/sys/arch/zaurus/conf

2014-03-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Mar 1 12:40:50 UTC 2014 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/zaurus/conf/INSTALL Please note that diffs are not

CVS commit: src/sys/arch/zaurus/conf

2013-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 23:48:34 UTC 2013 Modified Files: src/sys/arch/zaurus/conf: ldscript.zaurus Log Message: delete eh_frame gunk, which hopefully will make the kernel small enough to boot. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/zaurus/conf

2013-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 23:48:34 UTC 2013 Modified Files: src/sys/arch/zaurus/conf: ldscript.zaurus Log Message: delete eh_frame gunk, which hopefully will make the kernel small enough to boot. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/zaurus/conf

2013-09-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 13 15:00:47 UTC 2013 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: disable more stuff. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/zaurus/conf/INSTALL Please note that

CVS commit: src/sys/arch/zaurus/conf

2013-09-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 13 15:00:47 UTC 2013 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: disable more stuff. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/zaurus/conf/INSTALL Please note that

CVS commit: src/sys/arch/zaurus/conf

2012-04-07 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 7 09:09:43 UTC 2012 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: bump up SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/zaurus/conf/GENERIC Please note that

CVS commit: src/sys/arch/zaurus/conf

2012-04-07 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 7 09:09:43 UTC 2012 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: bump up SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/zaurus/conf/GENERIC Please note that

CVS commit: src/sys/arch/zaurus/conf

2012-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 2 15:57:39 UTC 2012 Added Files: src/sys/arch/zaurus/conf: INSTALL_C700 Log Message: Add INSTALL kernel config for SL-C700. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/zaurus/conf

2012-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 2 15:55:55 UTC 2012 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Try to shrink INSTALL kernel a bit. Loading INSTALL kernel on SL-C1000 running Zaurus Linux still sometimes fails (due to its size), but

CVS commit: src/sys/arch/zaurus/conf

2012-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 2 15:57:39 UTC 2012 Added Files: src/sys/arch/zaurus/conf: INSTALL_C700 Log Message: Add INSTALL kernel config for SL-C700. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/zaurus/conf

2012-01-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 25 17:18:47 UTC 2012 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: - TAB/space cleanup - add a comment To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/zaurus/conf/GENERIC

CVS commit: src/sys/arch/zaurus/conf

2012-01-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 25 17:18:47 UTC 2012 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: - TAB/space cleanup - add a comment To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/zaurus/conf/GENERIC

CVS commit: src/sys/arch/zaurus/conf

2011-11-19 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Nov 19 17:17:42 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: disable kloader(4). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/conf/INSTALL Please note that

CVS commit: src/sys/arch/zaurus/conf

2011-11-19 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Nov 19 17:15:58 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: enable kloader(4). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/zaurus/conf/GENERIC Please note that

CVS commit: src/sys/arch/zaurus/conf

2011-11-19 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Nov 19 17:17:42 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: disable kloader(4). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/conf/INSTALL Please note that

CVS commit: src/sys/arch/zaurus/conf

2011-07-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jul 15 13:47:12 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: cinclude GENERIC.local To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/zaurus/conf/GENERIC Please note that

CVS commit: src/sys/arch/zaurus/conf

2011-07-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Jul 15 13:47:12 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: cinclude GENERIC.local To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/zaurus/conf/GENERIC Please note that

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 06:26:58 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12. (no NetBSD/arm32 binary release before 1.3) To generate a diff of

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 07:47:53 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Shrink INSTALL kerenl more: - disable KERNFS (install ramdisk uses /sbin/dmesg directly) - disable mice, audio, uk(4), and wsfont(4)

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 07:49:31 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Enable cd* at atapibus? for some USB CD/DVD drives. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 09:01:39 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Move pseudo-device bpfilter to proper place. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 09:06:02 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Remove unnecessary count arguments from some pseudo-devices. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 09:25:15 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Add (commented out) options MODULAR. Just works fine as other arm ports. This will be mandatory because zbsdmod.o loader has size

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri May 20 21:56:46 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Uncommented out file-system CD9660. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/zaurus/conf/GENERIC

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 06:26:58 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12. (no NetBSD/arm32 binary release before 1.3) To generate a diff of

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 07:47:53 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Shrink INSTALL kerenl more: - disable KERNFS (install ramdisk uses /sbin/dmesg directly) - disable mice, audio, uk(4), and wsfont(4)

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 07:49:31 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Enable cd* at atapibus? for some USB CD/DVD drives. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 09:01:39 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Move pseudo-device bpfilter to proper place. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/zaurus/conf

2011-05-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri May 20 09:06:02 UTC 2011 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: Remove unnecessary count arguments from some pseudo-devices. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

  1   2   >