The NetBSD Project

CVS log for src/sys/dev/pci/amr.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.53.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:35 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.53: +2 -4 lines
Diff to previous 1.53 (colored) next main 1.54 (colored)

sync with head

Revision 1.54 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:05 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, 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-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, HEAD
Changes since 1.53: +2 -4 lines
Diff to previous 1.53 (colored)

Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants.  These are provided by sys/param.h now.

Revision 1.47.4.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:42 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.47.4.3: +4 -4 lines
Diff to previous 1.47.4.3 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored)

sync with head

Revision 1.53 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:08 2009 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, matt-premerge-20091211
Branch point for: rmind-uvmplock
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)

Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.

Revision 1.47.4.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:32 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.47.4.2: +7 -8 lines
Diff to previous 1.47.4.2 (colored) to branchpoint 1.47 (colored)

sync with head

Revision 1.49.12.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:23 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.49: +7 -8 lines
Diff to previous 1.49 (colored) next main 1.50 (colored)

Sync with HEAD.

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

Revision 1.52 / (download) - annotate - [select for diffs], Tue May 12 08:22:59 2009 UTC (3 years 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, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)

use device_private().
"looks good" ad@
XXX for the device_t/softc split, please check the driver that no cases have been missed.

Revision 1.51 / (download) - annotate - [select for diffs], Wed May 6 10:34:32 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.50: +6 -7 lines
Diff to previous 1.50 (colored)

struct device * -> device_t, no functional changes intended.

Revision 1.50 / (download) - annotate - [select for diffs], Wed May 6 09:25:14 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored)

struct cfdata * -> cfdata_t, no functional changes intended.

Revision 1.47.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:54 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.47.4.1: +6 -6 lines
Diff to previous 1.47.4.1 (colored) to branchpoint 1.47 (colored)

sync with head.

Revision 1.46.16.3 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:08 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.46.16.2: +4 -4 lines
Diff to previous 1.46.16.2 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

Sync with HEAD.

Revision 1.48.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:10 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.48: +6 -6 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

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

Revision 1.47.2.2 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:40 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.47.2.1: +6 -6 lines
Diff to previous 1.47.2.1 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored)

sync with head.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Jun 8 12:43:52 2008 UTC (3 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-nfs-mp-base3, 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, simonb-wapbl, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.48: +6 -6 lines
Diff to previous 1.48 (colored)

Replace device_lookup() with device_lookup_private() on getting softc
for future device_t/softc spilt.

Revision 1.46.16.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:36 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.46.16.1: +47 -57 lines
Diff to previous 1.46.16.1 (colored) to branchpoint 1.46 (colored)

Sync with HEAD.

Revision 1.47.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:18 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.47: +2 -9 lines
Diff to previous 1.47 (colored)

sync with head.

Revision 1.47.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:42 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.47: +2 -9 lines
Diff to previous 1.47 (colored)

sync with head.

Revision 1.48 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:54 2008 UTC (4 years 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
Changes since 1.47: +2 -9 lines
Diff to previous 1.47 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.47 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.46: +47 -50 lines
Diff to previous 1.46 (colored)

use aprint_*_dev and device_xname

Revision 1.46.16.1 / (download) - annotate - [select for diffs], Sat Apr 5 23:33:22 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.46: +8 -2 lines
Diff to previous 1.46 (colored)

- add "file-system DEVFS" and "pseudo-device devfsctl" to conf/std seeing
  as these are always needed.

- convert many, many drivers over to the New Devfs World Order. For a
  list of device drivers yet to be converted see,
  http://www.netbsd.org/~mjf/devfs-todo.html.

- add a new device_unregister_all(device_t) function to remove all device
  names associated with a device_t, which saves us having to construct
  device names when the driver is detached.

- add a DEV_AUDIO type for devices.

Revision 1.45.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:37 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) next main 1.46 (colored)

sync with HEAD

Revision 1.27.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:33 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.3: +3 -3 lines
Diff to previous 1.27.2.3 (colored) next main 1.28 (colored)

sync with head.

Revision 1.45.6.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:45:52 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) next main 1.46 (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.45.12.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:38:48 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) next main 1.46 (colored)

Sync with HEAD.

Revision 1.44.2.4 / (download) - annotate - [select for diffs], Tue Oct 23 20:08:44 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.44.2.3: +3 -3 lines
Diff to previous 1.44.2.3 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored)

