The NetBSD Project

CVS log for src/sys/arch/sparc/sparc/msiiep.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.53 / (download) - annotate - [select for diffs], Fri Jan 21 19:14:14 2022 UTC (2 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

Don't bother with prom_node_to_devhandle() if we're just forwarding along
our own node; use device_handle(self) instead.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Aug 7 16:19:05 2021 UTC (2 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2
Changes since 1.51: +5 -6 lines
Diff to previous 1.51 (colored)

Merge thorpej-cfargs2.

Revision 1.51.4.1 / (download) - annotate - [select for diffs], Wed Aug 4 02:57:06 2021 UTC (2 years, 8 months ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.51: +5 -6 lines
Diff to previous 1.51 (colored) next main 1.52 (colored)

Adapt to CFARGS().

Revision 1.50.4.1 / (download) - annotate - [select for diffs], Mon May 31 22:15:16 2021 UTC (2 years, 10 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.50: +5 -3 lines
Diff to previous 1.50 (colored) next main 1.51 (colored)

sync with head

Revision 1.50.2.1 / (download) - annotate - [select for diffs], Thu May 13 00:47:28 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.50: +5 -3 lines
Diff to previous 1.50 (colored) next main 1.51 (colored)

Sync with HEAD.

Revision 1.51 / (download) - annotate - [select for diffs], Mon May 10 23:53:44 2021 UTC (2 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Branch point for: thorpej-cfargs2
Changes since 1.50: +5 -3 lines
Diff to previous 1.50 (colored)

Associate the OpenBoot / OpenFirmware node with attached devices
at config_found() time.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:49 2021 UTC (2 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Changes since 1.49: +5 -5 lines
Diff to previous 1.49 (colored)

Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
  actually needed.
- Don't be explicit about what interface attribute is attaching if
  the device only has one.  (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
  situations, making is visibly easier to see when indirect config is
  in play, and allowing for future change in semantics.  (As of now,
  this is just a wrapper around config_match(), but that is an
  implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance.  This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

Revision 1.49.2.2 / (download) - annotate - [select for diffs], Tue Mar 23 07:14:51 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.49.2.1: +3 -3 lines
Diff to previous 1.49.2.1 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored)

Convert config_found_ia() call sites where the device only carries
a single interface attribute to bare config_found() calls.

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Sun Mar 21 21:09:07 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored)

Give config_found() the same variadic arguments treatment as
config_search().  This commit only adds the CFARG_EOL sentinel
to the existing config_found() calls.  Conversion of config_found_sm_loc()
and config_found_ia() call sites will be in subsequent commits.

Revision 1.48.8.1 / (download) - annotate - [select for diffs], Mon Dec 14 14:38:02 2020 UTC (3 years, 4 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

Sync w/ HEAD.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Nov 22 03:55:33 2020 UTC (3 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-cfargs-base
Branch point for: thorpej-cfargs
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored)

malloc(9) -> kmem(9) (easy, straight-forward cases only, for now)

Revision 1.46.18.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:07 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.46.18.1: +1 -4 lines
Diff to previous 1.46.18.1 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.46.18.1 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:53 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.46: +4 -4 lines
Diff to previous 1.46 (colored)

Merge changes from current as of 20200406

Revision 1.48 / (download) - annotate - [select for diffs], Mon Dec 30 22:13:47 2019 UTC (4 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, 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: thorpej-futex
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

PR port-sparc/54789: Sparc boot fails with "Trap 0x21 while interrupts disabled"

Remove assumption that cpu_info is smaller than 1kB.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Nov 10 21:16:33 2019 UTC (4 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.46: +3 -6 lines
Diff to previous 1.46 (colored)

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.

Revision 1.43.12.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:43 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.43.12.2: +1 -1 lines
Diff to previous 1.43.12.2 (colored) to branchpoint 1.43 (colored) next main 1.44 (colored)

update from HEAD

Revision 1.45.6.1 / (download) - annotate - [select for diffs], Sun Dec 27 12:09:43 2015 UTC (8 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) next main 1.46 (colored)

Sync with HEAD (as of 26th Dec)

Revision 1.46 / (download) - annotate - [select for diffs], Sun Oct 4 08:17:43 2015 UTC (8 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, 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, 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, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

Don't check unsigned values for negativity.

Revision 1.43.12.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:24 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.43.12.1: +3 -2 lines
Diff to previous 1.43.12.1 (colored) to branchpoint 1.43 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Thu May 22 11:40:09 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.43: +27 -18 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:25 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.44: +5 -4 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

sync with head

Revision 1.45 / (download) - annotate - [select for diffs], Sat Nov 16 23:54:01 2013 UTC (10 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, nick-nhusb-base-20150921, nick-nhusb-base-20150606, 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
Branch point for: nick-nhusb
Changes since 1.44: +5 -4 lines
Diff to previous 1.44 (colored)

- convert CPU_INFO_ITERATOR in the !MP case to be __unused, and convert
  all the iterators to use it
- print the right variables in nmi_hard_msiiep() (thanks set-but-unused)
- move variable inside usage #ifdef
- use (void) instead of a "volatile int" junk variable
- remove unused variables

Revision 1.43.12.1 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:12 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.43: +24 -16 lines
Diff to previous 1.43 (colored)

resync from head

Revision 1.44 / (download) - annotate - [select for diffs], Tue Apr 16 06:57:06 2013 UTC (11 years ago) by jdc
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900
Branch point for: rmind-smpnet
Changes since 1.43: +24 -16 lines
Diff to previous 1.43 (colored)

Add PCI fixup for MicroSPARC-IIep.
Unconfigured PCI-PCI bridges and devices behind them are configured.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jul 17 23:34:17 2011 UTC (12 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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, 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, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

actually use CFATTACH_DECL_NEW() and device_private() for mspcic.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jul 17 23:32:37 2011 UTC (12 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.41: +11 -12 lines
Diff to previous 1.41 (colored)

convert all the "empty softc" (just "struct device") drivers to using
device_t/cfdata_t and CFATTACH_DECL_NEW().

the mspcic driver was also converted since it does not ever touch the
sc_dev it used to have in there.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Jul 1 18:51:51 2011 UTC (12 years, 9 months ago) by dyoung
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

#include <sys/bus.h> instead of <machine/bus.h>.

Revision 1.39.6.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:06:47 2011 UTC (12 years, 10 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

Sync with HEAD.

Revision 1.39.4.1 / (download) - annotate - [select for diffs], Tue May 31 03:04:17 2011 UTC (12 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

sync with head

Revision 1.40 / (download) - annotate - [select for diffs], Tue May 17 17:34:53 2011 UTC (12 years, 11 months ago) by dyoung
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional
role in NetBSD (drivers are no longer supposed to write these to
pa_flags) without changing name.  Correct that.

Rename PCI_FLAGS_IO_ENABLED to PCI_FLAGS_IO_OKAY and
PCI_FLAGS_MEM_ENABLED to PCI_FLAGS_MEM_OKAY, thus making their names
consistent with the other PCI flags and poisoning 3rd-party driver
sources that use the flags in the old bad way.

This patch produces no binary changes in this set of PCI kernels when
they are compiled w/o 'options DIAGNOSTIC' and w/ -V MKREPRO=yes:

algor P4032 P5064 P6032
alpha GENERIC
amd64 GENERIC XEN3_DOM0
arc GENERIC
atari HADES MILAN-PCIIDE
bebox GENERIC
cats GENERIC
cobalt GENERIC
evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE
evbarm-el GUMSTIX HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321
evbarm-el IXDP425 IXM1200 KUROBOX_PRO
evbarm-el LUBBOCK MARVELL_NAS NAPPI NSLU2 SHEEVAPLUG SMDK2800 TEAMASA_NPWR
evbarm-el TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425
evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3
evbmips64-el XLSATX
evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266
evbppc OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT
hp700 GENERIC
i386 ALL XEN3_DOM0 XEN3_DOMU
ibmnws GENERIC
iyonix GENERIC
landisk GENERIC
macppc GENERIC
mvmeppc GENERIC
netwinder GENERIC
ofppc GENERIC
prep GENERIC
sandpoint GENERIC
sbmips-el GENERIC
sgimips GENERIC32_IP2x GENERIC32_IP3x
sparc GENERIC_SUN4U KRUPS
sparc64 GENERIC

Revision 1.35.44.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:58 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35.44.2: +5 -4 lines
Diff to previous 1.35.44.2 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)

sync with head

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jan 3 23:03:21 2010 UTC (14 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, 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, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: rmind-uvmplock, jruoho-x86intr
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

add an explicit "bool mpsafe" to intr_establish().  only set it to true
for the sun4m timer/counter interrupts.  this gets lev10/14 working again
on SMP systems, where those interrupts started taking the kernel lock and
hanging...

Revision 1.38 / (download) - annotate - [select for diffs], Wed Nov 11 14:20:01 2009 UTC (14 years, 5 months ago) by he
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.37: +4 -3 lines
Diff to previous 1.37 (colored)

Pass a 0 as flag value to pmap_kenter_pa().

Revision 1.35.44.2 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:10 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35.44.1: +6 -4 lines
Diff to previous 1.35.44.1 (colored) to branchpoint 1.35 (colored)

sync with head

Revision 1.37 / (download) - annotate - [select for diffs], Sat May 16 17:42:35 2009 UTC (14 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, jymxensuspend-base
Changes since 1.36: +6 -4 lines
Diff to previous 1.36 (colored)

Implement dmamap_unload - I might be missing something, or is it realy
this easy?

Revision 1.35.44.1 / (download) - annotate - [select for diffs], Mon May 4 08:11:55 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

sync with head.

Revision 1.35.46.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:43 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.35.42.1 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:13 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

sync with head.

Revision 1.35.40.1 / (download) - annotate - [select for diffs], Thu Jun 5 19:14:34 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Sync with HEAD.

Also fix build.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jun 4 12:41:41 2008 UTC (15 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-nfs-mp-base4, yamt-nfs-mp-base3, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, 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-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jym-xensuspend, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:30:06 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.2.1: +5 -5 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

sync with head.

Revision 1.34.26.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:50:43 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored) next main 1.35 (colored)

Sync with HEAD.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Mar 4 06:00:46 2007 UTC (17 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-pf42-baseX, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, 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, nick-net80211-sync-base, nick-net80211-sync, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs-base, mjf-devfs, 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-nbase, 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
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa, mjf-devfs2
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:56:12 2006 UTC (17 years, 10 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24: +175 -132 lines
Diff to previous 1.24 (colored)

sync with head.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Dec 24 23:24:02 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, 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, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, post-newlock2-merge, peter-altq-base, peter-altq, newlock2-nbase, newlock2-base, newlock2, 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, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-idlelwp
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

Revision 1.19.2.7 / (download) - annotate - [select for diffs], Sun Dec 11 10:28:36 2005 UTC (18 years, 4 months ago) by christos
Branch: ktrace-lwp
Changes since 1.19.2.6: +14 -12 lines
Diff to previous 1.19.2.6 (colored) next main 1.20 (colored)

Sync with head.

Revision 1.31.6.2 / (download) - annotate - [select for diffs], Tue Nov 29 21:23:04 2005 UTC (18 years, 4 months ago) by yamt
Branch: yamt-readahead
Changes since 1.31.6.1: +5 -3 lines
Diff to previous 1.31.6.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)

sync with head.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Nov 24 13:08:34 2005 UTC (18 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-readahead-base3, ktrace-lwp-base
Changes since 1.32: +5 -3 lines
Diff to previous 1.32 (colored)

bus_dmamem_map: honour BUS_DMA_NOWAIT.  noted by Manuel Bouyer.
bus_space_map: always do NOWAIT allocation as it used to be before yamt-km.

we have too many copies!

Revision 1.31.6.1 / (download) - annotate - [select for diffs], Tue Nov 22 16:08:03 2005 UTC (18 years, 4 months ago) by yamt
Branch: yamt-readahead
Changes since 1.31: +11 -11 lines
Diff to previous 1.31 (colored)

sync with head.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Nov 16 03:00:23 2005 UTC (18 years, 5 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-readahead-base2
Changes since 1.31: +11 -11 lines
Diff to previous 1.31 (colored)

Drop trailing whitespace.

Revision 1.19.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 13:59:08 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.2.5: +177 -136 lines
Diff to previous 1.19.2.5 (colored)

Sync with HEAD. Here we go again...

Revision 1.31 / (download) - annotate - [select for diffs], Sun Sep 25 23:14:06 2005 UTC (18 years, 6 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base, thorpej-vnode-attr-base, thorpej-vnode-attr
Branch point for: yamt-readahead
Changes since 1.30: +85 -70 lines
Diff to previous 1.30 (colored)

Move new bus space methods to be with the rest of the bus space
related functions.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Sep 25 21:57:02 2005 UTC (18 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.29: +2 -26 lines
Diff to previous 1.29 (colored)

G/c msiiep_swap_endian, it's no longer used now that we run without
byteswapping in the PCIC.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Sep 25 00:06:52 2005 UTC (18 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.28: +26 -0 lines
Diff to previous 1.28 (colored)

Put the CPU to sleep when idle

Revision 1.28 / (download) - annotate - [select for diffs], Sat Sep 24 22:30:15 2005 UTC (18 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.27: +84 -8 lines
Diff to previous 1.27 (colored)

Run the MicroSPARC IIep PCI bus without endianness translation.
This allows us to run X without any additional code changes.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Sep 24 00:49:23 2005 UTC (18 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.26: +4 -10 lines
Diff to previous 1.26 (colored)

G/c unused fields in mspcic_softc.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 23 23:22:57 2005 UTC (18 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.25: +25 -25 lines
Diff to previous 1.25 (colored)

Introduce mspcic_{read,write}_N instead of using struct syntax.  This
is the first step to make PCIC run without byteswapping - which is
necessary for X server support.  Current macros are still just a
kludgy shim over struct syntax, but accesses to PCIC in the .c files
are now marked up properly.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 10 02:22:33 2005 UTC (18 years, 7 months ago) by uwe
Branch: MAIN
Changes since 1.24: +33 -79 lines
Diff to previous 1.24 (colored)

ANSIfy.

Revision 1.23.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:23 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

sync with -current

Revision 1.19.2.5 / (download) - annotate - [select for diffs], Fri Apr 1 14:28:21 2005 UTC (19 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.2.4: +3 -3 lines
Diff to previous 1.19.2.4 (colored)

Sync with HEAD.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Apr 1 11:59:34 2005 UTC (19 years ago) by yamt
Branch: MAIN
CVS Tags: kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

merge yamt-km branch.
- don't use managed mappings/backing objects for wired memory allocations.
  save some resources like pv_entry.  also fix (most of) PR/27030.
- simplify kernel memory management API.
- simplify pmap bootstrap of some ports.
- some related cleanups.

Revision 1.23.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 15:16:47 2005 UTC (19 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

- use new apis.
- don't leave page mapped at kva being freed.

Revision 1.19.2.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:22:35 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.2.3: +2 -2 lines
Diff to previous 1.19.2.3 (colored)

Fix the sync with head I botched.

Revision 1.19.2.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:40:48 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.2.2: +2 -2 lines
Diff to previous 1.19.2.2 (colored)

Sync with HEAD.

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Fri Sep 3 12:45:06 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19.2.1: +3 -4 lines
Diff to previous 1.19.2.1 (colored)

Sync with HEAD

Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 30 15:05:18 2004 UTC (19 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, 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-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.22: +3 -4 lines
Diff to previous 1.22 (colored)

Phase out the use of a string as first "attach args" member to control
which bustype should be attached with a specific call to config_found()
(from a "mainbus" or a bus bridge).
Do it for isa/eisa/mca and pci/agp for now. These buses all attach to
an mi interface attribute "isabus", "eisabus" etc., and the autoconf
framework now allows to specify an interface attribute on config_found()
and config_search(), which limits the search of matching config data
to these which attach to that specific attribute.
So we basically have to call config_found_ia(..., "foobus", ...) where
such a bus is attached.
As a consequence, where a "mainbus" or alike also attaches other
devices (eg CPUs) which do not attach to a specific attribute yet,
we need at least pass an attribute name (different from "foobus") so
that the foo bus is not found at these places. This made some minor
changes necessary which are not obviously related to the mentioned buses.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:41:08 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.19: +23 -50 lines
Diff to previous 1.19 (colored)

Sync with HEAD

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 10 22:30:29 2004 UTC (19 years, 9 months ago) by martin
Branch: MAIN
Changes since 1.21: +20 -48 lines
Diff to previous 1.21 (colored)

Adapt to new sparc bus_space_tag_t world order.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Apr 24 15:49:00 2004 UTC (19 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20 (colored)

Update for new pci_devinfo(9) signature.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 17 17:04:59 2004 UTC (20 years, 1 month ago) by pk
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-2
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Rename PROM_getprop*() => prom_getprop*().

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 15 23:09:06 2003 UTC (20 years, 10 months ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Handle 64bit DMA addresses on PCI for platforms that can (currently only
enabled on amd64). Add a dmat64 field to various PCI attach structures,
and pass it down where needed. Implement a simple new function called
pci_dma64_available(pa) to test if 64bit DMA addresses may be used.
This returns 1 iff _PCI_HAVE_DMA64 is defined in <machine/pci_machdep.h>,
and there is more than 4G of memory.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Apr 8 15:16:14 2003 UTC (21 years ago) by uwe
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

In msiiep_attach print \n to terminate its attachment line.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 26 17:39:07 2003 UTC (21 years, 1 month ago) by pk
Branch: MAIN
Changes since 1.16: +2 -37 lines
Diff to previous 1.16 (colored)

Move all `ID prom' stuff into the prom library.

Revision 1.2.2.9 / (download) - annotate - [select for diffs], Fri Jan 3 17:25:08 2003 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.2.2.8: +23 -3 lines
Diff to previous 1.2.2.8 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Sync with HEAD (again).

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 3 11:57:48 2003 UTC (21 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base
Changes since 1.15: +23 -3 lines
Diff to previous 1.15 (colored)

part one of bus_space(9) fixes to enable bus spaces to override the
bus_space_{read,write}_[1248]() functions, which will allow 16-bit
PCMCIA support to work without additional hacks in MI drivers.
this option is not enabled yet.

Revision 1.2.2.8 / (download) - annotate - [select for diffs], Wed Dec 11 06:12:15 2002 UTC (21 years, 4 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.2.2.7: +7 -7 lines
Diff to previous 1.2.2.7 (colored) to branchpoint 1.2 (colored)

Sync with HEAD.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 10 13:44:51 2002 UTC (21 years, 4 months ago) by pk
Branch: MAIN
CVS Tags: gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.14: +7 -7 lines
Diff to previous 1.14 (colored)

Remove the `flags' argument from bus_intr_establish().

Revision 1.2.2.7 / (download) - annotate - [select for diffs], Fri Oct 18 02:40:00 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.6: +6 -9 lines
Diff to previous 1.2.2.6 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.2.4.6 / (download) - annotate - [select for diffs], Thu Oct 10 18:36:24 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.4.5: +6 -9 lines
Diff to previous 1.2.4.5 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 2 16:02:11 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 1 18:57:49 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.12: +6 -9 lines
Diff to previous 1.12 (colored)

Use CFATTACH_DECL().

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 27 20:36:04 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Declare all cfattach structures const.

Revision 1.2.4.5 / (download) - annotate - [select for diffs], Fri Sep 6 08:41:14 2002 UTC (21 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.4.4: +6 -2 lines
Diff to previous 1.2.4.4 (colored) to branchpoint 1.2 (colored)

sync kqueue branch with HEAD

Revision 1.9.2.3 / (download) - annotate - [select for diffs], Sat Aug 31 14:52:24 2002 UTC (21 years, 7 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.9.2.2: +6 -2 lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)

catch up with -current.

Revision 1.2.2.6 / (download) - annotate - [select for diffs], Tue Aug 27 23:45:45 2002 UTC (21 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.5: +6 -2 lines
Diff to previous 1.2.2.5 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 25 17:55:04 2002 UTC (21 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.10: +6 -2 lines
Diff to previous 1.10 (colored)

Put a bus's ranges in the bus space tag, and make sparc_bus_map()
perform the translation and recursion if t->ranges != NULL.  Make
sbus, cpuunit, and bootbus inherit the parent's map/mmap routines,
and delete the now-unused mapping functions.  Update all places where
bus space tags are statically allocated.

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon Jul 15 01:21:27 2002 UTC (21 years, 9 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.9.2.1: +705 -0 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored)

catch up with -current.

Revision 1.2.4.4 / (download) - annotate - [select for diffs], Sun Jun 23 17:41:53 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.4.3: +379 -137 lines
Diff to previous 1.2.4.3 (colored) to branchpoint 1.2 (colored)

catch up with -current on kqueue branch

Revision 1.2.2.5 / (download) - annotate - [select for diffs], Thu Jun 20 03:41:08 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.4: +9 -4 lines
Diff to previous 1.2.2.4 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 5 00:23:01 2002 UTC (21 years, 10 months ago) by uwe
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Fix phys->pci memory pass-through mapping.
While here, correct wording in a comment.

Revision 1.9.2.1, Thu May 16 01:01:40 2002 UTC (21 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.9: +0 -705 lines
FILE REMOVED

file msiiep.c was added on branch gehenna-devsw on 2002-07-15 01:21:27 +0000

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 16 01:01:40 2002 UTC (21 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: 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
Branch point for: gehenna-devsw
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

* Add "pcitag_t *pba_bridgetag" to pci_attach_args.  This is set to
  NULL for root PCI busses.  For busses behind a bridge, it points to
  a persistent copy of the bridge's pcitag_t.  This can be very useful
  for machine-dependent PCI bus enumeration code.
* Implement a machine-dependent pci_enumerate_bus() for sparc64 which
  uses OFW device nodes to enumerate the bus.  When a PCI bus that is
  behind a bridge is attached, pci_attach_hook() allocates a new PCI
  chipset tag for the new bus and sets it's "curnode" to the OFW node
  of the bridge.  This is used as a starting point when enumerating
  that bus.  Root busses get the OFW node of the host bridge (psycho).
* Garbage-collect "ofpci" and "ofppb" from the sparc64 port.

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 8 16:51:39 2002 UTC (21 years, 11 months ago) by uwe
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (colored)

Oops, mspcic_bus_mmap was, effectively, adding offset twice.
While here, add __KERNEL_RCSID.

Revision 1.2.2.4 / (download) - annotate - [select for diffs], Wed Apr 17 00:04:26 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.3: +239 -50 lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 4 18:47:23 2002 UTC (22 years ago) by uwe
Branch: MAIN
Changes since 1.6: +239 -50 lines
Diff to previous 1.6 (colored)

Instead of relying on numerology set up by PROM, actually implement
bus_space_map/mmap methods that do proper PCI to phys address translation.

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Mon Apr 1 07:42:53 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.2: +172 -124 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 28 19:50:21 2002 UTC (22 years ago) by uwe
Branch: MAIN
Changes since 1.5: +171 -123 lines
Diff to previous 1.5 (colored)

Move ms-IIep PCIC driver into mspcic0 at msiiep0.  msiiep0 now serves
as a stub bus that knows how to attach drivers for various functions
of PCIC.

This change is a follow up to timer0 at msiiep0 change, since all
children must share same attach arguments and so we no longer can
attach pci0 directly under msiiep0.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 28 11:59:56 2002 UTC (22 years ago) by pk
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

`intterupt' => `interrupt'

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 28 11:54:17 2002 UTC (22 years ago) by pk
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Untangle clock.c:
* put various time-of-day clock, timer and eeprom drivers in separate files
* avoid unnecessary overhead in interrupt handlers
* make the MSIIEP timer attach through the regular autoconf mechanisms

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Sat Mar 16 15:59:53 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.2.4.2: +2 -2 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored)

Catch up with -current.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 13 04:23:25 2002 UTC (22 years, 1 month ago) by uwe
Branch: MAIN
CVS Tags: eeh-devprop-base, eeh-devprop
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Fix cast.

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:49:02 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.2.4.1: +463 -0 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)

Sync kqueue branch with -current.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:27:48 2002 UTC (22 years, 3 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.1: +463 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)

Catch up to -current.

Revision 1.2.4.1, Tue Dec 11 05:54:56 2001 UTC (22 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.2: +0 -463 lines
FILE REMOVED

file msiiep.c was added on branch kqueue on 2002-01-10 19:49:02 +0000

Revision 1.2.2.1, Tue Dec 11 05:54:56 2001 UTC (22 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2: +0 -463 lines
FILE REMOVED

file msiiep.c was added on branch nathanw_sa on 2002-01-08 00:27:48 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 11 05:54:56 2001 UTC (22 years, 4 months ago) by uwe
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base
Branch point for: nathanw_sa, kqueue
Changes since 1.1: +6 -6 lines
Diff to previous 1.1 (colored)

tabify

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 11 00:18:23 2001 UTC (22 years, 4 months ago) by uwe
Branch: MAIN

microSPARC-IIep support.

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>