The NetBSD Project

CVS log for src/sys/arch/mac68k/include/bus.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / mac68k / include

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29.4.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:29 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.29: +1 -53 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.1 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 23 19:38:08 2021 UTC (3 years, 2 months ago) by christos
Branch: 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-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, 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, HEAD
Changes since 1.29: +1 -53 lines
Diff to previous 1.29 (colored) to selected 1.1 (colored)

Remove cargo-culted '#if 0' code that was designed to produce a
compile-time error if any of the bus_space_*_8 functions was used,
but was documented that it produces a link-time error.

Revision 1.26.88.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:57 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.26.88.1: +11 -1 lines
Diff to previous 1.26.88.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored) to selected 1.1 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.26.88.1 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:43 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.1 (colored)

Merge changes from current as of 20200406

Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 2 15:30:26 2020 UTC (3 years, 11 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh
Branch point for: thorpej-futex
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) to selected 1.1 (colored)

 s/impliment/implement/ in comment.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 23 16:17:56 2019 UTC (4 years, 6 months ago) by skrll
Branch: MAIN
CVS Tags: phil-wifi-20191119, is-mlppp-base, is-mlppp, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.27: +5 -2 lines
Diff to previous 1.27 (colored) to selected 1.1 (colored)

Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches
to follow arm and (generic) mips.

Reviewed by christos.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 23 07:52:53 2019 UTC (4 years, 8 months ago) by rin
Branch: MAIN
CVS Tags: netbsd-9-base, 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
Changes since 1.26: +8 -1 lines
Diff to previous 1.26 (colored) to selected 1.1 (colored)

PR port-mac68k/24883

Style-only changes in preparation to import AV DMA code:

- G/C unused from esp_softc
- clean up headers:
    - prefer <sys/bus.h> over <machine/bus.h>
    - G/C unused
    - sort
- staticify private functions and variables
- stop using inline qualifier for functions called via function pointers
- use C99 initializer
- provide bus_space_vaddr(9) and use it, instead of using member of
  bus_handle_t directly
- use uint*_t:
    - u_char --> uint8_t
    - u_int*_t --> uint*_t
- use proper names from ncr53c9xreg.h instead of magic numbers
- and some KNF, and etc.

No functional changes intended.

Revision 1.25.54.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:22 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.25: +1 -8 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.1 (colored)

Sync with HEAD.

Revision 1.25.56.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:22 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.25: +1 -8 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.1 (colored)

sync with head.

Revision 1.25.58.1 / (download) - annotate - [select for diffs], Fri May 16 02:22:44 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.25: +1 -8 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.1 (colored)

sync with head.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:27 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, 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, 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, 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, tls-maxphys-base-20171202, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, 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, phil-wifi-20190609, 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, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-8-base, 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, netbsd-5-base, 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, netbsd-5, mjf-devfs2-base, matt-premerge-20091211, matt-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, 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, localcount-20160914, khorben-n900, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, cherry-xenmp-base, cherry-xenmp, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver, ad-audiomp2-base, ad-audiomp2
Branch point for: phil-wifi
Changes since 1.25: +1 -8 lines
Diff to previous 1.25 (colored) to selected 1.1 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.21.10.1 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:25 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21: +61 -31 lines
Diff to previous 1.21 (colored) next main 1.22 (colored) to selected 1.1 (colored)

sync with head.

