Module Name:src
Committed By: msaitoh
Date: Wed May 8 03:13:36 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Add missing bus_dmamap_sync() in bge_intr(). The status word is in DMAed area.
Same as *BSDs.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: msaitoh
Date: Wed May 8 04:05:46 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
Check the hardware config words and print them. This change only read them
and print the values.
To generate a diff of this commit
Module Name:src
Committed By: msaitoh
Date: Wed May 8 07:50:29 UTC 2013
Modified Files:
src/sys/dev/pci: if_bgereg.h
Log Message:
No functional change:
- Fix typo
- Add comment
- Remove duplicated definitions
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1
Module Name:src
Committed By: msaitoh
Date: Mon May 13 17:08:20 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Set BGE_MISC_CTL's byte/word swap options before using bge_readmem_ind().
Fixes PR#47716.
Re-enable NVRAM lock stuff again (i.e. revert rev. 1
Module Name:src
Committed By: msaitoh
Date: Mon May 13 17:10:59 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
For BGE_IS_575X_PLUS() devices, don't set BGE_RXLPSTATCONTROL_DACK_FIX bits
because
these bits are reserved.
To generate a diff of this commit
Module Name:src
Committed By: msaitoh
Date: Tue May 14 00:27:39 UTC 2013
Modified Files:
src/sys/dev/pci: if_bgereg.h
Log Message:
Add some definitions.
Fix compile error.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/pci/if_bgereg.h
Please n
Module Name:src
Committed By: msaitoh
Date: Wed May 15 05:22:43 UTC 2013
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Change from deleted "show uvmhist" to "show kernhist".
XXX pullup-6
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/share/
Module Name:src
Committed By: msaitoh
Date: Wed May 15 05:30:33 UTC 2013
Modified Files:
src/share/man/man4: options.4
Log Message:
s/can be displayed be calling/can be displayed by calling/
XXX pullup-5
To generate a diff of this commit:
cvs rdiff -u -r1.419 -r1.420 sr
Module Name:src
Committed By: msaitoh
Date: Wed May 15 05:47:10 UTC 2013
Modified Files:
src/share/man/man4: options.4
Log Message:
- Add KERNHIST and KERNHIST_PRINT.
- Update UVMHIST and UVMHIST_PRINT.
To generate a diff of this commit:
cvs rdiff -u -r1.420 -r1.421 src/
Module Name:src
Committed By: msaitoh
Date: Thu May 23 16:49:46 UTC 2013
Modified Files:
src/sys/netinet6: ip6_flow.c
Log Message:
Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/neti
Module Name:src
Committed By: msaitoh
Date: Fri May 24 02:29:36 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c if_bgevar.h
Log Message:
bge_init_tx_ring() uses BGE_RSLOTS (==256) but bge_free_tx_ring() uses
BGE_TX_RING_CNT (== 512). Delete BGE_RSLOTS and use BGE_TX_RI
Module Name:src
Committed By: msaitoh
Date: Fri May 24 02:35:28 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Document says 5717 and newer chips have no BGE_PCISTATE_INTR_NOT_ACTIVE bit,
so don't use the bit on those chips. Same as OpenBSD.
To generate
Module Name:src
Committed By: msaitoh
Date: Fri May 24 11:47:47 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
On sparc64, the memory arbiter may be disabled by OF.
Move the HW config checking stuff to after bge_reset(). bge_reset()
initializes both byte
Module Name:src
Committed By: msaitoh
Date: Mon May 27 07:37:20 UTC 2013
Modified Files:
src/sys/arch/arm/include: disklabel.h
Log Message:
Fix comment. arm ports which don't explicitly set LABELUSESMBR use MBR
partitioning.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Tue May 28 05:55:40 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
Fix a bug that the PHY address bits in MI_MODE register is wrongly cleard.
Set the PHY address correctly.
To generate a diff of th
Module Name:src
Committed By: msaitoh
Date: Tue May 28 17:03:34 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Fix a bug that the MAC_MODE register is incorrectly set in bge_reset().
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/sys
Module Name:src
Committed By: msaitoh
Date: Wed May 29 08:24:06 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Use BGE_SETBIT() instead of CSR_WRITE_4() for the BGE_MISC_LOCAL_CTL register
to not to modify some GPIO bits.
To generate a diff of this comm
Module Name:src
Committed By: msaitoh
Date: Thu May 30 05:50:06 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
0x4B657654(BGE_SRAM_FW_MB_MAGIC) == ~0xB49A89AB(BGE_SRAM_FW_MB_RESET_MAGIC),
so the same code I added in rev. 1.223 exists in bge_po
Module Name:src
Committed By: msaitoh
Date: Fri May 31 17:15:19 UTC 2013
Modified Files:
src/sys/dev/pci: if_bgereg.h
Log Message:
Remove unused macros.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/if_bgereg.h
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Fri May 31 17:48:12 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c if_bgevar.h
Log Message:
- Revert rev. 1.250. I really misunderstood. Add some comments.
- Set DMA watermark depend on the PCI max payload size.
To generate
Module Name:src
Committed By: msaitoh
Date: Sun Jun 2 09:13:07 UTC 2013
Modified Files:
src/sys/dev/mii: miidevs
Log Message:
Intel I217 PHY
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/dev/mii/miidevs
Please note that diffs are not public do
Module Name:src
Committed By: msaitoh
Date: Sun Jun 2 09:13:27 UTC 2013
Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.105 -r1.106 sr
Module Name:src
Committed By: msaitoh
Date: Sun Jun 2 09:36:22 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c if_wmvar.h
Log Message:
Add I217 (and I218) support.
- The name of I217 is similar to I210, but the function is rather similar to
PCH2.
- Not tested well. Te
Module Name:src
Committed By: msaitoh
Date: Sun Jun 2 09:43:34 UTC 2013
Modified Files:
src/share/man/man4: wm.4
Log Message:
Add I21[78].
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/wm.4
Please note that diffs are not public domain
Module Name:src
Committed By: msaitoh
Date: Sun Jun 2 09:45:04 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note about I217 and I218 support (wm(4)).
To generate a diff of this commit:
cvs rdiff -u -r1.1824 -r1.1825 src/doc/CHANGES
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Sun Jun 2 17:23:33 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
- Fix a bug that wm_attach() may fail on some PCH or newer system.
wm_valid_nvm_bank_detect_ich8lan() misunderstood the NVM's bank number.
Fix
Module Name:src
Committed By: msaitoh
Date: Mon Jun 3 01:31:37 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Cleanup. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 src/sys/dev/pci/if_wm.c
Please note that diffs a
Module Name:src
Committed By: msaitoh
Date: Mon Jun 3 16:21:50 UTC 2013
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
Add Intel 8 Series KT.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/pci/pucdata.c
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Mon Jun 3 16:20:54 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Intel 8 Series KT.
To generate a diff of this commit:
cvs rdiff -u -r1.1154 -r1.1155 src/sys/dev/pci/pcidevs
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Mon Jun 3 16:21:17 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1146 -r1.1147 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1145 -r1.11
Module Name:src
Committed By: msaitoh
Date: Mon Jun 3 18:47:52 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Use wm_gmii_hv_{read,write}reg() for I21[78].
To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 src/sys/dev/pci/if_wm.c
Please no
Module Name:src
Committed By: msaitoh
Date: Tue Jun 4 13:57:48 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet)
To generate a diff of this c
Module Name:src
Committed By: msaitoh
Date: Tue Jun 4 13:58:12 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1147 -r1.1148 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1146 -r1.114
Module Name:src
Committed By: msaitoh
Date: Tue Jun 4 13:59:17 UTC 2013
Modified Files:
src/sys/arch/x86/pci: ichlpcib.c
Log Message:
Add Intel 8 Series / C220 Series LPC devices.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x86/pci/ichlpci
Module Name:src
Committed By: msaitoh
Date: Tue Jun 4 16:55:07 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix a bug that the check of reset complete fails on Intel 8 series with
"wm_lan_init_done: lan_init_done failed to complete" message.
The broken
Module Name:src
Committed By: msaitoh
Date: Wed Jun 5 05:18:44 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some Intel devices from the following datasheets:
- Desktop 4th Generation Intel Core Processort Family Datasheet Volume 2 of 2
- Mobile 4th
Module Name:src
Committed By: msaitoh
Date: Wed Jun 5 05:19:11 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1148 -r1.1149 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1147 -r1.11
Module Name:src
Committed By: msaitoh
Date: Thu Jun 6 03:10:48 UTC 2013
Modified Files:
src/sys/dev/mii: atphy.c brgphy.c ciphy.c mii_physubr.c rgephy.c
urlphy.c
Log Message:
Fix a bug that the auto negotiation timer isn't cleard as we expected.
To not to for
Module Name:src
Committed By: msaitoh
Date: Thu Jun 6 07:11:18 UTC 2013
Modified Files:
src/sys/arch/amd64/conf: INSTALL
Log Message:
Fix compile error. PR#38480 was correctly fixed in 2009, it's ok to remove
"no options MTRR"
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 08:42:16 UTC 2013
Modified Files:
src/sys/dev/mii: atphy.c ciphy.c ihphy.c rgephy.c
Log Message:
atphy, ciphy, ihphy and rgephy are gigabit PHY, so not only check IFM_AUTO
for autonegotiation but also check IFM_1000_T
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 08:45:32 UTC 2013
Modified Files:
src/sys/dev/mii: ciphy.c
Log Message:
ciphy is gigabit PHY, so use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 09:15:51 UTC 2013
Modified Files:
src/sys/dev/mii: exphy.c ihphy.c tlphy.c ukphy.c urlphy.c
Log Message:
Don't "return" but "break" in MII_TICK when the interface isn't doing
autonegotiaton or the link is up to update
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 09:23:35 UTC 2013
Modified Files:
src/sys/dev/sbus: be.c
Log Message:
Don't "return" but "break" in MII_TICK when the interface isn't doing
autonegotiaton or the link is up to update the status.
To generate a diff o
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 09:24:29 UTC 2013
Modified Files:
src/sys/dev/mii: ukphy.c
Log Message:
Tabify. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/mii/ukphy.c
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 09:31:32 UTC 2013
Modified Files:
src/sys/dev/mii: ciphy.c ihphy.c mii_physubr.c rgephy.c urlphy.c
Log Message:
Update link status quickly. This change is a part of FreeBSD's mii_physubr.c
r158649.
To generate a dif
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 09:56:17 UTC 2013
Modified Files:
src/sys/dev/mii: mii_physubr.c urlphy.c
Log Message:
Fix a bug in last commit that mii_ticks isn't inclemented.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 10:57:45 UTC 2013
Modified Files:
src/etc [netbsd-5]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by apb in ticket #1848):
etc/MAKEDEV.tmpl: revision 1.161
The console major number is not
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 11:01:41 UTC 2013
Modified Files:
src/etc/rc.d [netbsd-5]: wpa_supplicant
Log Message:
Pull up following revision(s) (requested by tron in ticket #1849):
etc/rc.d/wpa_supplicant: revision 1.4
Make custom "reloa
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 11:13:11 UTC 2013
Modified Files:
src/bin/sh [netbsd-5]: expand.c expand.h
Log Message:
Pull up following revision(s) (requested by gdt in ticket #1851):
bin/sh/expand.c: revision 1.88
bin/sh/expand.h:
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 11:29:43 UTC 2013
Modified Files:
src/sys/dev [netbsd-5]: fss.c
Log Message:
Pull up following revision(s) (requested by gdt in ticket #1853):
sys/dev/fss.c: revision 1.84
Take fss_device_lock first when closin
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 11:44:04 UTC 2013
Modified Files:
src/sys/arch/amd64/conf [netbsd-5]: XEN3_DOMU
src/sys/arch/i386/conf [netbsd-5]: XEN2_DOMU
Log Message:
Apply patch (requested by sborrill in ticket #1858):
sys/arch/am
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 11:51:40 UTC 2013
Modified Files:
src/sys/dev/pci [netbsd-5]: if_vioif.c
Log Message:
Pull up following revision(s) (requested by minoura in ticket #1861):
sys/dev/pci/if_vioif.c: revision 1.4
Fix a typo, and r
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 11:56:20 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1848, 1849, 1851, 1853, 1858 and 1861.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.3
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:03:04 UTC 2013
Modified Files:
src/dist/nvi/common [netbsd-5]: conv.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1845):
dist/nvi/common/conv.c: revision 1.7
It is ridiculous
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:04:40 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1845 & cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-5.3
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:12:46 UTC 2013
Modified Files:
src/etc [netbsd-5-1]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by apb in ticket #1848):
etc/MAKEDEV.tmpl: revision 1.161
The console major number is n
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:14:49 UTC 2013
Modified Files:
src/etc [netbsd-5-2]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by apb in ticket #1848):
etc/MAKEDEV.tmpl: revision 1.161
The console major number is n
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:18:57 UTC 2013
Modified Files:
src/sys/dev [netbsd-5-1]: fss.c
Log Message:
Pull up following revision(s) (requested by gdt in ticket #1853):
sys/dev/fss.c: revision 1.84
Take fss_device_lock first when clos
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:20:29 UTC 2013
Modified Files:
src/sys/dev [netbsd-5-2]: fss.c
Log Message:
Pull up following revision(s) (requested by gdt in ticket #1853):
sys/dev/fss.c: revision 1.84
Take fss_device_lock first when clos
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:21:44 UTC 2013
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.1
Log Message:
Ticket 1848 and 1853.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.2.1
Please note that dif
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:21:16 UTC 2013
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
Ticket 1848 and 1853
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-5.1.3
Please note that di
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:31:55 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-5.3
Please note that diffs are not public
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:39:43 UTC 2013
Modified Files:
src/sys/netinet [netbsd-5]: ip_icmp.c
Log Message:
Pull up following revision(s) (requested by fair in ticket #1855):
sys/netinet/ip_icmp.c: revision 1.130
PR/47693: Erik E. Fa
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 16:42:06 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1855.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-5.3
Please note that diffs are not pu
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 22:21:23 UTC 2013
Modified Files:
src/sys/netinet [netbsd-5]: ip_icmp.h
Log Message:
Apply patch (in ticket #1855):
Add some macros. This is a part of ip_icmp.h rev. 1.32.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: msaitoh
Date: Sun Jun 9 22:50:45 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Update ticket 1855.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-5.3
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 07:22:08 UTC 2013
Modified Files:
src/sys/dev/mii: ciphy.c ihphy.c tlphy.c
Log Message:
Update link status quickly. This change is a part of mii_physubr.c rev.
1.77-1.78.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 10:07:09 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
The wm_linkintr_gmii() function is called from interrupt, so call
mii_pollstat() instead of mii_tick().
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 14:39:35 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Disable LPLU when the device is WM_T_PCH_LPT series (I21[78]).
This change fixes a bug that wm interface don't negotiate to 1000BaseT.
To gener
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 16:18:48 UTC 2013
Modified Files:
src/sys/dev/mii: ukphy.c
Log Message:
Remove wrong autonegotiation check. The mii_phy_tick() checks about
autonegotiation correctly. This change fixes the problem that the
autonegotia
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 16:37:10 UTC 2013
Modified Files:
src/sys/dev/pci: if_sk.c
Log Message:
Remove an extra mii_pollstat() call. The PHY status should be updated
by adjacent mii_tick() call. I suspect that this mii_pollstat() call was
ad
Module Name:src
Committed By: msaitoh
Date: Tue Jun 11 16:57:05 UTC 2013
Modified Files:
src/sys/arch/arm/gemini: if_gmc.c
src/sys/dev/ic: smc91cxx.c
Log Message:
In interrupt function, use mii_pollstat() instead of mii_tick() to update
PHY status.
To generate a
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 02:51:17 UTC 2013
Modified Files:
src/sys/dev/mii: miidevs
Log Message:
Add some IC Plus Corp. devices.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/dev/mii/miidevs
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 02:51:43 UTC 2013
Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.106 -r1.107 s
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 03:52:39 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libX11 [netbsd-6]: Makefile.libx11
Log Message:
Pull up following revision(s) (requested by mrg in ticket #901):
external/mit/xorg/lib/libX11/Makefile
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:05:36 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libX11 [netbsd-6-0]: Makefile.libx11
Log Message:
Pull up following revision(s) (requested by mrg in ticket #901):
external/mit/xorg/lib/libX11/Makefi
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:28:30 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libX11 [netbsd-6-1]: Makefile.libx11
Log Message:
Pull up following revision(s) (requested by mrg in ticket #901):
external/mit/xorg/lib/libX11/Makefi
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:32:51 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libXi [netbsd-6]: Makefile
Log Message:
Pull up following revision(s) (requested by mrg in ticket #902):
external/mit/xorg/lib/libXi/Makefile: revisio
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:33:50 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libXi [netbsd-6-0]: Makefile
Log Message:
Pull up following revision(s) (requested by mrg in ticket #902):
external/mit/xorg/lib/libXi/Makefile: revis
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:36:30 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libXi [netbsd-6-1]: Makefile
Log Message:
Pull up following revision(s) (requested by mrg in ticket #902):
external/mit/xorg/lib/libXi/Makefile: revis
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:43:49 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 901 and 902.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.2
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:46:04 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket 901 and 902.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.1.1
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 04:44:50 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 901 and 902.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.3
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 06:05:52 UTC 2013
Modified Files:
src/sys/arch/vax/boot/xxboot [netbsd-5]: start.S
src/sys/sys [netbsd-5]: bootblock.h disklabel.h
src/usr.sbin/installboot/arch [netbsd-5]: vax.c
Log Message:
Pull up fo
Module Name:src
Committed By: msaitoh
Date: Wed Jun 12 06:07:09 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1856
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-5.3
Please note that diffs are not pub
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 04:20:30 UTC 2013
Modified Files:
src/distrib/sets/lists/base [netbsd-6]: ad.mips64eb ad.mips64el
md.amd64 md.sparc64 shl.mi
src/distrib/sets/lists/comp [netbsd-6]: ad.mips64eb ad.mips64el
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 06:49:08 UTC 2013
Modified Files:
src/sys/fs/nilfs [netbsd-6]: nilfs_vnops.c
Log Message:
Pull up following revision(s) (requested by reinoud in ticket #894):
sys/fs/nilfs/nilfs_vnops.c: revision 1.22-1.23
Fix
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 07:11:11 UTC 2013
Modified Files:
src/usr.sbin/syslogd [netbsd-6]: syslogd.c syslogd.h tls.c
Log Message:
Pull up following revision(s) (requested by pettai in ticket #897):
usr.sbin/syslogd/tls.c: revision 1.1
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 07:22:45 UTC 2013
Modified Files:
src/sys/dev/ic [netbsd-6]: iavc.c
src/sys/netisdn [netbsd-6]: i4b_capi.h i4b_capi_llif.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #896):
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 07:30:45 UTC 2013
Modified Files:
src/distrib/sets/lists/man [netbsd-6]: mi
src/share/man/man4/man4.sparc64 [netbsd-6]: Makefile
src/sys/arch/sparc64/dev [netbsd-6]: tda.c
Added Files:
src/share/
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 07:40:24 UTC 2013
Modified Files:
src/sys/dev/pci [netbsd-6]: if_alc.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #898):
sys/dev/pci/if_alc.c: revision 1.7
avoid illegal sleeps in th
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 08:41:16 UTC 2013
Modified Files:
src/lib/libm/arch/i387 [netbsd-6]: fenv.c
src/lib/libm/arch/x86_64 [netbsd-6]: fenv.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #899):
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 10:24:05 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 887, 893, 894, 896, 897, 898 and 899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.2
Ple
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 10:53:00 UTC 2013
Modified Files:
src/sys/fs/nilfs [netbsd-6-0]: nilfs_vnops.c
Log Message:
Pull up following revision(s) (requested by reinoud in ticket #894):
sys/fs/nilfs/nilfs_vnops.c: revision 1.22-1.23
Fi
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 10:55:10 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 894.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.0.3
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 10:55:59 UTC 2013
Modified Files:
src/sys/fs/nilfs [netbsd-6-1]: nilfs_vnops.c
Log Message:
Pull up following revision(s) (requested by reinoud in ticket #894):
sys/fs/nilfs/nilfs_vnops.c: revision 1.22-1.23
Fi
Module Name:src
Committed By: msaitoh
Date: Thu Jun 13 10:57:15 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket 894.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.1.1
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Fri Jun 14 02:37:53 UTC 2013
Modified Files:
src/lib/libm/arch/i387 [netbsd-6-0]: fenv.c
src/lib/libm/arch/x86_64 [netbsd-6-0]: fenv.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #899):
Module Name:src
Committed By: msaitoh
Date: Fri Jun 14 02:39:14 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.0.3
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Fri Jun 14 02:43:36 UTC 2013
Modified Files:
src/lib/libm/arch/i387 [netbsd-6-1]: fenv.c
src/lib/libm/arch/x86_64 [netbsd-6-1]: fenv.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #899):
1301 - 1400 of 3442 matches
Mail list logo