Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:14 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.9: +12 -11
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.5.4.1 / (download) - annotate - [select for diffs], Fri May 20 19:19:57 2011 UTC (12 months ago) by bouyer
Branch: netbsd-5
Changes since 1.5: +12 -11
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Pull up following revision(s) (requested by dholland in ticket #1612): sys/dev/pci/if_lii.c: revision 1.10 PR/41258: Elias Benali: Try to get the ethernet address from the BIOS before failing.
Revision 1.8.4.2 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:50 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.8.4.1: +12 -11
lines
Diff to previous 1.8.4.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
sync with head
Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 20 20:15:03 2011 UTC (13 months ago) by christos
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
Changes since 1.9: +12 -11
lines
Diff to previous 1.9 (colored)
PR/41258: Elias Benali: Try to get the ethernet address from the BIOS before failing.
Revision 1.3.6.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:47 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.6.4: +4 -6
lines
Diff to previous 1.3.6.4 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.8.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:34 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.8: +4 -6
lines
Diff to previous 1.8 (colored)
sync with head
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:36 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.8: +4 -6
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with HEAD.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 5 07:20:26 2010 UTC (2 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.8: +4 -6
lines
Diff to previous 1.8 (colored)
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach.
Revision 1.3.6.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:46 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.6.3: +4 -11
lines
Diff to previous 1.3.6.3 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:01 2010 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.7: +4 -11
lines
Diff to previous 1.7 (colored)
Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
Revision 1.3.6.3 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:51 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.6.2: +5 -5
lines
Diff to previous 1.3.6.2 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 5 14:09:55 2009 UTC (2 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
matt-premerge-20091211,
jym-xensuspend-nbase
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Invert logic around nested pmf(9) registrations for readability.
Revision 1.5.8.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:25 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.5: +16 -9
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.3.6.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:57 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.6.1: +18 -11
lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:57 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.5: +16 -9
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 26 06:56:46 2009 UTC (3 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jymxensuspend-base,
jym-xensuspend-base
Changes since 1.5: +16 -9
lines
Diff to previous 1.5 (colored)
fix error handling in lii_attach() ok jmcneill@
Revision 1.4.8.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:39 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD.
Revision 1.2.2.4 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:26 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.2.2.3: +2 -2
lines
Diff to previous 1.2.2.3 (colored) next main 1.3 (colored)
Sync with HEAD.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:06 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.4.4.3 / (download) - annotate - [select for diffs], Thu Sep 4 08:46:45 2008 UTC (3 years, 8 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.4.4.2: +4 -4
lines
Diff to previous 1.4.4.2 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Sync with netbsd-4.
Revision 1.3.4.3 / (download) - annotate - [select for diffs], Wed Aug 20 19:23:07 2008 UTC (3 years, 9 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.3.4.2: +4 -4
lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Pull up following revision(s) (requested by sborrill in ticket #1164): sys/dev/pci/if_lii.c: revision 1.5 Fix multicast (multicast hash table were calculated incorrectly).
Revision 1.4.6.1 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:33 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with head.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 8 12:39:27 2008 UTC (3 years, 10 months ago) by sborrill
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
nick-hppapmap-base2,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
netbsd-5,
jym-xensuspend
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Fix multicast (multicast hash table were calculated incorrectly).
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:24 2008 UTC (3 years, 11 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.4.4.1: +1211 -0
lines
Diff to previous 1.4.4.1 (colored) to branchpoint 1.4 (colored)
Sync with netbsd-4.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:39 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.2.2.2: +1 -4
lines
Diff to previous 1.2.2.2 (colored)
Sync with HEAD.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:19 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.3: +2 -5
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:43 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3: +2 -5
lines
Diff to previous 1.3 (colored)
sync with head.
Revision 1.4.4.1, Tue Apr 29 06:53:03 2008 UTC (4 years ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.4: +0 -1217
lines
FILE REMOVED
file if_lii.c was added on branch wrstuden-fixsa on 2008-06-03 20:47:24 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 29 06:53:03 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa,
wrstuden-fixsa,
simonb-wapbl,
haad-dm
Changes since 1.3: +2 -5
lines
Diff to previous 1.3 (colored)
Convert to new 2 clause license
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Sat Apr 19 15:57:56 2008 UTC (4 years, 1 month ago) by bouyer
Branch: netbsd-4
Changes since 1.3.4.1: +1211 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)
Pull up following revision(s) (requested by sborrill in ticket #1128): sys/dev/pci/if_lii.c: revisions 1.1, 1.3 via patch sys/arch/i386/conf/ALL: revision 1.161 via patch share/man/man4/lii.4: revision 1.1 via patch sys/dev/pci/files.pci: revision 1.303 via patch sys/dev/DEVNAMES: revision 1.238 via patch sys/arch/i386/conf/GENERIC: revision 1.885 via patch distrib/sets/lists/man/mi: revisions 1.1062, 1.1063 via patch sys/arch/i386/conf/XEN2_DOM0: revision 1.43 via patch share/man/man4/Makefile: revision 1.460 via patch sys/arch/i386/conf/INSTALL: revision 1.323 via patch sys/dev/pci/if_liireg.h: revision 1.1 via patch Add a driver for the Atheros/Attansic L2 Fast-Ethernet chip found on a series of hardware that includes Asus's famous EeePC.
Revision 1.3.4.1, Sun Apr 6 23:21:01 2008 UTC (4 years, 1 month ago) by bouyer
Branch: netbsd-4
Changes since 1.3: +0 -1220
lines
FILE REMOVED
file if_lii.c was added on branch netbsd-4 on 2008-04-19 15:57:56 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 6 23:21:01 2008 UTC (4 years, 1 month ago) by mjf
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp,
netbsd-4
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Prevent packet header from being placed outside the TXD buffer. This should stop the "mismatched status and packet" error messages that have been plaguing the EeePC. Fix provided by Joel Sing, thanks!
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:50 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.2.2.1: +1220 -0
lines
Diff to previous 1.2.2.1 (colored)
Sync with HEAD.
Revision 1.2.2.1, Mon Mar 31 14:30:58 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.2: +0 -1220
lines
FILE REMOVED
file if_lii.c was added on branch mjf-devfs2 on 2008-04-03 12:42:50 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 31 14:30:58 2008 UTC (4 years, 1 month ago) by mjf
Branch: MAIN
Branch point for: mjf-devfs2
Changes since 1.1: +7 -2
lines
Diff to previous 1.1 (colored)
Register pmf handler.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 29 00:16:26 2008 UTC (4 years, 1 month ago) by cube
Branch: MAIN
Add a driver for the Atheros/Attansic L2 Fast-Ethernet chip found on a series of hardware that includes Asus's famous EeePC. The linux driver was used as documentation. Many thanks to all the people who helped or at least supported me while I was fighting that bug that made the EeePC freeze. At the top of that list, Matt J. Fleming (mjf@) and David Gwynne (from the OpenBSD fame).