Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:49 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.3: +5 -15
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.3.10.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:43 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.3: +5 -15
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
merge to -current.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 2 19:43:05 2012 UTC (3 months, 3 weeks ago) by tls
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.4: +4 -11
lines
Diff to previous 1.4 (colored)
Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code and source/sink/sample management code to sys/kern from sys/dev. 2) Remove use of NRND as test for presence of entropy-pool code throughout source tree. 3) Remove use of RND_ENABLED in device drivers as microoptimization to avoid expensive operations on disabled entropy sources; make the rnd_add calls do this directly so all callers benefit. 4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might have lead to slight entropy overestimation for some sources. 5) Add new source types for environmental sensors, power sensors, VM system events, and skew between clocks, with a sample implementation for each. ok releng to go in before the branch due to the difficulty of later pullup (widespread #ifdef removal and moved files). Tested with release builds on amd64 and evbarm and live testing on amd64.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:21 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
Changes since 1.3: +3 -6
lines
Diff to previous 1.3 (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.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.3.4.1: +1735 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with HEAD.
Revision 1.1.4.4 / (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.3: +12 -9
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.4.1, Thu Apr 28 17:32:48 2011 UTC (12 months, 4 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.3: +0 -1735
lines
FILE REMOVED
file if_vte.c was added on branch jruoho-x86intr on 2011-06-06 09:08:15 +0000
Revision 1.3 / (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-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,
jruoho-x86intr,
jmcneill-usbmp
Changes since 1.2: +14 -11
lines
Diff to previous 1.2 (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.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:51 2011 UTC (13 months 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)
sync with head
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 2 08:11:31 2011 UTC (13 months, 3 weeks ago) by mbalmer
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.
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: +1732 -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: +1732 -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 -1732
lines
FILE REMOVED
file if_vte.c 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 -1732
lines
FILE REMOVED
file if_vte.c 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.