The NetBSD Project

CVS log for src/sys/dev/sbus/sio16.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / sbus

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Tue Dec 7 22:13:56 2021 UTC (2 years, 4 months ago) by andvar
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.27: +3 -3 lines
Diff to previous 1.27 (colored)

fix typos in word "instead", mainly in log messages.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Aug 7 16:19:15 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.26: +3 -3 lines
Diff to previous 1.26 (colored)

Merge thorpej-cfargs2.

Revision 1.26.8.1 / (download) - annotate - [select for diffs], Wed Aug 4 21:35:17 2021 UTC (2 years, 8 months ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Adapt to CFARGS().

Revision 1.26 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:58 2021 UTC (2 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-cfargs2
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (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.25.10.1 / (download) - annotate - [select for diffs], Sun Mar 21 21:09:14 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (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.24.54.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:47 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.24.46.1 / (download) - annotate - [select for diffs], Thu Nov 14 16:04:31 2019 UTC (4 years, 5 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #1439):

	sys/dev/sbus/sio16.c: revision 1.25
	sys/dev/gpib/mt.c: revision 1.33
	sys/arch/mvme68k/dev/wdsc.c: revision 1.33
	sys/dev/gpib/ct.c: revision 1.31
	sys/dev/isa/mcd.c: revision 1.119
	sys/dev/pci/if_stge.c: revision 1.73
	sys/dev/gpib/ppi.c: revision 1.25
	sys/dev/pcmcia/if_tr_pcmcia.c: revision 1.29
	sys/arch/amiga/dev/zssc.c: revision 1.46
	sys/arch/mac68k/obio/iwm_fd.c: revision 1.57
	sys/arch/amiga/dev/if_qn.c: revision 1.48
	sys/dev/isa/tcic2_isa.c: revision 1.28
	sys/dev/isa/uha_isa.c: revision 1.42
	sys/dev/pci/neo.c: revision 1.55
	sys/arch/next68k/dev/nextdisplay.c: revision 1.22
	sys/dev/isa/if_iy.c: revision 1.111

 Add missing initialization of sc_dev.


 Initialize sc_dev correctly to avoid null pointer dereference when
bus_space_map() failed.


 Add missing initialization of sc_dev.

Revision 1.24.60.1 / (download) - annotate - [select for diffs], Thu Nov 14 15:38:02 2019 UTC (4 years, 5 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #425):

	sys/dev/sbus/sio16.c: revision 1.25
	sys/dev/gpib/mt.c: revision 1.33
	sys/arch/mvme68k/dev/wdsc.c: revision 1.33
	sys/dev/gpib/ct.c: revision 1.31
	sys/dev/isa/mcd.c: revision 1.119
	sys/dev/pci/if_stge.c: revision 1.73
	sys/dev/gpib/ppi.c: revision 1.25
	sys/dev/pcmcia/if_tr_pcmcia.c: revision 1.29
	sys/arch/amiga/dev/zssc.c: revision 1.46
	sys/arch/mac68k/obio/iwm_fd.c: revision 1.57
	sys/arch/amiga/dev/if_qn.c: revision 1.48
	sys/dev/isa/tcic2_isa.c: revision 1.28
	sys/dev/isa/uha_isa.c: revision 1.42
	sys/dev/pci/neo.c: revision 1.55
	sys/arch/next68k/dev/nextdisplay.c: revision 1.22
	sys/dev/isa/if_iy.c: revision 1.111

 Add missing initialization of sc_dev.

 Initialize sc_dev correctly to avoid null pointer dereference when
bus_space_map() failed.

 Add missing initialization of sc_dev.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Nov 12 13:17:44 2019 UTC (4 years, 5 months ago) by msaitoh
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, 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-cfargs
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored)

 Add missing initialization of sc_dev.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jul 18 00:58:52 2011 UTC (12 years, 9 months ago) by mrg
Branch: 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-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, netbsd-9-base, netbsd-8-base, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, 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-ncqfixes-base, jdolecek-ncqfixes, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: phil-wifi, netbsd-9, netbsd-8
Changes since 1.23: +8 -6 lines
Diff to previous 1.23 (colored)

convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_t
and device_t, including the pci frontend and backend for en(4).

Revision 1.16.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:02 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.16.4.2: +4 -8 lines
Diff to previous 1.16.4.2 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

sync with head

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 18 12:23:16 2009 UTC (14 years, 7 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

- use device_private(), proper types and variables for device_t/softc
- remove unnecessary casts against void pointer

XXX: many inconsistent use of aprint_*(9) and printf(9)

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 17 16:28:12 2009 UTC (14 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.21: +2 -6 lines
Diff to previous 1.21 (colored)

Remove struct sbusdev and related functions sbus_establish() and sbusreset().
They are derived from 4.4BSD/sparc and have been there since initial import
of NetBSD/sparc in 1993, but the struct sbusdev is almost unused for years,
nothing calls sbusreset(), and all (*sd->sd_reset)() functions look bogus.

Suggested by mrg@ and martin@, and tested on SS1+ and SS20.

Revision 1.16.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:43 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.16.4.1: +10 -10 lines
Diff to previous 1.16.4.1 (colored) to branchpoint 1.16 (colored)

sync with head

Revision 1.17.12.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:22 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.17: +11 -23 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.21 / (download) - annotate - [select for diffs], Tue May 12 14:43:59 2009 UTC (14 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, jymxensuspend-base, jym-xensuspend-base
Changes since 1.20: +10 -10 lines
Diff to previous 1.20 (colored)

struct device * -> device_t, no functional changes intended.

Revision 1.20 / (download) - annotate - [select for diffs], Tue May 12 13:20:06 2009 UTC (14 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 (colored)

struct cfdata * -> cfdata_t, no functional changes intended.

Revision 1.16.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:13:17 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.16: +7 -21 lines
Diff to previous 1.16 (colored)

sync with head.

Revision 1.17.6.1 / (download) - annotate - [select for diffs], Tue Apr 28 07:36:32 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.17: +7 -19 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:23 2009 UTC (15 years, 1 month ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.18: +4 -8 lines
Diff to previous 1.18 (colored)

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:21 2009 UTC (15 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.17: +5 -13 lines
Diff to previous 1.17 (colored)

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.16.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:26 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

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

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:19 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

sync with head

Revision 1.15.70.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:50 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.15: +7 -9 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Thu May 29 14:51:27 2008 UTC (15 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-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-base2, 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, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, jym-xensuspend
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored)

remove clause #3 from my license where there are no other
copyright holders involved.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 5 18:35:32 2008 UTC (16 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa
Changes since 1.15: +7 -7 lines
Diff to previous 1.15 (colored)

use aprint_*_dev and device_xname

Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:44 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, 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, 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, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, post-newlock2-merge, peter-altq-base, peter-altq, nick-net80211-sync-base, nick-net80211-sync, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, 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, 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, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, 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, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: mjf-devfs2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

merge ktrace-lwp.

Revision 1.12.8.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:16 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.12: +8 -8 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

sync with -current

Revision 1.12.10.2 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:47 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.12.10.1: +6 -6 lines
Diff to previous 1.12.10.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.11.6.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:50:32 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.6.4: +6 -6 lines
Diff to previous 1.11.6.4 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:48 2005 UTC (19 years, 1 month ago) by perry
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-lazymbuf, yamt-km-base4, yamt-km-base3, thorpej-vnode-attr-base, thorpej-vnode-attr, 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, ktrace-lwp-base, kent-audio2-base
Changes since 1.13: +6 -6 lines
Diff to previous 1.13 (colored)

nuke trailing whitespace

Revision 1.12.10.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:50 2005 UTC (19 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

sync with head.

Revision 1.11.6.4 / (download) - annotate - [select for diffs], Fri Feb 4 11:47:23 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.6.3: +4 -4 lines
Diff to previous 1.11.6.3 (colored) to branchpoint 1.11 (colored)

Sync with HEAD.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:47 2005 UTC (19 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

de-__P

Revision 1.11.6.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:33:13 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.6.2: +2 -2 lines
Diff to previous 1.11.6.2 (colored) to branchpoint 1.11 (colored)

Fix the sync with head I botched.

Revision 1.11.6.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:51:16 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11.6.1: +0 -0 lines
Diff to previous 1.11.6.1 (colored) to branchpoint 1.11 (colored)

Sync with HEAD.

Revision 1.11.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:51:05 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Sync with HEAD

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 17 17:04:59 2004 UTC (20 years, 1 month ago) by pk
Branch: MAIN
CVS Tags: yamt-km-base, 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: yamt-km, kent-audio2
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

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

Revision 1.1.2.7 / (download) - annotate - [select for diffs], Wed Dec 11 06:38:43 2002 UTC (21 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 10 13:44:48 2002 UTC (21 years, 4 months ago) by pk
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Remove the `flags' argument from bus_intr_establish().

Revision 1.1.2.6 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:11 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.5: +7 -9 lines
Diff to previous 1.1.2.5 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.2.2.5 / (download) - annotate - [select for diffs], Thu Oct 10 18:42:08 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.2.4: +10 -13 lines
Diff to previous 1.2.2.4 (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.10 / (download) - annotate - [select for diffs], Wed Oct 2 16:52:43 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 30 23:07:08 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +6 -8 lines
Diff to previous 1.8 (colored)

Use CFATTACH_DECL().

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

Declare all cfattach structures const.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 27 15:37:32 2002 UTC (21 years, 6 months ago) by provos
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

remove trailing \n in panic().  approved perry.

Revision 1.1.2.5 / (download) - annotate - [select for diffs], Tue Sep 17 21:21:07 2002 UTC (21 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.4: +5 -6 lines
Diff to previous 1.1.2.4 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 6 13:18:43 2002 UTC (21 years, 7 months ago) by gehenna
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

	device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
  by using this grammer.

- Added the new naming convention.
  The name of the device switch must be <prefix>_[bc]devsw for auto-generation
  of device switch tables.

- The backward compatibility of loading block/character device
  switch by LKM framework is broken. This is necessary to convert
  from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
  We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
  the LKM framework will refer it to assign device major number dynamically.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 4 16:12:23 2002 UTC (21 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

Adapt to sbusvar.h changes.

Revision 1.2.2.4 / (download) - annotate - [select for diffs], Sun Jun 23 17:48:41 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.2.3: +6 -6 lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored)

catch up with -current on kqueue branch

Revision 1.4.4.1 / (download) - annotate - [select for diffs], Thu May 16 11:45:23 2002 UTC (21 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Remove unnecessary header.

Revision 1.1.2.4 / (download) - annotate - [select for diffs], Mon Apr 1 07:47:16 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.3: +6 -6 lines
Diff to previous 1.1.2.3 (colored) to branchpoint 1.1 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 20 20:39:15 2002 UTC (22 years, 1 month ago) by eeh
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, gehenna-devsw-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored)

Get rid of unnecessary BUS_SPACE_MAP_LINEAR.

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:31 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.2.2.2: +6 -6 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)

Catch up with -current.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 11 16:00:57 2002 UTC (22 years, 1 month ago) by pk
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
a `bus_addr_t' to pass on to bus_space_map().

Drop `va' argument from sbus_bus_map(); it should not be used by MI Sbus
drivers.

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

Sync kqueue branch with -current.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:59 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.2: +4 -1 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.2.2.1, Tue Nov 13 06:58:18 2001 UTC (22 years, 5 months ago) by thorpej
Branch: kqueue
Changes since 1.2: +0 -319 lines
FILE REMOVED

file sio16.c was added on branch kqueue on 2002-01-10 19:58:13 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 13 06:58:18 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base
Branch point for: kqueue
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

add RCSIDs

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Thu Oct 11 00:02:26 2001 UTC (22 years, 6 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.1.4.1: +316 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Catch up with -current. Fix some bogons in the sparc64 kbd/ms
attach code. cd18xx conversion provided by mrg.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Oct 8 20:11:27 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.1: +316 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

Catch up to -current.

Revision 1.1.4.1, Wed Oct 3 04:28:42 2001 UTC (22 years, 6 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.1: +0 -316 lines
FILE REMOVED

file sio16.c was added on branch thorpej-devvp on 2001-10-11 00:02:26 +0000

Revision 1.1.2.1, Wed Oct 3 04:28:42 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1: +0 -316 lines
FILE REMOVED

file sio16.c was added on branch nathanw_sa on 2001-10-08 20:11:27 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 3 04:28:42 2001 UTC (22 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3
Branch point for: thorpej-devvp, nathanw_sa

frontend driver for the 16 port serial card by aurora technologies.  this
doesn't quite work yet -- interrupt acknowledgement is hosed (and thus the
device keeps interrupting).  uses the newly commited cd18xx backend.

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>