The NetBSD Project

CVS log for src/sys/dev/pci/mpt_pci.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20.12.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:51 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.20: +11 -14 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

sync with head

Revision 1.20.16.2 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:27 2012 UTC (7 weeks, 1 day ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.20.16.1: +10 -9 lines
Diff to previous 1.20.16.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

sync to latest -current.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 18 21:05:21 2012 UTC (2 months, 1 week ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, HEAD
Changes since 1.21: +10 -9 lines
Diff to previous 1.21 (colored)

Split device_t

Revision 1.20.16.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:45 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.20: +3 -7 lines
Diff to previous 1.20 (colored)

merge to -current.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:22 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Changes since 1.20: +3 -7 lines
Diff to previous 1.20 (colored)

Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.

Revision 1.16.4.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:49 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.16.4.1: +4 -4 lines
Diff to previous 1.16.4.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

sync with head

Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 24 15:51:39 2009 UTC (2 years, 6 months ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

Do not use aprint_normal for error messages.

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

sync with head

Revision 1.16.18.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:27 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Sync with HEAD.

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

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 12 08:23:01 2009 UTC (3 years 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-nbase, jym-xensuspend-base
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

use device_private().
"looks good" ad@
XXX for the device_t/softc split, please check the driver that no cases have been missed.

Revision 1.18 / (download) - annotate - [select for diffs], Wed May 6 10:34:32 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

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

Revision 1.17 / (download) - annotate - [select for diffs], Wed May 6 09:25:16 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

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

Revision 1.10.2.2 / (download) - annotate - [select for diffs], Mon Sep 29 20:10:30 2008 UTC (3 years, 7 months ago) by jdc
Branch: netbsd-4
Changes since 1.10.2.1: +5 -2 lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Pull up revision 1.12 (requested by bouyer in ticket #1192).

add SAS1068_2, SAS1064E_2 and SAS1068E_2

Revision 1.14.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:42 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.14.6.1: +6 -11 lines
Diff to previous 1.14.6.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

Sync with HEAD.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:37 2008 UTC (4 years, 1 month 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-base3, 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, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, 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, 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, jym-xensuspend
Changes since 1.15: +8 -13 lines
Diff to previous 1.15 (colored)

use aprint_*_dev and device_xname

Revision 1.14.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:51 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Sync with HEAD.

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:48 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

sync with head.

Revision 1.11.6.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:49 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.11.6.2: +5 -6 lines
Diff to previous 1.11.6.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

sync with HEAD

Revision 1.5.4.7 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:35 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.6: +2 -3 lines
Diff to previous 1.5.4.6 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

sync with head.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 25 10:38:39 2008 UTC (4 years, 3 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, hpcarm-cleanup-base, ad-socklock-base1
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Do not attach on Symbios SAS1078, doesn't work and it will be matched
soon by the mfi(4) driver.

Revision 1.12.6.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:58 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.12: +16 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync with HEAD.

Revision 1.5.4.6 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:39 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.5: +5 -5 lines
Diff to previous 1.5.4.5 (colored) to branchpoint 1.5 (colored)

sync with head.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 4 14:12:25 2008 UTC (4 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Fix quirk to clean only PCI register 0x6a and 0x6b, which is likely
what the original code intended. This avoids the unaligned access.
According to jmmv@'s testing, this seems to work.

Revision 1.5.4.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:44:05 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.4: +16 -3 lines
Diff to previous 1.5.4.4 (colored) to branchpoint 1.5 (colored)

sync with head

Revision 1.11.6.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:53 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.11.6.1: +16 -3 lines
Diff to previous 1.11.6.1 (colored) to branchpoint 1.11 (colored)

sync with HEAD

Revision 1.12.12.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:13 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.12: +16 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync with HEAD

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 3 18:16:20 2008 UTC (4 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: matt-armv6-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.12: +16 -3 lines
Diff to previous 1.12 (colored)

Fix perfomance problems for old revisions of the Symbios 53c1030.
Patch supplied by Patrick Welche in PR kern/30531.

Revision 1.11.6.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:19 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored)

sync with HEAD

Revision 1.5.4.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:33:16 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.3: +5 -2 lines
Diff to previous 1.5.4.3 (colored) to branchpoint 1.5 (colored)

sync with head.

Revision 1.10.8.2 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:49 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.10.8.1: +5 -2 lines
Diff to previous 1.10.8.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Sync with head.

Revision 1.5.14.1 / (download) - annotate - [select for diffs], Thu Oct 4 18:34:38 2007 UTC (4 years, 7 months ago) by bouyer
Branch: netbsd-3-1
Changes since 1.5: +36 -180 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pull up following revision(s) (requested by tron in ticket #1822):
	sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch
	sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch
	sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch
	sys/dev/ic/mpt.h: revision 1.6 via patch
	sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch
	sys/dev/ic/mpt_debug.c: patch
	sys/dev/pci/mpt_pci.c: revision 1.11 via patch
	sys/dev/pci/pcidevs: patch
	sys/dev/pci/pcidevs.h: patch
	sys/dev/pci/pcidevs_data.h: patch
Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.
These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.

Revision 1.5.12.1 / (download) - annotate - [select for diffs], Thu Oct 4 18:33:22 2007 UTC (4 years, 7 months ago) by bouyer
Branch: netbsd-3-0
Changes since 1.5: +36 -180 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pull up following revision(s) (requested by tron in ticket #1822):
	sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch
	sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch
	sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch
	sys/dev/ic/mpt.h: revision 1.6 via patch
	sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch
	sys/dev/ic/mpt_debug.c: patch
	sys/dev/pci/mpt_pci.c: revision 1.11 via patch
	sys/dev/pci/pcidevs: patch
	sys/dev/pci/pcidevs.h: patch
	sys/dev/pci/pcidevs_data.h: patch
Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.
These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Tue Oct 2 18:28:33 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Sync with HEAD.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 17 17:51:45 2007 UTC (4 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: mjf-devfs, bouyer-xeni386
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored)

add SAS1068_2, SAS1064E_2 and SAS1068E_2

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Thu Sep 13 19:45:59 2007 UTC (4 years, 8 months ago) by bouyer
Branch: netbsd-3
Changes since 1.5: +36 -180 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pull up following revision(s) (requested by tron in ticket #1822):
	sys/dev/ic/mpt_netbsd.c: revision 1.12 via patch
	sys/dev/ic/mpt_netbsd.h: revision 1.6 via patch
	sys/dev/ic/mpt_mpilib.h: revision 1.3 via patch
	sys/dev/ic/mpt.h: revision 1.6 via patch
	sys/dev/ic/mpt.c: revisions 1.9, 1.10 via patch
	sys/dev/ic/mpt_debug.c: patch
	sys/dev/pci/mpt_pci.c: revision 1.11 via patch
	sys/dev/pci/pcidevs: patch
	sys/dev/pci/pcidevs.h: patch
	sys/dev/pci/pcidevs_data.h: patch
Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.
These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.

Revision 1.5.4.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:13 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.2: +36 -185 lines
Diff to previous 1.5.4.2 (colored) to branchpoint 1.5 (colored)

sync with head.

Revision 1.10.16.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:04:36 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.10: +36 -185 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.10.8.1 / (download) - annotate - [select for diffs], Mon Aug 20 18:37:18 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.10: +36 -185 lines
Diff to previous 1.10 (colored)

Sync with HEAD.

Revision 1.10.18.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:34 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.10: +36 -185 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Sync with HEAD.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Mon Jul 30 20:02:32 2007 UTC (4 years, 9 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-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, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.10: +36 -185 lines
Diff to previous 1.10 (colored)

Pull up following revision(s) (requested by tron in ticket #797):
	sys/dev/ic/mpt_netbsd.c: revision 1.12
	sys/dev/ic/mpt_mpilib.h: revision 1.3
	sys/dev/ic/mpt.h: revision 1.6
	sys/dev/ic/mpt.c: revision 1.9
	sys/dev/ic/mpt_netbsd.h: revision 1.6
	sys/dev/pci/mpt_pci.c: revision 1.11
	doc/CHANGES: revision 1.893
Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.
These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.
Mention support for new hardware in mpt(4).

Revision 1.11.8.2 / (download) - annotate - [select for diffs], Fri Jul 27 13:06:52 2007 UTC (4 years, 10 months ago) by tron
Branch: matt-mips64
Changes since 1.11.8.1: +231 -0 lines
Diff to previous 1.11.8.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.

These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.

Revision 1.11.8.1, Fri Jul 27 13:06:51 2007 UTC (4 years, 10 months ago) by tron
Branch: matt-mips64
Changes since 1.11: +0 -231 lines
FILE REMOVED

file mpt_pci.c was added on branch matt-mips64 on 2007-07-27 13:06:52 +0000

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 27 13:06:51 2007 UTC (4 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: nick-csl-alignment-base5, matt-mips64-base, hpcarm-cleanup
Branch point for: matt-mips64, matt-armv6, jmcneill-pm
Changes since 1.10: +36 -185 lines
Diff to previous 1.10 (colored)

Add support for newer SAS and similar devices to mpt(4). Tested with
the LSI SAS1064 in a Sun x4200 server.

These enhancements were developed by Garrett D'Amore and contributed
to NetBSD by the TELES AG.

Revision 1.5.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:46 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5.4.1: +4 -3 lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored)

sync with head.

Revision 1.8.10.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:45 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.8.10.1: +4 -4 lines
Diff to previous 1.8.10.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

sync with head.

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:31 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Sync with head.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:09 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base, newlock2-nbase, newlock2-base, netbsd-4-base, mjf-ufs-trans-base, mjf-ufs-trans, ad-audiomp-base, ad-audiomp
Branch point for: wrstuden-fixsa, vmlocking, nick-csl-alignment, netbsd-4
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

__unused removal on arguments; approved by core.

Revision 1.8.10.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:18 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:32 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

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

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:18 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.6: +8 -4 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.5.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:05 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.5: +8 -4 lines
Diff to previous 1.5 (colored)

sync with head.

Revision 1.6.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:15 2006 UTC (6 years, 1 month ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.6: +8 -4 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Sync with head.

Revision 1.6.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:36 2006 UTC (6 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.6: +8 -4 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync with head.

Revision 1.6.8.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:16 2006 UTC (6 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.6: +8 -4 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync with head.

Revision 1.6.12.1 / (download) - annotate - [select for diffs], Fri Mar 31 09:45:23 2006 UTC (6 years, 1 month ago) by tron
Branch: peter-altq
Changes since 1.6: +8 -4 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 29 04:32:09 2006 UTC (6 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.7: +7 -3 lines
Diff to previous 1.7 (colored)

mpt_pci_link_peer(): Rather than testing if the candidate device is attached
with mpt_pci (by comparing the dv_cfattach pointer), check to see if it has
the same parent.  If so, then it is guaranteed to have the same attachment
(which is mpt_pci).

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 28 17:38:34 2006 UTC (6 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Use device_unit().

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:50 2005 UTC (6 years, 5 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.5: +2 -2 lines
Diff to previous 1.5 (colored)

merge ktrace-lwp.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:07 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

sync with -current

Revision 1.4.4.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:11 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

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

Revision 1.1.2.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:21 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.1.2.4: +4 -4 lines
Diff to previous 1.1.2.4 (colored) next main 1.2 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:33 2005 UTC (7 years, 2 months 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-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-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, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf, netbsd-3-1, netbsd-3-0, netbsd-3
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

nuke trailing whitespace

Revision 1.1.2.4 / (download) - annotate - [select for diffs], Mon Jan 17 19:31:25 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.1.2.3: +5 -2 lines
Diff to previous 1.1.2.3 (colored)

Sync with HEAD.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 6 14:58:00 2005 UTC (7 years, 4 months ago) by he
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, matt-timespec, kent-audio1-beforemerge
Branch point for: yamt-km, kent-audio2
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (colored)

Add recognition of LSI Logic FC919X chips, as found on
LSI Logic LSI7102XP-LC controllers.
Document FC919X and FC929X with separate entries in the man page.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:04 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 (colored)

Fix the sync with head I botched.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sat Sep 18 16:52:31 2004 UTC (7 years, 8 months ago) by he
Branch: netbsd-2-0
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-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
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pull up revision 1.3 (requested by martin in ticket #856):
  Add support for PCI-X version of LSI FC929, from PR#26836.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:04 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.1.2.1: +5 -2 lines
Diff to previous 1.1.2.1 (colored)

Sync with HEAD.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 18 08:52:50 2004 UTC (7 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: kent-audio1-base, kent-audio1
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored)

Add support for PCI-X version of LSI FC929; from Bert Kiers in PR kern/26836.

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:10 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

Sync with HEAD

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 14 15:47:26 2003 UTC (8 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

add missing __KERNEL_RCSID()

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 16 22:03:01 2003 UTC (9 years, 1 month ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp

Device driver for the LSI Logic Fusion-MPT based SCSI and Fibre Channel
adapters.  Currently supports:

* LSI 53c1030 Ultra320 SCSI
* LSI FC909, FC909A, FC919, and FC929 Fibre Channel

Ported from the FreeBSD "mpt" driver, written by Greg Ansley.  Thanks
to Frank van der Linden for testing and some bug finding.

This work was sponsored by Wasabi Systems, Inc.

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>