Revision 1.24.14.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:23 2006 UTC (17 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.24: +61 -31 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.1 (colored)

Sync with head.

Revision 1.21.8.1 / (download) - annotate - [select for diffs], Sat Sep 16 11:38:14 2006 UTC (17 years, 6 months ago) by ghen
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-1-RELEASE, netbsd-3-1
Changes since 1.21: +61 -31 lines
Diff to previous 1.21 (colored) next main 1.22 (colored) to selected 1.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #1512):
	sys/arch/mac68k/include/bus.h: revision 1.25
	sys/arch/mac68k/dev/if_ae.c: revision 1.78
Apply patch from Scott Reynolds in PR port-mac68k/32583
with some tweaks (add a comment and macro):
Handle odd byte case correctly in (ETHER_MIN_LEN-ETHER_CRC_LEN) padding
so that bus_space_set_region_2() won't be called with count==0.
Apply patch in PR port-mac68k/33636 from Dave Huang (with wrapping long lines).
i.e. args in macro should be wrapped with parentheses.

Revision 1.24.12.1 / (download) - annotate - [select for diffs], Thu Sep 14 19:17:40 2006 UTC (17 years, 6 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.24: +61 -31 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #154):
	sys/arch/mac68k/include/bus.h: revision 1.25
	sys/arch/mac68k/dev/if_ae.c: revision 1.78
Apply patch from Scott Reynolds in PR port-mac68k/32583
with some tweaks (add a comment and macro):
Handle odd byte case correctly in (ETHER_MIN_LEN-ETHER_CRC_LEN) padding
so that bus_space_set_region_2() won't be called with count==0.
Apply patch in PR port-mac68k/33636 from Dave Huang (with wrapping long lines).
i.e. args in macro should be wrapped with parentheses.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:11 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.24: +61 -31 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.1 (colored)

sync with head.

Revision 1.20.16.1 / (download) - annotate - [select for diffs], Tue Sep 12 10:56:46 2006 UTC (17 years, 6 months ago) by tron
Branch: netbsd-2
Changes since 1.20: +61 -31 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #10692):
	sys/arch/mac68k/include/bus.h: revision 1.25
Apply patch in PR port-mac68k/33636 from Dave Huang (with wrapping long lines).
i.e. args in macro should be wrapped with parentheses.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 9 06:01:48 2006 UTC (17 years, 6 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pf42-baseX, yamt-pf42-base, yamt-pdpolicy-base9, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, post-newlock2-merge, nick-net80211-sync-base, nick-net80211-sync, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs-base, mjf-devfs, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1, ad-audiomp-base, ad-audiomp
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.24: +61 -31 lines
Diff to previous 1.24 (colored) to selected 1.1 (colored)

Apply patch in PR port-mac68k/33636 from Dave Huang (with wrapping long lines).
i.e. args in macro should be wrapped with parentheses.

Revision 1.23.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:41:05 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.1 (colored)

sync with head

Revision 1.23.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:37:40 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.1 (colored)

Sync with head.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 15:38:40 2006 UTC (18 years, 1 month ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.1 (colored)

sync with head.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 16 20:17:14 2006 UTC (18 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, 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
Branch point for: yamt-pdpolicy, newlock2, abandoned-netbsd-4
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.1 (colored)

Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 24 20:07:15 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.1 (colored)

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 11 12:18:03 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored) to selected 1.1 (colored)

merge ktrace-lwp.

Revision 1.20.10.1 / (download) - annotate - [select for diffs], Mon Jan 17 19:29:35 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.20: +281 -302 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.1 (colored)

Sync with HEAD.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 15 16:00:59 2005 UTC (19 years, 2 months ago) by chs
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, netbsd-3-1-RC2, netbsd-3-1-RC1, 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, ktrace-lwp-base, kent-audio2-base, kent-audio2
Branch point for: yamt-lazymbuf, netbsd-3
Changes since 1.20: +281 -302 lines
Diff to previous 1.20 (colored) to selected 1.1 (colored)

de-__P, remove register, ansify, b* -> mem*.

Revision 1.17.4.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:37:44 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.17.4.1: +35 -33 lines
Diff to previous 1.17.4.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored) to selected 1.1 (colored)

catch up with -current on kqueue branch

Revision 1.18.4.2 / (download) - annotate - [select for diffs], Wed Apr 17 00:03:33 2002 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.18.4.1: +791 -0 lines
Diff to previous 1.18.4.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.1 (colored)

Catch up to -current.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 10 04:38:49 2002 UTC (21 years, 11 months ago) by briggs
Branch: 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-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, kent-audio1-beforemerge, kent-audio1-base, kent-audio1, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, fvdl_fs64_base
Branch point for: netbsd-2, ktrace-lwp
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored) to selected 1.1 (colored)

Use m68k/m68k/cacheops.[ch]
Use m68k/m68k/bus_dma.c
	- Add mainbus_attach_args with bus_space_tag_t and bus_dma_tag_t.
	- Use passed-in tags for nubus scan.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Apr 9 01:53:47 2002 UTC (21 years, 11 months ago) by briggs
Branch: MAIN
Changes since 1.18: +33 -33 lines
Diff to previous 1.18 (colored) to selected 1.1 (colored)

Constify bus_space_write_multi_N() and bus_space_write_region_N().
Addresses PR port-mac68k/16233.

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:45:36 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) to selected 1.1 (colored)

Sync kqueue branch with -current.

Revision 1.13.4.2 / (download) - annotate - [select for diffs], Mon Oct 8 19:45:01 2001 UTC (22 years, 5 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.13.4.1: +3 -1 lines
Diff to previous 1.13.4.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.1 (colored)

Pull up revision 1.18 (requested by briggs):
  Define __BUS_SPACE_HAS_STREAM_METHODS since that fits what we
  have.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Oct 1 12:40:27 2001 UTC (22 years, 6 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.1 (colored)

Catch up with -current.

Revision 1.18.4.1, Fri Sep 14 00:58:08 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18: +0 -789 lines
FILE REMOVED

file bus.h was added on branch nathanw_sa on 2002-04-17 00:03:33 +0000

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 14 00:58:08 2001 UTC (22 years, 6 months ago) by briggs
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, pre-chs-ubcperf, post-chs-ubcperf, newlock-base, newlock, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: nathanw_sa
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) to selected 1.1 (colored)

Define __BUS_SPACE_HAS_STREAM_METHODS since the functions are there.  Noted
on tech-kern & port-mac68k by "John Ruschmeyer" <jruschme@mac.com>.

Revision 1.12.8.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:12:19 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.12: +451 -268 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.1 (colored)

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.13.4.1 / (download) - annotate - [select for diffs], Sun Aug 6 02:08:03 2000 UTC (23 years, 7 months ago) by briggs
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.13: +450 -268 lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)

Pullups approved by thorpej --
Add byte-swap and stride options to bus_space.  Allocate as normal, then
call mac68k_bus_space_handle_swapped() or mac68k_bus_space_handle_set_stride().
Stride is untested.  Swapped code works for SMC ethernet.

Add bus_space_*_stream_N functions to bus_space.

Add a DIAGNOSTIC panic if (count-using) bus_space macros are called with
a count of zero.  Some drivers do this accidentally and some bus_space
implementations will fail if count is passed as zero (they are set up in
a do-{}-while structure).

There were some bogus assumptions about bus_space_handle_t and some
function calls that didn't match prototypes--fix those here, too.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 31 22:40:25 2000 UTC (23 years, 8 months ago) by briggs
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base
Branch point for: thorpej-devvp, kqueue
Changes since 1.16: +167 -27 lines
Diff to previous 1.16 (colored) to selected 1.1 (colored)

Add bus_space_*_stream_N functions.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jul 31 14:59:15 2000 UTC (23 years, 8 months ago) by briggs
Branch: MAIN
Changes since 1.15: +73 -1 lines
Diff to previous 1.15 (colored) to selected 1.1 (colored)

Add a DIAGNOSTIC panic if (count-using) bus_space macros are called with
a count of zero.  Some drivers do this accidentally and some bus_space
implementations will fail if count is passed as zero (they are set up in
a do-{}-while structure).

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 30 23:17:23 2000 UTC (23 years, 8 months ago) by briggs
Branch: MAIN
Changes since 1.14: +37 -19 lines
Diff to previous 1.14 (colored) to selected 1.1 (colored)

Make sure that bus_space read/write functions that take a count will not be
called if count is zero.  The smc91cxx driver, for example, may try to call
bus_space_write_multi_2() with a count of 0.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 30 21:38:02 2000 UTC (23 years, 8 months ago) by briggs
Branch: MAIN
Changes since 1.13: +223 -271 lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)

