Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:46 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.2: +3 -6
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
sync with head
Revision 1.2.8.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:39 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.2: +3 -6
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
merge to -current.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:20 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.2: +3 -6
lines
Diff to previous 1.2 (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.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:13 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.6.3 / (download) - annotate - [select for diffs], Tue May 31 03:04:40 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.6.2: +1 -1
lines
Diff to previous 1.1.6.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 18 01:02:43 2011 UTC (12 months, 1 week ago) by dyoung
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.1: +3 -3
lines
Diff to previous 1.1 (colored)
#include <sys/bus.h>, not <machine/bus.h>.
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:40 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.6.1: +2127 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.6.1, Sat Nov 13 00:47:25 2010 UTC (18 months, 1 week ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -2127
lines
FILE REMOVED
file if_et.c was added on branch rmind-uvmplock on 2011-03-05 20:53:40 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 13 00:47:25 2010 UTC (18 months, 1 week ago) by jnemeth
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock,
jruoho-x86intr
PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver The et(4) driver supports PCI Express Ethernet adapters based on the Agere/LSI ET1310/ET1301 integrated MAC/PHY. The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD, ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD by Kaspar Brand.