Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.40.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:48 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.40: +3 -4
lines
Diff to previous 1.40 (colored) next main 1.41 (colored)
sync with head
Revision 1.40.12.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:41 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.40: +3 -4
lines
Diff to previous 1.40 (colored) next main 1.41 (colored)
merge to -current.
Revision 1.41 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:20 2012 UTC (3 months, 3 weeks ago) by drochner
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.40: +3 -4
lines
Diff to previous 1.40 (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.38.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:43 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.38: +70 -49
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
sync with head
Revision 1.38.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:26 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.38: +70 -49
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
Sync with HEAD.
Revision 1.34.2.3 / (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.34.2.2: +70 -49
lines
Diff to previous 1.34.2.2 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored)
sync with head.
Revision 1.40 / (download) - annotate - [select for diffs], Tue Jul 27 21:48:41 2010 UTC (21 months, 4 weeks ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.39: +6 -3
lines
Diff to previous 1.39 (colored)
Use 64-bit DMA tag (if available) on PCI-E re(4) NICs.
Revision 1.39 / (download) - annotate - [select for diffs], Tue Jul 27 21:02:00 2010 UTC (21 months, 4 weeks ago) by jakllsch
Branch: MAIN
Changes since 1.38: +66 -48
lines
Diff to previous 1.38 (colored)
Make the Realtek PCI network interfaces detachable. Use __arraycount to avoid null table entries. Miscellaneous other touch-ups in bus front-ends.
Revision 1.35.12.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:41 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
sync to netbsd-5
Revision 1.34.2.2 / (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.34.2.1: +2 -19
lines
Diff to previous 1.34.2.1 (colored) to branchpoint 1.34 (colored)
sync with head
Revision 1.38 / (download) - annotate - [select for diffs], Wed Sep 2 15:11:13 2009 UTC (2 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211,
jym-xensuspend-nbase
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.37: +2 -7
lines
Diff to previous 1.37 (colored)
Move pmf(9) calls to MI re_attach() and re_detach() from each backend.
Revision 1.37 / (download) - annotate - [select for diffs], Sat Aug 29 14:18:34 2009 UTC (2 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.36: +2 -14
lines
Diff to previous 1.36 (colored)
Remove unnecessary #includes.
Revision 1.21.2.6 / (download) - annotate - [select for diffs], Tue Aug 18 09:46:51 2009 UTC (2 years, 9 months ago) by bouyer
Branch: netbsd-4
Changes since 1.21.2.5: +1 -1
lines
Diff to previous 1.21.2.5 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1339): sys/dev/ic/rtl8169.c: revisions 1.107, 1.114, 1.115, 1.116, 1.117 (via patch), 1.118 (via patch), 1.119, 1.121 sys/dev/ic/rtl81x9reg.h: revisions 1.36, 1.37, 1.38, 1.39 sys/dev/ic/rtl81x9var.h: revision 1.47 sys/dev/mii/rgephy.c: revisions 1.16, 1.18, 1.19, 1.27 (via patch) sys/dev/mii/rgephyreg.h: revision 1.3 sys/dev/pci/if_re_pci.c: revision 1.36 - add support for RTL8211B(L) to rgephy(4) - add a wakeup instruction for rgephy(4) on newer re(4) chips - detect RTL8169CP, RTL8168D/8111D, and RTL8103E variants - fix rgephy(4) problem on RTL8111D reported on current-users: http://mail-index.NetBSD.org/current-users/2009/04/12/msg008977.html http://mail-index.NetBSD.org/current-users/2009/04/19/msg009096.html - pull more quirk handling from FreeBSD - fix RX hwcksum for DESCV2 chips for PR kern/40605 - remove "B" suffix from RTL8168 device names in attach message
Revision 1.35.4.1 / (download) - annotate - [select for diffs], Fri Jun 19 21:51:44 2009 UTC (2 years, 11 months ago) by snj
Branch: netbsd-5
CVS Tags: 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,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #821): sys/dev/ic/rtl8169.c: revisions 1.107, 1.114-1.119, 1.121 sys/dev/ic/rtl81x9reg.h: revisions 1.36-1.39 sys/dev/ic/rtl81x9var.h: revision 1.47 sys/dev/mii/rgephy.c: revision 1.27 via patch sys/dev/pci/if_re_pci.c: revision 1.36 remove extra semicolons. -- Add HWREV values of RTL8168CP and RTL8168D. From FreeBSD. XXX: needs more quirk handling after wakeup for newer chips. -- Add HWREV of RTL8102EL variant. From FUKAUMI Naoki. -- Assume an unknown HWREV chip has the same features with the latest one. -- Remove suffix "B" from rtk_name of PCI_PRODUCT_REALTEK_RT8168 devices. All 8168/8111 variants (8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP) have the same PCI device ID. -- Remove magic reset sequence except wakeup for rev 2 chips which breaks 8111D. Problem reported and fix confirmed by Thomas Bieg on current-users. Also tested on 8111C (no bad side effect) by several users privately. -- Pull some changes for newer chips from FreeBSD: - pull MACSTAT and CMDSTOP quirks for 8168/8111 chips - always set CPLUSCMD_PCI_MRW on reset - set VLANSTRIP and RXCSUM_ENB bits on CPLUS register per if_capenable Tested on 8111C and 8111D by several users, and no bad side effect on my old 8169S. -- Remove unused sc_rev settings (all quirks are handled by sc_quirk) and merge HWREV cases which have the same quirks. -- - rename RTK_HWREV_8102EL_SPIN2 -> RTK_HWREV_8103E - add a HWREV value for 8168DP Per Realtek's Linux drivers. -- Two fixes for RX hwcsum on DESCV2 chips: * On checking TCPv4/UDPv4 RX checksum on DESCV2 chips, also check RE_RDESC_VLANCTL_IPV4 bit because those DESCV2 chips may also recognize IPv6 packets and set RE_PROTOID_TCPIP or RE_PROTOID_UDPIP bits for TCPv6/UDPv6 packets. This may fix PR kern/40605. * According to Realtek's Linux driver, DESCV2 chips don't set RE_PROTOID_IP for non-TCP/UDP IP packets (set only RE_RDESC_VLANCTL_IPV[46]) so remove PROTOID check for IPv4 RX cheksum on DESCV2 chips.
Revision 1.35.8.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.35: +3 -3
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.34.2.1 / (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.34: +4 -4
lines
Diff to previous 1.34 (colored)
sync with head.
Revision 1.35.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.35: +3 -3
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
Sync with HEAD.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Apr 25 06:16:12 2009 UTC (3 years, 1 month ago) by tsutsui
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.35: +3 -3
lines
Diff to previous 1.35 (colored)
Remove suffix "B" from rtk_name of PCI_PRODUCT_REALTEK_RT8168 devices. All 8168/8111 variants (8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP) have the same PCI device ID.
Revision 1.21.2.5 / (download) - annotate - [select for diffs], Tue Mar 31 18:22:02 2009 UTC (3 years, 1 month ago) by bouyer
Branch: netbsd-4
Changes since 1.21.2.4: +2 -2
lines
Diff to previous 1.21.2.4 (colored) to branchpoint 1.21 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1297): src/sys/dev/ic/rtl8169.c 1.104 (via patch), 1.105 (via patch), 1.106 (via patch), 1.108, 1.109 (via patch), 1.110, 1.111, 1.112, 1.113 sys/dev/ic/rtl81x9reg.h: revision 1.30 - 1.35 sys/dev/ic/rtl81x9var.h: revision 1.42 - 1.45 sys/dev/pci/if_re_pci.c: revision 1.35 Add support for 8168C/8111C/8102E chips. Fix MAC reset issue (PR kern/41009) Add/fix HW checksum support (PR kern/40955)
Revision 1.34.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.34: +3 -3
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Sync with HEAD.
Revision 1.32.8.2 / (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.32.8.1: +1 -1
lines
Diff to previous 1.32.8.1 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
Sync with HEAD.
Revision 1.34.4.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:07 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Aug 23 14:27:45 2008 UTC (3 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
nick-hppapmap-base2,
netbsd-5-base,
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-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
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,
matt-nb5-mips64,
jym-xensuspend
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
Add support for the Realtek 8102E/8102EL PCIe 10/100 Ethernet devices. From FreeBSD.
Revision 1.32.8.1 / (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: +32 -34
lines
Diff to previous 1.32 (colored)
Sync with HEAD.
Revision 1.33.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.33: +32 -31
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
sync with head.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Apr 25 11:27:19 2008 UTC (4 years, 1 month ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
hpcarm-cleanup-nbase
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
haad-dm
Changes since 1.33: +32 -31
lines
Diff to previous 1.33 (colored)
Split device_t/softc for re(4) and rtk(4).
Revision 1.33 / (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
Branch point for: yamt-pf42
Changes since 1.32: +8 -11
lines
Diff to previous 1.32 (colored)
use aprint_*_dev and device_xname
Revision 1.10.2.6 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:59 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.10.2.5: +8 -32
lines
Diff to previous 1.10.2.5 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
sync with head
Revision 1.29.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:48 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.29.2.1: +8 -32
lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)
sync with HEAD
Revision 1.30.4.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:46:54 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.30: +8 -32
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
Sync with head.
Revision 1.31.2.1 / (download) - annotate - [select for diffs], Thu Dec 13 21:55:50 2007 UTC (4 years, 5 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored) next main 1.32 (colored)
Sync with HEAD
Revision 1.30.6.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:32:11 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.30: +8 -32
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
sync with head.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Dec 11 11:25:52 2007 UTC (4 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
use __KERNEL_RCSID()
Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:09 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: MAIN
Branch point for: bouyer-xeni386
Changes since 1.30: +7 -32
lines
Diff to previous 1.30 (colored)
Merge jmcneill-pm branch.
Revision 1.28.4.5 / (download) - annotate - [select for diffs], Sat Dec 8 16:21:28 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.28.4.4: +3 -3
lines
Diff to previous 1.28.4.4 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)
Rename pnp(9) -> pmf(9), as requested by many.
Revision 1.29.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:04 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
sync with HEAD
Revision 1.28.4.4 / (download) - annotate - [select for diffs], Tue Nov 6 14:27:25 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.28.4.3: +4 -6
lines
Diff to previous 1.28.4.3 (colored) to branchpoint 1.28 (colored)
Refactor PNP API: - Make suspend/resume directly a device functionality. It consists of three layers (class logic, device logic, bus logic), all of them being optional. This replaces D0/D3 transitions. - device_is_active returns true if the device was not disabled and was not suspended (even partially), device_is_enabled returns true if the device was enabled. - Change pnp_global_transition into pnp_system_suspend and pnp_system_resume. Before running any suspend/resume handlers, check that all currently attached devices support power management and bail out otherwise. The latter is not done for the shutdown/panic case. - Make the former bus-specific generic network handlers a class handler. - Make PNP message like volume up/down/toogle PNP events. Each device can register what events they are interested in and whether the handler should be global or not. - Introduce device_active API for devices to mark themselve in use from either the system or the device. Use this to implement the idle handling for audio and input devices. This is intended to replace most ad-hoc watchdogs as well. - Fix somes situations in which audio resume would lose mixer settings. - Make USB host controllers better deal with suspend in the light of shared interrupts. - Flush filesystem cache on suspend. - Flush disk caches on suspend. Put ATA disks into standby on suspend as well. - Adopt drivers to use the new PNP API. - Fix a critical bug in the generic cardbus layer that made D0->D3 break. - Fix ral(4) to set if_stop. - Convert cbb(4) to the new PNP API. - Apply the PCI Express SCI fix on resume again.
Revision 1.10.2.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:59 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.10.2.4: +2 -2
lines
Diff to previous 1.10.2.4 (colored) to branchpoint 1.10 (colored)
sync with head.
Revision 1.28.4.3 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:16 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.28.4.2: +2 -2
lines
Diff to previous 1.28.4.2 (colored) to branchpoint 1.28 (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.29.6.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:03 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored) next main 1.30 (colored)
Sync with HEAD.
Revision 1.26.2.3 / (download) - annotate - [select for diffs], Tue Oct 23 20:09:01 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.26.2.2: +2 -2
lines
Diff to previous 1.26.2.2 (colored) next main 1.27 (colored)
Sync with head.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:47 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
mjf-devfs,
jmcneill-pm-base,
jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: yamt-kmem,
vmlocking2
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.28.4.2 / (download) - annotate - [select for diffs], Fri Oct 5 01:08:59 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.28.4.1: +9 -32
lines
Diff to previous 1.28.4.1 (colored) to branchpoint 1.28 (colored)
Remove the power management nonsense in the PCI versions of rtk(4) and re(4). It is not really likely to work anyway. Use PNP power management for the cardbus attachment as well and remove the power management handlers from the chipset code.
Revision 1.8.2.7 / (download) - annotate - [select for diffs], Thu Oct 4 18:50:24 2007 UTC (4 years, 7 months ago) by bouyer
Branch: netbsd-3
Changes since 1.8.2.6: +46 -110
lines
Diff to previous 1.8.2.6 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1852): sys/dev/ic/rtl81x9var.h: revision 1.39 sys/dev/cardbus/if_re_cardbus.c: revision 1.13 sys/dev/pci/if_re_pci.c: revision 1.27 via patch sys/dev/pci/if_rtk_pci.c: revision 1.32 sys/dev/cardbus/if_rtk_cardbus.c: revision 1.32 sys/dev/ic/rtl8169.c: revision 1.84, 1.85 sys/dev/ic/rtl81x9reg.h: revision 1.27 sys/dev/ic/rtl81x9.c: revision 1.72 Cleanup handling of quikrs on each RealTek chip: Pull a fix for PCIe variants from FreeBSD
Revision 1.10.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:37:01 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.10.2.3: +53 -108
lines
Diff to previous 1.10.2.3 (colored) to branchpoint 1.10 (colored)
sync with head.
Revision 1.26.2.2 / (download) - annotate - [select for diffs], Mon Aug 20 18:37:14 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.26.2.1: +4 -2
lines
Diff to previous 1.26.2.1 (colored)
Sync with HEAD.
Revision 1.27.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:32 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.27: +4 -2
lines
Diff to previous 1.27 (colored) next main 1.28 (colored)
Sync with HEAD.
Revision 1.28.4.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:37:11 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Sync with HEAD.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 7 07:48:57 2007 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5
Branch point for: matt-armv6,
bouyer-xenamd64
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Fix a tyop.
Revision 1.28.6.2 / (download) - annotate - [select for diffs], Thu Jul 19 22:04:23 2007 UTC (4 years, 10 months ago) by dsl
Branch: matt-mips64
Changes since 1.28.6.1: +332 -0
lines
Diff to previous 1.28.6.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)
include sys/cdefs.h
Revision 1.28.6.1, Thu Jul 19 22:04:22 2007 UTC (4 years, 10 months ago) by dsl
Branch: matt-mips64
Changes since 1.28: +0 -332
lines
FILE REMOVED
file if_re_pci.c was added on branch matt-mips64 on 2007-07-19 22:04:23 +0000
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 19 22:04:22 2007 UTC (4 years, 10 months ago) by dsl
Branch: MAIN
CVS Tags: matt-mips64-base,
hpcarm-cleanup
Branch point for: matt-mips64,
jmcneill-pm
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (colored)
include sys/cdefs.h
Revision 1.26.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:39 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.26: +46 -110
lines
Diff to previous 1.26 (colored) next main 1.27 (colored)
Sync with head.
Revision 1.21.2.3.2.1 / (download) - annotate - [select for diffs], Sun Jun 3 17:26:05 2007 UTC (4 years, 11 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.21.2.3: +46 -110
lines
Diff to previous 1.21.2.3 (colored) next main 1.21.2.4 (colored)
Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
Revision 1.21.2.4 / (download) - annotate - [select for diffs], Wed May 16 20:48:07 2007 UTC (5 years ago) by jdc
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-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.21.2.3: +46 -110
lines
Diff to previous 1.21.2.3 (colored) to branchpoint 1.21 (colored)
Pull up revision 1.27 via patch (requested by tsutsui in ticket #640). Cleanup handling of quikrs on each RealTek chip: - replace rtk_type member in rtk_softc which has chip types with new rtk_quirk that represents quirks on each chip: - RTKQ_8129 doesn't have internal MII (used in rtk(4)) - RTKQ_8139CPLUS has different register layout (for re(4)) - RTKQ_8169NONS (original 8169) requires some settings on init - RTKQ_PCIE requires different settings in setmulti so that we don't have to check each hwrev values or types everywhere and newer variants will also work without changes if they don't have other quirks (sc_rev is unchenged for now for reference to the Realtek's driver) - don't check hwrev register in re_pci_match() but check only PCI_VENDER(), PCI_PRODUCT() and PCI_REVISION() so that we no longer have to map pci space there - add a new HWREV value for another 8168 variant - try to map PCI mem space more properly - remove (probably unneeded) ifp->if_baudrate initialization Tested on a newer 8168 variant by Dennis den Brok on tech-kern, and also tested on 8139 and 8169C on macppc, and 8139C+ on landisk by me.
Revision 1.26.2.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:24:26 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.26: +46 -110
lines
Diff to previous 1.26 (colored)
Sync with head.
Revision 1.26.6.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:48 2007 UTC (5 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.26: +46 -110
lines
Diff to previous 1.26 (colored) next main 1.27 (colored)
Pullup to -current
Revision 1.23.2.3 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:31 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.23.2.2: +46 -110
lines
Diff to previous 1.23.2.2 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)
sync with head.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Mar 21 12:17:31 2007 UTC (5 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
nick-csl-alignment-base,
mjf-ufs-trans-base
Branch point for: nick-csl-alignment
Changes since 1.26: +46 -110
lines
Diff to previous 1.26 (colored)
Cleanup handling of quikrs on each RealTek chip: - replace rtk_type member in rtk_softc which has chip types with new rtk_quirk that represents quirks on each chip: - RTKQ_8129 doesn't have internal MII (used in rtk(4)) - RTKQ_8139CPLUS has different register layout (for re(4)) - RTKQ_8169NONS (original 8169) requires some settings on init - RTKQ_PCIE requires different settings in setmulti so that we don't have to check each hwrev values or types everywhere and newer variants will also work without changes if they don't have other quirks (sc_rev is unchenged for now for reference to the Realtek's driver) - don't check hwrev register in re_pci_match() but check only PCI_VENDER(), PCI_PRODUCT() and PCI_REVISION() so that we no longer have to map pci space there - add a new HWREV value for another 8168 variant - try to map PCI mem space more properly - remove (probably unneeded) ifp->if_baudrate initialization Tested on a newer 8168 variant by Dennis den Brok on tech-kern, and also tested on 8139 and 8169C on macppc, and 8139C+ on landisk by me.
Revision 1.23.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:20 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.23.2.1: +12 -5
lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored)
Sync with HEAD.
Revision 1.8.2.6 / (download) - annotate - [select for diffs], Sat Mar 10 18:54:15 2007 UTC (5 years, 2 months ago) by bouyer
Branch: netbsd-3
Changes since 1.8.2.5: +12 -5
lines
Diff to previous 1.8.2.5 (colored) to branchpoint 1.8 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1680): sys/dev/pci/if_re_pci.c: revision 1.25-1.26 Add an entry to match hwrev RTK_HWREV_8100E_SPIN2 too. Also check both I/O and memory space on unmap. Pointer out by yamt.
Revision 1.21.2.3 / (download) - annotate - [select for diffs], Sat Mar 10 18:34:21 2007 UTC (5 years, 2 months ago) by bouyer
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.21.2.2: +12 -5
lines
Diff to previous 1.21.2.2 (colored) to branchpoint 1.21 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #502): sys/dev/pci/if_re_pci.c: revision 1.25-1.26 Add an entry to match hwrev RTK_HWREV_8100E_SPIN2 too. Also check both I/O and memory space on unmap. Pointer out by yamt.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 5 10:32:05 2007 UTC (5 years, 2 months ago) by tsutsui
Branch: MAIN
Branch point for: vmlocking,
reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.25: +9 -5
lines
Diff to previous 1.25 (colored)
Also check both I/O and memory space on unmap. Pointer out by yamt.
Revision 1.8.2.5 / (download) - annotate - [select for diffs], Sat Mar 3 23:30:25 2007 UTC (5 years, 2 months ago) by bouyer
Branch: netbsd-3
Changes since 1.8.2.4: +121 -82
lines
Diff to previous 1.8.2.4 (colored) to branchpoint 1.8 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1673): distrib/sets/lists/man/mi 1.844, 1.871 share/man/man4/Makefile 1.372, 1.379 via patch share/man/man4/re.4 1.8, 1.9, 1.11, 1.12 share/man/man4/rgephy.4 1.1 share/man/man4/rlphy.4 1.1, 1.2 sys/arch/amd64/conf/GENERIC 1.79, 1.89 sys/arch/amd64/conf/INSTALL 1.45, 1.49 sys/arch/i386/conf/GENERIC 1.717, 1.747 sys/arch/i386/conf/GENERIC_LAPTOP 1.164 sys/arch/i386/conf/INSTALL 1.277, 1.283 sys/arch/i386/conf/INSTALL_LAPTOP 1.96, 1.98 sys/arch/i386/conf/XEN2_DOM0 1.22 via patch sys/arch/macppc/conf/GENERIC 1.220, 1.246 sys/arch/macppc/conf/INSTALL 1.96, 1.100 sys/dev/cardbus/if_re_cardbus.c 1.10 sys/dev/cardbus/if_rtk_cardbus.c 1.29-1.31 sys/dev/ic/rtl8169.c 1.14, 1.20, 1.24, 1.25, 1.28-1.61, 1.63, 1.64-1.81 via patch sys/dev/ic/rtl81x9.c 1.52, 1.54-1.63, 1.65, 1.67-1.70 sys/dev/ic/rtl81x9reg.h 1.15-1.26 sys/dev/ic/rtl81x9var.h 1.19, 1.21-1.37 sys/dev/mii/files.mii 1.38 sys/dev/mii/miidevs 1.62, 1.64 sys/dev/mii/rgephy.c 1.10, 1.13-1.16 sys/dev/mii/rlphy.c 1.1, 1.6, 1.7, 1.11 via patch sys/dev/pci/if_re_pci.c 1.13, 1.15-1.17, 1.19-1.23 sys/dev/pci/if_rtk_pci.c 1.25, 1.28, 1.29, 1.31 sys/dev/pci/pcidevs 1.851, 1.852 on re(4): - improve stability (I believe ;-) - add a workaround for hardware ip4csum-tx bug - support newer chips (8169SB/SC, PCIe based 8168 etc.) - fix 8139C+ support - enable hardware VLAN - misc bus_dma(9) fix (which makes re(4) work on mips ports) on rtk(4): - fix kern/31348 - fix possible panic on dreamcast
Revision 1.25 / (download) - annotate - [select for diffs], Sat Mar 3 17:23:12 2007 UTC (5 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.24: +4 -1
lines
Diff to previous 1.24 (colored)
Add an entry to match hwrev RTK_HWREV_8100E_SPIN2 too.
XXX: should we use PCI_REVISION() rather than hwrev
for 8139C+ as OpenBSD does?
Revision 1.23.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:54:01 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.10.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:27 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.10.2.2: +47 -40
lines
Diff to previous 1.10.2.2 (colored) to branchpoint 1.10 (colored)
sync with head.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 21 23:00:01 2007 UTC (5 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
Revision 1.21.2.2 / (download) - annotate - [select for diffs], Sat Feb 10 14:27:01 2007 UTC (5 years, 3 months ago) by tron
Branch: netbsd-4
Changes since 1.21.2.1: +4 -1
lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #437): sys/dev/pci/if_re_pci.c: revision 1.23 Add an 8169SC variant to re_devs. From Darrin B.Jewell.
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Sat Feb 10 14:26:31 2007 UTC (5 years, 3 months ago) by tron
Branch: netbsd-4
Changes since 1.21: +44 -40
lines
Diff to previous 1.21 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #437): sys/dev/pci/if_re_pci.c: revision 1.22 Try to map both PCI I/O and memory space.
Revision 1.13.4.3 / (download) - annotate - [select for diffs], Fri Feb 9 21:03:51 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.13.4.2: +47 -40
lines
Diff to previous 1.13.4.2 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 4 04:39:38 2007 UTC (5 years, 3 months ago) by tsutsui
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base
Branch point for: yamt-idlelwp
Changes since 1.22: +4 -1
lines
Diff to previous 1.22 (colored)
Add an 8169SC variant to re_devs. From Darrin B.Jewell.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Feb 4 03:20:23 2007 UTC (5 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.21: +44 -40
lines
Diff to previous 1.21 (colored)
Try to map both PCI I/O and memory space.
Revision 1.13.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.13.4.1: +53 -31
lines
Diff to previous 1.13.4.1 (colored) to branchpoint 1.13 (colored)
Sync with head.
Revision 1.10.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:45 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.10.2.1: +75 -46
lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored)
sync with head.
Revision 1.13.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.13.6.1: +76 -48
lines
Diff to previous 1.13.6.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)
sync with head.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 24 19:38:55 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.20: +2 -2
lines
Diff to previous 1.20 (colored)
fix capitalization of NetBSD; from Zapher
Revision 1.13.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.13: +28 -21
lines
Diff to previous 1.13 (colored)
Sync with head.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Nov 18 15:58:50 2006 UTC (5 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.19: +4 -5
lines
Diff to previous 1.19 (colored)
Rename re_pci_probe() -> re_pci_match().
Revision 1.19 / (download) - annotate - [select for diffs], Sat Nov 18 07:22:06 2006 UTC (5 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.18: +49 -26
lines
Diff to previous 1.18 (colored)
- sync HWREV definitions with FreeBSD - recognize 8169SC/8100E/8101E (untested, but won't hurt working devices) XXX: 8100E/8101E don't support 1000M; need some flag to set if_baudrate
Revision 1.18 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:09 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored)
__unused removal on arguments; approved by core.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Nov 3 17:51:47 2006 UTC (5 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.16: +20 -17
lines
Diff to previous 1.16 (colored)
Pull another 8139C+ fix from FreeBSD if_re.c rev 1.68: Perform hardware diagnostic only on the original RTL8169, which was the only device that really needed it. (i.e. a possible hardware bug when the NIC was put on a 64bit PCI slot) Tested with on-board 8139C+ by Brian A. Seklecki. Note this change might also fix PR kern/34952 (because re_diag() is no longer called on 8169S/8110S), but I'm not sure if the re(4) chip was properly initialized in such case.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 28 23:18:35 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.15: +4 -1
lines
Diff to previous 1.15 (colored)
PR/34933: Sami Kantoluoto: RealTek 8168B found from Asus P5B motherboard is not recognized
Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 27 09:57:26 2006 UTC (5 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Use common macro rather than local one.
Revision 1.13.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.13: +4 -3
lines
Diff to previous 1.13 (colored)
sync with head
Revision 1.14 / (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.13: +4 -3
lines
Diff to previous 1.13 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.12.8.3 / (download) - annotate - [select for diffs], Fri Sep 15 14:00:41 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.12.8.2: +2 -3
lines
Diff to previous 1.12.8.2 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
revert unrelated changes erroneously slipped in.
Revision 1.12.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:17 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.12: +4 -1
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
sync with head
Revision 1.12.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.12: +4 -1
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Merge from HEAD.
Revision 1.12.8.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:21 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.12.8.1: +4 -1
lines
Diff to previous 1.12.8.1 (colored) to branchpoint 1.12 (colored)
sync with head.
Revision 1.12.14.1 / (download) - annotate - [select for diffs], Thu Jun 22 03:39:48 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.12: +4 -1
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Complete a sync sys/ with head.
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:04 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.10: +21 -2
lines
Diff to previous 1.10 (colored)
sync with head.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 18 21:32:24 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.12: +4 -1
lines
Diff to previous 1.12 (colored)
PR/33761: dieter roelants: NetBSD doesn't recognize a RealTek 8168B nic
Revision 1.12.8.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:00 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
sync with head.
Revision 1.8.2.4 / (download) - annotate - [select for diffs], Thu Dec 29 19:44:18 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
CVS Tags: 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
Changes since 1.8.2.3: +5 -2
lines
Diff to previous 1.8.2.3 (colored) to branchpoint 1.8 (colored)
Pull up following revision(s) (requested by rpaulo in ticket #1070): sys/dev/pci/if_re_pci.c: revision 1.12 sys/dev/ic/rtl81x9reg.h: revision 1.14 PR/32386: Dawid Szymanski (arhea). Add support for the 8169SB chipset. From FreeBSD.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Dec 25 19:55:41 2005 UTC (6 years, 5 months ago) by rpaulo
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.11: +5 -2
lines
Diff to previous 1.11 (colored)
PR/32386: Dawid Szymanski (arhea). Add support for the 8169SB chipset.
Revision 1.3.4.7 / (download) - annotate - [select for diffs], Sun Dec 11 10:28:58 2005 UTC (6 years, 5 months ago) by christos
Branch: ktrace-lwp
Changes since 1.3.4.6: +14 -1
lines
Diff to previous 1.3.4.6 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.10.8.1 / (download) - annotate - [select for diffs], Tue Nov 29 21:23:14 2005 UTC (6 years, 5 months ago) by yamt
Branch: yamt-readahead
Changes since 1.10: +14 -1
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
sync with head.
Revision 1.8.2.3 / (download) - annotate - [select for diffs], Thu Nov 24 22:19:11 2005 UTC (6 years, 6 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Changes since 1.8.2.2: +13 -0
lines
Diff to previous 1.8.2.2 (colored) to branchpoint 1.8 (colored)
Pull up following revision(s) (requested by riz in ticket #993): sys/dev/pci/if_sk.c: revision 1.18 sys/dev/pci/if_re_pci.c: revision 1.11 Special-case the Linksys EG1032 cards using PCI subsystem ID; rev. 2 uses the sk(4) driver, while rev. 3 needs re(4). Mostly from brad@openbsd.
Revision 1.8.2.2 / (download) - annotate - [select for diffs], Thu Nov 24 22:06:38 2005 UTC (6 years, 6 months ago) by tron
Branch: netbsd-3
Changes since 1.8.2.1: +4 -0
lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored)
Pull up following revision(s) (requested by riz in ticket #995): sys/dev/pci/if_re_pci.c: revision 1.10 Match two candidates. From Francois Romieu in private mail.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 23 18:56:22 2005 UTC (6 years, 6 months ago) by riz
Branch: MAIN
CVS Tags: yamt-readahead-base3,
ktrace-lwp-base
Changes since 1.10: +14 -1
lines
Diff to previous 1.10 (colored)
Special-case the Linksys EG1032 cards using PCI subsystem ID; rev. 2 uses the sk(4) driver, while rev. 3 needs re(4). Mostly from brad@openbsd.
Revision 1.3.4.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:01 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3.4.5: +7 -1
lines
Diff to previous 1.3.4.5 (colored)
Sync with HEAD. Here we go again...
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 15 11:27:39 2005 UTC (6 years, 11 months ago) by cube
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base2,
yamt-readahead-base,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Branch point for: yamt-readahead,
yamt-lazymbuf
Changes since 1.9: +5 -1
lines
Diff to previous 1.9 (colored)
Match two candidates. From Francois Romieu in private mail.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Tue May 10 12:47:32 2005 UTC (7 years ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Pull up revision 1.9 (requested by martin in ticket #273): Add support for Corega CG-LAPCIGT Gigabit Ethernet. From PR kern/30173.
Revision 1.9 / (download) - annotate - [select for diffs], Mon May 9 06:58:41 2005 UTC (7 years ago) by martin
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Add support for Corega CG-LAPCIGT Gigabit Ethernet. From PR kern/30173.
Revision 1.3.2.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.3: +59 -14
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
sync with -current
Revision 1.5.2.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.5: +18 -9
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.3.4.5 / (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.3.4.4: +13 -4
lines
Diff to previous 1.3.4.4 (colored)
Sync with HEAD. Hi Perry!
Revision 1.8 / (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-km-base4,
yamt-km-base3,
netbsd-3-base,
kent-audio2-base
Branch point for: netbsd-3
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
nuke trailing whitespace
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 23 09:18:46 2005 UTC (7 years, 3 months ago) by yamt
Branch: MAIN
Changes since 1.6: +10 -1
lines
Diff to previous 1.6 (colored)
re_pci_probe: don't use i/o space unless RE_USEIOSPACE.
Revision 1.3.4.4 / (download) - annotate - [select for diffs], Tue Feb 15 21:33:13 2005 UTC (7 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3.4.3: +6 -6
lines
Diff to previous 1.3.4.3 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 13 09:10:54 2005 UTC (7 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: matt-timespec
Changes since 1.5: +6 -6
lines
Diff to previous 1.5 (colored)
constify
Revision 1.3.4.3 / (download) - annotate - [select for diffs], Mon Jan 24 08:35:26 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3.4.2: +42 -6
lines
Diff to previous 1.3.4.2 (colored)
Sync with HEAD.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 22 04:34:22 2005 UTC (7 years, 4 months ago) by briggs
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base
Branch point for: yamt-km
Changes since 1.4: +7 -7
lines
Diff to previous 1.4 (colored)
Put the headers in a more standard order with machine-specific and dev/bus-specific headers after the sys and net headers. This allows it to actually compile on macppc, among other things.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 18 11:11:58 2005 UTC (7 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.3: +36 -0
lines
Diff to previous 1.3 (colored)
- add rcsid. - restore Bill Paul's copyright notice.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Mon Jan 17 19:31:24 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3.4.1: +281 -0
lines
Diff to previous 1.3.4.1 (colored)
Sync with HEAD.
Revision 1.3.4.1, Sat Jan 15 12:33:37 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3: +0 -281
lines
FILE REMOVED
file if_re_pci.c was added on branch ktrace-lwp on 2005-01-17 19:31:24 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 15 12:33:37 2005 UTC (7 years, 4 months ago) by kanaoka
Branch: MAIN
Branch point for: ktrace-lwp,
kent-audio2
Changes since 1.2: +38 -39
lines
Diff to previous 1.2 (colored)
- Make sure D0 state if device has Power Managmet capability. - Use aprint_*. - Change some cosmetic. XXX not tested.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 13 14:24:24 2005 UTC (7 years, 4 months ago) by kanaoka
Branch: MAIN
Changes since 1.1: +29 -22
lines
Diff to previous 1.1 (colored)
- Move re_diag() from bus independend code to PCI attachment code. XXX: I tested cardbus device,but not PCI device.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 23 06:26:30 2004 UTC (7 years, 5 months ago) by jonathan
Branch: MAIN
CVS Tags: kent-audio1-beforemerge
Snapshot of incomplete-but-working split of re(4) driver into a
bus-independent backend, with PCI and CardBus attachment code.
The committed code has two serious bugs:
1. The driver makes no attempt to recover resources when a (Cardbus)
instance is removed; bus resources are leaked.
2. In testing with a NetGear GA-511, the Cardbus card never responded
to a reset/wakeup if the card is powered down after attachment.
So for now, leave cardbus instances powered up at attachment
(insertion, or at boot if a card is already present).
That aside, it acutally works on my GA-511. Committed as-is despite
the bugs, after repeated requests to make the code available for
further testing. Also requires sys/dev/mii/miidevs rev 1.54 -> 1.55,
and consequent regen of miidevs{,_data}.h.