Add byte-swap and stride options to bus_space.  Allocate as normal, then
call mac68k_bus_space_handle_swapped() or mac68k_bus_space_handle_set_stride().
Stride is untested.  Swapped code works for SMC ethernet.

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Sun Feb 13 04:17:41 2000 UTC (24 years, 1 month ago) by scottr
Branch: scottr-mac68k-wscons
Changes since 1.11.2.1: +2 -1 lines
Diff to previous 1.11.2.1 (colored) next main 1.12 (colored) to selected 1.1 (colored)

Sync with main branch.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 25 22:13:22 2000 UTC (24 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: scottr-mac68k-wscons-base, netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl, chs-ubc2-newbase
Branch point for: netbsd-1-5
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)

define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means that
device accesses are idempotent (but should not be cached by the CPU)

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Sun May 16 22:38:10 1999 UTC (24 years, 10 months ago) by scottr
Branch: scottr-mac68k-wscons
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)

Sync with main branch.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 23 21:29:05 1999 UTC (25 years ago) by drochner
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, 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: thorpej_scsipi
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)

Add a macro to check for sufficient pointer alignment in bus.h context,
"BUS_SPACE_ALIGNED_POINTER()".
Equal to the param.h "ALIGNED_POINTER()" normally, but obeys additional
requirements of the bus_space_xxx_n() macros. (BUS_SPACE_DEBUG)

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 6 03:06:45 1999 UTC (25 years, 2 months ago) by briggs
Branch: MAIN
Branch point for: scottr-mac68k-wscons
Changes since 1.10: +25 -19 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)

