Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Wed May 23 10:07:57 2012 UTC (2 days, 20 hours ago) by yamt
Branch: yamt-pagecache
Changes since 1.2: +2 -2
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], Mon May 7 03:10:28 2012 UTC (2 weeks, 5 days ago) by riz
Branch: netbsd-6
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pull up following revision(s) (requested by gdt in ticket #208):
sys/dev/pci/if_bnxvar.h: revision 1.3
Use RX_PAGES for rx_bd_chain_{,r}seq.
Before, TX_PAGES was used, but no harm was done because TX_PAGES ==
RX_PAGES == 2. Found by Frank Kastenholz of BBN.
Revision 1.2.6.1 / (download) - annotate - [select for diffs], Sun Apr 29 23:04:51 2012 UTC (3 weeks, 5 days ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
sync to latest -current.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 26 17:43:02 2012 UTC (4 weeks, 1 day ago) by gdt
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9,
HEAD
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Use RX_PAGES for rx_bd_chain_{,r}seq.
Before, TX_PAGES was used, but no harm was done because TX_PAGES ==
RX_PAGES == 2. Found by Frank Kastenholz of BBN.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 15 11:29:31 2011 UTC (10 months, 1 week ago) by jym
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
netbsd-6,
jmcneill-usbmp
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Use a workqueue(9) to defer allocation of TX packets. Loosely inspired from the OpenBSD bnx(4) driver. Tested by Roger Pau Monné, roger.pau at entel.upc.edu. Fixes kern/45051.
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: +440 -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.6.1, Thu Dec 9 22:34:37 2010 UTC (17 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -440
lines
FILE REMOVED
file if_bnxvar.h was added on branch rmind-uvmplock on 2011-03-05 20:53:39 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 9 22:34:37 2010 UTC (17 months, 2 weeks ago) by jym
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock
Similar to bge(4), split if_bnxreg.h in two parts: - if_bnxreg.h: general register values, flags... for bnx(4), that can be included in other drivers - if_bnxvar.h: PCI or device specific code (device state data, debug macros etc.), which should remain private to bnx(4) No comments, no objections on current-users@. See discussion: http://mail-index.netbsd.org/current-users/2010/12/01/msg014926.html