CVS log for src/sys/dev/i2o/ld_iop.c
Up to [cvs.NetBSD.org] / src / sys / dev / i2o
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Sep 8 09:36:50 2024 UTC (4 months, 1 week ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
fix a/an grammar in obvious cases
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed May 31 20:00:50 2023 UTC (19 months, 3 weeks ago) by ad
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3
lines
Fix typo.
Revision 1.34.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:02 2017 UTC (7 years, 1 month ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +29 -10
lines
update from HEAD
Revision 1.37.6.1: download - view: text, markup, annotated - select for diffs
Fri Sep 1 09:59:10 2017 UTC (7 years, 4 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +4 -3
lines
Pull up following revision(s) (requested by mlelstv in ticket #261):
sys/dev/sdmmc/ld_sdmmc.c: revision 1.32
sys/dev/sdmmc/ld_sdmmc.c: revision 1.33
sys/dev/sdmmc/ld_sdmmc.c: revision 1.34
sys/dev/sdmmc/sdmmc_mem.c: revision 1.62
sys/dev/i2o/ld_iop.c: revision 1.39
sys/dev/ld.c: revision 1.102
sys/dev/ld.c: revision 1.103
sys/dev/dksubr.c: revision 1.98
sys/dev/dksubr.c: revision 1.99
sys/dev/sdmmc/sdmmcvar.h: revision 1.29
sys/dev/ic/ld_nvme.c: revision 1.17
sys/dev/ldvar.h: revision 1.31
sys/dev/ldvar.h: revision 1.32
sys/dev/ic/ld_cac.c: revision 1.31
sys/dev/pci/ld_virtio.c: revision 1.16
While ld(4) is MP safe, many backends are not.
Add a flag for backends that are MP safe. Take KERNEL_LOCK when calling
into a backend that doesn't have the flag set. Do the same for the
discard routine.
Fixes PR 52462.
Defer sdmmc discard operations to the sdmmc task queue. Fixes a panic
introduced by ld.c r1.102.
validate length for discard operation and split operation when byte length
doesn't fit into 'int'.
make the sc_discard interface for the ld backend asynchronous and
signal completion through new callback lddiscardend. Use a standard
struct buf to pass disk address and range instead of two off_t values.
make lddiscard synchronous again. This is a requirement of the current
ffs discard code.
Initialize error also in the case where len=0, which just succeeds.
while here, assert that the len is indeed non-negative. this is already
confirmed by sys_fdiscard, but let's be sure.
reported by: GCC, but with different compile flags
Revision 1.34.24.3: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:52:03 2017 UTC (7 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.34.24.2: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.24.2: +28 -8
lines
Sync with HEAD
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Aug 9 16:44:39 2017 UTC (7 years, 5 months ago) by mlelstv
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
nick-nhusb-base-20170825,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1
lines
While ld(4) is MP safe, many backends are not.
Add a flag for backends that are MP safe. Take KERNEL_LOCK when calling
into a backend that doesn't have the flag set. Do the same for the
discard routine.
Fixes PR 52462.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Aug 9 16:09:16 2017 UTC (7 years, 5 months ago) by mlelstv
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Don't wait for allocation in polling mode.
Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:46 2017 UTC (7 years, 9 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +25 -6
lines
Sync with HEAD
Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:28 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.35.2.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.2.1: +25 -6
lines
Sync with HEAD
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 27 21:32:33 2017 UTC (7 years, 10 months ago) by jdolecek
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1
Branch point for: netbsd-8
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +25 -6
lines
refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attachments
would be able to implement arbitrary other ioctls
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:49:08 2016 UTC (8 years, 2 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3
lines
Sync with HEAD
Revision 1.34.24.2: download - view: text, markup, annotated - select for diffs
Wed Oct 5 20:55:41 2016 UTC (8 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.34.24.1: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.24.1: +3 -3
lines
Sync with HEAD
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Sep 16 15:20:50 2016 UTC (8 years, 4 months ago) by jdolecek
Branches: MAIN
CVS tags: pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3
lines
modify ldattach() to have default strategy as a parameter
Revision 1.34.24.1: download - view: text, markup, annotated - select for diffs
Sat Jun 6 14:40:07 2015 UTC (9 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3
lines
Sync with HEAD
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 13 16:33:24 2015 UTC (9 years, 9 months ago) by riastradh
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3
lines
Convert sys/dev to use <sys/rndsource.h>.
Revision 1.33.14.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:07:31 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -6
lines
sync with head
Revision 1.33.18.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:34:13 2012 UTC (12 years, 11 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -6
lines
merge to -current.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Feb 2 19:43:02 2012 UTC (12 years, 11 months ago) by tls
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
nick-nhusb
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -6
lines
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.27.4.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:39 2009 UTC (15 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.27.4.1: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.4.1: +37 -40
lines
sync with head.
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:54 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +7 -7
lines
Sync with HEAD.
Revision 1.26.16.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:54 2009 UTC (16 years ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.26.16.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.16.2: +5 -5
lines
Sync with HEAD.
Revision 1.32.4.1: download - view: text, markup, annotated - select for diffs
Thu Dec 18 01:00:52 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
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
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +7 -7
lines
Pull up following revision(s) (requested by mhitch in ticket #190):
sys/dev/i2o/ld_iop.c: revision 1.33
More device_t/softc split fallout, this time in iop(4). Fix from
Juan Romero Pardines. Tested on alpha by me.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Dec 15 18:35:48 2008 UTC (16 years, 1 month ago) by mhitch
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
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,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
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
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -7
lines
More device_t/softc split fallout, this time in iop(4). Fix from
Juan Romero Pardines. Tested on alpha by me.
Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:16:25 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +32 -35
lines
Sync with HEAD.
Revision 1.26.16.2: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:40:21 2008 UTC (16 years, 3 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.26.16.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.16.1: +30 -33
lines
Sync with HEAD.
Revision 1.28.2.3: download - view: text, markup, annotated - select for diffs
Wed Sep 24 16:38:52 2008 UTC (16 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.28.2.2: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.2: +30 -33
lines
Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:35:03 2008 UTC (16 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.28.2.1: preferred, colored
Changes since revision 1.28.2.1: +4 -4
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Sep 9 12:45:39 2008 UTC (16 years, 4 months ago) by tron
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
netbsd-5-base,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
netbsd-5
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +29 -32
lines
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 - view: text, markup, annotated - select for diffs
Mon Sep 8 23:36:54 2008 UTC (16 years, 4 months ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3
lines
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
preprocessor macros.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Aug 11 06:43:37 2008 UTC (16 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: wrstuden-revivesa-base-2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4
lines
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.28.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:31:02 2008 UTC (16 years, 7 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Wed Jun 11 05:38:36 2008 UTC (16 years, 7 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.1: +4 -4
lines
Revert my suggested fix for kern/38655 - that shouldn't have snuck in
to this branch.
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 10 14:51:22 2008 UTC (16 years, 7 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4
lines
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.26.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:23:17 2008 UTC (16 years, 7 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -14
lines
Sync with HEAD.
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:33:41 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +3 -10
lines
sync with head.
Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:24:02 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -10
lines
sync with head.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat May 10 14:52:55 2008 UTC (16 years, 8 months ago) by simonb
Branches: 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: simonb-wapbl,
haad-dm
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
Fix a tyop in a comment.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:48 2008 UTC (16 years, 8 months ago) by martin
Branches: MAIN
Branch point for: wrstuden-revivesa
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -9
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Apr 6 20:26:21 2008 UTC (16 years, 9 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -6
lines
use aprint_*_dev and device_xname
Revision 1.25.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:26:13 2007 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +3 -3
lines
sync with HEAD
Revision 1.17.2.4: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:30:24 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17.2.3: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.3: +3 -3
lines
sync with head.
Revision 1.25.4.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:44:32 2007 UTC (17 years, 3 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +3 -3
lines
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.25.10.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:37:26 2007 UTC (17 years, 3 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +3 -3
lines
Sync with HEAD.
Revision 1.23.8.5: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:07:09 2007 UTC (17 years, 3 months ago) by ad
Branches: vmlocking
Diff to: previous 1.23.8.4: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.8.4: +3 -3
lines
Sync with head.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Oct 19 11:59:44 2007 UTC (17 years, 3 months ago) by ad
Branches: 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
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3
lines
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.17.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:34:09 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17.2.2: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.2: +16 -25
lines
sync with head.
Revision 1.23.8.4: download - view: text, markup, annotated - select for diffs
Sun Aug 19 19:24:25 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.23.8.3: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.8.3: +10 -4
lines
- Back out the biodone() changes.
- Eliminate B_ERROR (from HEAD).
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:48:16 2007 UTC (17 years, 5 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -3
lines
Sync with HEAD.
Revision 1.25.12.2: download - view: text, markup, annotated - select for diffs
Sun Jul 29 12:50:21 2007 UTC (17 years, 5 months ago) by ad
Branches: matt-mips64
Diff to: previous 1.25.12.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.12.1: +560 -0
lines
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.25.12.1
Sun Jul 29 12:50:20 2007 UTC (17 years, 5 months ago) by ad
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.25: +0 -560
lines
file ld_iop.c was added on branch matt-mips64 on 2007-07-29 12:50:21 +0000
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jul 29 12:50:20 2007 UTC (17 years, 5 months ago) by ad
Branches: 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
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3
lines
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.23.8.3: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:21:13 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.23.8.2: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.8.2: +2 -3
lines
Sync with head.
Revision 1.23.10.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:05:34 2007 UTC (17 years, 6 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +16 -24
lines
Sync with head.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 16 12:32:13 2007 UTC (17 years, 7 months ago) by ad
Branches: MAIN
CVS tags: nick-csl-alignment-base,
mjf-ufs-trans-base
Branch point for: nick-csl-alignment
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +16 -24
lines
- Merge changes from the vmlocking branch.
- Eliminate opt_i2o.h, since I2OVERBOSE is gone.
Revision 1.23.8.2: download - view: text, markup, annotated - select for diffs
Sun May 27 00:17:17 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.23.8.1: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.8.1: +17 -24
lines
Checkpoint work in progress. Seems to break block I/O but I am not sure
why yet:
- Avoid a NULL pointer dereference in bus_dmamap_sync.
- MP safety changes, incomplete.
Revision 1.23.8.1: download - view: text, markup, annotated - select for diffs
Sun May 13 17:36:24 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -10
lines
- 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.17.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:48:00 2006 UTC (18 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17.2.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.1: +4 -3
lines
sync with head.
Revision 1.21.10.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:17:04 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.21.10.1: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.10.1: +4 -4
lines
sync with head.
Revision 1.21.8.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:34:07 2006 UTC (18 years, 2 months ago) by ad
Branches: newlock2
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +4 -3
lines
Sync with head.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:32:50 2006 UTC (18 years, 2 months ago) by christos
Branches: 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,
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,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking,
mjf-ufs-trans
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4
lines
__unused removal on arguments; approved by core.
Revision 1.21.10.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:05:43 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -4
lines
sync with head
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:30:58 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -4
lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:50:00 2006 UTC (18 years, 4 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +13 -13
lines
sync with head
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:02:51 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -13
lines
sync with head.
Revision 1.18.12.3: download - view: text, markup, annotated - select for diffs
Wed May 24 15:50:24 2006 UTC (18 years, 8 months ago) by tron
Branches: peter-altq
Diff to: previous 1.18.12.2: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.12.2: +3 -3
lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.18.8.2: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:40 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.18.8.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.8.1: +3 -3
lines
sync with head.
Revision 1.18.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:38:54 2006 UTC (18 years, 9 months ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +13 -13
lines
Sync with head.
Revision 1.18.10.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 03:24:36 2006 UTC (18 years, 9 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +13 -13
lines
sync with head.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Apr 14 20:17:34 2006 UTC (18 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
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
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3
lines
Coverity CID 1532: Off-by-one array overrun.
Revision 1.18.8.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:56 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -12
lines
sync with head.
Revision 1.18.12.2: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:45:19 2006 UTC (18 years, 9 months ago) by tron
Branches: peter-altq
Diff to: previous 1.18.12.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.12.1: +6 -6
lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 29 06:45:05 2006 UTC (18 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6
lines
Use device_private().
Revision 1.18.12.1: download - view: text, markup, annotated - select for diffs
Tue Mar 28 09:42:10 2006 UTC (18 years, 10 months ago) by tron
Branches: peter-altq
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -9
lines
Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Mar 25 23:04:31 2006 UTC (18 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -9
lines
Use device_parent().
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:21:23 2005 UTC (19 years, 1 month ago) by christos
Branches: 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
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
merge ktrace-lwp.
Revision 1.13.6.6: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:04:00 2005 UTC (19 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.6.5: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.6.5: +3 -3
lines
Sync with HEAD. Here we go again...
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 30 04:37:57 2005 UTC (19 years, 7 months ago) by christos
Branches: 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
Branch point for: yamt-lazymbuf
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
add const
Revision 1.15.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:47 2005 UTC (19 years, 8 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +9 -9
lines
sync with -current
Revision 1.15.6.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:34:00 2005 UTC (19 years, 10 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +9 -9
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.13.6.5: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:41:15 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.6.4: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.6.4: +9 -9
lines
Sync with HEAD.
Hi Perry!
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 27 00:27:00 2005 UTC (19 years, 10 months ago) by perry
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
kent-audio2-base
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -9
lines
nuke trailing whitespace
Revision 1.13.6.4: download - view: text, markup, annotated - select for diffs
Tue Nov 2 07:51:30 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.6.3: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.6.3: +3 -2
lines
Sync with HEAD.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Oct 28 07:07:40 2004 UTC (20 years, 2 months ago) by yamt
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
move buffer queue related stuffs from buf.h to their own header, bufq.h.
Revision 1.13.6.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:27:46 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.6.2: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.6.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.13.6.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:45:47 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.6.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.6.1: +0 -0
lines
Sync with HEAD.
Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:46:06 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5
lines
Sync with HEAD
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 19 12:44:10 2004 UTC (20 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5
lines
Spell removable with only two es. Inspired by jmc@openbsd.
Revision 1.5.2.6: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:41:44 2002 UTC (22 years, 3 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.5.2.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.5: +3 -7
lines
Catch up to -current.
Revision 1.7.2.3: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:38:44 2002 UTC (22 years, 3 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.7.2.2: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.2: +4 -8
lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 2 16:33:53 2002 UTC (22 years, 3 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
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
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Add trailing ; to CFATTACH_DECL.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 30 21:11:46 2002 UTC (22 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -8
lines
Use CFATTACH_DECL().
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:38:02 2002 UTC (22 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Declare all cfattach structures const.
Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:54:02 2002 UTC (23 years ago) by thorpej
Branches: kqueue
Diff to: previous 1.7.2.1: preferred, colored
Changes since revision 1.7.2.1: +4 -1
lines
Sync kqueue branch with -current.
Revision 1.5.2.5: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:14:10 2001 UTC (23 years, 2 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.2.4: preferred, colored
Changes since revision 1.5.2.4: +4 -1
lines
Catch up to -current.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 13 12:24:59 2001 UTC (23 years, 2 months ago) by lukem
Branches: 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,
gehenna-devsw-base,
gehenna-devsw,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1
lines
add RCSID
Revision 1.9.6.2: download - view: text, markup, annotated - select for diffs
Thu Oct 25 17:54:01 2001 UTC (23 years, 3 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.9.6.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.6.1: +568 -0
lines
Pull up revisions 1.1-1.9 (requested by ad):
Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.
Revision 1.5.2.4: download - view: text, markup, annotated - select for diffs
Fri Sep 21 22:35:31 2001 UTC (23 years, 4 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.2.3: preferred, colored
Changes since revision 1.5.2.3: +21 -40
lines
Catch up to -current.
Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Sat Aug 25 06:16:11 2001 UTC (23 years, 5 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +29 -51
lines
Merge Aug 24 -current into the kqueue branch.
Revision 1.5.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 24 00:09:10 2001 UTC (23 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.2.2: preferred, colored
Changes since revision 1.5.2.2: +9 -12
lines
Catch up with -current.
Revision 1.9.6.1
Wed Aug 22 09:42:06 2001 UTC (23 years, 5 months ago) by he
Branches: netbsd-1-5
FILE REMOVED
Changes since revision 1.9: +0 -568
lines
file ld_iop.c was added on branch netbsd-1-5 on 2001-10-25 17:54:01 +0000
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:42:06 2001 UTC (23 years, 5 months ago) by ad
Branches: 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
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +21 -40
lines
Parameter group changes:
- Do FIELD_SET correctly for scalar types.
- Add some basic table ops.
- Push error reporting back into iop.c.
- Add some field index and (yet more) LAN defs to i2o.h.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 4 16:54:18 2001 UTC (23 years, 5 months ago) by ad
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -12
lines
Some changes from OpenBSD, and some of my own:
- More SCSI port defs.
- Nuke vtophys().
- Release resources in iop_init() upon failure.
- Don't use a message wrapper when initalising the outbound FIFO.
- A couple of field size/endian fixes.
- Just use iop_post() when we don't need special handling.
- IM_DISCARD is now pointless, since we don't queue at the driver level.
- Map data transfers from/to userspace directly.
- A few comment and stylistic changes.
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Thu Jun 21 20:01:50 2001 UTC (23 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5.2.1: preferred, colored
Changes since revision 1.5.2.1: +1 -17
lines
Catch up to -current.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 10 10:48:43 2001 UTC (23 years, 7 months ago) by ad
Branches: MAIN
Branch point for: kqueue
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -17
lines
Centralise the geometry fudge.
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 9 01:56:03 2001 UTC (23 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +191 -146
lines
Catch up with -current.
Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Sun Apr 1 15:03:43 2001 UTC (23 years, 9 months ago) by ad
Branches: thorpej_scsipi
Diff to: previous 1.3.2.5: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.5: +1 -1
lines
Sync w/current.
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Tue Mar 27 15:31:52 2001 UTC (23 years, 10 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.3.2.4: preferred, colored
Changes since revision 1.3.2.4: +191 -146
lines
Sync with HEAD.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 20 13:01:49 2001 UTC (23 years, 10 months ago) by ad
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +191 -146
lines
Major update; basically, improve performance somewhat and play nicer with
Intel and AMI IOPs. There still exists one nasty problem with Intel adapters
when under load, which I'm working on.
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:15:23 2001 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.3.2.3: preferred, colored
Changes since revision 1.3.2.3: +3 -3
lines
Sync with HEAD.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 6 12:22:24 2001 UTC (23 years, 11 months ago) by ad
Branches: MAIN
Branch point for: nathanw_sa
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Sync with ld.c.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:35:33 2001 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.3.2.2: preferred, colored
Changes since revision 1.3.2.2: +4 -8
lines
Sync with HEAD
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 3 21:01:29 2001 UTC (24 years ago) by ad
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -8
lines
Make dumps work, and put the first part of detach into ld.c.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:12:19 2000 UTC (24 years, 1 month ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.3.2.1: preferred, colored
Changes since revision 1.3.2.1: +565 -0
lines
Sync with HEAD.
Revision 1.3.2.1
Sun Dec 3 15:51:53 2000 UTC (24 years, 1 month ago) by bouyer
Branches: thorpej_scsipi
FILE REMOVED
Changes since revision 1.3: +0 -565
lines
file ld_iop.c was added on branch thorpej_scsipi on 2000-12-08 09:12:19 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 15:51:53 2000 UTC (24 years, 1 month ago) by ad
Branches: MAIN
Branch point for: thorpej_scsipi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -4
lines
Oops.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 13:17:03 2000 UTC (24 years, 1 month ago) by ad
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +174 -77
lines
- Only configure un-claimed devices. Implement re-configuration.
- Adhere to the spec better in some places. Also, work around some quirks
noted in the Linux I2O code.
- Register event handlers for the executive and RBS devices.
- Fix a number of buglets and tidy a little.
- Implement a message pass-through interface and some other useful ioctls.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 26 17:44:05 2000 UTC (24 years, 2 months ago) by ad
Branches: MAIN
lsu -> ld, by popular request.
CVSweb <webmaster@jp.NetBSD.org>