The NetBSD Project

CVS log for src/sys/dev/ic/icp.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 10 09:50:45 2022 UTC (2 years 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.36: +3 -3 lines
Diff to previous 1.36 (colored) to selected 1.22.4.1 (colored)

fix various typos in comments and output/log messages.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Aug 7 16:19:12 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.35: +8 -11 lines
Diff to previous 1.35 (colored) to selected 1.22.4.1 (colored)

Merge thorpej-cfargs2.

Revision 1.35.8.1 / (download) - annotate - [select for diffs], Wed Aug 4 20:14:42 2021 UTC (2 years, 8 months ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.35: +8 -11 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.22.4.1 (colored)

Adapt to CFARGS().

Revision 1.35 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:55 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.34: +15 -8 lines
Diff to previous 1.34 (colored) to selected 1.22.4.1 (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.34.4.2 / (download) - annotate - [select for diffs], Mon Mar 22 16:23:45 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.34.4.1: +2 -5 lines
Diff to previous 1.34.4.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored) to selected 1.22.4.1 (colored)

Audit CFARG_IATTR in config_found() calls, and remove it in situations
where the interface attribute is not ambiguous.

Revision 1.34.4.1 / (download) - annotate - [select for diffs], Mon Mar 22 02:01:00 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.34: +18 -8 lines
Diff to previous 1.34 (colored) to selected 1.22.4.1 (colored)

Mechanical conversion of config_found_sm_loc() -> config_found().
CFARG_IATTR usage needs to be audited.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 14 09:26:40 2020 UTC (3 years, 8 months ago) by chs
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base
Branch point for: thorpej-cfargs
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored) to selected 1.22.4.1 (colored)

restore the initialization of icp->icp_ccbs that I removed by mistake.

Revision 1.31.38.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:21 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.31: +4 -8 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.22.4.1 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.33 / (download) - annotate - [select for diffs], Sun Nov 10 21:16:35 2019 UTC (4 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: 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
Changes since 1.32: +3 -7 lines
Diff to previous 1.32 (colored) to selected 1.22.4.1 (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.32 / (download) - annotate - [select for diffs], Fri Oct 18 04:09:02 2019 UTC (4 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored) to selected 1.22.4.1 (colored)

 s/initalize/initialize/ in comment or printf message.

Revision 1.30.18.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:02:04 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.30: +45 -45 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.22.4.1 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.30.8.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:21:04 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.30: +45 -45 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.22.4.1 (colored)

sync with head

Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 27 17:18:20 2012 UTC (11 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-base-20171202, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, 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-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, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, khorben-n900, 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
Changes since 1.30: +45 -45 lines
Diff to previous 1.30 (colored) to selected 1.22.4.1 (colored)

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

Revision 1.29.22.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:16 2011 UTC (13 years, 1 month ago) by rmind
Branch: rmind-uvmplock
Changes since 1.29: +2 -4 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.22.4.1 (colored)

sync with head

Revision 1.30 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:01 2010 UTC (13 years, 5 months ago) by uebayasi
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-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, matt-mips64-premerge-20101231, 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, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.29: +2 -4 lines
Diff to previous 1.29 (colored) to selected 1.22.4.1 (colored)

Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants.  These are provided by sys/param.h now.

Revision 1.26.16.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:22 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.26: +52 -67 lines
Diff to previous 1.26 (colored) next main 1.27 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:33:43 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.27: +3 -10 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.27.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:04 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.27: +3 -10 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 30 14:07:13 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, 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-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, 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-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: rmind-uvmplock
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) to selected 1.22.4.1 (colored)

Make various bits of debug code compile again.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:50 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.27: +2 -9 lines
Diff to previous 1.27 (colored) to selected 1.22.4.1 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.27 / (download) - annotate - [select for diffs], Tue Apr 8 12:07:26 2008 UTC (16 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.26: +52 -60 lines
Diff to previous 1.26 (colored) to selected 1.22.4.1 (colored)

use aprint_*_dev and device_xname

Revision 1.25.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:26:42 2007 UTC (16 years, 5 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.22.4.1 (colored)

sync with HEAD

Revision 1.14.4.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:30:44 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.14.4.2: +3 -3 lines
Diff to previous 1.14.4.2 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.25.6.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:44:47 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.25.12.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:37:42 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD.

Revision 1.23.2.3 / (download) - annotate - [select for diffs], Tue Oct 23 20:07:29 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.23.2.2: +3 -3 lines
Diff to previous 1.23.2.2 (colored) next main 1.24 (colored) to selected 1.22.4.1 (colored)

Sync with head.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Oct 19 11:59:53 2007 UTC (16 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, mjf-devfs, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) to selected 1.22.4.1 (colored)

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.14.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:34:42 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.14.4.1: +7 -6 lines
Diff to previous 1.14.4.1 (colored) to branchpoint 1.14 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:05:51 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.22.4.1 (colored)

Sync with head.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 9 21:00:36 2007 UTC (16 years, 9 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.22.4.1 (colored)

Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements

Revision 1.23.2.2 / (download) - annotate - [select for diffs], Sun Jul 1 21:47:50 2007 UTC (16 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.23.2.1: +3 -3 lines
Diff to previous 1.23.2.1 (colored) to selected 1.22.4.1 (colored)

Adapt to callout API change.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:50:22 2007 UTC (17 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.23: +4 -3 lines
Diff to previous 1.23 (colored) to selected 1.22.4.1 (colored)

Sync with head.

Revision 1.22.4.1 / (download) - annotate - [selected], Mon Mar 12 05:53:35 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.22: +6 -5 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Sync with HEAD.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Mar 11 22:16:32 2007 UTC (17 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: mjf-ufs-trans
Changes since 1.23: +4 -3 lines
Diff to previous 1.23 (colored) to selected 1.22.4.1 (colored)

Remove a use of lockmgr/LOCK_INITIALIZER.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 4 06:01:56 2007 UTC (17 years, 1 month ago) by christos
Branch: MAIN
Branch point for: vmlocking
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored) to selected 1.22.4.1 (colored)

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

Revision 1.20.8.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:05 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.20.8.1: +6 -6 lines
Diff to previous 1.20.8.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.20.6.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:12 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.22.4.1 (colored)

Sync with head.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Nov 16 01:32:51 2006 UTC (17 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.21: +6 -6 lines
Diff to previous 1.21 (colored) to selected 1.22.4.1 (colored)

__unused removal on arguments; approved by core.

Revision 1.20.8.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:05:44 2006 UTC (17 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.20: +6 -6 lines
Diff to previous 1.20 (colored) to selected 1.22.4.1 (colored)

sync with head

Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:00 2006 UTC (17 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.20: +6 -6 lines
Diff to previous 1.20 (colored) to selected 1.22.4.1 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:50:02 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.18: +9 -7 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.22.4.1 (colored)

sync with head

Revision 1.18.6.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:01 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.18.6.1: +4 -4 lines
Diff to previous 1.18.6.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:02:55 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.14: +20 -37 lines
Diff to previous 1.14 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 03:58:13 2006 UTC (17 years, 10 months ago) by chap
Branch: chap-midi
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored) next main 1.20 (colored) to selected 1.22.4.1 (colored)

Sync with head.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 7 22:33:35 2006 UTC (17 years, 10 months ago) by kardel
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, rpaulo-netinet-merge-pcb-base, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored) to selected 1.22.4.1 (colored)

merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html

Revision 1.18.4.2 / (download) - annotate - [select for diffs], Sat Apr 22 11:38:55 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.18.4.1: +7 -5 lines
Diff to previous 1.18.4.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.22.4.1 (colored)

Sync with head.

Revision 1.18.8.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:24:39 2006 UTC (18 years ago) by elad
Branch: elad-kernelauth
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.18.6.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:06:57 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.18.10.1 / (download) - annotate - [select for diffs], Fri Mar 31 09:45:20 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.22.4.1 (colored)

Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 28 17:38:30 2006 UTC (18 years ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, simonb-timecounters-base, elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) to selected 1.22.4.1 (colored)

Use device_unit().

Revision 1.18.4.1 / (download) - annotate - [select for diffs], Sat Feb 4 14:03:58 2006 UTC (18 years, 2 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored) to selected 1.22.4.1 (colored)

Adapt for timecounters: mostly use get*time() and use "time_second"
instead of "time.tv_sec".

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Wed Feb 1 14:52:08 2006 UTC (18 years, 2 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.22.4.1 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 29 21:42:42 2006 UTC (18 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.22.4.1 (colored)

Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>
The bswap.h and endian.h files are all rather incestuous, but I want to
get the constant folding stuff into one place - sys/bswap.h

Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 11 12:21:27 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.22.4.1 (colored)

merge ktrace-lwp.

Revision 1.10.2.5 / (download) - annotate - [select for diffs], Thu Nov 10 14:04:14 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.10.2.4: +12 -31 lines
Diff to previous 1.10.2.4 (colored) next main 1.11 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD. Here we go again...

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 25 22:33:19 2005 UTC (18 years, 7 months ago) by drochner
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, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Changes since 1.15: +5 -19 lines
Diff to previous 1.15 (colored) to selected 1.22.4.1 (colored)

kill a number of autoconf submatch functions which follow the
standard scheme:
if (<configured> != <wildcard> && <configured> != <real>)
	then fail
else
	ask device match function

This is handled by config_stdsubmatch() now.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 25 18:35:39 2005 UTC (18 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.14: +12 -17 lines
Diff to previous 1.14 (colored) to selected 1.22.4.1 (colored)

replace the "locdesc_t" structure carrying the number of locators
explicitely by a plain integer array
the length in now known to all relevant parties, so this avoids
duplication of information, and we can allocate that thing in
drivers without hacks

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:50 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.22.4.1 (colored)

sync with -current

Revision 1.13.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:34:02 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.22.4.1 (colored)

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

Revision 1.10.2.4 / (download) - annotate - [select for diffs], Fri Mar 4 16:41:28 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.10.2.3: +4 -4 lines
Diff to previous 1.10.2.3 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:01 2005 UTC (19 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored) to selected 1.22.4.1 (colored)

nuke trailing whitespace

Revision 1.10.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:27:57 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.10.2.2: +2 -2 lines
Diff to previous 1.10.2.2 (colored) to selected 1.22.4.1 (colored)

Fix the sync with head I botched.

Revision 1.10.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:45:58 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.10.2.1: +32 -15 lines
Diff to previous 1.10.2.1 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 13 12:55:47 2004 UTC (19 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.12: +32 -15 lines
Diff to previous 1.12 (colored) to selected 1.22.4.1 (colored)

a round of autoconf cleanup:
-convert submatch() style functions (passed to config_search() or
 config_found_sm()) to the locator passing variants
-pass interface attributes in some cases
-make submatch() functions look uniformly as far as possible
-avoid macros which just hide cfdata members, and reduce dependencies
 on "locators.h"

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:46:15 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 29 00:48:15 2003 UTC (20 years, 5 months ago) by mycroft
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.11: +4 -4 lines
Diff to previous 1.11 (colored) to selected 1.22.4.1 (colored)

Remove bogus initializer, and fix a typo in a loop variable instead.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 25 18:35:42 2003 UTC (20 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.22.4.1 (colored)

Fix uninitialized variable warnings

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 13 05:57:30 2003 UTC (20 years, 10 months ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.9: +255 -32 lines
Diff to previous 1.9 (colored) to selected 1.22.4.1 (colored)

Add support for dynamic rescan of cache service logical drives, using
the ioctl issued by the ICP RAID management libraries (used by the
storcon and iirconfig tools).  This requires some infrastructure changes:
* Add a "service callback" mechanism that the ld driver (cache service)
  and the iopsp driver (raw service) can register with the icp parent.
  Right now this callback allows the children to adjust their notion of
  how many command openings are available.
* Add a mutex around the icp ioctl handler, allowing only one thread
  to execute an ioctl at a time.
* Add a way to freeze the controller command queue.  We stop all I/O
  while processing rescans (due to the semantics of icp_cmd()).
* Make icp_cmd() work when !cold.
* Add detach support to ld@icp.

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 17 15:34:12 2003 UTC (20 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +11 -5 lines
Diff to previous 1.8 (colored) to selected 1.22.4.1 (colored)

Another fix from Achim Leubner @ ICP:

Test-busy *before* marking the controller as processing a user ioctl,
otherwise the command queue could stall permanently if test-busy returned
true.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 13 15:42:33 2003 UTC (20 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +436 -20 lines
Diff to previous 1.7 (colored) to selected 1.22.4.1 (colored)

Add support for the user-generated command interface and event logging
required by the ICP-Vortex management tools.  Many thanks to Achim Leubner
at ICP-Vortex for a few bug fixes and for testing.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 31 00:26:30 2003 UTC (21 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +26 -20 lines
Diff to previous 1.6 (colored) to selected 1.22.4.1 (colored)

Use aprint_*().

Revision 1.2.2.5 / (download) - annotate - [select for diffs], Fri Jan 3 17:07:40 2003 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.2.2.4: +4 -4 lines
Diff to previous 1.2.2.4 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.22.4.1 (colored)

Sync with HEAD.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 1 00:10:18 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored) to selected 1.22.4.1 (colored)

Use aprint_normal() in cfprint routines.

Revision 1.2.2.4 / (download) - annotate - [select for diffs], Mon Nov 11 22:09:33 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.3: +3 -2 lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored) to selected 1.22.4.1 (colored)

Catch up to -current

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 22 01:25:28 2002 UTC (21 years, 5 months ago) by simonb
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored) to selected 1.22.4.1 (colored)

In icp_init(), initialise the "state" variable before incrementing it.

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Fri Oct 18 02:41:53 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.2: +4 -4 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored) to selected 1.22.4.1 (colored)

Catch up to -current.

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:39:00 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.4.2: +4 -4 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.22.4.1 (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.4 / (download) - annotate - [select for diffs], Fri Sep 27 15:37:17 2002 UTC (21 years, 6 months ago) by provos
Branch: MAIN
CVS Tags: kqueue-base
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.22.4.1 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 27 03:18:12 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.22.4.1 (colored)

Introduce a new routine, config_match(), which invokes the
cfattach->ca_match function in behalf of the caller.  Use it
rather than invoking cfattach->ca_match directly.

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:46:28 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.2.4.1: +776 -0 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) to selected 1.22.4.1 (colored)

catch up with -current on kqueue branch

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Thu Jun 20 16:33:08 2002 UTC (21 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.1: +6 -6 lines
Diff to previous 1.1 (colored) next main 1.2 (colored) to selected 1.22.4.1 (colored)

catch up with -current.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Thu Jun 20 03:44:40 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2.2.1: +776 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) to selected 1.22.4.1 (colored)

Catch up to -current.

Revision 1.2.4.1, Sat Jun 1 23:50:58 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: kqueue
Changes since 1.2: +0 -776 lines
FILE REMOVED

file icp.c was added on branch kqueue on 2002-06-23 17:46:28 +0000

Revision 1.2.2.1, Sat Jun 1 23:50:58 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.2: +0 -776 lines
FILE REMOVED

file icp.c was added on branch nathanw_sa on 2002-06-20 03:44:40 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 1 23:50:58 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: gehenna-devsw-base
Branch point for: nathanw_sa, kqueue
Changes since 1.1: +6 -6 lines
Diff to previous 1.1 (colored) to selected 1.22.4.1 (colored)

SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 22 21:05:21 2002 UTC (21 years, 11 months ago) by ad
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
Diff to selected 1.22.4.1 (colored)

Add a driver for ICP-Vortex GDT and Intel Storage RAID controllers. Parts
taken from OpenBSD. Test hardware kindly provided by Intel. This still needs
management bits, and doesn't support older controllers, but that shouldn't
be hard to fix.

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>