The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21.8.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.21: +8 -12 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

sync with head

Revision 1.21.12.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.21: +8 -12 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

merge to -current.

Revision 1.23 / (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.22: +7 -7 lines
Diff to previous 1.22 (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.22 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:22 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.21: +3 -7 lines
Diff to previous 1.21 (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.20.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:27 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync with HEAD.

Revision 1.12.4.3 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:50 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12.4.2: +4 -2 lines
Diff to previous 1.12.4.2 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

sync with head.

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:36 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

sync with head

Revision 1.21 / (download) - annotate - [select for diffs], Sat May 8 07:41:44 2010 UTC (2 years ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, rmind-uvmplock-nbase, rmind-uvmplock-base, 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.20: +4 -2 lines
Diff to previous 1.20 (colored)

Recognize additional SMBus controllers.  From FreeBSD.

Revision 1.12.4.2 / (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.12.4.1: +11 -11 lines
Diff to previous 1.12.4.1 (colored) to branchpoint 1.12 (colored)

sync with head

Revision 1.16.2.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: +11 -11 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.20 / (download) - annotate - [select for diffs], Sat May 9 07:13:57 2009 UTC (3 years ago) by pgoyette
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-base1, uebayasi-xip-base, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

For multi-byte transfers, the bytes need to be written to or read from
consecutive data registers.  Discovered while debugging sdtemp(4) driver
which does _only_ 16-bit transfers!

Revision 1.19 / (download) - annotate - [select for diffs], Sat May 9 04:56:39 2009 UTC (3 years ago) by pgoyette
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

You can't use a BYTE protocol to read 16-bits worth of data from the
i2c bus.  Discovered while debugging my sdtemp(4) driver.

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: +6 -6 lines
Diff to previous 1.16 (colored)

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

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:58 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12: +38 -4 lines
Diff to previous 1.12 (colored)

sync with head.

Revision 1.15.2.1 / (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.15: +25 -3 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Sync with HEAD.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 3 16:27:13 2009 UTC (3 years, 3 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base
Branch point for: jym-xensuspend
Changes since 1.15: +25 -3 lines
Diff to previous 1.15 (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.11.6.3 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:00 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.6.2: +1 -1 lines
Diff to previous 1.11.6.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Sync with HEAD.

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:39 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Sync with HEAD.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 15 02:21:48 2008 UTC (3 years, 7 months ago) by pgoyette
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, 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.14: +3 -3 lines
Diff to previous 1.14 (colored)

If we're doing a 2-byte read, return the entire 16-bit result.

Revision 1.12.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:11 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.12: +14 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:14 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.12: +14 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

sync with head

Revision 1.11.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.11.6.1: +12 -0 lines
Diff to previous 1.11.6.1 (colored) to branchpoint 1.11 (colored)

Sync with HEAD.

Revision 1.14 / (download) - annotate - [select for diffs], Sun May 25 22:03:23 2008 UTC (4 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl
Branch point for: haad-dm
Changes since 1.13: +8 -2 lines
Diff to previous 1.13 (colored)

add comment why NULL handlers are sufficient.
requested and ok'd by jmcneill

Revision 1.13 / (download) - annotate - [select for diffs], Sun May 25 20:51:22 2008 UTC (4 years ago) by cegger
Branch: MAIN
Changes since 1.12: +8 -2 lines
Diff to previous 1.12 (colored)

add power management support

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

Sync with HEAD.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 27 10:47:14 2008 UTC (4 years, 2 months ago) by kiyohara
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa
Changes since 1.11: +22 -21 lines
Diff to previous 1.11 (colored)

Split device_t/softc.

Revision 1.5.2.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.5.2.2: +2 -3 lines
Diff to previous 1.5.2.2 (colored) next main 1.6 (colored)

sync with HEAD

Revision 1.7.2.3 / (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.7.2.2: +2 -3 lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Sync with HEAD.

Revision 1.6.2.6 / (download) - annotate - [select for diffs], Mon Jan 21 09:44:07 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.5: +2 -3 lines
Diff to previous 1.6.2.5 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Sat Jan 19 12:15:12 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 14 20:30:10 2008 UTC (4 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

Fix the BARs on nForce 430, which failed to attach. Reported by
atsushi fukumoto in PR kern/37756.

Revision 1.5.2.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.5.2.1: +27 -4 lines
Diff to previous 1.5.2.1 (colored)

sync with HEAD

Revision 1.3.4.5 / (download) - annotate - [select for diffs], Sun Dec 9 19:37:54 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.3.4.4: +21 -4 lines
Diff to previous 1.3.4.4 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Sync with HEAD.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:19:44 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.7.2.1: +21 -4 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

Sync with HEAD.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:57:27 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.9: +21 -4 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Sync with head.

Revision 1.6.2.5 / (download) - annotate - [select for diffs], Fri Dec 7 17:30:26 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.4: +21 -4 lines
Diff to previous 1.6.2.4 (colored) to branchpoint 1.6 (colored)

sync with head

Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 4 15:58:11 2007 UTC (4 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, matt-armv6-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-merge1
Branch point for: bouyer-xeni386
Changes since 1.9: +21 -4 lines
Diff to previous 1.9 (colored)

Newer nForce MCP SMBus devices use different PCI BARs than the old ones
(nForce 2/3/4).

nfsmb(4) is now properly working on newer MCPs, tested by wiz@ on MCP55:

nfsmbc0 at pci0 dev 1 function 1: NVIDIA nForce MCP55 SMBus Controller (rev. 0xa2)
nfsmb0 at nfsmbc0 SMBus 1
iic0 at nfsmb0: I2C bus
spdmem0 at iic0 addr 0x51
spdmem0: DDR2 SDRAM memory, data ECC, 1024MB, 667MHz, PC2-5300
spdmem0: 14 rows, 10 cols, 2 ranks, 4 banks/chip, 3.00ns cycle time
spdmem0: voltage SSTL 1.8V, refresh time 7.8us (self-refreshing)
nfsmb1 at nfsmbc0 SMBus 2
iic1 at nfsmb1: I2C bus

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:12 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.7: +8 -2 lines
Diff to previous 1.7 (colored)

Sync with HEAD.

Revision 1.6.6.2 / (download) - annotate - [select for diffs], Sun Nov 18 19:35:35 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.6.6.1: +6 -0 lines
Diff to previous 1.6.6.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Sync with HEAD

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:23 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.3: +8 -2 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.3.4.4 / (download) - annotate - [select for diffs], Wed Nov 14 19:04:29 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.3.4.3: +8 -2 lines
Diff to previous 1.3.4.3 (colored) to branchpoint 1.3 (colored)

Sync with HEAD.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 14 12:42:20 2007 UTC (4 years, 6 months ago) by xtraeme
Branch: MAIN
CVS Tags: vmlocking2-base1, vmlocking-nbase, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Attach to NVIDIA MCP73 now that we have the PCI id.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 14 12:12:27 2007 UTC (4 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.7: +7 -2 lines
Diff to previous 1.7 (colored)

Attach to more NVIDIA SMBus controllers.

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

sync with HEAD

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:33:19 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6.2.2: +3 -3 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.3.4.3 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:39 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.3.4.2: +3 -3 lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (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.6.6.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:13 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Sync with HEAD.

Revision 1.1.4.5 / (download) - annotate - [select for diffs], Tue Oct 23 20:09:10 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.1.4.4: +3 -3 lines
Diff to previous 1.1.4.4 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with head.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:53 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

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

Revision 1.1.4.4 / (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.1.4.3: +9 -12 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored)

Sync with head.

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:21 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.3.4.1: +9 -12 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)

Sync with HEAD.

Revision 1.6.2.2 / (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.6.2.1: +458 -0 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

sync with head.

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:21:05 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.1.6.1: +9 -12 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD.

Revision 1.6.2.1, Sat Sep 1 22:19:25 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.6: +0 -458 lines
FILE REMOVED

file nfsmb.c was added on branch yamt-lazymbuf on 2007-09-03 14:37:13 +0000

Revision 1.6 / (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.5: +3 -2 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon Aug 27 15:57:13 2007 UTC (4 years, 8 months ago) by xtraeme
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.4: +8 -12 lines
Diff to previous 1.4 (colored)

Use rwlock(9) rather than lockmgr(9).

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

Sync with HEAD.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Thu Aug 16 11:03:12 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored)

Sync with HEAD.

Revision 1.1.6.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.1: +18 -20 lines
Diff to previous 1.1 (colored)

Sync with HEAD.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 14 14:18:17 2007 UTC (4 years, 9 months ago) by kiyohara
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (colored)

Remove and insert null-line.
No parentheses are needed around the return value.

Revision 1.3.6.2 / (download) - annotate - [select for diffs], Sat Jul 28 12:31:51 2007 UTC (4 years, 9 months ago) by kiyohara
Branch: matt-mips64
Changes since 1.3.6.1: +461 -0 lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

s/uint32_t reg/pcireg_t reg/.
Check condition `!= 0'.

Revision 1.3.6.1, Sat Jul 28 12:31:50 2007 UTC (4 years, 9 months ago) by kiyohara
Branch: matt-mips64
Changes since 1.3: +0 -461 lines
FILE REMOVED

file nfsmb.c was added on branch matt-mips64 on 2007-07-28 12:31:51 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 28 12:31:50 2007 UTC (4 years, 9 months ago) by kiyohara
Branch: MAIN
CVS Tags: matt-mips64-base, hpcarm-cleanup
Branch point for: matt-mips64, jmcneill-pm
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

s/uint32_t reg/pcireg_t reg/.
Check condition `!= 0'.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 21 12:14:27 2007 UTC (4 years, 10 months ago) by kiyohara
Branch: MAIN
Changes since 1.1: +12 -14 lines
Diff to previous 1.1 (colored)

We wait for the clearness of the NFORCE_SMB_PROTOCOL as transfer completion.
And, the maximum is assumed to be 10msec.  I think that the thing for which
it waits any further is dangerous for the system.

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Sun Jul 15 13:21:37 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.1.4.1: +463 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

Sync with head.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:53 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.1.2.1: +463 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with head.

Revision 1.1.4.1, Wed Jul 11 07:53:29 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.1: +0 -463 lines
FILE REMOVED

file nfsmb.c was added on branch vmlocking on 2007-07-15 13:21:37 +0000

Revision 1.1.2.1, Wed Jul 11 07:53:29 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.1: +0 -463 lines
FILE REMOVED

file nfsmb.c was added on branch mjf-ufs-trans on 2007-07-11 20:07:53 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 11 07:53:29 2007 UTC (4 years, 10 months ago) by kiyohara
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base
Branch point for: vmlocking, nick-csl-alignment, mjf-ufs-trans

Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver.

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>