The NetBSD Project

CVS log for src/sys/dev/mscp/mscp_subr.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 10 08:24:51 2024 UTC (2 months ago) by andvar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.28.2.1 (colored)

s/indicies/indices/ in comments.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Apr 7 19:33:38 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
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored) to selected 1.28.2.1 (colored)

fix various typos in comments.

Revision 1.43.2.4 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:06 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.43.2.3: +1 -7 lines
Diff to previous 1.43.2.3 (colored) next main 1.44 (colored) to selected 1.28.2.1 (colored)

update from HEAD

Revision 1.46.6.1 / (download) - annotate - [select for diffs], Mon Aug 28 17:52:04 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.46: +3 -9 lines
Diff to previous 1.46 (colored) next main 1.47 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jun 1 02:45:10 2017 UTC (6 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, 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, 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, jdolecek-ncqfixes-base, jdolecek-ncqfixes, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, 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.46: +3 -9 lines
Diff to previous 1.46 (colored) to selected 1.28.2.1 (colored)

remove checks for failure after memory allocation calls that cannot fail:

  kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.

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

Rebase to HEAD as of a few days ago.

Revision 1.41.12.2 / (download) - annotate - [select for diffs], Thu May 22 11:40:23 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.41.12.1: +5 -6 lines
Diff to previous 1.41.12.1 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored) to selected 1.28.2.1 (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.45.4.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:39 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.45: +4 -5 lines
Diff to previous 1.45 (colored) next main 1.46 (colored) to selected 1.28.2.1 (colored)

sync with head

Revision 1.46 / (download) - annotate - [select for diffs], Fri Oct 25 16:00:35 2013 UTC (10 years, 5 months ago) by martin
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, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, 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, 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, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: nick-nhusb
Changes since 1.45: +4 -5 lines
Diff to previous 1.45 (colored) to selected 1.28.2.1 (colored)

Eliminate unused variables

Revision 1.43.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:18 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.43.2.1: +3 -3 lines
Diff to previous 1.43.2.1 (colored) to selected 1.28.2.1 (colored)

resync from head

Revision 1.41.18.3 / (download) - annotate - [select for diffs], Sun Mar 31 20:36:23 2013 UTC (11 years ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, 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
Changes since 1.41.18.2: +3 -3 lines
Diff to previous 1.41.18.2 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored) to selected 1.28.2.1 (colored)

Pull up following revision(s) (requested by martin in ticket #857):
	sys/dev/mscp/mscp_subr.c: revision 1.45
Fix device_t split glitch

Revision 1.45 / (download) - annotate - [select for diffs], Tue Mar 26 23:29:11 2013 UTC (11 years ago) by martin
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.44: +3 -3 lines
Diff to previous 1.44 (colored) to selected 1.28.2.1 (colored)

Fix device_t split glitch

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:02:12 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.43: +20 -19 lines
Diff to previous 1.43 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.41.12.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:21:21 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.41: +104 -97 lines
Diff to previous 1.41 (colored) to selected 1.28.2.1 (colored)

sync with head

Revision 1.44 / (download) - annotate - [select for diffs], Sat Oct 27 17:18:27 2012 UTC (11 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, agc-symver-base, agc-symver
Changes since 1.43: +20 -19 lines
Diff to previous 1.43 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.41.18.2 / (download) - annotate - [select for diffs], Thu Jul 12 17:17:27 2012 UTC (11 years, 9 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RC2, netbsd-6-1-RC1, 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, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.41.18.1: +87 -81 lines
Diff to previous 1.41.18.1 (colored) to branchpoint 1.41 (colored) to selected 1.28.2.1 (colored)

Pull up following revision(s) (requested by abs in ticket #410):
	sys/dev/mscp/mscp.h: revision 1.9
	sys/dev/mscp/mscp.c: revision 1.35
	sys/dev/mscp/mscp_subr.c: revision 1.43
Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code
mscp_dorsp()

Revision 1.43 / (download) - annotate - [select for diffs], Tue Jul 10 22:30:23 2012 UTC (11 years, 9 months ago) by abs
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.42: +87 -81 lines
Diff to previous 1.42 (colored) to selected 1.28.2.1 (colored)

Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code mscp_attach() still iterates over each unit on a bus,
but mscp_dorsp() now detects if we have reached the last unit and does not
return a bogus additional unit. It also loses a few gotos and handles
noncontiguous unit numbers better.

Revision 1.41.18.1 / (download) - annotate - [select for diffs], Wed Jul 4 20:41:47 2012 UTC (11 years, 9 months ago) by jdc
Branch: netbsd-6
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.28.2.1 (colored)

Pull up revisions:
  src/etc/etc.vax/MAKEDEV.conf revision 1.14
  src/sys/arch/vax/conf/GENERIC revision 1.182
  src/sys/arch/vax/conf/INSTALL revision 1.60
  src/sys/arch/vax/conf/VAX780 revision 1.9
  src/sys/arch/vax/conf/majors.vax revision 1.24
  src/sys/arch/vax/vax/disksubr.c revision 1.53
  src/sys/dev/DEVNAMES revision 1.275
  src/sys/dev/mscp/files.mscp revision 1.8
  src/sys/dev/mscp/mscp_disk.c revision 1.72
  src/sys/dev/mscp/mscp_subr.c revision 1.42
  src/distrib/vax/ramdisk/Makefile revision 1.29
(requested by abs in ticket #385).

- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
 to mixing them in with the ra* disks, modelled loosely on how MSCP
 rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
 rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number

Include racd0 and racd1 on ramdisk

Revision 1.42 / (download) - annotate - [select for diffs], Fri Jun 22 20:42:24 2012 UTC (11 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored) to selected 1.28.2.1 (colored)

- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
  to mixing them in with the ra* disks, modelled loosely on how MSCP
  rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
  rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number

Revision 1.35.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:31 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35.4.1: +7 -7 lines
Diff to previous 1.35.4.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored) to selected 1.28.2.1 (colored)

sync with head

Revision 1.37.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:16 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.37: +17 -39 lines
Diff to previous 1.37 (colored) next main 1.38 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

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

Revision 1.41 / (download) - annotate - [select for diffs], Tue May 12 14:37:59 2009 UTC (14 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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-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, netbsd-6-base, matt-premerge-20091211, matt-mips64-premerge-20101231, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, 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, netbsd-6
Changes since 1.40: +7 -7 lines
Diff to previous 1.40 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.40 / (download) - annotate - [select for diffs], Tue May 12 13:16:17 2009 UTC (14 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.35.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:53 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35: +60 -42 lines
Diff to previous 1.35 (colored) to selected 1.28.2.1 (colored)

sync with head.

Revision 1.35.12.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:54 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.35.12.2: +15 -37 lines
Diff to previous 1.35.12.2 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:21 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.38: +4 -8 lines
Diff to previous 1.38 (colored) to selected 1.28.2.1 (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.38 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:19 2009 UTC (15 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.37: +13 -31 lines
Diff to previous 1.37 (colored) to selected 1.28.2.1 (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.35.12.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:06 2009 UTC (15 years, 1 month ago) by skrll
Branch: nick-hppapmap
Changes since 1.35.12.1: +43 -3 lines
Diff to previous 1.35.12.1 (colored) to branchpoint 1.35 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jan 19 19:15:07 2009 UTC (15 years, 2 months ago) by mjf
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.36: +43 -3 lines
Diff to previous 1.36 (colored) to selected 1.28.2.1 (colored)

mscp(4) was being a bad monkey! It's not OK to call config_found() from
interrupt context, as my vax kernel with DIAGNOSTIC told me. Instead, we
defer the work and get it to run in thread context via a workqueue(9).

Thanks to matt@ for the review.

Revision 1.35.12.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:24 2009 UTC (15 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.35: +6 -6 lines
Diff to previous 1.35 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.34.16.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:58 2009 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.34.16.1: +4 -4 lines
Diff to previous 1.34.16.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 13 13:35:53 2009 UTC (15 years, 3 months ago) by yamt
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.35: +6 -6 lines
Diff to previous 1.35 (colored) to selected 1.28.2.1 (colored)

g/c BUFQ_FOO() macros and use bufq_foo() directly.

Revision 1.34.16.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:35 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.34: +9 -11 lines
Diff to previous 1.34 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Apr 8 20:10:44 2008 UTC (16 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, 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, 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, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, nick-hppapmap
Changes since 1.34: +9 -11 lines
Diff to previous 1.34 (colored) to selected 1.28.2.1 (colored)

use aprint_*_dev and device_xname

Revision 1.33.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:25 2007 UTC (16 years, 5 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored) next main 1.34 (colored) to selected 1.28.2.1 (colored)

sync with HEAD

Revision 1.28.2.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:20 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28.2.2: +3 -3 lines
Diff to previous 1.28.2.2 (colored) next main 1.29 (colored) to selected 1.28.2.1 (colored)

sync with head.

Revision 1.33.6.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:45:45 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored) next main 1.34 (colored) to selected 1.28.2.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.33.12.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:38:40 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored) next main 1.34 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.32.18.2 / (download) - annotate - [select for diffs], Tue Oct 23 20:08:34 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.32.18.1: +3 -3 lines
Diff to previous 1.32.18.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored) to selected 1.28.2.1 (colored)

Sync with head.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:36 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.33: +3 -3 lines
Diff to previous 1.33 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.28.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:12 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28.2.1: +3 -3 lines
Diff to previous 1.28.2.1 (colored)

sync with head.

Revision 1.32.20.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:06:53 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.28.2.1 (colored)

Sync with head.

Revision 1.32.18.1 / (download) - annotate - [select for diffs], Sun May 27 14:30:20 2007 UTC (16 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) to selected 1.28.2.1 (colored)

Sync with head.

Revision 1.32.14.1 / (download) - annotate - [select for diffs], Mon May 7 10:55:29 2007 UTC (16 years, 11 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.28.2.1 (colored)

sync with head.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Apr 29 20:23:35 2007 UTC (16 years, 11 months ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, 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.32: +3 -3 lines
Diff to previous 1.32 (colored) to selected 1.28.2.1 (colored)

fix typos

Revision 1.30.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:15 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.30: +10 -9 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.28.2.1 (colored)

sync with head

Revision 1.28.2.1 / (download) - annotate - [selected], Wed Jun 21 15:05:02 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.28: +15 -14 lines
Diff to previous 1.28 (colored)

sync with head.

Revision 1.30.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:11 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.30: +10 -9 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.28.2.1 (colored)

Sync with head.

Revision 1.30.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:23 2006 UTC (18 years ago) by elad
Branch: elad-kernelauth
Changes since 1.30: +10 -9 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.28.2.1 (colored)

sync with head.

Revision 1.30.8.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:15 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.30: +10 -9 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.28.2.1 (colored)

sync with head.

Revision 1.30.12.2 / (download) - annotate - [select for diffs], Fri Mar 31 09:45:22 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.30.12.1: +3 -3 lines
Diff to previous 1.30.12.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.32 / (download) - annotate - [select for diffs], Wed Mar 29 07:06:24 2006 UTC (18 years ago) by thorpej
Branch: MAIN
CVS Tags: 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, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, thorpej-atomic-base, thorpej-atomic, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, reinoud-bufcleanup, post-newlock2-merge, 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, 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, vmlocking, mjf-ufs-trans
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored) to selected 1.28.2.1 (colored)

Use device_private().

Revision 1.30.12.1 / (download) - annotate - [select for diffs], Tue Mar 28 09:42:13 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.30: +9 -8 lines
Diff to previous 1.30 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 25 23:20:18 2006 UTC (18 years ago) by thorpej
Branch: MAIN
Changes since 1.30: +9 -8 lines
Diff to previous 1.30 (colored) to selected 1.28.2.1 (colored)

Use device_parent().

Revision 1.30 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:47 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, 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.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.28.2.1 (colored)

merge ktrace-lwp.

Revision 1.23.2.7 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:00 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.6: +25 -23 lines
Diff to previous 1.23.2.6 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD. Here we go again...

Revision 1.29 / (download) - annotate - [select for diffs], Sat Oct 15 17:29:25 2005 UTC (18 years, 6 months ago) by yamt
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.28: +7 -7 lines
Diff to previous 1.28 (colored) to selected 1.28.2.1 (colored)

- change the way to specify a bufq strategy.  (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jun 27 11:05:24 2005 UTC (18 years, 9 months ago) by ragge
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.27: +20 -18 lines
Diff to previous 1.27 (colored) to selected 1.28.2.1 (colored)

Fixes due to cast-qual addition.

Revision 1.25.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:04 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.25: +17 -17 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.28.2.1 (colored)

sync with -current

Revision 1.25.6.2 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:10 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.25.6.1: +11 -11 lines
Diff to previous 1.25.6.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored) to selected 1.28.2.1 (colored)

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

Revision 1.23.2.6 / (download) - annotate - [select for diffs], Fri Mar 4 16:44:58 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.5: +11 -11 lines
Diff to previous 1.23.2.5 (colored) to branchpoint 1.23 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:32 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
Changes since 1.26: +11 -11 lines
Diff to previous 1.26 (colored) to selected 1.28.2.1 (colored)

nuke trailing whitespace

Revision 1.25.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:46 2005 UTC (19 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.25: +8 -8 lines
Diff to previous 1.25 (colored) to selected 1.28.2.1 (colored)

sync with head.

Revision 1.23.2.5 / (download) - annotate - [select for diffs], Fri Feb 4 11:46:36 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.4: +8 -8 lines
Diff to previous 1.23.2.4 (colored) to branchpoint 1.23 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

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

de-__P

Revision 1.23.2.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:51:55 2004 UTC (19 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.3: +3 -2 lines
Diff to previous 1.23.2.3 (colored) to branchpoint 1.23 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 28 07:07:40 2004 UTC (19 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.28.2.1 (colored)

move buffer queue related stuffs from buf.h to their own header, bufq.h.

Revision 1.23.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:30:59 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.2: +2 -2 lines
Diff to previous 1.23.2.2 (colored) to branchpoint 1.23 (colored) to selected 1.28.2.1 (colored)

Fix the sync with head I botched.

Revision 1.23.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:02 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23.2.1: +0 -0 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:48:49 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.23: +35 -3 lines
Diff to previous 1.23 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD

Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 7 16:31:09 2003 UTC (20 years, 8 months ago) by agc
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.23: +35 -3 lines
Diff to previous 1.23 (colored) to selected 1.28.2.1 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.

Revision 1.15.6.5 / (download) - annotate - [select for diffs], Fri Jan 3 17:07:51 2003 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.15.6.4: +6 -5 lines
Diff to previous 1.15.6.4 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jan 1 00:10:22 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.22: +6 -5 lines
Diff to previous 1.22 (colored) to selected 1.28.2.1 (colored)

Use aprint_normal() in cfprint routines.

Revision 1.15.6.4 / (download) - annotate - [select for diffs], Fri Oct 18 02:42:49 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.15.6.3: +2 -3 lines
Diff to previous 1.15.6.3 (colored) to branchpoint 1.15 (colored) to selected 1.28.2.1 (colored)

Catch up to -current.

Revision 1.17.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:12 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.17.2.2: +4 -5 lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored) to selected 1.28.2.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.22 / (download) - annotate - [select for diffs], Wed Oct 2 16:34:24 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.28.2.1 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Sep 30 21:59:30 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.20: +4 -5 lines
Diff to previous 1.20 (colored) to selected 1.28.2.1 (colored)

Use CFATTACH_DECL().

Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 27 20:39:29 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.28.2.1 (colored)

Declare all cfattach structures const.

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Fri Sep 6 08:45:06 2002 UTC (21 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.17.2.1: +7 -7 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) to selected 1.28.2.1 (colored)

sync kqueue branch with HEAD

Revision 1.18.8.1 / (download) - annotate - [select for diffs], Thu Aug 29 05:22:37 2002 UTC (21 years, 7 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.18: +7 -7 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.28.2.1 (colored)

catch up with -current.

Revision 1.15.6.3 / (download) - annotate - [select for diffs], Thu Aug 1 02:45:11 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.15.6.2: +6 -6 lines
Diff to previous 1.15.6.2 (colored) to branchpoint 1.15 (colored) to selected 1.28.2.1 (colored)

Catch up to -current.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 22 21:48:40 2002 UTC (21 years, 8 months ago) by hannken
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.18: +7 -7 lines
Diff to previous 1.18 (colored) to selected 1.28.2.1 (colored)

Convert to new device buffer queue interface.

Approved by: Anders Magnusson <ragge@netbsd.org>

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

Sync kqueue branch with -current.

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

Catch up to -current.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Nov 13 07:38:28 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) to selected 1.28.2.1 (colored)

add RCSID

Revision 1.15.6.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:04:28 2001 UTC (22 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.28.2.1 (colored)

Catch up to -current.

Revision 1.12.4.2 / (download) - annotate - [select for diffs], Sat Apr 21 17:49:08 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.12.4.1: +2 -2 lines
Diff to previous 1.12.4.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored) to selected 1.28.2.1 (colored)

Sync with HEAD

Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 12 20:13:27 2001 UTC (23 years ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.28.2.1 (colored)

Upon inspection of a 4000/600 dmesg, change the splbios to splubas.

XXX THIS CODE IS SERIOUSLY BROKEN!  MSCP DEVICES ARE BLOCK I/O DEVICES,
AND THUS SPLBIO SHOULD BLOCK THEIR INTERRUPTS.  The VAX port really
needs to get virtualized spl*() levels.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 12 20:03:35 2001 UTC (23 years ago) by thorpej
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.28.2.1 (colored)

splimp -> splbio

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:42:13 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.12: +13 -21 lines
Diff to previous 1.12 (colored) to selected 1.28.2.1 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 30 12:45:34 2000 UTC (24 years ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: nathanw_sa
Changes since 1.14: +7 -7 lines
Diff to previous 1.14 (colored) to selected 1.28.2.1 (colored)

Remove register declarations.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 26 11:37:55 2000 UTC (24 years ago) by ragge
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.28.2.1 (colored)

Allow 16 fragments for MSCP DMA.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 21 23:39:59 2000 UTC (24 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.12: +6 -13 lines
Diff to previous 1.12 (colored) to selected 1.28.2.1 (colored)

Update for sys/buf.h/disksort_*() changes.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:18:27 1999 UTC (24 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.28.2.1 (colored)

Sync w/ -current.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 6 19:16:18 1999 UTC (24 years, 10 months ago) by ragge
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: thorpej_scsipi, chs-ubc2
Changes since 1.11: +110 -76 lines
Diff to previous 1.11 (colored) to selected 1.28.2.1 (colored)

Bus'ify the mscp code also.

Revision 1.11 / (download) - annotate - [select for diffs], Sat May 29 19:11:52 1999 UTC (24 years, 10 months ago) by ragge
Branch: MAIN
Changes since 1.10: +0 -0 lines
Diff to previous 1.10 (colored) to selected 1.28.2.1 (colored)

Copied from ../../arch/vax/mscp/mscp_subr.c,v

Revision 1.10, Thu Nov 5 19:47:20 1998 UTC (25 years, 5 months ago) by ragge
Branch: MAIN
Changes since 1.9: +2 -2 lines
FILE REMOVED

EGCS fixes + TU81 fix.

Revision 1.9, Sun Feb 8 14:03:58 1998 UTC (26 years, 2 months ago) by ragge
Branch: MAIN
Changes since 1.8: +108 -97 lines
FILE REMOVED

Split out MSCP floppies as a separate device (rx) instead of handling
them as disk drives. It is now also allowed to change floppies without
the system complaining :-)

Revision 1.8, Sat Jan 24 14:16:45 1998 UTC (26 years, 2 months ago) by ragge
Branch: MAIN
Changes since 1.7: +4 -3 lines
FILE REMOVED

Remove __BROKEN_INDIRECT_CONFIG and change all drivers to use
config_search instead.

Revision 1.7, Mon Jan 12 20:52:43 1998 UTC (26 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +1 -5 lines
FILE REMOVED

Update for changes to config.

Revision 1.6, Sat Jan 11 11:20:34 1997 UTC (27 years, 3 months ago) by ragge
Branch: MAIN
Changes since 1.5: +47 -70 lines
FILE REMOVED

Many minor bug fixes; mscp subsystem seems to work rather stable now.

Revision 1.5, Sun Oct 13 03:35:07 1996 UTC (27 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.4: +24 -24 lines
FILE REMOVED

backout previous kprintf change

Revision 1.4, Fri Oct 11 01:50:41 1996 UTC (27 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.3: +24 -24 lines
FILE REMOVED

printf -> kprintf, sprintf -> ksprintf

Revision 1.3, Thu Jul 11 19:34:08 1996 UTC (27 years, 9 months ago) by ragge
Branch: MAIN
Changes since 1.2: +3 -1 lines
FILE REMOVED

Automatic changing of root device after boot now works.

Revision 1.2, Wed Jul 10 23:36:02 1996 UTC (27 years, 9 months ago) by ragge
Branch: MAIN
Changes since 1.1: +63 -44 lines
FILE REMOVED

Add support for tape drives. More extensive error checking.

Revision 1.1, Mon Jul 1 20:41:35 1996 UTC (27 years, 9 months ago) by ragge
Branch: MAIN
FILE REMOVED

Totally new approach for MSCP devices; they are now handled more like SCSI.
All Unibus dependencies are removed.
Can support different controllers on different buses.
Allows cloning of devices.
TODO:
	Write support for MSCP tapes.

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>