Sync with head.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:39 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: 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, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, mjf-devfs, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-base, 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: mjf-devfs2
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.27.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:21 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.2: +16 -36 lines
Diff to previous 1.27.2.2 (colored)

sync with head.

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:06:59 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.44: +11 -31 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Sync with head.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jul 9 21:00:52 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.44: +11 -31 lines
Diff to previous 1.44 (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.44.2.3 / (download) - annotate - [select for diffs], Sun May 13 17:36:27 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.44.2.2: +3 -3 lines
Diff to previous 1.44.2.2 (colored) to branchpoint 1.44 (colored)

- Pass the error number and residual count to biodone(), and let it handle
  setting error indicators. Prepare to eliminate B_ERROR.
- Add a flag argument to brelse() to be set into the buf's flags, instead
  of doing it directly. Typically used to set B_INVAL.
- Add a "struct cpu_info *" argument to kthread_create(), to be used to
  create bound threads. Change "bool mpsafe" to "int flags".
- Allow exit of LWPs in the IDL state when (l != curlwp).
- More locking fixes & conversion to the new API.

Revision 1.44.2.2 / (download) - annotate - [select for diffs], Tue Apr 10 12:07:11 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.44.2.1: +11 -31 lines
Diff to previous 1.44.2.1 (colored) to branchpoint 1.44 (colored)

Nuke the deferred kthread creation stuff, as it's no longer needed.
Pointed out by thorpej@.

Revision 1.44.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 22:09:59 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.44: +4 -4 lines
Diff to previous 1.44 (colored)

- Add two new arguments to kthread_create1: pri_t pri, bool mpsafe.
- Fork kthreads off proc0 as new LWPs, not new processes.

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:10 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.43: +7 -7 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

Sync with HEAD.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:16 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.43: +7 -7 lines
Diff to previous 1.43 (colored)

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

Revision 1.38.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:40 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.38.2.1: +5 -4 lines
Diff to previous 1.38.2.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)

Sync with head.

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:41 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27.2.1: +151 -20 lines
Diff to previous 1.27.2.1 (colored)

sync with head.

Revision 1.38.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:41 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.38.4.1: +15 -12 lines
Diff to previous 1.38.4.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)

sync with head.

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Mon Dec 4 18:34:15 2006 UTC (5 years, 5 months ago) by tron
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, 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, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.42: +4 -3 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

Pull up following revision(s) (requested by elad in ticket #247):
	sys/dev/ic/dpt.c: revision 1.55
	sys/dev/pci/amr.c: revision 1.43
	sys/secmodel/bsd44/secmodel_bsd44_securelevel.c: revision 1.19
	sys/dev/pci/mly.c: revision 1.33
	share/man/man9/kauth.9: revision 1.37
	sys/dev/ic/mlx.c: revision 1.49
	sys/dev/ic/icp_ioctl.c: revision 1.14
	sys/dev/i2o/iop.c: revision 1.62
	sys/dev/pci/twe.c: revision 1.82
	sys/sys/kauth.h: revision 1.25
	sys/dev/i2o/dpti.c: revision 1.31
	sys/kern/kern_auth.c: revision 1.33
	sys/dev/tc/stic.c: revision 1.37
Change kauth(9) KPI for kauth_authorize_device_passthru() to add another
argument, u_long, serving as a bit-mask of generic requests for the
passthru request.
Discussed on tech-security@ and tech-kern@. Okay tls@.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Dec 2 03:10:43 2006 UTC (5 years, 5 months ago) by elad
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, post-newlock2-merge, newlock2-nbase, newlock2-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.42: +4 -3 lines
Diff to previous 1.42 (colored)

Change kauth(9) KPI for kauth_authorize_device_passthru() to add another
argument, u_long, serving as a bit-mask of generic requests for the
passthru request.

Discussed on tech-security@ and tech-kern@. Okay tls@.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Nov 25 16:48:32 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)

spell precede; from Zafer

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:28 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.38: +10 -6 lines
Diff to previous 1.38 (colored)

Sync with head.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:08 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.40: +8 -8 lines
Diff to previous 1.40 (colored)

__unused removal on arguments; approved by core.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Nov 8 00:17:09 2006 UTC (5 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.39: +7 -5 lines
Diff to previous 1.39 (colored)

Replace securelevel checks with kauth(9) calls.

Revision 1.38.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:15 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.38: +10 -8 lines
Diff to previous 1.38 (colored)

sync with head

Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:28 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.38: +10 -8 lines
Diff to previous 1.38 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.31.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:16 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.31: +163 -25 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

sync with head

Revision 1.31.8.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:21 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.31.8.3: +12 -12 lines
Diff to previous 1.31.8.3 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)

