Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:45 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.25: +10 -14
lines
Diff to previous 1.25 (colored) next main 1.26 (colored)
sync with head
Revision 1.25.8.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:38 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.25: +10 -14
lines
Diff to previous 1.25 (colored) next main 1.26 (colored)
merge to -current.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Feb 14 15:08:07 2012 UTC (3 months, 1 week ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
HEAD
Changes since 1.26: +9 -9
lines
Diff to previous 1.26 (colored)
Replace the xxx_acquire()/xxx_release() rwlocks with mutexes. There are only RW_WRITERs for these, and no RW_READERs, so no need to incur the extra overhead of allowing for both. As discussed on tech-kern. For piixpm and ichsmb, the acquire/release protocol needs to be used, even if the request is I2C_F_POLL'd (or if the device supports only polled mode). Otherwise multiple requests can be running at the same time, and they stomp on each other and create anomolous results. Part 2 addresses my PR kern/45889 3 ACKs from releng
Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:19 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.25: +3 -7
lines
Diff to previous 1.25 (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.23.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:10 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.23: +11 -6
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
Sync with HEAD.
Revision 1.22.4.2 / (download) - annotate - [select for diffs], Tue May 31 03:04:39 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22.4.1: +1 -0
lines
Diff to previous 1.22.4.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)
sync with head
Revision 1.25 / (download) - annotate - [select for diffs], Sun May 15 01:00:52 2011 UTC (12 months, 1 week ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.24: +3 -2
lines
Diff to previous 1.24 (colored)
Add support for Intel 6 series.
Revision 1.22.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:37 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.22: +12 -8
lines
Diff to previous 1.22 (colored)
sync with head
Revision 1.23.4.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.23: +10 -6
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
Sync with HEAD
Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 10 13:52:36 2011 UTC (15 months, 2 weeks ago) by hannken
Branch: MAIN
CVS Tags: bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.23: +10 -6
lines
Diff to previous 1.23 (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.22.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:24 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
Sync with HEAD.
Revision 1.13.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:45 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.4.3: +4 -4
lines
Diff to previous 1.13.4.3 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)
sync with head.
Revision 1.23 / (download) - annotate - [select for diffs], Fri Jul 30 15:28:09 2010 UTC (21 months, 3 weeks ago) by njoly
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Adjust for Intel ICH10 devices update.
Revision 1.13.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:44 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.4.2: +3 -2
lines
Diff to previous 1.13.4.2 (colored) to branchpoint 1.13 (colored)
sync with head
Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 6 14:09:25 2010 UTC (2 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base1,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.21: +3 -2
lines
Diff to previous 1.21 (colored)
Attach to SMBus on Intel P55 chipset.
Revision 1.13.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:33 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.4.1: +4 -4
lines
Diff to previous 1.13.4.1 (colored) to branchpoint 1.13 (colored)
sync with head
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:24 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.19: +5 -5
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.21 / (download) - annotate - [select for diffs], Wed May 6 09:25:15 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,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.13.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:55 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13: +20 -15
lines
Diff to previous 1.13 (colored)
sync with head.
Revision 1.17.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:56 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.17.2.2: +3 -3
lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)
Sync with HEAD.
Revision 1.20 / (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
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
bzero -> memset
Revision 1.17.2.2 / (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.17.2.1: +8 -5
lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored)
Sync with HEAD.
Revision 1.19 / (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.18: +8 -5
lines
Diff to previous 1.18 (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.17.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:25 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.17: +6 -6
lines
Diff to previous 1.17 (colored)
Sync with HEAD.
Revision 1.11.10.5 / (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.11.10.4: +4 -4
lines
Diff to previous 1.11.10.4 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Sync with HEAD.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 16 22:35:33 2008 UTC (3 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.17: +6 -6
lines
Diff to previous 1.17 (colored)
replace bitmask_snprintf(9) with snprintb(3)
Revision 1.13.10.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:38 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.13: +9 -7
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.13.6.2 / (download) - annotate - [select for diffs], Fri Oct 10 22:32:16 2008 UTC (3 years, 7 months ago) by skrll
Branch: wrstuden-revivesa
Changes since 1.13.6.1: +4 -2
lines
Diff to previous 1.13.6.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.11.10.4 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:30 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.10.3: +2 -0
lines
Diff to previous 1.11.10.3 (colored) to branchpoint 1.11 (colored)
Sync with HEAD.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 1 15:38:14 2008 UTC (3 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
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,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap
Changes since 1.16: +4 -2
lines
Diff to previous 1.16 (colored)
ICH10 support from Brad du Plessis
Revision 1.11.10.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:26 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.10.2: +5 -5
lines
Diff to previous 1.11.10.2 (colored) to branchpoint 1.11 (colored)
Sync with HEAD.
Revision 1.13.6.1 / (download) - annotate - [select for diffs], Wed Sep 24 16:38:53 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.13: +7 -7
lines
Diff to previous 1.13 (colored)
Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 8 20:49:41 2008 UTC (3 years, 8 months ago) by njoly
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Add missing newline in debug message.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 8 20:47:09 2008 UTC (3 years, 8 months ago) by njoly
Branch: MAIN
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Improve message for SMI interrupts.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 8 20:37:38 2008 UTC (3 years, 8 months ago) by njoly
Branch: MAIN
Changes since 1.13: +6 -6
lines
Diff to previous 1.13 (colored)
Fix compilation with ICHIIC_DEBUG.
Revision 1.11.10.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:38 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.10.1: +2 -2
lines
Diff to previous 1.11.10.1 (colored) to branchpoint 1.11 (colored)
Sync with HEAD.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 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-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
hpcarm-cleanup-nbase
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
haad-dm
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
use aprint_*_dev and device_xname
Revision 1.11.10.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:50 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.11: +24 -21
lines
Diff to previous 1.11 (colored)
Sync with HEAD.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 28 02:40:19 2008 UTC (4 years, 1 month ago) by kiyohara
Branch: MAIN
Changes since 1.11: +24 -21
lines
Diff to previous 1.11 (colored)
Split device_t/softc.
Revision 1.9.2.4 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:51 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.9.2.3: +4 -3
lines
Diff to previous 1.9.2.3 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
sync with head
Revision 1.8.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:42 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.8.2.1: +4 -3
lines
Diff to previous 1.8.2.1 (colored) next main 1.9 (colored)
sync with HEAD
Revision 1.10.4.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:46:48 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Sync with head.
Revision 1.10.6.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:32:02 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
sync with head.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:08 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored)
Merge jmcneill-pm branch.
Revision 1.1.4.6 / (download) - annotate - [select for diffs], Sat Dec 8 16:21:26 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.1.4.5: +3 -3
lines
Diff to previous 1.1.4.5 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Rename pnp(9) -> pmf(9), as requested by many.
Revision 1.1.4.5 / (download) - annotate - [select for diffs], Fri Nov 23 20:52:05 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.1.4.4: +4 -3
lines
Diff to previous 1.1.4.4 (colored) to branchpoint 1.1 (colored)
Register with PM framework.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:53 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.8: +4 -3
lines
Diff to previous 1.8 (colored)
sync with HEAD
Revision 1.9.2.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:47 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.9.2.2: +3 -3
lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored)
sync with head.
Revision 1.1.4.4 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:01 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.1.4.3: +3 -3
lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.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.9.6.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:38:57 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.4.4.4 / (download) - annotate - [select for diffs], Tue Oct 23 20:08:54 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.4.4.3: +3 -3
lines
Diff to previous 1.4.4.3 (colored) next main 1.5 (colored)
Sync with head.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:44 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
mjf-devfs,
jmcneill-pm-base,
jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: yamt-kmem,
vmlocking2
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.4.4.3 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:42 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.4.4.2: +54 -48
lines
Diff to previous 1.4.4.2 (colored)
Sync with head.
Revision 1.1.4.3 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:14 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.1.4.2: +54 -48
lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:51 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.9.2.1: +378 -0
lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored)
sync with head.
Revision 1.4.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 10:20:59 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.4.2.2: +54 -48
lines
Diff to previous 1.4.2.2 (colored) next main 1.5 (colored)
Sync with HEAD.
Revision 1.9.2.1, Sat Sep 1 22:19:25 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.9: +0 -378
lines
FILE REMOVED
file ichsmb.c was added on branch yamt-lazymbuf on 2007-09-03 14:36:51 +0000
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 1 22:19:25 2007 UTC (4 years, 8 months ago) by riz
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5
Branch point for: yamt-lazymbuf,
bouyer-xenamd64
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
For SMBus, add the ability to enumerate devices on the bus. This does NOT identify the devices, merely indicates the presence of devices at certain addresses. Tested on ichsmb and nfsmb - other SMBus devices will need to ensure the proper bus type is set. (I2C_TYPE_SMBUS) From Nicolas Joly, via Paul Goyette, in PR#36744.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 27 15:57:14 2007 UTC (4 years, 8 months ago) by xtraeme
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.7: +9 -8
lines
Diff to previous 1.7 (colored)
Use rwlock(9) rather than lockmgr(9).
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 27 09:09:22 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Attach to the ICH9 SMBus device too.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 27 06:01:10 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
Add missing __KERNEL_RCSID().
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 26 18:39:43 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.4: +42 -42
lines
Diff to previous 1.4 (colored)
Move the ICH SMB defs to dev/ic/i82801lpcreg.h, it's where it belongs. This is to avoid code duplication.
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Mon Aug 20 22:07:04 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.4.4.1: +372 -0
lines
Diff to previous 1.4.4.1 (colored)
Sync with HEAD.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Thu Aug 16 11:03:09 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.1.4.1: +21 -9
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.4.2.2 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:30 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.4.2.1: +372 -0
lines
Diff to previous 1.4.2.1 (colored)
Sync with HEAD.
Revision 1.4.4.1, Thu Aug 9 16:54:21 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.4: +0 -372
lines
FILE REMOVED
file ichsmb.c was added on branch vmlocking on 2007-08-20 22:07:04 +0000
Revision 1.4.2.1, Thu Aug 9 16:54:21 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.4: +0 -372
lines
FILE REMOVED
file ichsmb.c was added on branch nick-csl-alignment on 2007-08-15 13:48:30 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 9 16:54:21 2007 UTC (4 years, 9 months ago) by kiyohara
Branch: MAIN
Branch point for: vmlocking,
nick-csl-alignment
Changes since 1.3: +21 -9
lines
Diff to previous 1.3 (colored)
Use bitmask_snprintf().
Revision 1.1.4.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:37:10 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Sync with HEAD.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Sun Aug 5 23:05:03 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: matt-mips64
Changes since 1.3.2.1: +360 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Repeat after me: %zu for size_t, %zd for ssize_t. Reminded by yamt@.
Revision 1.3.2.1, Sun Aug 5 23:05:02 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: matt-mips64
Changes since 1.3: +0 -360
lines
FILE REMOVED
file ichsmb.c was added on branch matt-mips64 on 2007-08-05 23:05:03 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 5 23:05:02 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: MAIN
CVS Tags: matt-mips64-base
Branch point for: matt-mips64
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Repeat after me: %zu for size_t, %zd for ssize_t. Reminded by yamt@.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 5 22:48:36 2007 UTC (4 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Use %zd to printf size_t.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 28 10:51:57 2007 UTC (4 years, 9 months ago) by kiyohara
Branch: MAIN
CVS Tags: hpcarm-cleanup
Branch point for: jmcneill-pm
Add support for Intel ICH SMBus controller.