The NetBSD Project

CVS log for src/sys/arch/acorn32/mainbus/fd.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / acorn32 / mainbus

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.65 / (download) - annotate - [select for diffs], Mon Aug 28 17:53:46 2023 UTC (6 months, 4 weeks ago) by andvar
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.64: +6 -6 lines
Diff to previous 1.64 (colored) to selected 1.9 (colored)

acorn32/fdc(4): fix modifiers blkno values to %lld and
fix typos in fr_r10-r12 variables (fh->fr).

Fixes acorn32 build with FD_DEBUG enabled option.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Aug 7 16:18:40 2021 UTC (2 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored) to selected 1.9 (colored)

Merge thorpej-cfargs2.

Revision 1.63.8.1 / (download) - annotate - [select for diffs], Tue Aug 3 23:19:53 2021 UTC (2 years, 7 months ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored) next main 1.64 (colored) to selected 1.9 (colored)

Adapt to CFARGS().

Revision 1.63 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:23 2021 UTC (2 years, 11 months ago) by thorpej
Branch: 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
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored) to selected 1.9 (colored)

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.62.2.1 / (download) - annotate - [select for diffs], Sun Mar 21 21:08:52 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored) next main 1.63 (colored) to selected 1.9 (colored)

Give config_found() the same variadic arguments treatment as
config_search().  This commit only adds the CFARG_EOL sentinel
to the existing config_found() calls.  Conversion of config_found_sm_loc()
and config_found_ia() call sites will be in subsequent commits.

