Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:57 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.4: +71 -19
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
sync with head
Revision 1.4.8.4 / (download) - annotate - [select for diffs], Tue Mar 6 18:26:45 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.4.8.3: +66 -14
lines
Diff to previous 1.4.8.3 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
sync to -current
Revision 1.4.8.3 / (download) - annotate - [select for diffs], Tue Mar 6 09:56:21 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.4.8.2: +14 -66
lines
Diff to previous 1.4.8.2 (colored) to branchpoint 1.4 (colored)
sync to -current
Revision 1.4.8.2 / (download) - annotate - [select for diffs], Sun Mar 4 00:46:25 2012 UTC (2 months, 3 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.4.8.1: +66 -14
lines
Diff to previous 1.4.8.1 (colored) to branchpoint 1.4 (colored)
sync to latest -current.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 2 18:20:33 2012 UTC (2 months, 3 weeks ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base4,
HEAD
Changes since 1.6: +66 -14
lines
Diff to previous 1.6 (colored)
Added Ricoh 5U822/5U823 SD/MMC Controller support.
Revision 1.4.8.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:52 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.4: +7 -7
lines
Diff to previous 1.4 (colored)
merge to -current.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 2 22:49:17 2012 UTC (3 months, 3 weeks ago) by nonaka
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.5: +6 -2
lines
Diff to previous 1.5 (colored)
Use "opt_sdmmc.h" for SDHC_DEBUG.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:23 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.4: +3 -7
lines
Diff to previous 1.4 (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.3.10.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:27 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.3: +22 -5
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync with HEAD.
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:57 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.3: +20 -3
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.3.12.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:53 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.3: +22 -5
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync with HEAD
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 2 04:18:14 2011 UTC (15 months, 3 weeks ago) by jakllsch
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,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.3: +22 -5
lines
Diff to previous 1.3 (colored)
Like some other TI SDHCI parts, PCI_PRODUCT_TI_PCIXX12SD also needs the SD card moved to the SDHCI controller.
Revision 1.3.8.2 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:49 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.3.8.1: +294 -0
lines
Diff to previous 1.3.8.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync to netbsd-5
Revision 1.1.4.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:59 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.4.3: +3 -3
lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Wed Oct 28 09:03:42 2009 UTC (2 years, 6 months ago) by bouyer
Branch: netbsd-5
CVS Tags: 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,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.3.2.1: +294 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Pull up the following revisions, requested by sborrill in ticket #1114: share/man/man4/sdhc.4 1.1-1.2 sys/dev/pci/sdhc_pci.c 1.1-1.3 distrib/sets/lists/man/mi patch share/man/man4/Makefile patch sys/arch/amd64/conf/GENERIC patch sys/arch/i386/conf/ALL patch sys/arch/i386/conf/GENERIC patch sys/dev/pci/files.pci patch sys/dev/pci/pcidevs patch sys/dev/pci/pcidevs.h regen sys/dev/pci/pcidevs_data.h regen Add sdhc(4), a driver for SD controllers following the SD Host Controller Standard Simplified Specification.
Revision 1.3.8.1, Fri Oct 2 04:38:47 2009 UTC (2 years, 7 months ago) by matt
Branch: matt-nb5-mips64
Changes since 1.3: +0 -294
lines
FILE REMOVED
file sdhc_pci.c was added on branch matt-nb5-mips64 on 2010-04-21 00:27:49 +0000
Revision 1.3.2.1, Fri Oct 2 04:38:47 2009 UTC (2 years, 7 months ago) by bouyer
Branch: netbsd-5
Changes since 1.3: +0 -294
lines
FILE REMOVED
file sdhc_pci.c was added on branch netbsd-5 on 2009-10-28 09:03:42 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 2 04:38:47 2009 UTC (2 years, 7 months ago) by uebayasi
Branch: MAIN
CVS Tags: 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,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jruoho-x86intr-base
Branch point for: rmind-uvmplock,
netbsd-5,
matt-nb5-mips64,
jruoho-x86intr,
bouyer-quota2
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Pass not (struct sdhc_pci_softc *) but (struct sdhc_softc *) to sdhc_intr(). No functional change because struct sdhc_pci_softc has struct sdhc_softc as the 1st member.
Revision 1.1.6.3 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:01 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.1.6.2: +5 -10
lines
Diff to previous 1.1.6.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.4.3 / (download) - annotate - [select for diffs], Sat Jul 18 14:53:09 2009 UTC (2 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.4.2: +5 -10
lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 29 11:05:12 2009 UTC (2 years, 10 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
jymxensuspend-base
Changes since 1.1: +5 -10
lines
Diff to previous 1.1 (colored)
Use PCI IDs from pcidevs, instead of storing them in here. Compile tested and OK'd by NONAKA Kimihiro.
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Wed May 13 17:20:29 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.1.6.1: +299 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:01 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.4.1: +299 -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], Tue Apr 28 07:35:59 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.1.2.1: +299 -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.6.1, Tue Apr 21 03:00:29 2009 UTC (3 years, 1 month ago) by jym
Branch: jym-xensuspend
Changes since 1.1: +0 -299
lines
FILE REMOVED
file sdhc_pci.c was added on branch jym-xensuspend on 2009-05-13 17:20:29 +0000
Revision 1.1.4.1, Tue Apr 21 03:00:29 2009 UTC (3 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -299
lines
FILE REMOVED
file sdhc_pci.c was added on branch yamt-nfs-mp on 2009-05-04 08:13:01 +0000
Revision 1.1.2.1, Tue Apr 21 03:00:29 2009 UTC (3 years, 1 month ago) by skrll
Branch: nick-hppapmap
Changes since 1.1: +0 -299
lines
FILE REMOVED
file sdhc_pci.c was added on branch nick-hppapmap on 2009-04-28 07:35:59 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 21 03:00:29 2009 UTC (3 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jym-xensuspend-base
Branch point for: yamt-nfs-mp,
nick-hppapmap,
jym-xensuspend
Added SD/MMC support from OpenBSD. tested on i386, amd64 at current-users ML by pgoyette@. tested on zaurus by myself.