Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.40.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:44 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.40.4.1: +2 -4
lines
Diff to previous 1.40.4.1 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)
sync with head
Revision 1.42 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:07 2010 UTC (18 months, 1 week ago) by uebayasi
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,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
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,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.41: +2 -4
lines
Diff to previous 1.41 (colored)
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and some other constants. These are provided by sys/param.h now.
Revision 1.35.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:48 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35.4.3: +4 -6
lines
Diff to previous 1.35.4.3 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)
sync with head.
Revision 1.40.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:35 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.40: +4 -6
lines
Diff to previous 1.40 (colored)
sync with head
Revision 1.40.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:37 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.40: +4 -6
lines
Diff to previous 1.40 (colored) next main 1.41 (colored)
Sync with HEAD.
Revision 1.41 / (download) - annotate - [select for diffs], Mon Apr 5 07:20:27 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
Changes since 1.40: +4 -6
lines
Diff to previous 1.40 (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.35.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:48 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35.4.2: +19 -23
lines
Diff to previous 1.35.4.2 (colored) to branchpoint 1.35 (colored)
sync with head
Revision 1.40 / (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.39: +4 -11
lines
Diff to previous 1.39 (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.39 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:10 2009 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.38: +5 -5
lines
Diff to previous 1.38 (colored)
Cleanup interrupt establish error messages. Do not mix aprint_error/aprint_normal/printf calls for a single line.
Revision 1.38 / (download) - annotate - [select for diffs], Sun Sep 27 12:52:59 2009 UTC (2 years, 7 months ago) by tsutsui
Branch: MAIN
CVS Tags: jym-xensuspend-nbase
Changes since 1.37: +14 -11
lines
Diff to previous 1.37 (colored)
Replace shutdownhook_establish(9) with pmf_device_register1(9). Compile test only.
Revision 1.35.4.2 / (download) - annotate - [select for diffs], Sat May 16 10:41:35 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35.4.1: +4 -4
lines
Diff to previous 1.35.4.1 (colored) to branchpoint 1.35 (colored)
sync with head
Revision 1.36.14.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:26 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.36: +4 -4
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.37 / (download) - annotate - [select for diffs], Wed May 6 09:25:16 2009 UTC (3 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
jymxensuspend-base,
jym-xensuspend-base
Changes since 1.36: +4 -4
lines
Diff to previous 1.36 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.32.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:40 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.32.6.1: +36 -45
lines
Diff to previous 1.32.6.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
Sync with HEAD.
Revision 1.35.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:20 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.35: +2 -9
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
sync with head.
Revision 1.35.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:44 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.35: +2 -9
lines
Diff to previous 1.35 (colored)
sync with head.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:55 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base3,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
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,
netbsd-5,
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,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.35: +2 -9
lines
Diff to previous 1.35 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.35 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:37 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp
Changes since 1.34: +38 -40
lines
Diff to previous 1.34 (colored)
use aprint_*_dev and device_xname
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:51 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.32: +24 -24
lines
Diff to previous 1.32 (colored)
Sync with HEAD.
Revision 1.21.4.7 / (download) - annotate - [select for diffs], Mon Mar 24 09:38:51 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21.4.6: +21 -21
lines
Diff to previous 1.21.4.6 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)
sync with head.
Revision 1.32.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:48 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.32: +24 -24
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
sync with head.
Revision 1.29.2.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:48 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.29.2.1: +38 -79
lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)
sync with HEAD
Revision 1.34 / (download) - annotate - [select for diffs], Fri Mar 21 07:47:43 2008 UTC (4 years, 2 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
ad-socklock-base1
Changes since 1.33: +21 -21
lines
Diff to previous 1.33 (colored)
pci_activate() expects for its void * argument to be a device_t, so change the type of the argument to device_t. Update each use of pci_activate(). Use device_t and accessors. Use aprint_*_dev().
Revision 1.21.4.6 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:11 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21.4.5: +5 -5
lines
Diff to previous 1.21.4.5 (colored) to branchpoint 1.21 (colored)
sync with head.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 11 23:58:06 2008 UTC (4 years, 2 months ago) by dyoung
Branch: MAIN
Changes since 1.32: +5 -5
lines
Diff to previous 1.32 (colored)
Prepare for PMF self-suspension: in the if_stop() methods, clear IFF_UP and IFF_RUNNING before running the 'disable' step, instead of after. Soon I will handle the 'disable' step by calling into PMF, which may call if_stop(, 0). Ordinarily, that is harmless. This change lets the if_stop() routines exit early when they find on entry that IFF_RUNNING is not set.
Revision 1.31.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:57 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.31: +16 -57
lines
Diff to previous 1.31 (colored) next main 1.32 (colored)
Sync with HEAD.
Revision 1.21.4.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:44:00 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21.4.4: +16 -57
lines
Diff to previous 1.21.4.4 (colored) to branchpoint 1.21 (colored)
sync with head
Revision 1.31.8.1 / (download) - annotate - [select for diffs], Sun Jan 20 17:51:38 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.31: +16 -57
lines
Diff to previous 1.31 (colored) next main 1.32 (colored)
Sync with HEAD
Revision 1.32 / (download) - annotate - [select for diffs], Sat Jan 19 22:10:19 2008 UTC (4 years, 4 months ago) by dyoung
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.31: +16 -57
lines
Diff to previous 1.31 (colored)
Make many ethernet drivers share the common code for MII media
handling, ether_mediastatus() and ether_mediachange(). Check for
a non-ENXIO error return from mii_mediachg(). (ENXIO indicates
that a PHY is suspended.)
This patch shrinks the source code size by 979 lines. There was
a 5100-byte savings on the NetBSD/i386 kernel configuration, ALL.
I have made a few miscellaneous changes, too:
gem(4): use LIST_EMPTY(), LIST_FOREACH().
mtd(4): handle media ioctls, for a change!
axe(4): do not track link status in sc->axe_link any longer
nfe(4), aue(4), axe(4), udav(4), url(4): do not reset all PHYs
on a change of media
Except for the change to mtd(4), no functional changes are intended.
XXX This patch affects more architectures than I can feasibly
XXX compile and run. I have compiled macppc, sparc64, i386. I
XXX have run the patches on i386 boxen with bnx(4) and sip(4).
XXX Compiling and running on evbmips (MERAKI, ADM5120) is in
XXX progress.
Revision 1.25.2.1.2.1 / (download) - annotate - [select for diffs], Sun Jan 6 05:01:06 2008 UTC (4 years, 4 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.25.2.1: +5 -2
lines
Diff to previous 1.25.2.1 (colored) next main 1.25.2.2 (colored)
Catch up to netbsd-4.0 release.
Revision 1.29.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:06 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.29: +7 -4
lines
Diff to previous 1.29 (colored)
sync with HEAD
Revision 1.21.4.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:33:01 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21.4.3: +7 -4
lines
Diff to previous 1.21.4.3 (colored) to branchpoint 1.21 (colored)
sync with head.
Revision 1.28.6.2 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:20 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.28.6.1: +7 -4
lines
Diff to previous 1.28.6.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)
Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
Revision 1.30.2.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:04 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.30: +4 -4
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
Sync with HEAD.
Revision 1.27.2.3 / (download) - annotate - [select for diffs], Tue Oct 23 20:09:02 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.27.2.2: +7 -4
lines
Diff to previous 1.27.2.2 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)
Sync with head.
Revision 1.25.2.2 / (download) - annotate - [select for diffs], Mon Oct 22 20:33:46 2007 UTC (4 years, 7 months ago) by pavel
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.25.2.1: +3 -0
lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)
Pull up following revisions (requested by xtraeme in ticket #931): sys/dev/pci/pcidevs: revision 1.905 sys/dev/pci/if_ste.c: revision 1.30 IC Plus Corp IP100A support for ste(4), submitted by Pedro Alejandro Lopez-Valencia in PR kern/36605.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:48 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
matt-armv6-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-merge1,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs,
bouyer-xeni386
Changes since 1.30: +4 -4
lines
Diff to previous 1.30 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.29.4.1 / (download) - annotate - [select for diffs], Sun Oct 14 11:48:13 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.29: +5 -2
lines
Diff to previous 1.29 (colored) next main 1.30 (colored)
sync with head.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Oct 14 00:40:17 2007 UTC (4 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3
Branch point for: bouyer-xenamd64
Changes since 1.29: +5 -2
lines
Diff to previous 1.29 (colored)
IC Plus Corp IP100A support for ste(4), submitted by Pedro Alejandro Lopez-Valencia in PR kern/36605.
Revision 1.27.2.2 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:46 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.27.2.1: +3 -3
lines
Diff to previous 1.27.2.1 (colored) to branchpoint 1.27 (colored)
Sync with head.
Revision 1.28.6.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:18 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Sync with HEAD.
Revision 1.21.4.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:02 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21.4.2: +12 -12
lines
Diff to previous 1.21.4.2 (colored) to branchpoint 1.21 (colored)
sync with head.
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:21:02 2007 UTC (4 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Sync with HEAD.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Aug 26 22:45:58 2007 UTC (4 years, 9 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-x86pmap-base2,
yamt-x86pmap-base,
vmlocking-base,
nick-csl-alignment-base5
Branch point for: yamt-x86pmap,
matt-armv6
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to identify sockaddr_dl abuse that remains in the kernel, especially the potential for overwriting memory past the end of a sockaddr_dl with, e.g., memcpy(LLADDR(), ...).
Revision 1.27.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:42 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored) next main 1.28 (colored)
Sync with head.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Jul 9 21:00:55 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: nick-csl-alignment-base,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: nick-csl-alignment,
jmcneill-pm
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored)
Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
Revision 1.27.2.1 / (download) - annotate - [select for diffs], Sun Jul 1 21:48:11 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored)
Adapt to callout API change.
Revision 1.25.2.1 / (download) - annotate - [select for diffs], Sun Apr 1 16:08:04 2007 UTC (5 years, 1 month ago) by bouyer
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1
Branch point for: wrstuden-fixsa
Changes since 1.25: +4 -2
lines
Diff to previous 1.25 (colored)
Pull up following revision(s) (requested by mlelstv in ticket #552): sys/dev/pci/if_ste.c: revision 1.26 Make watchdog poll interrupts before re-initializing the chip. Fixes kern/34834.
Revision 1.26.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:21 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.26: +9 -9
lines
Diff to previous 1.26 (colored) next main 1.27 (colored)
Sync with HEAD.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:22 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
mjf-ufs-trans
Changes since 1.26: +9 -9
lines
Diff to previous 1.26 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.21.4.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:28 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21.4.1: +4 -2
lines
Diff to previous 1.21.4.1 (colored) to branchpoint 1.21 (colored)
sync with head.
Revision 1.23.4.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:41 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.23.4.1: +4 -2
lines
Diff to previous 1.23.4.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)
Sync with head.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 7 12:57:20 2007 UTC (5 years, 4 months ago) by mlelstv
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.25: +4 -2
lines
Diff to previous 1.25 (colored)
Make watchdog poll interrupts before re-initializing the chip. Fixes kern/34834.
Revision 1.23.6.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:44 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.23.6.1: +4 -4
lines
Diff to previous 1.23.6.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)
sync with head.
Revision 1.23.4.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:30 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Sync with head.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:09 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
netbsd-4-base
Branch point for: netbsd-4
Changes since 1.24: +4 -4
lines
Diff to previous 1.24 (colored)
__unused removal on arguments; approved by core.
Revision 1.23.6.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:17 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.23: +4 -4
lines
Diff to previous 1.23 (colored)
sync with head
Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:30 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.23: +4 -4
lines
Diff to previous 1.23 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.22.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:18 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.22: +8 -23
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
sync with head
Revision 1.22.16.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:27 2006 UTC (5 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.22: +8 -23
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
Merge from HEAD.
Revision 1.22.8.1 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:22 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.22: +8 -23
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
sync with head.
Revision 1.21.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:05 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.21: +8 -23
lines
Diff to previous 1.21 (colored)
sync with head.
Revision 1.22.14.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:36 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.22: +8 -23
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
Sync with head.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Jun 17 23:34:27 2006 UTC (5 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
rpaulo-netinet-merge-pcb-base,
chap-midi-nbase,
chap-midi-base,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.22: +8 -23
lines
Diff to previous 1.22 (colored)
re-factor the pci powestate api. reviewed by gimpy
Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:49 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
peter-altq-base,
peter-altq,
gdamore-uart-base,
elad-kernelauth-base,
elad-kernelauth
Branch point for: yamt-pdpolicy,
rpaulo-netinet-merge-pcb,
gdamore-uart,
chap-midi
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
merge ktrace-lwp.
Revision 1.20.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:06 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
sync with -current
Revision 1.20.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:11 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.17.2.6 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:18 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.17.2.5: +5 -5
lines
Diff to previous 1.17.2.5 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)
Sync with HEAD. Hi Perry!
Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:33 2005 UTC (7 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored)
nuke trailing whitespace
Revision 1.17.4.1.2.1 / (download) - annotate - [select for diffs], Mon Jan 24 21:41:43 2005 UTC (7 years, 4 months ago) by he
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Changes since 1.17.4.1: +4 -3
lines
Diff to previous 1.17.4.1 (colored) next main 1.18 (colored)
Pull up revision 1.20 (requested by thorpej in ticket #939): When adding or deleting multicast addresses, only change the address filter if the interface is marked RUNNING. Fixes PR#27678.
Revision 1.17.2.5 / (download) - annotate - [select for diffs], Tue Nov 2 07:52:10 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.17.2.4: +4 -3
lines
Diff to previous 1.17.2.4 (colored) to branchpoint 1.17 (colored)
Sync with HEAD.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 30 18:09:22 2004 UTC (7 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base,
matt-timespec,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.19: +4 -3
lines
Diff to previous 1.19 (colored)
When adding/deleting multicast addresses, only whack the address filter if the interface is marked RUNNING. Fixes kern/27678.
Revision 1.17.2.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:03 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.17.2.3: +2 -2
lines
Diff to previous 1.17.2.3 (colored) to branchpoint 1.17 (colored)
Fix the sync with head I botched.
Revision 1.17.2.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:04 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.17.2.2: +2 -2
lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored)
Sync with HEAD.
Revision 1.17.2.2 / (download) - annotate - [select for diffs], Wed Aug 25 06:58:05 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.17.2.1: +64 -65
lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored)
Sync with HEAD.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 21 22:48:18 2004 UTC (7 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.18: +64 -65
lines
Diff to previous 1.18 (colored)
Use ANSI function decls and make use of static.
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:09 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.17: +8 -2
lines
Diff to previous 1.17 (colored)
Sync with HEAD
Revision 1.17.4.1 / (download) - annotate - [select for diffs], Fri Jul 23 22:57:25 2004 UTC (7 years, 10 months ago) by he
Branch: netbsd-2-0
CVS Tags: netbsd-2-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Changes since 1.17: +8 -2
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Pull up revision 1.18 (requested by mycroft in ticket #698): Program the "MaxFrameSize" register so that it is correct for VLAN encapsulation. Fixes PR#20195.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 8 18:27:14 2004 UTC (7 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.17: +8 -2
lines
Diff to previous 1.17 (colored)
Program the "MaxFrameSize" register so that it's correct for VLAN encapsulation, per PR 20195.
Revision 1.7.10.2 / (download) - annotate - [select for diffs], Tue Jun 17 10:07:30 2003 UTC (8 years, 11 months ago) by msaitoh
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002
Changes since 1.7.10.1: +3 -3
lines
Diff to previous 1.7.10.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
Pull up revisions 1.17 (requested by tsutsui in ticket #1315): Add a missed htole32() for DMA txdescs.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 5 16:33:43 2003 UTC (8 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0,
ktrace-lwp
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
Add a missed htole32() for DMA txdescs. Problem reported by Todd Mortimer on port-macppc.
Revision 1.6.2.7 / (download) - annotate - [select for diffs], Sun Dec 29 20:49:24 2002 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.6.2.6: +8 -6
lines
Diff to previous 1.6.2.6 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
Sync with HEAD.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 23 02:58:37 2002 UTC (9 years, 5 months ago) by tsutsui
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.15: +8 -6
lines
Diff to previous 1.15 (colored)
Replace magic numbers for power management control with PCI_PMCSR* macros. XXX Should we use pci_get_powerstate() and pci_set_powerstate() in pci.c?
Revision 1.6.2.6 / (download) - annotate - [select for diffs], Mon Nov 11 22:11:09 2002 UTC (9 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.5: +3 -3
lines
Diff to previous 1.6.2.5 (colored) to branchpoint 1.6 (colored)
Catch up to -current
Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 21 23:38:11 2002 UTC (9 years, 7 months ago) by fair
Branch: MAIN
CVS Tags: kqueue-beforemerge,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK so that it is possible select PHY instances other than the first one (instance zero), if there is more than one PHY attached.
Revision 1.6.2.5 / (download) - annotate - [select for diffs], Fri Oct 18 02:43:06 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.4: +4 -5
lines
Diff to previous 1.6.2.4 (colored) to branchpoint 1.6 (colored)
Catch up to -current.
Revision 1.3.2.4 / (download) - annotate - [select for diffs], Thu Oct 10 18:40:46 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.3.2.3: +4 -5
lines
Diff to previous 1.3.2.3 (colored) next main 1.4 (colored)
sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 2 16:51:30 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-base
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Add trailing ; to CFATTACH_DECL.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 30 20:37:38 2002 UTC (9 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.12: +4 -5
lines
Diff to previous 1.12 (colored)
Use CFATTACH_DECL().
Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 27 20:40:17 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Declare all cfattach structures const.
Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 17:47:43 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.3.2.2: +75 -17
lines
Diff to previous 1.3.2.2 (colored)
catch up with -current on kqueue branch
Revision 1.7.8.1 / (download) - annotate - [select for diffs], Thu Jun 20 16:33:37 2002 UTC (9 years, 11 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.7: +75 -17
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
catch up with -current.
Revision 1.6.2.4 / (download) - annotate - [select for diffs], Thu Jun 20 03:45:28 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.3: +75 -17
lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored)
Catch up to -current.
Revision 1.7.10.1 / (download) - annotate - [select for diffs], Mon Jun 10 15:57:44 2002 UTC (9 years, 11 months ago) by tv
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Changes since 1.7: +14 -3
lines
Diff to previous 1.7 (colored)
Pull up revision 1.8 (requested by 128 in ticket #0): - mask IE_UpdateStats interrupt: the driver fails to clear the interrupt and enter an interrupt loop (it may be a chip bug, I didn't have the time to investigate yet) if it attemps to transmit some packets while the link is down (like unplug/replug the cable, ifconfig down/ifconfig up or after a transmit underrun condition, see below) - bump the default transmit threshold to 1504 to avoid transmit underruns. The driver resets the chip after a transmit underrun condition, which makes the link go down for several seconds, which is unacceptable for a server usage (after bootup you'll get 10s of underruns before the threshold is high enouth and things stabilize, which means the link is almost unusable for minutes) - update documentation to mention the quad-port DFE580TX, and mention the driver in notes.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 5 16:27:29 2002 UTC (9 years, 11 months ago) by bouyer
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.10: +5 -16
lines
Diff to previous 1.10 (colored)
STE_CarrierSenseErrors is 8bit wide, not 16bit. Reenable statistics interrupts, reading it as 16bit caused it to not be cleared,and thus the eventual interrupt to not be cleared (and this caused an infinite loop in interrupt routine). While I'm there count STE_CarrierSenseErrors as oerror (this is incremented each time we try to send a packet and the link is down).
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 5 15:24:31 2002 UTC (9 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.9: +74 -16
lines
Diff to previous 1.9 (colored)
Rework transmit underrun logic: - when a transmit underrun occurs, only reset the transmit logic. This prevents the link from going down at the MII level (the same logic can probably be used for other transmit errors) - set the urgent threshold to half the start threshold. From experiments this helps a bit decreasing the number of underruns Now that underruns don't cause the interface to stop for several seconds, make back out the default transmit threshold to 128.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 1 17:24:38 2002 UTC (9 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
When the chip gets a transmit underrun, the driver resets the chip, which cause the link to go down for several seconds on my Dlink DFE580-TX (quad-port DL1002). This behavior is unacceptable, especially as the driver usually gets several underrun at once, causing the link to be almost unaviable for several 10s of seconds. Bump the default transmit threshold to 1504 bytes to avoid transmit underrun.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 1 17:20:13 2002 UTC (9 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.7: +13 -2
lines
Diff to previous 1.7 (colored)
On a Dlink DFE580-TX (DL-1002), attempting to transmit packets while the link is down cause the chip to create an IE_UpdateStats condition which can't be cleared, causing the driver to enter an interrupt loop. Workaround: mask IE_UpdateStats
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:44 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.3.2.1: +4 -1
lines
Diff to previous 1.3.2.1 (colored)
Sync kqueue branch with -current.
Revision 1.6.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:15:18 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.2: +4 -1
lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)
Catch up to -current.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 13 07:48:44 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
ifpoll-base,
ifpoll,
eeh-devprop-base,
eeh-devprop
Branch point for: netbsd-1-6,
gehenna-devsw
Changes since 1.6: +4 -1
lines
Diff to previous 1.6 (colored)
add RCSID
Revision 1.6.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:10:07 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6.2.1: +1657 -0
lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)
Catch up with -current.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:13:16 2001 UTC (10 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.3: +9 -6
lines
Diff to previous 1.3 (colored)
update to -current
Revision 1.6.2.1, Mon Jul 23 17:26:50 2001 UTC (10 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.6: +0 -1657
lines
FILE REMOVED
file if_ste.c was added on branch nathanw_sa on 2001-08-24 00:10:07 +0000
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 23 17:26:50 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: nathanw_sa
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
Make sure to initialize the all Rx descriptors properly in *_init() even if mbufs for them are already allocated.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 23 17:23:09 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
Adjust some reset delays.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 19 16:36:15 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 30 01:05:25 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Branch point for: kqueue
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update for D-Link ST201 change.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 29 23:36:03 2001 UTC (10 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
In the `copy small' path, make sure to align the payload.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 19 23:00:47 2001 UTC (10 years, 11 months ago) by thorpej
Branch: MAIN
Device driver for the Sundance Tech. ST-201 10/100 Ethernet. This chip is found on the D-Link DFE-550TX.