Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:50 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.14: +2 -6
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
sync with head
Revision 1.14.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.14: +2 -6
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
merge to -current.
Revision 1.15 / (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.14: +2 -6
lines
Diff to previous 1.14 (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.13.16.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.13: +2 -4
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
sync with head
Revision 1.14 / (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.13: +2 -4
lines
Diff to previous 1.13 (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.9.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.9.20.1: +28 -27
lines
Diff to previous 1.9.20.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
sync with head.
Revision 1.11.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.11: +28 -27
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync with HEAD.
Revision 1.9.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.9.16.1: +26 -25
lines
Diff to previous 1.9.16.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.11.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.11.2.1: +26 -25
lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
Revision 1.11.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.11: +4 -4
lines
Diff to previous 1.11 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.13 / (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-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
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-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: rmind-uvmplock
Changes since 1.12: +26 -25
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Mon Aug 11 06:43:38 2008 UTC (3 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-2
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Add a flags argument to the ld(4) flush handlers, and call these with a "poll" flag when called from ld_shutdown(). This is the infrastructure part of kern/38655 - in itself it doesn't fix the panic referenced in that PR. XXX: At least ld_twa.c and perhaps ld_iop.c and ld_icp.c need to check for this new poll flag and do something useful.
Revision 1.11.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.11.4.1: +4 -4
lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Revert my suggested fix for kern/38655 - that shouldn't have snuck in to this branch.
Revision 1.11.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.11: +4 -4
lines
Diff to previous 1.11 (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.9.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.9: +3 -10
lines
Diff to previous 1.9 (colored)
Sync with HEAD.
Revision 1.9.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.9: +3 -10
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
sync with head.
Revision 1.9.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.9: +3 -10
lines
Diff to previous 1.9 (colored)
sync with head.
Revision 1.11 / (download) - annotate - [select for diffs], Wed May 7 17:47:20 2008 UTC (4 years ago) by joerg
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.10: +3 -3
lines
Diff to previous 1.10 (colored)
First part of twa(4) improvements: - more/better diagnostic messages - dynamically allocate units in preparation for 9650+ support - better distribute queue slots over disks according to size - drain large request queue on 9550 - keep track of resets, will be needed for 9650. This changes have been contributed by Wasabi Systems.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:55 2008 UTC (4 years ago) by martin
Branch: MAIN
Changes since 1.9: +2 -9
lines
Diff to previous 1.9 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.8.2.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.8: +3 -3
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
sync with HEAD
Revision 1.2.8.6 / (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.2.8.5: +3 -3
lines
Diff to previous 1.2.8.5 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head.
Revision 1.7.4.2 / (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.7.4.1: +3 -3
lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (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.8.6.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.8: +3 -3
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with HEAD.
Revision 1.5.6.5 / (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.5.6.4: +3 -3
lines
Diff to previous 1.5.6.4 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
Sync with head.
Revision 1.9 / (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.8: +3 -3
lines
Diff to previous 1.8 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.5.6.4 / (download) - annotate - [select for diffs], Tue Oct 9 15:22:11 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.5.6.3: +3 -4
lines
Diff to previous 1.5.6.3 (colored) to branchpoint 1.5 (colored)
Sync with head.
Revision 1.2.8.5 / (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.2.8.4: +4 -5
lines
Diff to previous 1.2.8.4 (colored) to branchpoint 1.2 (colored)
sync with head.
Revision 1.5.6.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.5.6.2: +13 -5
lines
Diff to previous 1.5.6.2 (colored) to branchpoint 1.5 (colored)
- Back out the biodone() changes. - Eliminate B_ERROR (from HEAD).
Revision 1.5.14.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.5: +4 -5
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Sync with HEAD.
Revision 1.7.4.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:37:11 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Sync with HEAD.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 7 08:00:46 2007 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5
Branch point for: matt-armv6,
bouyer-xenamd64
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Unwrap not-too-long line.
Revision 1.7.6.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.7.6.1: +324 -0
lines
Diff to previous 1.7.6.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (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.7.6.1, Sun Jul 29 12:50:22 2007 UTC (4 years, 9 months ago) by ad
Branch: matt-mips64
Changes since 1.7: +0 -324
lines
FILE REMOVED
file ld_twa.c was added on branch matt-mips64 on 2007-07-29 12:50:23 +0000
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 29 12:50:22 2007 UTC (4 years, 9 months ago) by ad
Branch: MAIN
CVS Tags: matt-mips64-base,
hpcarm-cleanup
Branch point for: matt-mips64,
jmcneill-pm
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (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.6 / (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.5: +3 -2
lines
Diff to previous 1.5 (colored)
Don't depend on uvm_extern.h pulling in proc.h.
Revision 1.5.6.2 / (download) - annotate - [select for diffs], Sun May 13 17:36:27 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.5.6.1: +5 -14
lines
Diff to previous 1.5.6.1 (colored) to branchpoint 1.5 (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.5.6.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.5: +3 -2
lines
Diff to previous 1.5 (colored)
Compile fixes.
Revision 1.2.8.4 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:30 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.8.3: +15 -7
lines
Diff to previous 1.2.8.3 (colored) to branchpoint 1.2 (colored)
sync with head.
Revision 1.2.16.2 / (download) - annotate - [select for diffs], Fri Feb 9 21:03:51 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.2.16.1: +15 -7
lines
Diff to previous 1.2.16.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with HEAD.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 8 18:47:21 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
yamt-idlelwp,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
post-newlock2-merge,
nick-csl-alignment-base,
newlock2-nbase,
newlock2-base,
mjf-ufs-trans-base,
mjf-ufs-trans,
ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking,
nick-csl-alignment
Changes since 1.4: +15 -7
lines
Diff to previous 1.4 (colored)
Add a quick hack to allow addressing over 2G sectors. XXX This driver needs to be rewritten to use the scsipi layer. Additionally: - Missing copyright years: 2000, 2001, 2002, 2003 - Missing attribution: Andrew Doran and Jason R. Thorpe
Revision 1.2.8.3 / (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.2.8.2: +6 -5
lines
Diff to previous 1.2.8.2 (colored) to branchpoint 1.2 (colored)
sync with head.
Revision 1.2.20.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.2.20.1: +5 -5
lines
Diff to previous 1.2.20.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head.
Revision 1.2.16.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.2: +6 -5
lines
Diff to previous 1.2 (colored)
Sync with head.
Revision 1.4 / (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,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
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
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
__unused removal on arguments; approved by core.
Revision 1.2.20.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.2: +6 -5
lines
Diff to previous 1.2 (colored)
sync with head
Revision 1.3 / (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.2: +6 -5
lines
Diff to previous 1.2 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.2.18.2 / (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.2.18.1: +315 -0
lines
Diff to previous 1.2.18.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head
Revision 1.2.12.2 / (download) - annotate - [select for diffs], Mon Jul 31 12:35:22 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.2.12.1: +315 -0
lines
Diff to previous 1.2.12.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Apply patch (requested by bouyer in ticket #1441): Pullup the twa(4) driver for the 3ware Apache RAID controllers. Matching revisions in current: share/man/man4/twa.4 1.1 sys/dev/pci/ld_twa.c 1.2 sys/dev/pci/twa.c 1.9 sys/dev/pci/twaio.h 1.3 sys/dev/pci/twareg.h 1.5 sys/dev/pci/twavar.h 1.5
Revision 1.2.10.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:22 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.10.1: +315 -0
lines
Diff to previous 1.2.10.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head.
Revision 1.2.8.2 / (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.2.8.1: +315 -0
lines
Diff to previous 1.2.8.1 (colored) to branchpoint 1.2 (colored)
sync with head.
Revision 1.2.6.2 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:36 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.2.6.1: +315 -0
lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with head.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:36:46 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.2.2.1: +315 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with head.
Revision 1.2.18.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.2: +0 -315
lines
FILE REMOVED
file ld_twa.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:18 +0000
Revision 1.2.12.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by tron
Branch: netbsd-3
Changes since 1.2: +0 -315
lines
FILE REMOVED
file ld_twa.c was added on branch netbsd-3 on 2006-07-31 12:35:22 +0000
Revision 1.2.10.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2: +0 -315
lines
FILE REMOVED
file ld_twa.c was added on branch yamt-pdpolicy on 2006-06-26 12:51:22 +0000
Revision 1.2.8.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2: +0 -315
lines
FILE REMOVED
file ld_twa.c was added on branch yamt-lazymbuf on 2006-06-21 15:05:05 +0000
Revision 1.2.6.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by chap
Branch: chap-midi
Changes since 1.2: +0 -315
lines
FILE REMOVED
file ld_twa.c was added on branch chap-midi on 2006-06-19 04:01:36 +0000
Revision 1.2.2.1, Thu May 25 01:37:08 2006 UTC (6 years ago) by kardel
Branch: simonb-timecounters
Changes since 1.2: +0 -315
lines
FILE REMOVED
file ld_twa.c was added on branch simonb-timecounters on 2006-06-01 22:36:46 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Thu May 25 01:37:08 2006 UTC (6 years ago) by wrstuden
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
simonb-timecounters-base,
rpaulo-netinet-merge-pcb-base,
gdamore-uart-base,
gdamore-uart,
chap-midi-nbase,
chap-midi-base,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
yamt-pdpolicy,
yamt-lazymbuf,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
newlock2,
netbsd-3,
chap-midi
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Add $NetBSD: ids, which work better than $netbsd: ones.
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 24 23:44:28 2006 UTC (6 years ago) by wrstuden
Branch: MAIN
3ware 9000 driver, contributed by Wasabi Systems and written by Jordan Rhody (based on the FreeBSD driver). Contributed in NetBSD PR 33364.