Revision 1.61.8.1 / (download) - annotate - [select for diffs], Mon Dec 14 14:37:44 2020 UTC (3 years, 3 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.61: +5 -6 lines
Diff to previous 1.61 (colored) next main 1.62 (colored) to selected 1.9 (colored)

Sync w/ HEAD.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Nov 20 17:38:05 2020 UTC (3 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-cfargs-base
Branch point for: thorpej-cfargs
Changes since 1.61: +5 -6 lines
Diff to previous 1.61 (colored) to selected 1.9 (colored)

malloc(9) -> kmem(9)

Revision 1.58.18.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:28 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.58.18.1: +3 -7 lines
Diff to previous 1.58.18.1 (colored) to branchpoint 1.58 (colored) next main 1.59 (colored) to selected 1.9 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.61 / (download) - annotate - [select for diffs], Sun Nov 10 21:16:21 2019 UTC (4 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, 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: thorpej-futex
Changes since 1.60: +3 -7 lines
Diff to previous 1.60 (colored) to selected 1.9 (colored)

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.

Revision 1.58.18.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:44 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.58: +6 -6 lines
Diff to previous 1.58 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.60 / (download) - annotate - [select for diffs], Fri Feb 8 08:47:35 2019 UTC (5 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base, 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, isaki-audio2-base, isaki-audio2
Changes since 1.59: +4 -4 lines
Diff to previous 1.59 (colored) to selected 1.9 (colored)

make *fd*.c's fd_dev_to_type() always a static inline.  some
have it as a const, and have code to copy the defaults to
modify them before using them, but that probably requires a
real test to feel confident in changing.

Revision 1.58.16.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:23 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 (colored) next main 1.59 (colored) to selected 1.9 (colored)

Sync with HEAD

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

Revision 1.59 / (download) - annotate - [select for diffs], Mon Sep 3 16:29:22 2018 UTC (5 years, 6 months ago) by riastradh
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 (colored) to selected 1.9 (colored)

Rename min/max -> uimin/uimax for better honesty.

These functions are defined on unsigned int.  The generic name
min/max should not silently truncate to 32 bits on 64-bit systems.
This is purely a name change -- no functional change intended.

HOWEVER!  Some subsystems have

	#define min(a, b)	((a) < (b) ? (a) : (b))
	#define max(a, b)	((a) > (b) ? (a) : (b))

even though our standard name for that is MIN/MAX.  Although these
may invite multiple evaluation bugs, these do _not_ cause integer
truncation.

To avoid `fixing' these cases, I first changed the name in libkern,
and then compile-tested every file where min/max occurred in order to
confirm that it failed -- and thus confirm that nothing shadowed
min/max -- before changing it.

I have left a handful of bootloaders that are too annoying to
compile-test, and some dead code:

cobalt ews4800mips hp300 hppa ia64 luna68k vax
acorn32/if_ie.c (not included in any kernels)
macppc/if_gm.c (superseded by gem(4))

It should be easy to fix the fallout once identified -- this way of
doing things fails safe, and the goal here, after all, is to _avoid_
silent integer truncations, not introduce them.

Maybe one day we can reintroduce min/max as type-generic things that
never silently truncate.  But we should avoid doing that for a while,
so that existing code has a chance to be detected by the compiler for
conversion to uimin/uimax without changing the semantics until we can
properly audit it all.  (Who knows, maybe in some cases integer
truncation is actually intended!)

Revision 1.51.12.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:35:45 2017 UTC (6 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.51.12.2: +4 -3 lines
Diff to previous 1.51.12.2 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored) to selected 1.9 (colored)

update from HEAD

Revision 1.58.8.1 / (download) - annotate - [select for diffs], Thu Apr 27 05:36:31 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.58: +86 -48 lines
Diff to previous 1.58 (colored) next main 1.59 (colored) to selected 1.9 (colored)

Restore all work from the former pgoyette-localcount branch (which is
now abandoned doe to cvs merge botch).

The branch now builds, and installs via anita.  There are still some
problems (cgd is non-functional and all atf tests time-out) but they
will get resolved soon.

Revision 1.58.2.3 / (download) - annotate - [select for diffs], Wed Jul 20 23:50:53 2016 UTC (7 years, 8 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.58.2.2: +13 -5 lines
Diff to previous 1.58.2.2 (colored) to branchpoint 1.58 (colored) next main 1.59 (colored) to selected 1.9 (colored)

Adapt the machine/arch dependent code to the new {b,c}devsw reference
counting.

XXX Most of these will require testing by someone other than myself, as
I have a limited selection of hardware!

Revision 1.58.2.2 / (download) - annotate - [select for diffs], Wed Jul 20 02:06:15 2016 UTC (7 years, 8 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.58.2.1: +71 -109 lines
Diff to previous 1.58.2.1 (colored) to branchpoint 1.58 (colored) to selected 1.9 (colored)

Redo previous.  Rather than separately extracting the device_t, we can
rely on sc->sc_dev when we need to call device_release().

Revision 1.58.2.1 / (download) - annotate - [select for diffs], Tue Jul 19 06:26:57 2016 UTC (7 years, 8 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.58: +91 -23 lines
Diff to previous 1.58 (colored) to selected 1.9 (colored)

Instead of repeatedly typing the conditional initialization of the
.d_localcount members in the various {b,c}devsw, define an initializer
macro and use it.  This also removes the need for defining new symbols
for each 'struct localcount'.

As suggested by riastradh@

Revision 1.56.2.2 / (download) - annotate - [select for diffs], Sat Jun 6 14:39:53 2015 UTC (8 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.56.2.1: +14 -12 lines
Diff to previous 1.56.2.1 (colored) to branchpoint 1.56 (colored) next main 1.57 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.58 / (download) - annotate - [select for diffs], Sun Apr 26 15:15:19 2015 UTC (8 years, 11 months ago) by mlelstv
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, 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-compat-base, 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, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: prg-localcount2, phil-wifi, pgoyette-localcount, pgoyette-compat
Changes since 1.57: +5 -3 lines
Diff to previous 1.57 (colored) to selected 1.9 (colored)

Use C99-style initializers for struct dkdriver.

Revision 1.56.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:17:50 2015 UTC (8 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.57 / (download) - annotate - [select for diffs], Fri Jan 2 19:42:05 2015 UTC (9 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20150406
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.9 (colored)

We have three sets of DTYPE_ constants in the kernel:
	altq		Drop 		Type
	disklabel	Disk 		Type
	file		Descriptor	Type
(not to mention constants that contain the string DTYPE).
Let's make them two, by changing the disklabel one to be DisK TYPE since the
other disklabel constants seem to do that. Not many userland programs use
these constants (and the ones that they do are mostly in ifdefs). They will
be fixed shortly.

Revision 1.56 / (download) - annotate - [select for diffs], Sat Oct 25 10:58:12 2014 UTC (9 years, 5 months ago) by skrll
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.55: +2 -3 lines
Diff to previous 1.55 (colored) to selected 1.9 (colored)

Remove katelib.h and references to it.

{Read,Write}{Word,Byte} macros are provided in the files that still use
them. Someone(tm) should convert them to bus_space(9)

Revision 1.51.12.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:40 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.51.12.1: +22 -5 lines
Diff to previous 1.51.12.1 (colored) to branchpoint 1.51 (colored) to selected 1.9 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:53:48 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.53: +4 -2 lines
Diff to previous 1.53 (colored) next main 1.54 (colored) to selected 1.9 (colored)

Rebase.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Jul 25 08:10:31 2014 UTC (9 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, 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
Changes since 1.54: +3 -2 lines
Diff to previous 1.54 (colored) to selected 1.9 (colored)

Add d_discard to all struct cdevsw instances I could find.

All have been set to "nodiscard"; some should get a real implementation.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Jul 25 08:02:18 2014 UTC (9 years, 8 months ago) by dholland
Branch: MAIN
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored) to selected 1.9 (colored)

Add d_discard to all struct bdevsw instances I could find.

I've set them all to nodiscard. Some of them (wd, dk, vnd, ld,
raidframe, maybe cgd) should be implemented for real.

Revision 1.51.2.2 / (download) - annotate - [select for diffs], Thu May 22 11:39:26 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.51.2.1: +20 -5 lines
Diff to previous 1.51.2.1 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored) to selected 1.9 (colored)

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.52.2.1 / (download) - annotate - [select for diffs], Sun May 18 17:44:53 2014 UTC (9 years, 10 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.52: +20 -5 lines
Diff to previous 1.52 (colored) next main 1.53 (colored) to selected 1.9 (colored)

sync with head

Revision 1.53 / (download) - annotate - [select for diffs], Sun Mar 16 05:20:22 2014 UTC (10 years ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.52: +20 -5 lines
Diff to previous 1.52 (colored) to selected 1.9 (colored)

Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.

Revision 1.51.12.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:00:54 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.51: +24 -21 lines
Diff to previous 1.51 (colored) to selected 1.9 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.51.2.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:18:37 2012 UTC (11 years, 4 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.51: +24 -21 lines
Diff to previous 1.51 (colored) to selected 1.9 (colored)

sync with head

Revision 1.52 / (download) - annotate - [select for diffs], Sat Oct 27 17:17:23 2012 UTC (11 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: rmind-smpnet
Changes since 1.51: +24 -21 lines
Diff to previous 1.51 (colored) to selected 1.9 (colored)

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jul 19 15:59:53 2011 UTC (12 years, 8 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.9 (colored)

Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark acorn32/bus.h obsolete.

Revision 1.49.6.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:18:48 2011 UTC (12 years, 9 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.49: +21 -20 lines
Diff to previous 1.49 (colored) next main 1.50 (colored) to selected 1.9 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.47.2.2 / (download) - annotate - [select for diffs], Sun Jun 12 00:23:50 2011 UTC (12 years, 9 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.47.2.1: +19 -18 lines
Diff to previous 1.47.2.1 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored) to selected 1.9 (colored)

sync with head

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:04:40 2011 UTC (12 years, 9 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.49: +21 -20 lines
Diff to previous 1.49 (colored) next main 1.50 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Jun 3 07:35:37 2011 UTC (12 years, 9 months ago) by matt
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base
Changes since 1.49: +21 -20 lines
Diff to previous 1.49 (colored) to selected 1.9 (colored)

device_t, cfdata_t, device_private, device_xname cleanup
CFATTACH_DECL_NEW for struct device only devices
bump SYMTAB_SPACE for EB7500ATX

Revision 1.47.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:49:06 2011 UTC (13 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.47: +3 -8 lines
Diff to previous 1.47 (colored) to selected 1.9 (colored)

sync with head

Revision 1.49 / (download) - annotate - [select for diffs], Thu Dec 9 05:14:28 2010 UTC (13 years, 3 months ago) by uebayasi
Branch: MAIN
CVS Tags: uebayasi-xip-base7, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, cherry-xenmp-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jruoho-x86intr, cherry-xenmp
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.9 (colored)

Fix DEBUG build.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Nov 28 08:23:22 2010 UTC (13 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.47: +2 -7 lines
Diff to previous 1.47 (colored) to selected 1.9 (colored)

As md(4) no longer has "needs-count" there is no "md.h" anymore.
Remove the inclusion of this file.

Acorn32 now always builds load_memory_disc_from_floppy().  This should
not be a problem as all configs have md(4).

Observed by: Masao Uebayashi <uebayasi@netbsd.org>

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:01 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.46: +4 -3 lines
Diff to previous 1.46 (colored) next main 1.47 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.37.10.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:01:55 2010 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.37.10.3: +4 -3 lines
Diff to previous 1.37.10.3 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored) to selected 1.9 (colored)

sync with head

Revision 1.47 / (download) - annotate - [select for diffs], Wed Feb 24 23:03:00 2010 UTC (14 years, 1 month ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1
Branch point for: rmind-uvmplock
Changes since 1.46: +4 -3 lines
Diff to previous 1.46 (colored) to selected 1.9 (colored)

Use device_private().

Revision 1.37.10.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:11 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.37.10.2: +7 -7 lines
Diff to previous 1.37.10.2 (colored) to branchpoint 1.37 (colored) to selected 1.9 (colored)

sync with head

Revision 1.41.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:16:03 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.41: +53 -96 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.9 (colored)

Sync with HEAD.

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

Revision 1.46 / (download) - annotate - [select for diffs], Tue May 12 07:07:44 2009 UTC (14 years, 10 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, uebayasi-xip-base, matt-premerge-20091211, jymxensuspend-base
Branch point for: uebayasi-xip
Changes since 1.45: +7 -7 lines
Diff to previous 1.45 (colored) to selected 1.9 (colored)

use device_xname()

Revision 1.37.10.2 / (download) - annotate - [select for diffs], Mon May 4 08:10:26 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.37.10.1: +92 -168 lines
Diff to previous 1.37.10.1 (colored) to branchpoint 1.37 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.39.4.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:33:32 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.39.4.2: +49 -92 lines
Diff to previous 1.39.4.2 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:01 2009 UTC (15 years ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.44: +5 -11 lines
Diff to previous 1.44 (colored) to selected 1.9 (colored)

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Mar 14 15:35:58 2009 UTC (15 years ago) by dsl
Branch: MAIN
Changes since 1.43: +22 -59 lines
Diff to previous 1.43 (colored) to selected 1.9 (colored)

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.43 / (download) - annotate - [select for diffs], Sat Mar 14 14:45:51 2009 UTC (15 years ago) by dsl
Branch: MAIN
Changes since 1.42: +26 -26 lines
Diff to previous 1.42 (colored) to selected 1.9 (colored)

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.

Revision 1.39.4.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:28:49 2009 UTC (15 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.39.4.1: +3 -3 lines
Diff to previous 1.39.4.1 (colored) to branchpoint 1.39 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Feb 14 18:00:26 2009 UTC (15 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored) to selected 1.9 (colored)

build & bugfix: spl0 is an alias for splx(IPL_NONE), which effectively results in calling splx() twice.

Revision 1.39.4.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:15:52 2009 UTC (15 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.39: +37 -49 lines
Diff to previous 1.39 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.37.6.3 / (download) - annotate - [select for diffs], Sat Jan 17 13:27:47 2009 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.37.6.2: +35 -47 lines
Diff to previous 1.37.6.2 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jan 13 13:35:51 2009 UTC (15 years, 2 months ago) by yamt
Branch: MAIN
CVS Tags: mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.40: +8 -8 lines
Diff to previous 1.40 (colored) to selected 1.9 (colored)

g/c BUFQ_FOO() macros and use bufq_foo() directly.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Dec 16 22:35:21 2008 UTC (15 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.39: +31 -43 lines
Diff to previous 1.39 (colored) to selected 1.9 (colored)

replace bitmask_snprintf(9) with snprintb(3)

Revision 1.37.6.2 / (download) - annotate - [select for diffs], Sun Jun 29 09:32:53 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.37.6.1: +11 -32 lines
Diff to previous 1.37.6.1 (colored) to branchpoint 1.37 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:04 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.38: +13 -34 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.9 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.38.4.1 / (download) - annotate - [select for diffs], Wed Jun 18 16:32:37 2008 UTC (15 years, 9 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.38: +13 -34 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.9 (colored)

Sync with head.

Revision 1.37.8.2 / (download) - annotate - [select for diffs], Tue Jun 17 09:13:53 2008 UTC (15 years, 9 months ago) by yamt
Branch: yamt-pf42
Changes since 1.37.8.1: +13 -34 lines
Diff to previous 1.37.8.1 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jun 12 23:22:36 2008 UTC (15 years, 9 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-base4, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, 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-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap
Changes since 1.38: +13 -34 lines
Diff to previous 1.38 (colored) to selected 1.9 (colored)

use device_lookup_private to get softc

Revision 1.37.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:43 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.37: +2 -9 lines
Diff to previous 1.37 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.37.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:31:19 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.37: +2 -9 lines
Diff to previous 1.37 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.37.10.1 / (download) - annotate - [select for diffs], Fri May 16 02:21:43 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.37: +2 -9 lines
Diff to previous 1.37 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:10 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, simonb-wapbl
Changes since 1.37: +2 -9 lines
Diff to previous 1.37 (colored) to selected 1.9 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Thu Feb 28 21:47:38 2008 UTC (16 years, 1 month ago) by rjs
Branch: hpcarm-cleanup
Changes since 1.30: +13 -12 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:18 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.34: +13 -12 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.30.6.3 / (download) - annotate - [select for diffs], Sat Feb 9 13:01:39 2008 UTC (16 years, 1 month ago) by chris
Branch: chris-arm-intr-rework
Changes since 1.30.6.2: +4 -3 lines
Diff to previous 1.30.6.2 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored) to selected 1.9 (colored)

Add initial reworking of acorn32 to use new interrupt code.

Note that cats probably won't work currently as acorn32 changed the way
that the pic is registered, it has to provide the irq lines as on acorn32
we attach the iomd after we need to register irqs for the pioc.  So we
setup the irqs for iomd before malloc etc are available.  This needs
to be fixed.

More work is still needed to update most of the podulebus drivers.
First I need to add podulebus wrapper for interrupts that handles the
maskaddr and maskbits.   Exposing them to the common irq code is wrong.

Revision 1.20.2.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:35:03 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.20.2.4: +13 -12 lines
Diff to previous 1.20.2.4 (colored) next main 1.21 (colored) to selected 1.9 (colored)

sync with head

Revision 1.30.6.2 / (download) - annotate - [select for diffs], Sun Jan 20 16:04:17 2008 UTC (16 years, 2 months ago) by chris
Branch: chris-arm-intr-rework
Changes since 1.30.6.1: +13 -12 lines
Diff to previous 1.30.6.1 (colored) to branchpoint 1.30 (colored) to selected 1.9 (colored)

Sync to HEAD.

Revision 1.30.8.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:44:28 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.30.8.1: +13 -12 lines
Diff to previous 1.30.8.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored) to selected 1.9 (colored)

sync with HEAD

Revision 1.34.8.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:09:09 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.34.8.1: +2 -2 lines
Diff to previous 1.34.8.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.37 / (download) - annotate - [select for diffs], Tue Jan 8 06:29:39 2008 UTC (16 years, 2 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, chris-arm-intr-rework-base7, chris-arm-intr-rework-base6, chris-arm-intr-rework-base5, chris-arm-intr-rework-base4, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) to selected 1.9 (colored)

Remove unused variable.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jan 5 17:38:50 2008 UTC (16 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.9 (colored)

Missing arg to cv_timedwait().

Revision 1.34.8.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:46:50 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.34: +10 -9 lines
Diff to previous 1.34 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jan 2 11:48:20 2008 UTC (16 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.34: +12 -11 lines
Diff to previous 1.34 (colored) to selected 1.9 (colored)

Merge vmlocking2 to head.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Tue Jan 1 15:39:52 2008 UTC (16 years, 2 months ago) by chris
Branch: chris-arm-intr-rework
Changes since 1.30: +8 -8 lines
Diff to previous 1.30 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.34.4.2 / (download) - annotate - [select for diffs], Mon Dec 31 12:59:54 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.34.4.1: +3 -3 lines
Diff to previous 1.34.4.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored) to selected 1.9 (colored)

Catch up with buffer cache changes.

Revision 1.34.4.1 / (download) - annotate - [select for diffs], Mon Dec 31 10:43:07 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.34: +12 -11 lines
Diff to previous 1.34 (colored) to selected 1.9 (colored)

Make compile with new buffer cache locking scheme.

XXX This should be largely MI, please do not make another clone of disksubr.c.

Revision 1.28.2.5 / (download) - annotate - [select for diffs], Mon Dec 3 18:34:27 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.28.2.4: +5 -4 lines
Diff to previous 1.28.2.4 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:01 2007 UTC (16 years, 4 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.30.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:13:36 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.30: +8 -8 lines
Diff to previous 1.30 (colored) to selected 1.9 (colored)

sync with HEAD

Revision 1.30.4.2 / (download) - annotate - [select for diffs], Sun Oct 28 20:10:30 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.30.4.1: +5 -4 lines
Diff to previous 1.30.4.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.20.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:24:56 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.20.2.3: +8 -8 lines
Diff to previous 1.20.2.3 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.30.4.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:42:02 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.30: +5 -6 lines
Diff to previous 1.30 (colored) to selected 1.9 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Oct 25 12:48:11 2007 UTC (16 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, chris-arm-intr-rework-base3, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2, mjf-devfs, bouyer-xeni386
Changes since 1.33: +5 -4 lines
Diff to previous 1.33 (colored) to selected 1.9 (colored)

fix warnings.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 17 19:52:53 2007 UTC (16 years, 5 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.9 (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.28.10.2 / (download) - annotate - [select for diffs], Tue Oct 16 18:23:31 2007 UTC (16 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.28.10.1: +5 -6 lines
Diff to previous 1.28.10.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.30.10.1 / (download) - annotate - [select for diffs], Sun Oct 14 11:47:29 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.30: +5 -6 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.28.2.4 / (download) - annotate - [select for diffs], Tue Oct 9 15:22:00 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.28.2.3: +4 -4 lines
Diff to previous 1.28.2.3 (colored) to branchpoint 1.28 (colored) to selected 1.9 (colored)

Sync with head.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Oct 8 18:02:53 2007 UTC (16 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, vmlocking-base, ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.9 (colored)

Merge brelse() changes from the vmlocking branch.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Oct 8 16:41:05 2007 UTC (16 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.30: +3 -4 lines
Diff to previous 1.30 (colored) to selected 1.9 (colored)

Merge disk init changes from the vmlocking branch. These seperate init /
destroy of 'struct disk' from attach / detach.

Revision 1.28.10.1 / (download) - annotate - [select for diffs], Wed Oct 3 19:21:52 2007 UTC (16 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.28: +9 -14 lines
Diff to previous 1.28 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.20.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:22:06 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.20.2.2: +14 -19 lines
Diff to previous 1.20.2.2 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.28.2.3 / (download) - annotate - [select for diffs], Mon Aug 20 18:16:03 2007 UTC (16 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.28.2.2: +3 -4 lines
Diff to previous 1.28.2.2 (colored) to branchpoint 1.28 (colored) to selected 1.9 (colored)

- Alter disk attach/detach to fix a panic when closing a vnd device.
- Sync with HEAD.

Revision 1.28.2.2 / (download) - annotate - [select for diffs], Sun Aug 19 19:24:04 2007 UTC (16 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.28.2.1: +5 -10 lines
Diff to previous 1.28.2.1 (colored) to branchpoint 1.28 (colored) to selected 1.9 (colored)

- Back out the biodone() changes.
- Eliminate B_ERROR (from HEAD).

Revision 1.29.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:46:55 2007 UTC (16 years, 7 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.29: +5 -10 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:04:50 2007 UTC (16 years, 7 months ago) by matt
Branch: matt-mips64
Changes since 1.29: +5 -10 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 29 12:15:35 2007 UTC (16 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base2, yamt-x86pmap-base, nick-csl-alignment-base5, matt-mips64-base, chris-arm-intr-rework-base2, chris-arm-intr-rework-base
Branch point for: yamt-x86pmap, matt-armv6, jmcneill-pm, hpcarm-cleanup, chris-arm-intr-rework
Changes since 1.29: +5 -10 lines
Diff to previous 1.29 (colored) to selected 1.9 (colored)

It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

Revision 1.28.2.1 / (download) - annotate - [select for diffs], Sun Jul 15 13:15:17 2007 UTC (16 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.28: +6 -6 lines
Diff to previous 1.28 (colored) to selected 1.9 (colored)

Sync with head.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 19:57:16 2007 UTC (16 years, 8 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.28: +6 -6 lines
Diff to previous 1.28 (colored) next main 1.29 (colored) to selected 1.9 (colored)

Sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jul 9 20:51:59 2007 UTC (16 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base
Branch point for: nick-csl-alignment, matt-mips64
Changes since 1.28: +6 -6 lines
Diff to previous 1.28 (colored) to selected 1.9 (colored)

Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:45:22 2007 UTC (17 years ago) by rmind
Branch: yamt-idlelwp
Changes since 1.27: +7 -7 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 4 05:59:07 2007 UTC (17 years ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: vmlocking, ppcoea-renovation, mjf-ufs-trans
Changes since 1.27: +7 -7 lines
Diff to previous 1.27 (colored) to selected 1.9 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:05:30 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.20.2.1: +4 -4 lines
Diff to previous 1.20.2.1 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Feb 15 18:33:26 2007 UTC (17 years, 1 month ago) by reinoud
Branch: MAIN
CVS Tags: ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored) to selected 1.9 (colored)

Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for
debugging and its main use is in device drivers. Its used there to signal
that the flagged buffer has a special meaning or should be handled
differently.

OK'd by Bill Sudenmund on tech-kern.

Revision 1.23.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:36:41 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.23: +10 -10 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.9 (colored)

sync with head

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:47:48 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.20: +33 -33 lines
Diff to previous 1.20 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.24.6.4 / (download) - annotate - [select for diffs], Wed May 24 15:47:49 2006 UTC (17 years, 10 months ago) by tron
Branch: peter-altq
Changes since 1.24.6.3: +3 -3 lines
Diff to previous 1.24.6.3 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored) to selected 1.9 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Wed May 24 10:56:32 2006 UTC (17 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.24.2.1: +3 -3 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.23.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:37:10 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.23: +10 -10 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.9 (colored)

Sync with head.

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Wed Apr 19 02:31:57 2006 UTC (17 years, 11 months ago) by elad
Branch: elad-kernelauth
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.9 (colored)

sync with head - hopefully this will work

Revision 1.26 / (download) - annotate - [select for diffs], Fri Apr 14 13:09:05 2006 UTC (17 years, 11 months ago) by blymn
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, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, post-newlock2-merge, newlock2-nbase, newlock2-base, newlock2, 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, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) to selected 1.9 (colored)

Make i/o statistics collection more generic, include tape drives and
nfs mounts in the set of devices that statistics will be reported on.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:06:06 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.24.6.3 / (download) - annotate - [select for diffs], Tue Mar 28 09:35:33 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.24.6.2: +2 -6 lines
Diff to previous 1.24.6.2 (colored) to branchpoint 1.24 (colored) to selected 1.9 (colored)

Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.

Revision 1.24.6.2 / (download) - annotate - [select for diffs], Tue Mar 28 09:32:41 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.24.6.1: +5 -1 lines
Diff to previous 1.24.6.1 (colored) to branchpoint 1.24 (colored) to selected 1.9 (colored)

Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.

Revision 1.24.6.1 / (download) - annotate - [select for diffs], Tue Mar 28 08:27:01 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.9 (colored)

Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 26 04:32:33 2006 UTC (18 years ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4, yamt-pdpolicy-base3
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.9 (colored)

Use device_unit().

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Wed Mar 1 09:27:44 2006 UTC (18 years, 1 month ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.23: +8 -8 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.9 (colored)

sync with head.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 23 05:37:46 2006 UTC (18 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Changes since 1.23: +8 -8 lines
Diff to previous 1.23 (colored) to selected 1.9 (colored)

Use device_parent().

Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 24 20:06:46 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored) to selected 1.9 (colored)

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 11 12:16:05 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.21: +15 -15 lines
Diff to previous 1.21 (colored) to selected 1.9 (colored)

merge ktrace-lwp.

Revision 1.16.2.7 / (download) - annotate - [select for diffs], Thu Nov 10 13:48:21 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.16.2.6: +13 -13 lines
Diff to previous 1.16.2.6 (colored) next main 1.17 (colored) to selected 1.9 (colored)

Sync with HEAD. Here we go again...

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 15 17:29:10 2005 UTC (18 years, 5 months ago) by yamt
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, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Changes since 1.20: +10 -10 lines
Diff to previous 1.20 (colored) to selected 1.9 (colored)

- change the way to specify a bufq strategy.  (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 9 09:26:06 2005 UTC (18 years, 9 months ago) by he
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored) to selected 1.9 (colored)

Adapt to compiling with -Wcast-qual and -Wshadow.

Revision 1.16.2.6 / (download) - annotate - [select for diffs], Tue Nov 2 07:50:21 2004 UTC (19 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.16.2.5: +3 -2 lines
Diff to previous 1.16.2.5 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 28 07:07:35 2004 UTC (19 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, 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, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored) to selected 1.9 (colored)

move buffer queue related stuffs from buf.h to their own header, bufq.h.

Revision 1.16.2.5 / (download) - annotate - [select for diffs], Tue Sep 21 13:11:28 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.16.2.4: +15 -15 lines
Diff to previous 1.16.2.4 (colored) to selected 1.9 (colored)

Fix the sync with head I botched.

Revision 1.16.2.4 / (download) - annotate - [select for diffs], Sat Sep 18 14:30:37 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.16.2.3: +15 -15 lines
Diff to previous 1.16.2.3 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Thu Aug 5 20:23:05 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.16.2.2: +7 -3 lines
Diff to previous 1.16.2.2 (colored) to selected 1.9 (colored)

Fix some merge mistakes.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Tue Aug 3 10:30:55 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.16.2.1: +6 -11 lines
Diff to previous 1.16.2.1 (colored) to selected 1.9 (colored)

Sync with HEAD

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 7 16:26:29 2003 UTC (20 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: 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
Changes since 1.17: +3 -7 lines
Diff to previous 1.17 (colored) to selected 1.9 (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.17 / (download) - annotate - [select for diffs], Mon Jul 14 22:48:25 2003 UTC (20 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored) to selected 1.9 (colored)

use __KERNEL_RCSID() in a consistent manner

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Thu Jul 3 00:40:21 2003 UTC (20 years, 9 months ago) by wrstuden
Branch: ktrace-lwp
Changes since 1.16: +14 -14 lines
Diff to previous 1.16 (colored) to selected 1.9 (colored)

lwp-ify a lot of the arm drivers. Needed to get acorn32/GENERIC compiling.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 18 08:58:35 2003 UTC (20 years, 9 months ago) by drochner
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored) to selected 1.9 (colored)

don't #include <sys/dkstat.h> where it is (appearently) unused

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 19 19:55:07 2003 UTC (20 years, 11 months ago) by bjh21
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored) to selected 1.9 (colored)

Fix format string mismatch.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 31 02:05:41 2003 UTC (21 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored) to selected 1.9 (colored)

Fix printf format from daddr_t changes.

Revision 1.1.4.9 / (download) - annotate - [select for diffs], Fri Jan 3 16:38:38 2003 UTC (21 years, 2 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.4.8: +2 -2 lines
Diff to previous 1.1.4.8 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.9 (colored)

Sync with HEAD.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 1 00:25:02 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.9 (colored)

Use aprint_normal() for cfprint routines.

Revision 1.1.4.8 / (download) - annotate - [select for diffs], Mon Nov 11 21:55:52 2002 UTC (21 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.7: +6 -4 lines
Diff to previous 1.1.4.7 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Catch up to -current

Revision 1.10.2.2 / (download) - annotate - [select for diffs], Sat Nov 9 16:31:24 2002 UTC (21 years, 4 months ago) by bjh21
Branch: bjh21-hydra
Changes since 1.10.2.1: +5 -3 lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored) to selected 1.9 (colored)

Catch up to -current.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 1 11:31:50 2002 UTC (21 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, bjh21-hydra-base
Changes since 1.11: +5 -3 lines
Diff to previous 1.11 (colored) to selected 1.9 (colored)

implement separate read/write disk statistics:
	- disk_unbusy() gets a new parameter to tell the IO direction.
	- struct disk_sysctl gets 4 new members for read/write bytes/transfers.
	when processing hw.diskstats, add the read&write bytes/transfers for
	the old combined stats to attempt to keep backwards compatibility.

unfortunately, due to multiple bugs, this will cause new kernels and old
vmstat/iostat/systat programs to fail.  however, the next time this is
change it will not fail again.

this is just the kernel portion.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Thu Oct 24 22:34:47 2002 UTC (21 years, 5 months ago) by bjh21
Branch: bjh21-hydra
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.9 (colored)

Sync with trunk.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 23 09:10:27 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: kqueue-aftermerge
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.9 (colored)

merge kqueue branch into -current

kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe

Revision 1.1.4.7 / (download) - annotate - [select for diffs], Fri Oct 18 02:33:39 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.6: +8 -10 lines
Diff to previous 1.1.4.6 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Catch up to -current.

Revision 1.4.2.4 / (download) - annotate - [select for diffs], Thu Oct 10 18:30:25 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.4.2.3: +26 -34 lines
Diff to previous 1.4.2.3 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored) to selected 1.9 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 2 03:31:58 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base
Branch point for: bjh21-hydra
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Fix script-o's in previous.

Revision 1.9 / (download) - annotate - [selected], Wed Oct 2 02:23:51 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +5 -7 lines
Diff to previous 1.8 (colored)

Use CFATTACH_DECL().

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 27 20:29:12 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) to selected 1.9 (colored)

Declare all cfattach structures const.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 27 15:35:29 2002 UTC (21 years, 6 months ago) by provos
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) to selected 1.9 (colored)

remove trailing \n in panic().  approved perry.

Revision 1.1.4.6 / (download) - annotate - [select for diffs], Tue Sep 17 21:12:26 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.5: +19 -25 lines
Diff to previous 1.1.4.5 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Catch up to -current.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 6 13:18:43 2002 UTC (21 years, 6 months ago) by gehenna
Branch: MAIN
Changes since 1.5: +19 -25 lines
Diff to previous 1.5 (colored) to selected 1.9 (colored)

Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

	device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
  by using this grammer.

- Added the new naming convention.
  The name of the device switch must be <prefix>_[bc]devsw for auto-generation
  of device switch tables.

- The backward compatibility of loading block/character device
  switch by LKM framework is broken. This is necessary to convert
  from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
  We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
  the LKM framework will refer it to assign device major number dynamically.

Revision 1.4.2.3 / (download) - annotate - [select for diffs], Fri Sep 6 08:31:09 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.4.2.2: +9 -9 lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored) to selected 1.9 (colored)

sync kqueue branch with HEAD

Revision 1.4.10.4 / (download) - annotate - [select for diffs], Fri Aug 30 00:18:44 2002 UTC (21 years, 7 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.4.10.3: +9 -9 lines
Diff to previous 1.4.10.3 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored) to selected 1.9 (colored)

catch up with -current.

Revision 1.1.4.5 / (download) - annotate - [select for diffs], Thu Aug 1 02:40:56 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.4: +9 -9 lines
Diff to previous 1.1.4.4 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Catch up to -current.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 27 11:09:35 2002 UTC (21 years, 8 months ago) by hannken
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.4: +9 -9 lines
Diff to previous 1.4 (colored) to selected 1.9 (colored)

Convert to new device buffer queue interface.

Approved by: Reinoud Zandijk <reinoud@netbsd.org>

Revision 1.1.4.4 / (download) - annotate - [select for diffs], Mon Jun 24 22:03:02 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.3: +3 -6 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Curproc->curlwp renaming.

Change uses of "curproc->l_proc" back to "curproc", which is more like the
original use. Bare uses of "curproc" are now "curlwp".

"curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL)
so that it is always safe to reference curproc (*de*referencing curproc
is another story, but that's always been true).

Revision 1.4.10.3 / (download) - annotate - [select for diffs], Thu May 16 15:48:10 2002 UTC (21 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.4.10.2: +2 -2 lines
Diff to previous 1.4.10.2 (colored) to branchpoint 1.4 (colored) to selected 1.9 (colored)

Replace the hard-coded major with calling devsw API.

Revision 1.4.10.2 / (download) - annotate - [select for diffs], Thu May 16 15:47:09 2002 UTC (21 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.4.10.1: +17 -23 lines
Diff to previous 1.4.10.1 (colored) to branchpoint 1.4 (colored) to selected 1.9 (colored)

Add the block/character device switches.

Revision 1.4.10.1 / (download) - annotate - [select for diffs], Thu May 16 15:45:33 2002 UTC (21 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.9 (colored)

Include sys/conf.h instead of machine/conf.h (obsoleted)

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:36:28 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.4.2.1: +1654 -0 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) to selected 1.9 (colored)

Sync kqueue branch with -current.

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Tue Jan 8 00:22:45 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.2: +39 -94 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Catch up to -current.

Revision 1.4.2.1, Thu Dec 20 01:20:21 2001 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.4: +0 -1654 lines
FILE REMOVED

file fd.c was added on branch kqueue on 2002-01-10 19:36:28 +0000

Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 20 01:20:21 2001 UTC (22 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: newlock-base, newlock, 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, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: kqueue, gehenna-devsw
Changes since 1.3: +37 -95 lines
Diff to previous 1.3 (colored) to selected 1.9 (colored)

* Share a common vector page between arm26 and arm32.
* Use a common set of exception handlers for all arm32 platforms.
* New FIQ framework based on discussions with Ben Harris, shared
  between arm26 and arm32.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 27 00:53:11 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.9 (colored)

Use <machine/intr.h>, not <machine/irqhandler.h>

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 22 18:34:33 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.9 (colored)

Kill <machine/katelib.h>.  Any place that still uses it should just
reference <arm/arm32/katelib.h> until such time as all use of this
file has been purged from the face of the earth.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Thu Nov 15 08:30:30 2001 UTC (22 years, 4 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.1.4.1: +1712 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) to selected 1.9 (colored)

Machine-dependent kernel mods for scheduler activations on
32-bit ARM processors.  Kernel boots multi-user on an XScale,
but upcalls not yet tested.

Revision 1.1.4.1, Fri Oct 5 22:27:53 2001 UTC (22 years, 5 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.1: +0 -1712 lines
FILE REMOVED

file fd.c was added on branch nathanw_sa on 2001-11-15 08:30:30 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 5 22:27:53 2001 UTC (22 years, 5 months ago) by reinoud
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3
Branch point for: nathanw_sa
Diff to selected 1.9 (colored)

Initial commit of the splitting off of arch/acorn32 from arch/arm32.

The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC7500 support that
is still dormant in it; this needs either to be removed or split out for
RC7500's ``VIDC'' video/audio variant.

Apart from the RC7500 support wich is still in arch/arm32 the
iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.

This split still uses some small parts of arch/arm32 .... those are the MI
parts that haven't been moved yet.

RiscPC/A7000 have been tested and confirmed to build as should NC.

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>