The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:42 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.8: +22 -26 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

sync with head

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:26 2012 UTC (7 weeks, 1 day ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.8: +22 -26 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

sync to latest -current.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 18 12:47:01 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.9: +17 -15 lines
Diff to previous 1.9 (colored)

Split device_t

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 11 22:46:22 2012 UTC (2 months, 2 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.8: +7 -13 lines
Diff to previous 1.8 (colored)

Since there are no RW_READERs for the device's rw_lock, convert it to a
mutex and reduce the overhead.

Also, even if we're polling, we need to use the lock to control access to
the bus, otherwise we get anomolous results.

(These same changes were made several weeks ago to other drivers;  I
missed this one.)

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:09 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.7: +10 -6 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:35 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.7: +10 -6 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

sync with head

Revision 1.7.6.1 / (download) - annotate - [select for diffs], Thu Feb 17 12:00:13 2011 UTC (15 months, 1 week ago) by bouyer
Branch: bouyer-quota2
Changes since 1.7: +10 -6 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 10 13:52:36 2011 UTC (15 months, 2 weeks ago) by hannken
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.7: +10 -6 lines
Diff to previous 1.7 (colored)

Make the SMbus Send/Receive functions work.

If cmdlen = 0 and len = 1 use the XXX_HC_CMD_BYTE protocol, send
data through XXX_SMB_HCMD or receive data from XXX_SMB_HD0.

Ok: Paul Goyette

Revision 1.3.2.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:42 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.2.3: +3 -2 lines
Diff to previous 1.3.2.3 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with head.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:29 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Sync with HEAD.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 11 04:00:36 2010 UTC (2 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: rmind-uvmplock, jruoho-x86intr, bouyer-quota2
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

various aprint_* fixes.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:32 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.2.2: +8 -8 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored)

sync with head

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:23 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.2: +9 -9 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Sync with HEAD.

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

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 12 08:22:59 2009 UTC (3 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, uebayasi-xip-base, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base
Branch point for: uebayasi-xip
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon May 11 21:13:09 2009 UTC (3 years ago) by cegger
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

use device_xname()

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

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

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:54 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.2.1: +392 -0 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)

sync with head.

Revision 1.1.10.4 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:55 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.1.10.3: +3 -7 lines
Diff to previous 1.1.10.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.3.2.1, Wed Mar 18 16:00:19 2009 UTC (3 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3: +0 -392 lines
FILE REMOVED

file alipm.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:54 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 18 16:00:19 2009 UTC (3 years, 2 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Branch point for: yamt-nfs-mp
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

bzero -> memset

Revision 1.1.10.3 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:07 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1.10.2: +12 -5 lines
Diff to previous 1.1.10.2 (colored) to branchpoint 1.1 (colored)

Sync with HEAD.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 3 16:27:13 2009 UTC (3 years, 3 months ago) by pgoyette
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.1: +8 -5 lines
Diff to previous 1.1 (colored)

Update the i2c_exec() functions to handle quick_read/quick_write protocol.

Although interface routines i2c_smbus_*() exist, nothing in NetBSD actually
uses them yet.

Revision 1.1.10.2 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:24 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1.10.1: +389 -0 lines
Diff to previous 1.1.10.1 (colored) to branchpoint 1.1 (colored)

Sync with HEAD.

Revision 1.1.8.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:59 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1.8.1: +389 -0 lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:34 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.1.6.1: +389 -0 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.1.10.1, Wed Oct 29 17:26:56 2008 UTC (3 years, 6 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1: +0 -389 lines
FILE REMOVED

file alipm.c was added on branch nick-hppapmap on 2009-01-19 13:18:24 +0000

Revision 1.1.8.1, Wed Oct 29 17:26:56 2008 UTC (3 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1: +0 -389 lines
FILE REMOVED

file alipm.c was added on branch mjf-devfs2 on 2009-01-17 13:28:59 +0000

Revision 1.1.6.1, Wed Oct 29 17:26:56 2008 UTC (3 years, 6 months ago) by haad
Branch: haad-dm
Changes since 1.1: +0 -389 lines
FILE REMOVED

file alipm.c was added on branch haad-dm on 2008-12-13 01:14:34 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 29 17:26:56 2008 UTC (3 years, 6 months ago) by jkunz
Branch: MAIN
CVS Tags: 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, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, mjf-devfs2, haad-dm

Ported alipm(4) and admtemp(4) from OpenBSD.

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>