The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:51 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.35: +2 -6 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

sync with head

Revision 1.35.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:44 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.35: +2 -6 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

merge to -current.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Feb 2 19:43:06 2012 UTC (3 months, 3 weeks ago) by tls
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, HEAD
Changes since 1.35: +2 -6 lines
Diff to previous 1.35 (colored)

Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
   to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
   source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
   avoid expensive operations on disabled entropy sources; make the
   rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
   have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
   system events, and skew between clocks, with a sample implementation
   for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files).  Tested with release
builds on amd64 and evbarm and live testing on amd64.

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

sync with head

Revision 1.35 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:07 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.34: +2 -4 lines
Diff to previous 1.34 (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.29.20.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:35 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.29.20.2: +5 -5 lines
Diff to previous 1.29.20.2 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

sync with head

Revision 1.32.8.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:27 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.32: +5 -5 lines
Diff to previous 1.32 (colored) next main 1.33 (colored)

Sync with HEAD.

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

Revision 1.34 / (download) - annotate - [select for diffs], Tue May 12 08:23:01 2009 UTC (3 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, 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, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base
Branch point for: rmind-uvmplock
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (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.33 / (download) - annotate - [select for diffs], Wed May 6 10:34:32 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored)

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

Revision 1.29.20.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:58 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.29.20.1: +53 -40 lines
Diff to previous 1.29.20.1 (colored) to branchpoint 1.29 (colored)

sync with head.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:39 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.30: +53 -40 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

Sync with HEAD.

Revision 1.29.16.2 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:27 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.29.16.1: +51 -38 lines
Diff to previous 1.29.16.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync with HEAD.

Revision 1.30.2.2 / (download) - annotate - [select for diffs], Wed Sep 24 16:38:53 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.30.2.1: +27 -28 lines
Diff to previous 1.30.2.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)

Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:07 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.30: +29 -15 lines
Diff to previous 1.30 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Sep 9 12:45:40 2008 UTC (3 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, 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, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.31: +27 -28 lines
Diff to previous 1.31 (colored)

Complete device_t/softc split for the ld(4) attachments. This should
prevent crashes while attaching a drive.

Patch supplied by Juan RP in PR kern/39468.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Aug 11 06:46:10 2008 UTC (3 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-2
Changes since 1.30: +29 -15 lines
Diff to previous 1.30 (colored)

Add polling support to ld_twe_flush().

Fixes the "cpu_switcho: switching above IPL_SCHED" panic for ld@twe
disks on shutdown in kern/38655.

Revision 1.30.4.2 / (download) - annotate - [select for diffs], Wed Jun 11 05:38:36 2008 UTC (3 years, 11 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.30.4.1: +15 -29 lines
Diff to previous 1.30.4.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)

Revert my suggested fix for kern/38655 - that shouldn't have snuck in
to this branch.

Revision 1.30.4.1 / (download) - annotate - [select for diffs], Tue Jun 10 14:51:22 2008 UTC (3 years, 11 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.30: +29 -15 lines
Diff to previous 1.30 (colored)

Initial commit of Wasabi System's WAPBL (Write Ahead Physical Block
Logging) journaling code.  Originally written by Darrin B. Jewell
while at Wasabi and updated to -current by Antti Kantee, Andy Doran,
Greg Oster and Simon Burge.

Still a number of issues - look in doc/BRANCHES for "simonb-wapbl"
for more info.

Revision 1.29.16.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:41 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.29: +2 -9 lines
Diff to previous 1.29 (colored)

Sync with HEAD.

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

sync with head.

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

sync with head.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:55 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, simonb-wapbl, haad-dm
Changes since 1.29: +2 -9 lines
Diff to previous 1.29 (colored)

Remove clause 3 and 4 from TNF licenses

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

sync with HEAD

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

sync with head.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:32 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) next main 1.29 (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.28.10.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:11 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

Sync with HEAD.

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

Sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:51 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, 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: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

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

Revision 1.22.6.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:11 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22.6.2: +3 -3 lines
Diff to previous 1.22.6.2 (colored) to branchpoint 1.22 (colored)

sync with head.

Revision 1.26.8.3 / (download) - annotate - [select for diffs], Sun Aug 19 19:24:31 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.26.8.2: +12 -3 lines
Diff to previous 1.26.8.2 (colored) to branchpoint 1.26 (colored)

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

Revision 1.26.18.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:33 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Sync with HEAD.

Revision 1.28.12.2 / (download) - annotate - [select for diffs], Sun Jul 29 12:50:23 2007 UTC (4 years, 9 months ago) by ad
Branch: matt-mips64
Changes since 1.28.12.1: +324 -0 lines
Diff to previous 1.28.12.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (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.12.1, Sun Jul 29 12:50:22 2007 UTC (4 years, 9 months ago) by ad
Branch: matt-mips64
Changes since 1.28: +0 -324 lines
FILE REMOVED

file ld_twe.c was added on branch matt-mips64 on 2007-07-29 12:50:23 +0000

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 29 12:50:22 2007 UTC (4 years, 9 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, matt-mips64-base, hpcarm-cleanup
Branch point for: matt-mips64, matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Sat Jul 21 19:06:21 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Don't depend on uvm_extern.h pulling in proc.h.

Revision 1.26.8.2 / (download) - annotate - [select for diffs], Sun May 13 17:36:27 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.26.8.1: +3 -13 lines
Diff to previous 1.26.8.1 (colored) to branchpoint 1.26 (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.26.8.1 / (download) - annotate - [select for diffs], Thu Apr 5 21:57:46 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Compile fixes.

Revision 1.22.6.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:46 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.22.6.1: +4 -3 lines
Diff to previous 1.22.6.1 (colored) to branchpoint 1.22 (colored)

sync with head.

Revision 1.24.10.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:45 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.24.10.1: +4 -4 lines
Diff to previous 1.24.10.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

sync with head.

Revision 1.24.8.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:31 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Sync with head.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:09 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-ufs-trans-base, mjf-ufs-trans, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, nick-csl-alignment
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

__unused removal on arguments; approved by core.

Revision 1.24.10.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:18 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

sync with head

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

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

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

sync with head

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

sync with head.

Revision 1.23.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:15 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Sync with head.

Revision 1.23.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:35 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

sync with head.

Revision 1.23.8.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:16 2006 UTC (6 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

sync with head.

Revision 1.23.12.1 / (download) - annotate - [select for diffs], Tue Mar 28 09:42:13 2006 UTC (6 years, 2 months ago) by tron
Branch: peter-altq
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

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

Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 25 04:12:36 2006 UTC (6 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (colored)

Use device_parent().

Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:50 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, 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.22: +2 -2 lines
Diff to previous 1.22 (colored)

merge ktrace-lwp.

Revision 1.21.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:07 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

sync with -current

Revision 1.21.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:47 2005 UTC (7 years, 3 months ago) by yamt
Branch: yamt-km
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

sync with head.

Revision 1.13.6.5 / (download) - annotate - [select for diffs], Wed Feb 9 08:26:13 2005 UTC (7 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.6.4: +3 -3 lines
Diff to previous 1.13.6.4 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

Sync with HEAD.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 8 05:16:17 2005 UTC (7 years, 3 months ago) by briggs
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-km-base4, yamt-km-base3, yamt-km-base2, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, matt-timespec, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

Use aprint_*() instead of printf() at attach time.

Revision 1.13.6.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:52:10 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.13.6.3: +3 -2 lines
Diff to previous 1.13.6.3 (colored) to branchpoint 1.13 (colored)

Sync with HEAD.

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

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

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

Fix the sync with head I botched.

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

Sync with HEAD.

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

Sync with HEAD

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Sun May 30 07:12:11 2004 UTC (7 years, 11 months ago) by tron
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-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
Changes since 1.18: +40 -2 lines
Diff to previous 1.18 (colored) next main 1.19 (colored)

Pull up revision 1.20 (requested by thorpej in ticket #411):
Add a "flush" operation so the array's write cache is flushed on
close and at shutdown.

Revision 1.20 / (download) - annotate - [select for diffs], Thu May 27 23:48:34 2004 UTC (8 years ago) by thorpej
Branch: MAIN
Changes since 1.19: +40 -2 lines
Diff to previous 1.19 (colored)

Add a "flush" operation so the array's write cache is flushed on
close and at shutdown.

Revision 1.19 / (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.18: +10 -8 lines
Diff to previous 1.18 (colored)

sprintf -> snprintf

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 26 03:11:41 2003 UTC (8 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

Confirmed; don't need to query stripe size on TwinStor.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Sep 23 23:50:04 2003 UTC (8 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

- Make CCB allocation slightly more efficient by changing how the
  CCB is returned to the caller.
- Make code paths that can use twe_ccb_alloc_wait() use it, and assert
  that a CCB is always returned from that function.
- Assert that a CCB is always returned when allocating the reserved CCB
  for an AEN fetch.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 22 18:31:10 2003 UTC (8 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +32 -4 lines
Diff to previous 1.15 (colored)

Add support for dynamically attaching and detaching RAID array units.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 21 19:33:10 2003 UTC (8 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.14: +19 -5 lines
Diff to previous 1.14 (colored)

Report the status of the logical drive (normal, degraded, etc.) at
attach time.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Sep 21 19:20:18 2003 UTC (8 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +32 -6 lines
Diff to previous 1.13 (colored)

- Record more information about the array unit, including array
  type and stripe depth.
- Report array type and stripe depth when attaching the logical drive.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Fri Oct 18 02:43:10 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.6.2.3: +4 -5 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Catch up to -current.

Revision 1.7.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:56 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.7.2.2: +4 -5 lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (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.13 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:43 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Add trailing ; to CFATTACH_DECL.

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

Use CFATTACH_DECL().

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

Declare all cfattach structures const.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:47:50 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.7.2.1: +6 -4 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

catch up with -current on kqueue branch

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Thu Jun 20 03:45:35 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.2: +6 -4 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

Catch up to -current.

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Thu May 30 14:46:11 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.8: +6 -4 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Catch up with -current.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Sun May 26 16:07:54 2002 UTC (10 years ago) by perry
Branch: netbsd-1-6
CVS Tags: 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
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

partially resolve 1.6 pullup ticket #29 from grant
pulls up revision 1.10
Original commit message (by christos):

> NBPG is not constant on the sparc, so don't use CPP tricks.

Revision 1.10 / (download) - annotate - [select for diffs], Fri May 24 18:10:06 2002 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

NBPG is not constant on the sparc, so don't use CPP tricks.

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 18 20:59:20 2002 UTC (10 years ago) by ad
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)

- Use write barriers.
- NBPG -> PAGE_SIZE.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:50 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

Sync kqueue branch with -current.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:21 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.1: +4 -1 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

Catch up to -current.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:46 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, ifpoll, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

add RCSID

Revision 1.7.8.2 / (download) - annotate - [select for diffs], Thu Oct 25 17:54:07 2001 UTC (10 years, 7 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.7.8.1: +211 -0 lines
Diff to previous 1.7.8.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Pull up revisions 1.1-1.7 (requested by ad):
  Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:04:56 2001 UTC (10 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6: +1 -12 lines
Diff to previous 1.6 (colored)

Catch up to -current.

Revision 1.7.8.1, Sun Jun 10 10:48:43 2001 UTC (10 years, 11 months ago) by he
Branch: netbsd-1-5
Changes since 1.7: +0 -211 lines
FILE REMOVED

file ld_twe.c was added on branch netbsd-1-5 on 2001-10-25 17:54:07 +0000

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 10 10:48:43 2001 UTC (10 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: netbsd-1-5, kqueue
Changes since 1.6: +1 -12 lines
Diff to previous 1.6 (colored)

Centralise the geometry fudge.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sun Feb 11 19:15:57 2001 UTC (11 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1.2.2: +16 -32 lines
Diff to previous 1.1.2.2 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 26 19:53:15 2001 UTC (11 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

No need to submit before poll any more.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 22 21:56:11 2001 UTC (11 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.4: +10 -16 lines
Diff to previous 1.4 (colored)

Nuke useless argument to ld_twe_dobio().

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 22 17:44:28 2001 UTC (11 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.3: +8 -15 lines
Diff to previous 1.3 (colored)

Minor optimisation.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 22 17:40:14 2001 UTC (11 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

opt_twe.h isn't needed any more.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 22 17:38:23 2001 UTC (11 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

Don't artificially clamp the maximum number of outstanding commands.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Fri Dec 8 09:12:32 2000 UTC (11 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1.2.1: +238 -0 lines
Diff to previous 1.1.2.1 (colored)

Sync with HEAD.

Revision 1.1.2.1, Sun Nov 26 17:44:06 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1: +0 -238 lines
FILE REMOVED

file ld_twe.c was added on branch thorpej_scsipi on 2000-12-08 09:12:32 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 26 17:44:06 2000 UTC (11 years, 6 months ago) by ad
Branch: MAIN
Branch point for: thorpej_scsipi

lsu -> ld, by popular request.

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>