Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.14.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.1: +3 -7
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.1.18.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.1: +3 -7
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
merge to -current.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:22 2012 UTC (3 months, 3 weeks ago) by drochner
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.1: +3 -7
lines
Diff to previous 1.1 (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.1.6.2 / (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.1.6.1: +128 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head.
Revision 1.1.4.2 / (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.1.4.1: +128 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:39 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1.2.1: +128 -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, Thu Apr 1 04:04:11 2010 UTC (2 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -128
lines
FILE REMOVED
file nca_pci.c was added on branch yamt-nfs-mp on 2010-08-11 22:53:50 +0000
Revision 1.1.4.1, Thu Apr 1 04:04:11 2010 UTC (2 years, 1 month ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -128
lines
FILE REMOVED
file nca_pci.c was added on branch rmind-uvmplock on 2010-05-30 05:17:36 +0000
Revision 1.1.2.1, Thu Apr 1 04:04:11 2010 UTC (2 years, 1 month ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1: +0 -128
lines
FILE REMOVED
file nca_pci.c was added on branch uebayasi-xip on 2010-04-30 14:43:39 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 1 04:04:11 2010 UTC (2 years, 1 month ago) by jakllsch
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,
uebayasi-xip-base1,
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,
yamt-nfs-mp,
uebayasi-xip,
rmind-uvmplock,
jmcneill-usbmp
Add support for Domex 536 PCI SCSI controller to nca(4). This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter.