CVS log for src/sys/arch/x68k/x68k/disksubr.c
Up to [cvs.NetBSD.org] / src / sys / arch / x68k / x68k
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jan 7 07:58:35 2024 UTC (12 months, 2 weeks ago) by isaki
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3
lines
TAB/space/indent cleanup.
Revision 1.35.4.1: download - view: text, markup, annotated - select for diffs
Tue Jun 30 18:20:53 2020 UTC (4 years, 6 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +7 -7
lines
Pull up following revision(s) (requested by tsutsui in ticket #973):
sys/arch/x68k/x68k/disksubr.c: revision 1.36
Use a sane default for size of partition a: rather than odd 0x1fffffff.
The latter one seems derived from 386BSD (and 4.4BSD),
but it could confuse sysinst as noted in PR/55187.
Sync with most other modern ports that use secperunit
as well as RAW_PART.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jun 18 19:54:08 2020 UTC (4 years, 7 months ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
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,
thorpej-altq-separation-base,
thorpej-altq-separation,
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,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -7
lines
Use a sane default for size of partition a: rather than odd 0x1fffffff.
The latter one seems derived from 386BSD (and 4.4BSD),
but it could confuse sysinst as noted in PR/55187.
Sync with most other modern ports that use secperunit
as well as RAW_PART.
Revision 1.34.56.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:52 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +2 -58
lines
Sync with HEAD
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Apr 3 22:10:51 2019 UTC (5 years, 9 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: netbsd-9
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -58
lines
centralize setdisklabel(9)
Revision 1.33.38.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:07:05 2011 UTC (13 years, 7 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +26 -20
lines
Sync with HEAD.
Revision 1.33.32.1: download - view: text, markup, annotated - select for diffs
Tue May 31 03:04:23 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +26 -20
lines
sync with head
Revision 1.33.20.1: download - view: text, markup, annotated - select for diffs
Fri May 20 19:32:44 2011 UTC (13 years, 8 months ago) by bouyer
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
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +26 -20
lines
Pull up following revision(s) (requested by tsutsui in ticket #1621):
sys/arch/x68k/x68k/disksubr.c: revision 1.34
Fix buffer overrun in readdisklabel(9) (and writedisklabel(9))
that causes unexpected panic during installation and
DIAGNOSTIC pool assertions.
Also fix bp->b_flags in writedisklabel(9) error path.
The problem was reported from Y.Sugahara during XM6i development,
and this fix is confirmed on both X68030 (by me) and XM6i (by Sugahara).
XXX: broken dkbad support (which makes struct cpu_disklabel larger
XXX: than 512 bytes) should be removed...
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu May 5 04:38:20 2011 UTC (13 years, 8 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
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,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
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,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
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,
netbsd-8,
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-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
khorben-n900,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
jdolecek-ncq-base,
jdolecek-ncq,
cherry-xenmp-base,
cherry-xenmp,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: phil-wifi
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +26 -20
lines
Fix buffer overrun in readdisklabel(9) (and writedisklabel(9))
that causes unexpected panic during installation and
DIAGNOSTIC pool assertions.
Also fix bp->b_flags in writedisklabel(9) error path.
The problem was reported from Y.Sugahara during XM6i development,
and this fix is confirmed on both X68030 (by me) and XM6i (by Sugahara).
XXX: broken dkbad support (which makes struct cpu_disklabel larger
XXX: than 512 bytes) should be removed...
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:05:16 2008 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +10 -8
lines
Sync with HEAD.
Revision 1.25.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:40:04 2008 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.25.2.3: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.2.3: +10 -8
lines
sync with head
Revision 1.30.6.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:49:43 2008 UTC (17 years ago) by matt
Branches: matt-armv6
Diff to: previous 1.30.6.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.6.1: +10 -8
lines
sync with HEAD
Revision 1.32.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:51:16 2008 UTC (17 years ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +10 -8
lines
Sync with HEAD
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jan 2 11:48:32 2008 UTC (17 years ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
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-base2,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
yamt-nfs-mp-base,
yamt-nfs-mp,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-net80211-sync-base,
nick-net80211-sync,
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-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,
mjf-devfs2-base,
mjf-devfs2,
mjf-devfs-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-premerge-20101231,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
jruoho-x86intr-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
ad-socklock-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: rmind-uvmplock,
netbsd-5,
jruoho-x86intr
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +10 -8
lines
Merge vmlocking2 to head.
Revision 1.32.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 31 10:43:22 2007 UTC (17 years ago) by ad
Branches: vmlocking2
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +10 -8
lines
Make compile with new buffer cache locking scheme.
XXX This should be largely MI, please do not make another clone of disksubr.c.
Revision 1.30.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:23:28 2007 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4
lines
sync with HEAD
Revision 1.25.2.3: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:28:52 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.25.2.2: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.2: +4 -4
lines
sync with head.
Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:43:43 2007 UTC (17 years, 3 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +4 -4
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.32: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:58:04 2007 UTC (17 years, 3 months ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: vmlocking2,
mjf-devfs,
bouyer-xeni386
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.28.10.3: download - view: text, markup, annotated - select for diffs
Tue Oct 16 18:23:57 2007 UTC (17 years, 3 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.28.10.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.10.2: +4 -4
lines
Sync with HEAD
Revision 1.30.8.1: download - view: text, markup, annotated - select for diffs
Sun Oct 14 11:47:50 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-x86pmap
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +4 -4
lines
sync with head.
Revision 1.28.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:38:40 2007 UTC (17 years, 3 months ago) by ad
Branches: vmlocking
Diff to: previous 1.28.2.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.2: +4 -4
lines
Sync with head.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 8 18:02:59 2007 UTC (17 years, 3 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base3,
vmlocking-base,
ppcoea-renovation-base,
bouyer-xenamd64
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4
lines
Merge brelse() changes from the vmlocking branch.
Revision 1.28.10.2: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:25:46 2007 UTC (17 years, 3 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.28.10.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.10.1: +3 -3
lines
Sync with HEAD
Revision 1.25.2.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:31:16 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.25.2.1: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.1: +11 -9
lines
sync with head.
Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 19 19:24:18 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.2.1: +3 -3
lines
- Back out the biodone() changes.
- Eliminate B_ERROR (from HEAD).
Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:47:57 2007 UTC (17 years, 5 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +3 -3
lines
Sync with HEAD.
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 7 18:05:54 2007 UTC (17 years, 5 months ago) by matt
Branches: matt-mips64
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +3 -3
lines
Sync with HEAD.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jul 29 12:15:42 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base2,
yamt-x86pmap-base,
nick-csl-alignment-base5,
matt-mips64-base,
hpcarm-cleanup
Branch point for: yamt-x86pmap,
matt-armv6,
jmcneill-pm
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -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.28.4.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:03:09 2007 UTC (17 years, 6 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +4 -4
lines
Sync with head.
Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Sun May 27 14:27:02 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4
lines
Sync with head.
Revision 1.28.10.1: download - view: text, markup, annotated - select for diffs
Tue May 22 17:27:47 2007 UTC (17 years, 8 months ago) by matt
Branches: ppcoea-renovation
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4
lines
Update to HEAD.
Revision 1.27.4.2: download - view: text, markup, annotated - select for diffs
Thu May 17 13:41:06 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-idlelwp
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: +4 -4
lines
sync with head.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat May 12 06:31:19 2007 UTC (17 years, 8 months ago) by isaki
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
nick-csl-alignment-base,
mjf-ufs-trans-base
Branch point for: nick-csl-alignment,
matt-mips64
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4
lines
Clean up white spaces and tabs.
Revision 1.27.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:51:44 2007 UTC (17 years, 10 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +8 -6
lines
Sync with HEAD.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Mar 5 12:37:53 2007 UTC (17 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
ppcoea-renovation,
mjf-ufs-trans
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +8 -6
lines
Add (char *) casts on pointer arith.
Revision 1.26.20.1: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:01:01 2007 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -53
lines
Sync with head.
Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:22 2006 UTC (18 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -53
lines
sync with head.
Revision 1.26.22.1: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:16:42 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -53
lines
sync with head.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Nov 25 11:59:58 2006 UTC (18 years, 2 months ago) by scw
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
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: yamt-idlelwp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -53
lines
Replace the myriad copies of bounds_check_with_label() with a single MI
version.
Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:19:45 2005 UTC (19 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
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.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
merge ktrace-lwp.
Revision 1.20.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:00:20 2005 UTC (19 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.4: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.4: +4 -4
lines
Sync with HEAD. Here we go again...
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 13 00:12:21 2005 UTC (19 years, 7 months ago) by he
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.24: preferred, colored
Changes since revision 1.24: +4 -4
lines
Make this build with -Wcast-qual by adding a few consts.
Revision 1.23.8.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:28 2005 UTC (19 years, 8 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +10 -23
lines
sync with -current
Revision 1.20.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:35:18 2005 UTC (20 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.3: preferred, colored
Changes since revision 1.20.2.3: +10 -23
lines
Sync with HEAD.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 18 07:12:16 2005 UTC (20 years ago) by chs
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
kent-audio2-base
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -23
lines
de-__P, remove register, ansify.
Revision 1.20.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:24:21 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.2: preferred, colored
Changes since revision 1.20.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:42:37 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.1: preferred, colored
Changes since revision 1.20.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:42:57 2004 UTC (20 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -7
lines
Sync with HEAD
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Nov 1 11:44:46 2003 UTC (21 years, 2 months ago) by jdolecek
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,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: kent-audio2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
fix potential use of uninitialized local variable 'error'
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:30:29 2003 UTC (21 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 15 01:44:56 2003 UTC (21 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -1
lines
rcsid
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 10 23:12:42 2003 UTC (21 years, 8 months ago) by thorpej
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -3
lines
Change bounds_check_with_label() to take a pointer to the disk structure,
rather than the label itself. This paves the way for some future changes.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 2 08:45:14 2003 UTC (21 years, 8 months ago) by dsl
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Change return type of readdisklabel() to const char *
I hope I've found all the correct places!
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 16 15:01:09 2003 UTC (21 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -4
lines
Nake return values from bounds_check_with_label() conform to the man
page: -1 for error, 0 for EOF, 1 otherwise. Inspired by an OpenBSD commit
message, pointed out by Miod Vallat in private mail.
vax/mba/hp.c: check return value <= 0, not < 0 to be concistent with how
other places handle return values from bounds_check_with_label().
Revision 1.14.4.2: download - view: text, markup, annotated - select for diffs
Sat Mar 16 16:00:23 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.14.4.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.4.1: +2 -2
lines
Catch up with -current.
Revision 1.14.8.2: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:12:40 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.14.8.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.8.1: +2 -2
lines
Catch up to -current.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 19 17:09:50 2002 UTC (22 years, 11 months ago) by wiz
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,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
strategy should have an 'r'. Inspired by similar change in OpenBSD.
Revision 1.14.4.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:50:45 2002 UTC (23 years ago) by thorpej
Branches: kqueue
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +211 -133
lines
Sync kqueue branch with -current.
Revision 1.14.8.1: download - view: text, markup, annotated - select for diffs
Tue Jan 8 00:28:55 2002 UTC (23 years ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +211 -133
lines
Catch up to -current.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 27 02:23:26 2001 UTC (23 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +12 -9
lines
bcopy/bcmp/bzero -> memcpy/memcmp/memset
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 24 16:08:25 2001 UTC (23 years, 2 months ago) by minoura
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +200 -125
lines
Support BSD style disklabel on harddisks.
XXX need consistency check between the native label and the BSD label.
Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 10 11:56:50 2001 UTC (23 years, 3 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +27 -17
lines
Convert all remaining devices.
Revision 1.9.8.2: download - view: text, markup, annotated - select for diffs
Wed Nov 22 16:02:19 2000 UTC (24 years, 2 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.9.8.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.8.1: +16 -12
lines
Sync with HEAD.
Revision 1.9.8.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:30:23 2000 UTC (24 years, 2 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +26 -20
lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 20 08:24:23 2000 UTC (24 years, 2 months ago) by chs
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base,
thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-devvp,
nathanw_sa,
kqueue
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +16 -12
lines
rationalize the use of b_flags for geteblk() buffers.
rather than assigning to the whole field, set or clear individual flags,
which implies that the B_BUSY and B_INVAL flags will remain set.
this allows us to make the assertion in brelse() that B_BUSY is set,
which is the purpose of all this.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 19 18:54:29 2000 UTC (24 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
A foolish consistency; most parts of the kernel use bp->b_data, so
change these from bp->b_un.b_addr to bp->b_data, as well. This also
allows us more flexibility to experiment with other data buffer types
hung off of struct buf.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue May 16 05:45:51 2000 UTC (24 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -9
lines
Nuke dk_establish() from orbit except from those ports which still use
it to determine the boot device: mvme68k, pc532, macppc, ofppc. Those
platforms should be changed to use device_register(). In the mean time,
those ports defined __BROKEN_DK_ESTABLISH.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Feb 5 07:38:10 2000 UTC (24 years, 11 months ago) by itohy
Branches: MAIN
CVS tags: chs-ubc2-newbase
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +17 -1
lines
Mark LFS partitions as "BSD lfs ".
Now, swap partition should be "BSD swap" unless COMPAT_14.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 18 19:52:40 2000 UTC (25 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -11
lines
Use b_cylinder as defined in sys/buf.h
Revision 1.9.14.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 23:16:21 1999 UTC (25 years, 1 month ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +10 -4
lines
Initial commit of recent changes to make DEV_BSIZE go away.
Runs on i386, needs work on other arch's. Main kernel routines should be
fine, but a number of the stand programs need help.
cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512
byte block devices. vnd, raidframe, and lfs need work.
Non 2**n block support is automatic for LKM's and conditional for kernels
on "options NON_PO2_BLOCKS".
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 16 16:30:23 1999 UTC (25 years, 10 months ago) by minoura
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-base,
chs-ubc2
Branch point for: wrstuden-devbsize,
thorpej_scsipi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
Merged minoura_x68k_bus_h branch.
Revision 1.7.8.1: download - view: text, markup, annotated - select for diffs
Sun Jan 31 05:40:38 1999 UTC (25 years, 11 months ago) by minoura
Branches: minoura_x68k_bus_h
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +2 -3
lines
Sync.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 9 19:55:58 1999 UTC (26 years ago) by itohy
Branches: MAIN
CVS tags: minoura_x68k_bus_h-base3,
minoura_x68k_bus_h-base2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
Avoid `void *' arithmetic.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 5 08:49:40 1998 UTC (26 years, 6 months ago) by jonathan
Branches: MAIN
CVS tags: minoura_x68k_bus_h-base,
kenh-if-detach-base,
kenh-if-detach,
eeh-paddr_t-base,
eeh-paddr_t,
chs-ubc-base,
chs-ubc
Branch point for: minoura_x68k_bus_h
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1
lines
* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.
TODO: revisit interaction between native compat and emul compat usage.
Revision 1.3.10.1: download - view: text, markup, annotated - select for diffs
Tue Oct 14 10:20:59 1997 UTC (27 years, 3 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +18 -18
lines
Update marc-pcmcia branch from trunk.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 12 18:23:18 1997 UTC (27 years, 3 months ago) by oki
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3,
marc-pcmcia-base
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -1
lines
Oops, dk_establish still need.
Backout previous commit, added prototype.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 12 12:15:15 1997 UTC (27 years, 3 months ago) by oki
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -12
lines
Prune unused function.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 10 17:43:09 1997 UTC (27 years, 3 months ago) by oki
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -7
lines
Remove use of register.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 16 09:10:33 1996 UTC (28 years, 7 months ago) by oki
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +66 -12
lines
from trunk: fixed to write disklabel correctly.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jun 16 09:07:59 1996 UTC (28 years, 7 months ago) by oki
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
thorpej-setroot,
mrg-vm-swap,
marc-pcmcia-bp,
is-newarp-before-merge,
is-newarp-base,
is-newarp,
bouyer-scsipi
Branch point for: marc-pcmcia
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +66 -12
lines
fixed to write disklabel correctly.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 21 15:33:01 1996 UTC (28 years, 8 months ago) by oki
Branches: MAIN
CVS tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2
lines
Some cleanup.
- Add missing return-type of function.
- Add missing prototype.
- some gcc -Wall printf warning.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 5 12:17:21 1996 UTC (28 years, 8 months ago) by oki
Branches: MAIN
Initial revision
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun May 5 12:17:03 1996 UTC (28 years, 8 months ago) by oki
Branches: Masaru
CVS tags: X68k_960505
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
NetBSD/x68k, by Masaru Oki.
CVSweb <webmaster@jp.NetBSD.org>