Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:15 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.2.4.1: +342 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)
Sync with HEAD.
Revision 1.1.4.3 / (download) - annotate - [select for diffs], Tue May 31 03:04:41 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.4.2: +1 -1
lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.2.4.1, Thu Apr 28 17:32:48 2011 UTC (12 months, 4 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.2: +0 -342
lines
FILE REMOVED
file if_vtereg.h was added on branch jruoho-x86intr on 2011-06-06 09:08:15 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 28 17:32:48 2011 UTC (12 months, 4 weeks ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
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-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
HEAD
Branch point for: jruoho-x86intr
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
- Properly count collisions - call vte_rxfilter() after starting transmit/receive; this seems to fix some IPv6-related multicast issues for me - when the MCR0_BROADCAST bit is set broadcast receive is disabled. Rename it to MCR0_BROADCAST_DIS to reflect its function, and fix usage. - Fix loop over multicast addresses to not set the same address in the 3 perfect filter slots.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:45 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.4.1: +342 -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 Feb 8 16:19:50 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1.2.1: +342 -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 Jan 26 18:48:13 2011 UTC (15 months, 4 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -342
lines
FILE REMOVED
file if_vtereg.h was added on branch rmind-uvmplock on 2011-03-05 20:53:45 +0000
Revision 1.1.2.1, Wed Jan 26 18:48:13 2011 UTC (15 months, 4 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1: +0 -342
lines
FILE REMOVED
file if_vtereg.h was added on branch bouyer-quota2 on 2011-02-08 16:19:50 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 26 18:48:13 2011 UTC (15 months, 4 weeks ago) by bouyer
Branch: MAIN
CVS Tags: bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: rmind-uvmplock,
bouyer-quota2
Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller, as found in the vortex86 SoCs (http://www.vortex86dx.com). Ported from freebsd. Not added to amd64's GENERIC because this CPU is 32bit only. thanks to DM&P Electronics, Inc for providing documentation and sample devices for this work.