Fix PR port-mac68k/6665 from Paul Goyette with some minor mods.
Cast values is bus_space macros to the appropriate types so we end up
with valid assembly.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 16 05:36:17 1998 UTC (25 years, 7 months ago) by scottr
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, chs-ubc-base, chs-ubc
Changes since 1.9: +19 -19 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)

Remove semicolons from the end of bus_space_*_multi_*().  From Ken Nakata
in PR 5965.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 13 18:32:15 1998 UTC (26 years, 2 months ago) by scottr
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.8: +95 -55 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

Conform to spec, and make bus_space_copy() handle overlapping copies.
From Jason Thorpe.

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Tue Oct 14 10:17:05 1997 UTC (26 years, 5 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.6: +39 -7 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.1 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 10 05:54:48 1997 UTC (26 years, 5 months ago) by scottr
Branch: 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
Changes since 1.7: +2 -6 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)

Remove advertising clause.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 4 17:36:56 1997 UTC (26 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +38 -2 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)

Copyright assigned to The NetBSD Foundation.

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Wed Mar 12 15:08:51 1997 UTC (27 years ago) by is
Branch: is-newarp
Changes since 1.1: +164 -10 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

Merge in changes from The Trunk, partially just reimplementing newarp.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 24 05:55:14 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, marc-pcmcia-bp, is-newarp-before-merge, bouyer-scsipi
Branch point for: marc-pcmcia
Changes since 1.5: +22 -1 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

The bus space tag really isn't used; stop the compiler from complaining.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 22 04:56:17 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

Remove niggles that made it into the copyright, and correct the
license terms (added Jason Thorpe).

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 20 05:53:00 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
Changes since 1.3: +130 -4 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

Implement bus_space_set_multi_N(), bus_space_set_region_N(), and
bus_space_copy_N().  Bus space support is now complete.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 14 06:02:57 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Add prototypes for bus_space_alloc() and bus_space_free()

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 11 07:37:41 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
CVS Tags: mrg-vm-swap
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Initialize and use extent manager for bus space mapping functions.
Tweak bus_space_{tag,handle}_t types slightly to facilitate this.

Revision 1.1 / (download) - annotate - [selected], Mon Feb 3 17:32:54 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
CVS Tags: is-newarp-base
Branch point for: is-newarp

Implement basic bus space access macros/functions.

Note:  we currently do not use the extent manager.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>