The NetBSD Project

CVS log for src/sys/arch/sh3/include/param.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / sh3 / include

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25.6.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:25 2021 UTC (2 years, 9 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.25: +4 -1 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.3 (colored)

Sync w/ HEAD.

Revision 1.26 / (download) - annotate - [select for diffs], Mon May 31 14:38:55 2021 UTC (2 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.25: +4 -1 lines
Diff to previous 1.25 (colored) to selected 1.3 (colored)

Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is
referenced since some sources include <machine/param.h>.

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Mon May 18 18:12:25 2020 UTC (3 years, 10 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.24: +6 -1 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.3 (colored)

Pull up following revision(s) (requested by isaki in ticket #911):

	sys/dev/audio/audiodef.h: revision 1.13
	sys/dev/audio/audiodef.h: revision 1.14
	sys/arch/sparc/include/param.h: revision 1.74
	sys/arch/evbarm/conf/GENERIC64: revision 1.148
	sys/arch/sh3/include/param.h: revision 1.25
	sys/arch/evbarm/conf/GENERIC: revision 1.75
	sys/arch/m68k/include/param.h: revision 1.23
	sys/arch/amd64/conf/GENERIC: revision 1.564
	sys/arch/hppa/include/param.h: revision 1.27
	sys/dev/audio/audio.c: revision 1.68
	sys/arch/vax/include/param.h: revision 1.63
	sys/dev/audio/audio.c: revision 1.69

Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before).  And remove the option from GENERIC.

- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
  too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.

Set AUDIO_BLK_MS 40 msec on other old(slow) architectures not only m68k.

Thanks tsutsui@ for comment about architecture choice.
And move it from audiodef.h to audio.c as suggested by joerg@.


Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.
If the port has __AUDIO_BLK_MS in <machine/param.h>, it will be used.

Otherwise the default value (currently 10 msec) defined in audio.c will
be used.  This mechanism is for very old ports which cannot satisfactorily
handle 10 msec block.  Currently hppa, m68k, sh3, sparc(!64) and vax are.

For port maintainers, if general models in your port cannot satisfactorily
handle 10 msec block, please consider to define your suitable longer period
(40 msec would be a good first choice).

But please don't be eager to make the default value shorter.
<machine/param.h> was discussed in source-changes-d.  It's better than
ifdef storm, or adding 60+ new header files in every arch/*/include/
directories for this.  Thanks mrg@, ad@, and everyone.
http://mail-index.netbsd.org/source-changes-d/2020/05/01/msg012572.html

Revision 1.25 / (download) - annotate - [select for diffs], Fri May 1 08:21:27 2020 UTC (3 years, 10 months ago) by isaki
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf
Changes since 1.24: +6 -1 lines
Diff to previous 1.24 (colored) to selected 1.3 (colored)

Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.
If the port has __AUDIO_BLK_MS in <machine/param.h>, it will be used.
Otherwise the default value (currently 10 msec) defined in audio.c will
be used.  This mechanism is for very old ports which cannot satisfactorily
handle 10 msec block.  Currently hppa, m68k, sh3, sparc(!64) and vax are.

For port maintainers, if general models in your port cannot satisfactorily
handle 10 msec block, please consider to define your suitable longer period
(40 msec would be a good first choice).
But please don't be eager to make the default value shorter.

<machine/param.h> was discussed in source-changes-d.  It's better than
ifdef storm, or adding 60+ new header files in every arch/*/include/
directories for this.  Thanks mrg@, ad@, and everyone.
http://mail-index.netbsd.org/source-changes-d/2020/05/01/msg012572.html

Revision 1.23.48.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:45 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.23: +1 -6 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.3 (colored)

Sync with HEAD

Revision 1.23.46.1 / (download) - annotate - [select for diffs], Fri Jan 18 08:50:23 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.23: +1 -6 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.3 (colored)

Synch with HEAD

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jan 7 22:00:32 2019 UTC (5 years, 2 months ago) by jdolecek
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: netbsd-9
Changes since 1.23: +1 -6 lines
Diff to previous 1.23 (colored) to selected 1.3 (colored)

move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports

also move BLKDEV_IOSIZE, MAXPHYS, but allow override since some ports
have different value (powerpc uses NBPG for BLKDEV_IOSIZE, sun2/sun3
have lower MAXPHYS)

Revision 1.20.10.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:52 2012 UTC (11 years, 11 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.20: +3 -18 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.3 (colored)

sync with head

Revision 1.20.14.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:33:09 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.20: +3 -18 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.3 (colored)

merge to -current.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 10 17:35:48 2012 UTC (12 years, 1 month ago) by para
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-base-20171202, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, localcount-20160914, khorben-n900, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.3 (colored)

proper sizing of kmem_arena on different ports

PR port-i386/45946: Kernel locks up in VMEM system

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 24 20:03:37 2012 UTC (12 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.21: +1 -16 lines
Diff to previous 1.21 (colored) to selected 1.3 (colored)

Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,
and avoid definining them in 10 different places if not needed.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 20 14:08:06 2012 UTC (12 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.3 (colored)

Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions
again. This was changed in sys/socket.h r1.51 to work around fallout
from the IPv6 aux data migration. It broke the historic ABI on some
platforms. This commit restores compatibility for netbsd32 code on such
platforms and provides a template for future changes to the CMSG_*
alignment. Revert PCC/Clang workarounds in postfix and tmux.

Revision 1.19.40.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:48 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.19: +1 -13 lines
Diff to previous 1.19 (colored) next main 1.20 (colored) to selected 1.3 (colored)

Sync with HEAD.

Revision 1.19.20.1 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:55 2010 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.19: +1 -13 lines
Diff to previous 1.19 (colored) next main 1.20 (colored) to selected 1.3 (colored)

sync with head

Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 8 19:02:31 2010 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.19: +1 -13 lines
Diff to previous 1.19 (colored) to selected 1.3 (colored)

Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.

Revision 1.16.6.2 / (download) - annotate - [select for diffs], Mon Dec 3 18:38:55 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.16.6.1: +1 -6 lines
Diff to previous 1.16.6.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.3 (colored)

Sync with HEAD.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:59:21 2007 UTC (16 years, 4 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.17: +1 -6 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.3 (colored)

Sync with HEAD

Revision 1.16.24.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:22:01 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.16: +2 -7 lines
Diff to previous 1.16 (colored) next main 1.17 (colored) to selected 1.3 (colored)

sync with HEAD

Revision 1.16.22.2 / (download) - annotate - [select for diffs], Sun Oct 28 20:10:53 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.22.1: +1 -6 lines
Diff to previous 1.16.22.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.3 (colored)

Sync with HEAD.

Revision 1.13.16.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:28:30 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.16.2: +2 -7 lines
Diff to previous 1.13.16.2 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.3 (colored)

sync with head.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Oct 26 22:24:51 2007 UTC (16 years, 5 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, uebayasi-xip-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, 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-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, 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, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-premerge-20091211, 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, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-base, jym-xensuspend, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, uebayasi-xip
Changes since 1.18: +1 -6 lines
Diff to previous 1.18 (colored) to selected 1.3 (colored)

We don't need MIN_LWP_ALIGNMENT.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 17 19:57:07 2007 UTC (16 years, 5 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 (colored) to selected 1.3 (colored)

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.

Revision 1.16.6.1 / (download) - annotate - [select for diffs], Tue Oct 9 13:38:25 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.3 (colored)

Sync with head.

Revision 1.16.26.1 / (download) - annotate - [select for diffs], Sat Oct 6 15:34:27 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored) to selected 1.3 (colored)

sync with head.

Revision 1.16.14.1 / (download) - annotate - [select for diffs], Wed Oct 3 19:25:00 2007 UTC (16 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored) to selected 1.3 (colored)

Sync with HEAD

Revision 1.16.22.1 / (download) - annotate - [select for diffs], Tue Oct 2 18:27:38 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.3 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 23 23:07:27 2007 UTC (16 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, vmlocking-base, ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.3 (colored)

include machine/cpu.h instead of sh3/cpu.h.  Effectively it's the
same, but makes rump build on sh3 platforms.

Revision 1.13.16.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:08:06 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13.16.1: +6 -1 lines
Diff to previous 1.13.16.1 (colored) to branchpoint 1.13 (colored) to selected 1.3 (colored)

sync with head.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:12 2007 UTC (17 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base, yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup, ad-audiomp-base, ad-audiomp
Branch point for: yamt-x86pmap, vmlocking, ppcoea-renovation, matt-armv6, jmcneill-pm
Changes since 1.15: +6 -1 lines
Diff to previous 1.15 (colored) to selected 1.3 (colored)

Merge newlock2 to head.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Thu Feb 1 06:21:07 2007 UTC (17 years, 1 month ago) by ad
Branch: newlock2
Changes since 1.15: +6 -1 lines
Diff to previous 1.15 (colored) next main 1.16 (colored) to selected 1.3 (colored)

Get sh3 compiling.

Revision 1.13.16.1 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:55 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.13: +1 -12 lines
Diff to previous 1.13 (colored) to selected 1.3 (colored)

sync with head.

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:42:59 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.14: +1 -12 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.3 (colored)

sync with head

Revision 1.14.8.1 / (download) - annotate - [select for diffs], Sun Sep 3 15:23:31 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.14: +1 -12 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.3 (colored)

sync with head.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 28 13:43:35 2006 UTC (17 years, 7 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, rpaulo-netinet-merge-pcb-base, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm
Branch point for: newlock2
Changes since 1.14: +1 -12 lines
Diff to previous 1.14 (colored) to selected 1.3 (colored)

- remove unused bdbtofsb.
- move the following macros from MD headers to sys/param.h.
	ctod
	dtoc
	ctob
	btoc
	dbtob
	btodb

Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 11 12:18:58 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored) to selected 1.3 (colored)

merge ktrace-lwp.

Revision 1.11.12.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:21:25 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.12.2: +1 -1 lines
Diff to previous 1.11.12.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.3 (colored)

Fix the sync with head I botched.

Revision 1.11.12.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:39:54 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.12.1: +0 -0 lines
Diff to previous 1.11.12.1 (colored) to branchpoint 1.11 (colored) to selected 1.3 (colored)

Sync with HEAD.

Revision 1.11.12.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:40:16 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11: +2 -6 lines
Diff to previous 1.11 (colored) to selected 1.3 (colored)

Sync with HEAD

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 24 15:38:41 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, ktrace-lwp-base, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-lazymbuf
Changes since 1.12: +2 -38 lines
Diff to previous 1.12 (colored) to selected 1.3 (colored)

Move
	(c) TNF
line from 4-clause UCB to 3-clause UCB license; in other words,
remove UCB's ad clause from the license TNF grants.
There is no point in TNF demanding that UCB's ad clause be followed
when even UCB doesn't demand it any longer.

Ok'd by board@ and agc@.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 7 16:29:29 2003 UTC (20 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.11: +34 -2 lines
Diff to previous 1.11 (colored) to selected 1.3 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.

Revision 1.5.4.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:40:41 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.5.4.1: +24 -32 lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored) to selected 1.3 (colored)

catch up with -current on kqueue branch

Revision 1.11.6.2 / (download) - annotate - [select for diffs], Thu May 9 12:28:09 2002 UTC (21 years, 10 months ago) by uch
Branch: nathanw_sa
Changes since 1.11.6.1: +141 -0 lines
Diff to previous 1.11.6.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.3 (colored)

new pmap designed for SH3/SH4.

Revision 1.11.6.1, Thu May 9 12:28:08 2002 UTC (21 years, 10 months ago) by uch
Branch: nathanw_sa
Changes since 1.11: +0 -141 lines
FILE REMOVED

file param.h was added on branch nathanw_sa on 2002-05-09 12:28:09 +0000

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 9 12:28:08 2002 UTC (21 years, 10 months ago) by uch
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, nathanw_sa_end, nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, fvdl_fs64_base
Branch point for: nathanw_sa, ktrace-lwp
Changes since 1.10: +11 -27 lines
Diff to previous 1.10 (colored) to selected 1.3 (colored)

new pmap designed for SH3/SH4.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 28 17:10:35 2002 UTC (21 years, 11 months ago) by uch
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored) to selected 1.3 (colored)

Use "#define<tab>", white space nits.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 17 14:02:04 2002 UTC (22 years ago) by uch
Branch: MAIN
CVS Tags: eeh-devprop-base, eeh-devprop
Changes since 1.8: +10 -2 lines
Diff to previous 1.8 (colored) to selected 1.3 (colored)

kernel stack fix. old code simply P3 address converted to P1, it
caused memory destruction when kernel stack grow over 1 page.  new
code use P3 address for kernel stack. but for the sake of debug, P1
kernel stack mode remain.

Revision 1.5.4.1 / (download) - annotate - [select for diffs], Sat Mar 16 15:59:38 2002 UTC (22 years ago) by jdolecek
Branch: kqueue
Changes since 1.5: +16 -36 lines
Diff to previous 1.5 (colored) to selected 1.3 (colored)

Catch up with -current.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 10 07:45:32 2002 UTC (22 years ago) by uch
Branch: MAIN
Changes since 1.7: +10 -22 lines
Diff to previous 1.7 (colored) to selected 1.3 (colored)

common part are moved to sh3/include/param.h

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 28 01:58:53 2002 UTC (22 years, 1 month ago) by uch
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base
Changes since 1.6: +1 -13 lines
Diff to previous 1.6 (colored) to selected 1.3 (colored)

Remove #if 0 #endif

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 26 15:13:26 2002 UTC (22 years, 1 month ago) by simonb
Branch: MAIN
Changes since 1.5: +7 -3 lines
Diff to previous 1.5 (colored) to selected 1.3 (colored)

Purge CLSIZE, CLSIZELOG2 and MCLOFSET.
Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS
  are defined.
Remove old VM constants from cesfic port.
Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Fri Jan 5 17:35:00 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1.2.1: +3 -1 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.3 (colored)

Sync with HEAD

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 4 07:03:21 2001 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored) to selected 1.3 (colored)

split MACHINE_ARCH sh3e[lb].  userland build still needs checking.

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:24:30 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1: +7 -11 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

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.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Sun Jul 23 03:49:34 2000 UTC (23 years, 8 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

pullup from main trunc (approved by releng-1-5)

raise MSIZE from 128 to 256.
- for sizeof(void *) == 8 arch, this is mandatory.  MHLEN is too small
  already (less than 80) and there are chances for unwanted packet loss due
  to m_pullup restriction.
- for other cases, the change should avoid allocating clusters in most cases
  (even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of
  extension header)

portmasters: if your arch chokes with the change (high memory usage or
whatever), please backout the change for your arch.

1.1 	-> 1.2	syssrc/sys/arch/amigappc/include/param.h
1.13 	-> 1.14	syssrc/sys/arch/arc/include/param.h
1.1 	-> 1.2	syssrc/sys/arch/arm26/include/param.h
1.17 	-> 1.18	syssrc/sys/arch/arm32/include/param.h
1.6 	-> 1.7	syssrc/sys/arch/bebox/include/param.h
1.4 	-> 1.5	syssrc/sys/arch/cobalt/include/param.h
1.4 	-> 1.5	syssrc/sys/arch/evbsh3/include/param.h
1.2 	-> 1.3	syssrc/sys/arch/hpcmips/include/param.h
1.40 	-> 1.41	syssrc/sys/arch/i386/include/param.h
1.7 	-> 1.8	syssrc/sys/arch/m68k/include/param.h
1.9 	-> 1.10	syssrc/sys/arch/macppc/include/param.h
1.4 	-> 1.5	syssrc/sys/arch/mmeye/include/param.h
1.6 	-> 1.7	syssrc/sys/arch/newsmips/include/param.h
1.7 	-> 1.8	syssrc/sys/arch/ofppc/include/param.h
1.23 	-> 1.24	syssrc/sys/arch/pc532/include/param.h
1.32 	-> 1.33	syssrc/sys/arch/pmax/include/param.h
1.7 	-> 1.8	syssrc/sys/arch/powerpc/include/param.h
1.1 	-> 1.2	syssrc/sys/arch/prep/include/param.h
1.1 	-> 1.2	syssrc/sys/arch/sgimips/include/param.h
1.3 	-> 1.4	syssrc/sys/arch/sh3/include/param.h
1.44 	-> 1.45	syssrc/sys/arch/sparc/include/param.h
1.21 	-> 1.22	syssrc/sys/arch/sparc64/include/param.h
1.43 	-> 1.44	syssrc/sys/arch/vax/include/param.h

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 30 17:55:17 2000 UTC (23 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

raise MSIZE from 128 to 256.
- for sizeof(void *) == 8 arch, this is mandatory.  MHLEN is too small
  already (less than 80) and there are chances for unwanted packet loss due
  to m_pullup restriction.
- for other cases, the change should avoid allocating clusters in most cases
  (even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of
  extension header)

portmasters: if your arch chokes with the change (high memory usage or
whatever), please backout the change for your arch.

Revision 1.3 / (download) - annotate - [selected], Fri Feb 11 19:30:29 2000 UTC (24 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl, chs-ubc2-newbase
Branch point for: netbsd-1-5
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Update for the NKMEMPAGES changes.

Revision 1.1.8.2 / (download) - annotate - [select for diffs], Mon Dec 27 18:33:44 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.1.8.1: +4 -8 lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.3 (colored)

Pull up to last week's -current.

Revision 1.1.8.1 / (download) - annotate - [select for diffs], Tue Dec 21 23:16:15 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.1: +17 -7 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

Initial commit of recent changes to make DEV_BSIZE go away.

Runs on i386, needs work on other arch's. Main kernel routines should be
fine, but a number of the stand programs need help.

cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512
byte block devices. vnd, raidframe, and lfs need work.

Non 2**n block support is automatic for LKM's and conditional for kernels
on "options NON_PO2_BLOCKS".

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 4 21:21:23 1999 UTC (24 years, 3 months ago) by ragge
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.1: +4 -8 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

CL* discarding.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 13 10:31:19 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize, thorpej_scsipi
Diff to selected 1.3 (colored)

Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
	As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).

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>