The NetBSD Project

CVS log for src/sys/arch/arm/at91/at91bus.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / arm / at91

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 20 23:36:01 2024 UTC (13 months ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Fix format specifier for physmem from %d to 0x%"PRIxPSIZE" in multiple places.

Should fix VERBOSE_INIT_ARM for various evbarm kernel configs.
Also add 0x prefix in few previously fixed places to improve readability.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:18:43 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -9 lines
Merge thorpej-cfargs2.

Revision 1.28.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 16:51:26 2021 UTC (3 years, 7 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +7 -9 lines
Adapt to CFARGS().

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:26 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-cfargs2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +11 -7 lines
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
  actually needed.
- Don't be explicit about what interface attribute is attaching if
  the device only has one.  (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
  situations, making is visibly easier to see when indirect config is
  in play, and allowing for future change in semantics.  (As of now,
  this is just a wrapper around config_match(), but that is an
  implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance.  This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

Revision 1.27.4.8: download - view: text, markup, annotated - select for diffs
Mon Apr 5 01:01:42 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.7: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.4.7: +3 -3 lines
Treat config_probe() as if it were a boolean function; don't compare
return value > 0... except for the odd balls, which are now really easy
to spot.

Revision 1.27.4.7: download - view: text, markup, annotated - select for diffs
Mon Apr 5 00:48:45 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.6: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.4.6: +3 -3 lines
config_match() -> config_probe() for the straight-forward indirect config
cases.  There are still a few odd balls using config_match() which should
be sorted out later.

Revision 1.27.4.6: download - view: text, markup, annotated - select for diffs
Sun Apr 4 22:01:12 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.5: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.4.5: +3 -3 lines
CFARG_SUBMATCH -> CFARG_SEARCH for the indirect configuration uses.

Revision 1.27.4.5: download - view: text, markup, annotated - select for diffs
Sat Apr 3 01:57:08 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.4: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.4.4: +3 -3 lines
Give config_attach() the tagged variadic argument treatment and
mechanically convert all call sites.

Revision 1.27.4.4: download - view: text, markup, annotated - select for diffs
Mon Mar 22 16:23:39 2021 UTC (4 years ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.3: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.4.3: +2 -3 lines
Audit CFARG_IATTR in config_found() calls, and remove it in situations
where the interface attribute is not ambiguous.

Revision 1.27.4.3: download - view: text, markup, annotated - select for diffs
Mon Mar 22 02:00:54 2021 UTC (4 years ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.2: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.4.2: +7 -4 lines
Mechanical conversion of config_found_sm_loc() -> config_found().
CFARG_IATTR usage needs to be audited.

Revision 1.27.4.2: download - view: text, markup, annotated - select for diffs
Sun Mar 21 17:35:40 2021 UTC (4 years ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27.4.1: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.4.1: +2 -3 lines
CFARG_IATTR usage audit:

If a device carries only one interface attribute, there is no need
to specify it when calling config_search(); that specification is
meant only to disambiguate which interface attribute (which is a
proxy for "what kind of attach args are being used") is having
children attached.  cfparent_match() will take care of ensuring that
any potential children can attach to one of the parent's iterface
attributes, and if the parent only carries one, no disambiguation is
necessary.

Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Sat Mar 20 19:33:31 2021 UTC (4 years ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -3 lines
The proliferation if config_search_*() and config_found_*() combinations
is a little absurd, so begin to tidy this up:

- Introduce a new cfarg_t enumerated type, that defines the types of
  tag-value variadic arguments that can be passed to the various
  config_*() functions (CFARG_SUBMATCH, CFARG_IATTR, and CFARG_LOCATORS,
  for now, plus a CFARG_EOL sentinel).
- Collapse config_search_*() into config_search() that takes these
  variadic arguments.
- Convert all call sites of config_search_*() to the new signature.
  Noticed several incorrect usages along the way, which will be
  audited in a future commit.

Revision 1.19.16.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:03 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.19.16.2: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.16.2: +8 -13 lines
Sync with HEAD

Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:52 2020 UTC (4 years, 11 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +10 -15 lines
Sync with HEAD

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 18 11:00:37 2020 UTC (4 years, 11 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, phil-wifi-20200421, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Branch point for: thorpej-cfargs
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -7 lines
PMAP_DEBUG has been deleted on arm

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Apr 18 10:55:43 2020 UTC (4 years, 11 months ago) by skrll
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +10 -10 lines
Trailing whitespace

Revision 1.19.16.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:33 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.19.16.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.16.1: +4 -4 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 16 14:41:43 2019 UTC (5 years, 8 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp, bouyer-xenpvh-base, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: bouyer-xenpvh
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Consistently use vaddr_t as initarm and friends return type.

Makes no difference to binaries except for aarch64 where it's required

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jul 16 09:25:55 2019 UTC (5 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
KNF

Revision 1.19.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:52 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -14 lines
Sync with HEAD

Revision 1.19.14.4: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:18 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.19.14.3: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.14.3: +3 -3 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Oct 28 14:30:30 2018 UTC (6 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, isaki-audio2-base, isaki-audio2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Fix a commit

Revision 1.19.14.3: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:37 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.19.14.2: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.14.2: +3 -2 lines
Ssync with HEAD

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 21 12:04:06 2018 UTC (6 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: pgoyette-compat-1020, pgoyette-compat-0930
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into
opt_console.h and adjust.

Revision 1.19.14.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:25 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.19.14.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.14.1: +3 -2 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 31 06:46:25 2018 UTC (6 years, 7 months ago) by skrll
Branches: MAIN
CVS tags: pgoyette-compat-0906
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is used

Revision 1.19.14.1: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:27 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -13 lines
Sync with HEAD

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jul 15 05:16:41 2018 UTC (6 years, 8 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -13 lines
Retire ipkdb entirely. The option was removed from the config files
yesterday.

ok kamil christos

Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:35:51 2017 UTC (7 years, 3 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.14.2.2: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.2: +7 -7 lines
update from HEAD

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:03 2017 UTC (8 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3 lines
Sync with HEAD

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:11 2017 UTC (8 years, 2 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 22 14:47:54 2016 UTC (8 years, 3 months ago) by cherry
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-compat-base, 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, netbsd-8-base, netbsd-8-3-RELEASE, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
switch all ports to use uvm_init.c:uvm_md_init()

uvm_setpagesize() is now subsumed within this funciton.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 13 18:08:38 2014 UTC (10 years, 6 months ago) by matt
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, 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, localcount-20160914
Branch point for: pgoyette-localcount, nick-nhusb
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +8 -8 lines
Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t
Use paddr_t for msgbufphys

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:45 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.14.2.1: preferred, colored
Changes since revision 1.14.2.1: +8 -11 lines
Rebase to HEAD as of a few days ago.

Revision 1.11.2.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:31 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.11.2.3: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.3: +8 -11 lines
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")

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:11 2013 UTC (11 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +8 -11 lines
sync with head

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 18 15:58:19 2013 UTC (11 years, 7 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, 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
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -11 lines
<arm/locore.h> fallout (fixes some include ordering errors)

Revision 1.11.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:32:44 2013 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.11.2.2: preferred, colored; branchpoint 1.11: preferred, colored
Changes since revision 1.11.2.2: +5 -5 lines
sync with (a bit old) head

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:03 2012 UTC (12 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -6 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 12 18:00:36 2012 UTC (12 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: rmind-smpnet
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
C99 types

Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:18:58 2012 UTC (12 years, 4 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored
Changes since revision 1.11.2.1: +12 -22 lines
sync with head

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 29 14:01:33 2012 UTC (12 years, 4 months ago) by chs
Branches: MAIN
CVS tags: yamt-pagecache-base6
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
add missing arg to cpu_setttb().

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Sep 1 14:48:06 2012 UTC (12 years, 6 months ago) by matt
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -11 lines
Move things around for <arm/arm32/machdep.h>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 30 23:35:27 2012 UTC (12 years, 7 months ago) by matt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -12 lines
More -fno-common fixes

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:31:39 2011 UTC (13 years, 4 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -6 lines
sync with head

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Nov 4 17:20:54 2011 UTC (13 years, 4 months ago) by aymeric
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, 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-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-pre-base2, 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, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -6 lines
add preliminary support for AT91SAM9260

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 1 19:31:16 2011 UTC (13 years, 8 months ago) by dyoung
Branches: MAIN
CVS tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
#include <sys/bus.h> instead of <machine/bus.h>.

Revision 1.1.20.3: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:04 2010 UTC (15 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1.20.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.20.2: +4 -15 lines
sync with head

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 26 16:01:23 2009 UTC (15 years, 3 months ago) by uebayasi
Branches: 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, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); no
functional changes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 27 03:23:05 2009 UTC (15 years, 3 months ago) by rmind
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
- Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb().
- Amend assembly in ports where it accesses PCB via struct user.
- Rename L_ADDR to L_PCB in few places.  Reduce sys/user.h inclusions.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 26 00:19:12 2009 UTC (15 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -7 lines
Kill proc0paddr.  Use lwp0.l_addr instead.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Oct 23 06:53:13 2009 UTC (15 years, 5 months ago) by snj
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -9 lines
Drop 3rd and 4th clauses.  Approved by all copyright holders:
joff and Embedtronics Oy's owners (Jukka Marin and Sami Kantoluoto).

Revision 1.1.20.2: download - view: text, markup, annotated - select for diffs
Wed Aug 19 18:45:59 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1.20.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.20.1: +2 -3 lines
sync with head.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 11 17:04:14 2009 UTC (15 years, 7 months ago) by matt
Branches: MAIN
CVS tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
Remove all declarations of physmem from sys/arch.  Add an include of
<sys/systm.h> to the one file that did not already contain it.
This now means that physmem can be changed by updating systm.h and uvm_page.c
(excluding fixing printfs)

Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:16:13 2009 UTC (15 years, 10 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +5 -15 lines
Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.1.20.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:39 2009 UTC (15 years, 10 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +722 -0 lines
sync with head.

Revision 1.2.6.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:33:43 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.2.6.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.6.1: +5 -15 lines
Sync with HEAD.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:01 2009 UTC (16 years ago) by dsl
Branches: MAIN
CVS tags: 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, jymxensuspend-base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -15 lines
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.2.6.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:15:57 2009 UTC (16 years, 2 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -7 lines
Sync with HEAD.

Revision 1.1.16.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:27:52 2009 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.1.16.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.16.1: +0 -5 lines
Sync with HEAD.

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:02 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -7 lines
Update haad-dm branch to haad-dm-base2.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 30 18:21:32 2008 UTC (16 years, 3 months ago) by martin
Branches: MAIN
CVS tags: nick-hppapmap-base2, mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -7 lines
As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:35:57 2008 UTC (16 years, 4 months ago) by ad
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.1.16.1: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:39:48 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +737 -0 lines
Sync with HEAD.

Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:33:19 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.1: +737 -0 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.1.22.1: download - view: text, markup, annotated - select for diffs
Thu Jul 3 18:37:51 2008 UTC (16 years, 8 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +737 -0 lines
Sync with head.

Revision 1.2.4.1
Thu Jul 3 01:15:38 2008 UTC (16 years, 8 months ago) by wrstuden
Branches: wrstuden-revivesa
FILE REMOVED
Changes since revision 1.2: +0 -737 lines
file at91bus.c was added on branch wrstuden-revivesa on 2008-09-18 04:33:19 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 3 01:15:38 2008 UTC (16 years, 8 months ago) by matt
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base, 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, 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, haad-dm-base1
Branch point for: wrstuden-revivesa, nick-hppapmap, haad-dm
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +737 -0 lines
Add AT91 support. (XXX need to finish timecounter support).

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 10 02:56:28 2007 UTC (17 years, 4 months ago) by matt
Branches: matt-nb4-arm
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +742 -0 lines
Add AT91 support from Sami Kantoluoto
Add TI OMAP2430 support from Marty Fouts @ Danger Inc

Revision 1.1
Sat Nov 10 02:56:28 2007 UTC (17 years, 4 months ago) by matt
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, 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, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, mjf-devfs-base, mjf-devfs, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, 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
Branch point for: yamt-nfs-mp, simonb-wapbl, mjf-devfs2, matt-nb4-arm
FILE REMOVED
file at91bus.c was initially added on branch matt-nb4-arm.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>