Up to [cvs.NetBSD.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 21 22:13:02 2023 UTC (3 months, 2 weeks ago) by andvar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
s/jumo/jumbo/ in comments.
Revision 1.30.8.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:29 2021 UTC (23 months, 3 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.30: +14 -2
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
Sync w/ HEAD.
Revision 1.30.12.1 / (download) - annotate - [select for diffs], Sun Jun 6 20:30:52 2021 UTC (2 years ago) by cjep
Branch: cjep_sun2x
Changes since 1.30: +14 -2
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
sync with head
Revision 1.31 / (download) - annotate - [select for diffs], Sat Jun 5 14:28:28 2021 UTC (2 years ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Changes since 1.30: +14 -2
lines
Diff to previous 1.30 (colored)
Back out the following changes: http://mail-index.netbsd.org/source-changes/2020/02/29/msg114581.html http://mail-index.netbsd.org/source-changes/2020/02/29/msg114583.html They have reportedly caused some issues with link detection, and will be revisited later.
Revision 1.20.30.1 / (download) - annotate - [select for diffs], Wed Aug 5 16:08:09 2020 UTC (2 years, 10 months ago) by martin
Branch: netbsd-8
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
Pull up the following revisions, requested by msaitoh in ticket #1590: sys/dev/pci/if_ti.c 1.103, 1.106, 1.108, 1.116-1.120 via patch sys/dev/pci/if_tireg.h 1.26 - Use pci_intr_establish_xname() - Don't clear CFI and priority bit to pass them to the upper layer. - Add support for Farallon PN9000SX from FreeBSD. - u_int_{8,16,32}_t -> uint_{8,16,32}_t - Fix typo in comment. - Style fix.
Revision 1.21.4.1 / (download) - annotate - [select for diffs], Wed Jul 15 17:16:59 2020 UTC (2 years, 10 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Pull up the following revisions, requested by msaitoh in ticket #1014: sys/dev/pci/if_ti.c 1.116-1.120 via patch sys/dev/pci/if_tireg.h 1.26 - Don't clear CFI and priority bit to pass them to the upper layer. - Add support for Farallon PN9000SX from FreeBSD. - Fix typo in comment. - Style fix.
Revision 1.20.38.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:26 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.20.38.1: +223 -233
lines
Diff to previous 1.20.38.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.30 / (download) - annotate - [select for diffs], Thu Apr 2 16:18:51 2020 UTC (3 years, 2 months ago) by msaitoh
Branch: MAIN
CVS Tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
cjep_sun2x-base,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: thorpej-i2c-spi-conf,
cjep_sun2x
Changes since 1.29: +30 -30
lines
Diff to previous 1.29 (colored)
No functional change: - s/u_int64_t/uint64_t/ - s/alignes/aligns/ - indent, tabify
Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 2 15:30:27 2020 UTC (3 years, 2 months ago) by msaitoh
Branch: MAIN
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
s/impliment/implement/ in comment.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 5 16:05:45 2020 UTC (3 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.27: +201 -201
lines
Diff to previous 1.27 (colored)
u_int*_t -> unit*_t. No funcitonal change.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 5 15:56:20 2020 UTC (3 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
miscelaneous -> miscellaneous in comment.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Mar 5 15:36:39 2020 UTC (3 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
No functional change: - Fix typo in comment. - Whitespace
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:19:10 2020 UTC (3 years, 3 months ago) by ad
Branch: ad-namecache
Changes since 1.22: +4 -8
lines
Diff to previous 1.22 (colored) next main 1.23 (colored)
Sync with head.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Feb 29 19:29:38 2020 UTC (3 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: is-mlppp-base,
is-mlppp
Changes since 1.24: +1 -7
lines
Diff to previous 1.24 (colored)
G/C the never-used version of ti_hostaddr that can't possibly be correct.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 29 18:49:53 2020 UTC (3 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-namecache-base3
Changes since 1.23: +2 -8
lines
Diff to previous 1.23 (colored)
- Change the definition and usage of TI_HOSTADDR() to allow for 64-bit DMA addresses. Modeled after similar usage in the bge(4) driver (the chips supported by bge(4) are descendants of those supported by ti(4)). - Use the 64-bit PCI DMA tag if available, otherwise we're allocating (and using) bounce buffers needlessly.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Feb 1 06:38:58 2020 UTC (3 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored)
Adopt <net/if_stats.h>.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 13 07:55:07 2019 UTC (3 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20191119,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
if_flags is neither int nor short. It's unsigned short.
Revision 1.20.38.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:16 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.20: +1 -3
lines
Diff to previous 1.20 (colored)
Sync with HEAD
Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 5 08:25:02 2019 UTC (4 years, 3 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20190609,
netbsd-9-base,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
isaki-audio2-base,
isaki-audio2
Branch point for: netbsd-9
Changes since 1.20: +1 -3
lines
Diff to previous 1.20 (colored)
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes if_upgt.c's ETHER_ALIGN from 0 to 2.
Revision 1.19.68.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:02:18 2012 UTC (10 years, 6 months ago) by tls
Branch: tls-maxphys
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.19.58.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:21:32 2012 UTC (10 years, 7 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
sync with head
Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 27 17:18:34 2012 UTC (10 years, 7 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
khorben-n900,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: phil-wifi,
netbsd-8
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
Revision 1.18.16.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:07 2007 UTC (15 years, 7 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.18: +42 -50
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
sync with HEAD
Revision 1.16.2.2 / (download) - annotate - [select for diffs], Sat Oct 27 11:33:02 2007 UTC (15 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.1: +42 -50
lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
sync with head.
Revision 1.18.2.1 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:46 2007 UTC (15 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.18: +42 -50
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Sync with head.
Revision 1.18.14.1 / (download) - annotate - [select for diffs], Tue Oct 2 18:28:33 2007 UTC (15 years, 8 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.18: +42 -50
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Sync with HEAD.
Revision 1.18.10.1 / (download) - annotate - [select for diffs], Mon Sep 10 10:55:16 2007 UTC (15 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.18: +42 -50
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Sync with HEAD.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Sep 7 23:05:27 2007 UTC (15 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base2,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
yamt-nfs-mp-base,
yamt-nfs-mp,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
nick-csl-alignment-base5,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
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,
mjf-devfs2,
mjf-devfs-base,
mjf-devfs,
matt-premerge-20091211,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
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-premerge-20101231,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
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-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-pm-base,
jmcneill-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
cube-autoconf-base,
cube-autoconf,
cherry-xenmp-base,
cherry-xenmp,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
ad-socklock-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-pagecache,
tls-maxphys
Changes since 1.18: +42 -50
lines
Diff to previous 1.18 (colored)
First part of ti(4) overhaul: - Sanitise macros - Apply KNF Should have no functional changes.
Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:03 2007 UTC (15 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
sync with head.
Revision 1.17.26.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:21 2007 UTC (16 years, 3 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Sync with HEAD.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:23 2007 UTC (16 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: vmlocking,
nick-csl-alignment,
matt-armv6,
jmcneill-pm
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:49 2005 UTC (17 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
post-newlock2-merge,
peter-altq-base,
peter-altq,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
ad-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-idlelwp
Changes since 1.16: +1 -1
lines
Diff to previous 1.16 (colored)
merge ktrace-lwp.
Revision 1.12.2.5 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:02 2005 UTC (17 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.12.2.4: +2 -2
lines
Diff to previous 1.12.2.4 (colored) next main 1.13 (colored)
Sync with HEAD. Here we go again...
Revision 1.16 / (download) - annotate - [select for diffs], Mon May 30 04:35:22 2005 UTC (18 years ago) by christos
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,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
- const poisoning - avoid variable shadowing.
Revision 1.14.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:06 2005 UTC (18 years, 1 month ago) by kent
Branch: kent-audio2
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
sync with -current
Revision 1.14.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:11 2005 UTC (18 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.12.2.4 / (download) - annotate - [select for diffs], Fri Mar 4 16:45:19 2005 UTC (18 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.12.2.3: +3 -3
lines
Diff to previous 1.12.2.3 (colored)
Sync with HEAD. Hi Perry!
Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:33 2005 UTC (18 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
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,
kent-audio2-base
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
nuke trailing whitespace
Revision 1.12.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:03 2004 UTC (18 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.12.2.2: +1 -1
lines
Diff to previous 1.12.2.2 (colored)
Fix the sync with head I botched.
Revision 1.12.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:04 2004 UTC (18 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.12.2.1: +1 -1
lines
Diff to previous 1.12.2.1 (colored)
Sync with HEAD.
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:09 2004 UTC (18 years, 10 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.12: +21 -4
lines
Diff to previous 1.12 (colored)
Sync with HEAD
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Wed Jul 28 11:00:30 2004 UTC (18 years, 10 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base,
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,
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,
netbsd-2
Changes since 1.13: +10 -4
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Pull up revision 1.14 (requested by he in ticket #719): Make the SSLOTS, MSLOTS and JSLOTS tunable (redefineable). Bump the default values for these to the values used by FreeBSD, and also adjust ti_init_rx_ring_jumbo() to use the same constant that FreeBSD uses. Yes, this consumes more kernel memory. The effect of this is that you can use jumbo frames in a back-to-back setup with TCP windows up to about 250KB and get ~930Mbit/s throughput, while we were earlier limited to around 3-400Mbit/s, and trying to push above that mark by widening the TCP window caused ti0: jumbo buffer allocation failed messages to be logged and a corresponding stall in the traffic.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 27 07:59:51 2004 UTC (18 years, 10 months ago) by he
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.13: +10 -4
lines
Diff to previous 1.13 (colored)
Make the SSLOTS, MSLOTS and JSLOTS tunable (redefineable). Bump the default values for these to the values used by FreeBSD, and also adjust ti_init_rx_ring_jumbo() to use the same constant that FreeBSD uses. Yes, this consumes more kernel memory. The effect of this is that you can use jumbo frames in a back-to-back setup with TCP windows up to about 250KB and get ~930Mbit/s throughput, while we were earlier limited to around 3-400Mbit/s, and trying to push above that mark by widening the TCP window caused ti0: jumbo buffer allocation failed messages to be logged and a corresponding stall in the traffic.
Revision 1.11.16.1 / (download) - annotate - [select for diffs], Wed May 26 14:02:23 2004 UTC (19 years ago) by tron
Branch: netbsd-1-6
Changes since 1.11: +12 -1
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Pull up revision 1.13 (requested by bouyer in ticket #1698): Use the bus_space_*_stream_* methods to access the chip's registers. As we turn the chip to big-endian mode on big-endian systems, we should never byte-swap the data read/written from/to registers. Tested on sparc64. Finally fix kern/13341 by Jason R. Thorpe (really, the hard work of putting bus_dmamap_sync() calls at the right places has been done my Jason mid-2001 :)
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 18 23:20:32 2004 UTC (19 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.12: +12 -1
lines
Diff to previous 1.12 (colored)
Use the bus_space_*_stream_* methods to access the chip's registers. As we turn the chip to big-endian mode on big-endian systems, we should never byte-swap the data read/written from/to registers. Tested on sparc64. Finally fix kern/13341 by Jason R. Thorpe (really, the hard work of putting bus_dmamap_sync() calls at the right places has been done my Jason mid-2001 :)
Revision 1.12 / (download) - annotate - [select for diffs], Wed May 14 13:03:36 2003 UTC (20 years ago) by wiz
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
coaless -> coalesce.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:10:09 2001 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.3.2.1: +102 -12
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Catch up with -current.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 30 17:53:59 2001 UTC (21 years, 11 months ago) by bjh21
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,
newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
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,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
kqueue,
ifpoll-base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Branch point for: netbsd-1-6
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
IFM_1000_TX -> IFM_1000_T, as (breifly) discussed on tech-net.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 30 15:57:58 2001 UTC (21 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.9: +62 -1
lines
Diff to previous 1.9 (colored)
Add macros to sync the various bits of the DMA'd control data.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 30 15:39:51 2001 UTC (21 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.8: +26 -1
lines
Diff to previous 1.8 (colored)
Use macros (like those in every other network driver I have written) to compute the offset of a structure in the DMA'd control data, and the DMA address of that structure.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 30 14:57:00 2001 UTC (21 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Split the tx-end-of-frame routine into Tigon 1 and Tigon 2 verions, for the same reason we split the tx encap routine.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 30 14:47:24 2001 UTC (21 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +14 -10
lines
Diff to previous 1.6 (colored)
Split the transmit encap routine into two versions: one for the Tigon 1 and another for the Tigon 2. This eliminates a conditional in the loop around the DMA segments, and will make further cleanup easier.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 30 14:16:55 2001 UTC (21 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
Move the `ti_tx_ring_nic' pointer out of the ring-data structure and into the softc. Garbage-collect the `ti_cmd_ring' pointer, since bus_space is properly used to access the command ring.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:04:52 2001 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.3: +6 -10
lines
Diff to previous 1.3 (colored)
Catch up to -current.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 3 03:29:44 2001 UTC (22 years ago) by thorpej
Branch: MAIN
Changes since 1.4: +2 -6
lines
Diff to previous 1.4 (colored)
Replace a bunch of home-grown Ethernet related constants with ones defined in <net/if_ether.h>
Revision 1.4 / (download) - annotate - [select for diffs], Tue May 15 14:37:36 2001 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
delint: () protect some macro args
Revision 1.1.14.1 / (download) - annotate - [select for diffs], Sun Dec 31 21:19:57 2000 UTC (22 years, 5 months ago) by jhawk
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Changes since 1.1: +4 -8
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Pull up revision 1.3 (requested by bouyer): For the ti driver, add hardware 802.1Q support, update firmware to 12.4.13+wpaul, and support the Netgear GA620T copper gigabit card, and the Alteon ACEnic 100baseSX and 1000baseT gigabit cards. Various small changes from FreeBSD.
Revision 1.1.4.1 / (download) - annotate - [select for diffs], Wed Nov 22 16:04:07 2000 UTC (22 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.1: +5 -9
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 17 19:33:25 2000 UTC (22 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.2: +5 -9
lines
Diff to previous 1.2 (colored)
Pull up FreeBSD changes: 1.39: Have if_ti stop "hiding" the softc pointer in the buffer region. Rather, use the available void * passed to the free routine and pass the softc pointer through there. 1.33: Add support for the Netgear GA620T copper gigabit card. 1.32: Tweak probe message so that 1000baseSX and 1000baseT cards are explicitly identified. 1.31: Update the Tigon driver to support 1000baseTX gigE over copper AceNIC cards. This basically involves switching to the 12.4.13 firmware, plus a couple of minor tweaks to the driver. NetBSD changes: get rid of ti_inuse, the mbuf ref counting code should call ti_free() when needed. Use hardware 802.1q support.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 14 18:42:57 2000 UTC (22 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
NBPG -> PAGE_SIZE
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue Oct 5 22:06:48 1999 UTC (23 years, 8 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002
Changes since 1.1.2.1: +1157 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Pull up revision 1.1 (new, requested by drochner): Back-port of driver for Alteon Gigabit Ethernet driver, originally from FreeBSD.
Revision 1.1.2.1, Wed Sep 1 11:47:46 1999 UTC (23 years, 9 months ago) by he
Branch: netbsd-1-4
Changes since 1.1: +0 -1157
lines
FILE REMOVED
file if_tireg.h was added on branch netbsd-1-4 on 1999-10-05 22:06:48 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 1 11:47:46 1999 UTC (23 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
minoura-xpg4dl-base,
minoura-xpg4dl,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase
Branch point for: thorpej_scsipi,
netbsd-1-5,
netbsd-1-4
quick 'n dirty port of FreeBSD's Alteon Gigabit Ethernet driver. todo: -IPv6 -clean up jumbo buffer allocation - NetBSD provides an opaque argument to the free function, thus doesn't need the hack done here -deal correctly with the mapping of the shared memory