sync with head.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Aug 27 23:31:15 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.37: +9 -9 lines
Diff to previous 1.37 (colored)

- static needs to be first
- complete the cdevsw

Revision 1.37 / (download) - annotate - [select for diffs], Wed Aug 23 15:44:29 2006 UTC (5 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.36: +5 -5 lines
Diff to previous 1.36 (colored)

Acting as Elad's keyboard:

Place the securelevel checks in their logical locations.
This will be clearer in the future when code changes to use kauth(9) calls.

input and okay ad@

Revision 1.31.8.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:44:25 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.31.8.2: +138 -12 lines
Diff to previous 1.31.8.2 (colored) to branchpoint 1.31 (colored)

sync with head

Revision 1.25.2.2 / (download) - annotate - [select for diffs], Sun Jul 30 16:38:59 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
CVS Tags: 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
Changes since 1.25.2.1: +138 -12 lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)

Apply patch (requested by bouyer in ticket #1431):
- Add a /dev/amr* control file for amr(4) devices, which allows sending
  raw commands to the controller.
- Add a amrctl(8) control tool, which for now only allows to get status
  from the adapter (status of adapter, logical volumes and and
  individual drives).

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jul 23 12:01:26 2006 UTC (5 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.35: +138 -12 lines
Diff to previous 1.35 (colored)

Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.

Revision 1.31.8.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:21 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.31.8.1: +5 -7 lines
Diff to previous 1.31.8.1 (colored) to branchpoint 1.31 (colored)

sync with head.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:03 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.27: +30 -34 lines
Diff to previous 1.27 (colored)

sync with head.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:35 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.34: +5 -7 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

Sync with head.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 7 22:33:36 2006 UTC (5 years, 11 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base
Changes since 1.34: +5 -7 lines
Diff to previous 1.34 (colored)

merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html

Revision 1.31.12.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:27 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.31: +18 -4 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

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

Revision 1.31.8.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:00 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.31: +18 -4 lines
Diff to previous 1.31 (colored)

sync with head.

Revision 1.31.6.2 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:13 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.31.6.1: +18 -4 lines
Diff to previous 1.31.6.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)

Sync with head.

Revision 1.31.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:33 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.31: +18 -4 lines
Diff to previous 1.31 (colored) next main 1.32 (colored)

sync with head.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 17 13:31:02 2006 UTC (6 years, 1 month ago) by elad
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5, simonb-timecounters-base, elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

Fix typos.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Apr 15 16:36:03 2006 UTC (6 years, 1 month ago) by he
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored)

The type returned by __arraycount() is a size_t, not an int, so print it
with %zd and not %d.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Apr 14 19:51:21 2006 UTC (6 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.31: +18 -4 lines
Diff to previous 1.31 (colored)

Coverity CID 1535: Avoid reading past the end of arrays because we don't
pay proper attention to the number of logical drives each controller can
support.

Revision 1.31.6.1 / (download) - annotate - [select for diffs], Sat Feb 4 14:03:58 2006 UTC (6 years, 3 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.31: +5 -7 lines
Diff to previous 1.31 (colored)

Adapt for timecounters: mostly use get*time() and use "time_second"
instead of "time.tv_sec".

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Thu Dec 15 20:08:01 2005 UTC (6 years, 5 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.25: +8 -2 lines
Diff to previous 1.25 (colored)

Pull up following revision(s) (requested by jonathan in ticket #1047):
	share/man/man4/amr.4: revision 1.11
	sys/dev/pci/amr.c: revision 1.31
	sys/dev/pci/pcidevs: revision 1.746 via patch
Add pcidevs entries and support to  amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.
Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work
The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.
Update src/share/man/man4/amr.4 to list the newly-supported cards.
(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)

Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 11 19:34:47 2005 UTC (6 years, 5 months ago) by jonathan
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Changes since 1.30: +8 -2 lines
Diff to previous 1.30 (colored)

Add pcidevs entries and support to  amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)

Revision 1.30 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:48 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

merge ktrace-lwp.

Revision 1.11.2.7 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:00 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.2.6: +56 -79 lines
Diff to previous 1.11.2.6 (colored) next main 1.12 (colored)

Sync with HEAD. Here we go again...

Revision 1.29 / (download) - annotate - [select for diffs], Fri Aug 26 11:20:33 2005 UTC (6 years, 9 months ago) by drochner
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.28: +3 -23 lines
Diff to previous 1.28 (colored)

kill some more simple submatch() functions, use config_stdsubmatch()

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 25 18:35:39 2005 UTC (6 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.27: +7 -9 lines
Diff to previous 1.27 (colored)

replace the "locdesc_t" structure carrying the number of locators
explicitely by a plain integer array
the length in now known to all relevant parties, so this avoids
duplication of information, and we can allocate that thing in
drivers without hacks

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 28 00:28:41 2005 UTC (6 years, 10 months ago) by thorpej
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.26: +48 -49 lines
Diff to previous 1.26 (colored)

Use ANSI function decls and static.

Revision 1.26 / (download) - annotate - [select for diffs], Mon May 30 04:35:22 2005 UTC (6 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.25: +10 -10 lines
Diff to previous 1.25 (colored)

- const poisoning
- avoid variable shadowing.

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:05 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.24: +9 -9 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

sync with -current

Revision 1.24.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:10 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.24: +9 -9 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.11.2.6 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:15 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.2.5: +9 -9 lines
Diff to previous 1.11.2.5 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:32 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, kent-audio2-base
Branch point for: netbsd-3
Changes since 1.24: +9 -9 lines
Diff to previous 1.24 (colored)

nuke trailing whitespace

Revision 1.19.2.3 / (download) - annotate - [select for diffs], Fri Nov 12 06:27:33 2004 UTC (7 years, 6 months ago) by jmc
Branch: netbsd-2-0
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-RELEASE, netbsd-2-0-RC5, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.19.2.2: +3 -2 lines
Diff to previous 1.19.2.2 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

Pullup rev 1.24 (requested by martti in ticket #953)

Added Dell PERC 4/SC

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Fri Nov 12 06:14:28 2004 UTC (7 years, 6 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.19.2.1: +3 -2 lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored)

Pullup rev 1.23 (requested by martti in ticket #947)

Added support for DELL PERC 4e/Si RAID controller

Revision 1.11.2.5 / (download) - annotate - [select for diffs], Tue Nov 2 07:52:09 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.2.4: +4 -2 lines
Diff to previous 1.11.2.4 (colored)

Sync with HEAD.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 28 07:22:24 2004 UTC (7 years, 6 months ago) by martti
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, matt-timespec, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored)

Added Dell PERC 4/SC

Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 20 10:48:47 2004 UTC (7 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Added support for DELL PERC 4e/Si RAID controller

Revision 1.11.2.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:00 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.2.3: +2 -2 lines
Diff to previous 1.11.2.3 (colored)

Fix the sync with head I botched.

Revision 1.11.2.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:02 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.2.2: +18 -8 lines
Diff to previous 1.11.2.2 (colored)

Sync with HEAD.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 13 12:55:48 2004 UTC (7 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.21: +18 -8 lines
Diff to previous 1.21 (colored)

a round of autoconf cleanup:
-convert submatch() style functions (passed to config_search() or
 config_found_sm()) to the locator passing variants
-pass interface attributes in some cases
-make submatch() functions look uniformly as far as possible
-avoid macros which just hide cfdata members, and reduce dependencies
 on "locators.h"

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Sat Sep 11 13:27:29 2004 UTC (7 years, 8 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

Pull up revision 1.21 (requested by he in ticket #826):
Make this driver recognize LSI Logic MegaRAID 320-2 RAID controllers.
Fixes PR#26834, patch from that PR.

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Fri Sep 3 12:45:28 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.2.1: +3 -2 lines
Diff to previous 1.11.2.1 (colored)

Sync with HEAD

Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 2 21:12:42 2004 UTC (7 years, 8 months ago) by he
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Make this driver recognize LSI Logic MegaRAID 320-2 RAID controllers.
Fixes PR#26834, patch from that PR.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:06 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11: +32 -36 lines
Diff to previous 1.11 (colored)

Sync with HEAD

Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 22 00:17:12 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19 (colored)

sprintf -> snprintf

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 5 16:03:27 2003 UTC (8 years, 6 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.18: +6 -4 lines
Diff to previous 1.18 (colored)

Apparently, Dell PERC 4/Di controllers can have two memory BARs, with the
second one empty. The previous revision made it pick the empty one.
Reinstate the BAR size check.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 29 02:27:32 2003 UTC (8 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.17: +11 -27 lines
Diff to previous 1.17 (colored)

Rework to remove bogus initializers.  Also fixes a potential problem with
amr_teardown() unmapping too much.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Oct 25 21:30:47 2003 UTC (8 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

Fix completely bogus printf that used uninitialized variables.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 25 18:31:11 2003 UTC (8 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (colored)

Fix uninitialized variable warnings

Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 21 03:22:25 2003 UTC (8 years, 7 months ago) by fvdl
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Don't pass NULL as an integer value.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 14 11:33:36 2003 UTC (8 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Added another Dell PERC 4/Di

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 13 20:35:53 2003 UTC (8 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.12: +13 -7 lines
Diff to previous 1.12 (colored)

Make this work with the newer 'Quartz' controllers.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 26 16:31:08 2003 UTC (8 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored)

Add DELL Perc 4/di (from Freebsd).

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 15 18:04:08 2003 UTC (9 years ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Fix reversed arguments to bus_space_unmap.

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 14 11:22:55 2003 UTC (9 years ago) by ad
Branch: MAIN
Changes since 1.9: +46 -23 lines
Diff to previous 1.9 (colored)

Fix thinko.

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 4 16:15:35 2003 UTC (9 years ago) by ad
Branch: MAIN
Changes since 1.8: +393 -120 lines
Diff to previous 1.8 (colored)

- Fix the mailbox protocol. Not tested with newer 'Quartz' controllers.
- Handle failure during initalisation more gracefully.
- Create a watchdog thread to poke the board and check for status changes.
- Make ready for > 64kB transfers.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 31 00:07:40 2003 UTC (9 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +27 -23 lines
Diff to previous 1.7 (colored)

Use aprint_*().

Revision 1.1.4.5 / (download) - annotate - [select for diffs], Fri Jan 3 17:07:53 2003 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.4.4: +4 -4 lines
Diff to previous 1.1.4.4 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 1 00:10:22 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Use aprint_normal() in cfprint routines.

Revision 1.1.4.4 / (download) - annotate - [select for diffs], Fri Oct 18 02:42:54 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.3: +5 -6 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.1.2.4 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:25 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.1.2.3: +5 -6 lines
Diff to previous 1.1.2.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (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.6 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:02 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 30 20:37:07 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +4 -5 lines
Diff to previous 1.4 (colored)

Use CFATTACH_DECL().

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 27 20:39:44 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Declare all cfattach structures const.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 27 03:18:16 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Introduce a new routine, config_match(), which invokes the
cfattach->ca_match function in behalf of the caller.  Use it
rather than invoking cfattach->ca_match directly.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 17:47:32 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.1.2.2: +3 -3 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored)

catch up with -current on kqueue branch

Revision 1.1.12.1 / (download) - annotate - [select for diffs], Thu Jun 20 16:33:29 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

catch up with -current.

Revision 1.1.4.3 / (download) - annotate - [select for diffs], Thu Jun 20 03:45:19 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.2: +3 -3 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 1 23:50:59 2002 UTC (9 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Thu Feb 28 04:13:57 2002 UTC (10 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.4.1: +1004 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Feb 11 20:09:55 2002 UTC (10 years, 3 months ago) by jdolecek
Branch: kqueue
Changes since 1.1.2.1: +1004 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

Sync w/ -current.

Revision 1.1.4.1, Wed Jan 30 14:35:45 2002 UTC (10 years, 3 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1: +0 -1004 lines
FILE REMOVED

file amr.c was added on branch nathanw_sa on 2002-02-28 04:13:57 +0000

Revision 1.1.2.1, Wed Jan 30 14:35:45 2002 UTC (10 years, 3 months ago) by jdolecek
Branch: kqueue
Changes since 1.1: +0 -1004 lines
FILE REMOVED

file amr.c was added on branch kqueue on 2002-02-11 20:09:55 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 30 14:35:45 2002 UTC (10 years, 3 months ago) by ad
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, ifpoll, eeh-devprop-base, eeh-devprop
Branch point for: nathanw_sa, kqueue, gehenna-devsw

Bare-bones driver for AMI RAID. Parts taken from FreeBSD. This was tried a
good while ago and it had problems under load. Changes were made to address
that, but I don't have the ability to test them. So, I'm committing it
before it rots.

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>