Author: imp
Date: Tue Jul 10 06:21:42 2012
New Revision: 238341
URL: http://svn.freebsd.org/changeset/base/238341
Log:
Pure style mischief. at91_$DEV_ rather than at91$DEV_ to match
others.
Modified:
head/sys/arm/at91/at91_st.c
Modified: head/sys/arm/at91/at91_st.c
===
Author: imp
Date: Tue Jul 10 06:18:53 2012
New Revision: 238340
URL: http://svn.freebsd.org/changeset/base/238340
Log:
Minor rework to eliminate at91rm9200reg.h dependency and possibly set the
stage for a detach routine (unlikely to be useful, but while I was here..)
Modified:
head/sys/arm/
Author: adrian
Date: Tue Jul 10 06:11:39 2012
New Revision: 238339
URL: http://svn.freebsd.org/changeset/base/238339
Log:
Migrate the ATH_KTR_* fields out to if_ath_debug.h .
Modified:
head/sys/dev/ath/if_ath.c
head/sys/dev/ath/if_ath_debug.h
head/sys/dev/ath/if_ath_rx.c
Modified: head/s
Author: adrian
Date: Tue Jul 10 06:10:49 2012
New Revision: 238338
URL: http://svn.freebsd.org/changeset/base/238338
Log:
Print the TX buffer if this error condition is asserted.
I need to figure out why this is occuring. Hopefully I can get enough
descriptor dumps to figure it out.
Mod
Author: adrian
Date: Tue Jul 10 06:05:42 2012
New Revision: 238337
URL: http://svn.freebsd.org/changeset/base/238337
Log:
Add/fix EDMA RX behaviour.
* For now, kickpcu should hopefully just do nothing - the PCU doesn't need
'kicking' for Osprey and later NICs. The PCU will just restart
Author: davidxu
Date: Tue Jul 10 05:45:13 2012
New Revision: 238336
URL: http://svn.freebsd.org/changeset/base/238336
Log:
Always clear p_xthread if current thread no longer needs it, in theory, if
debugger exited without calling ptrace(PT_DETACH), there is a time window
that the p_xthread m
Author: imp
Date: Tue Jul 10 05:39:06 2012
New Revision: 238335
URL: http://svn.freebsd.org/changeset/base/238335
Log:
Revert last change. It was accidental.
Modified:
head/sys/arm/conf/KB920X
Modified: head/sys/arm/conf/KB920X
===
Author: imp
Date: Tue Jul 10 04:17:49 2012
New Revision: 238334
URL: http://svn.freebsd.org/changeset/base/238334
Log:
Collapse all copies of at91_add_child into at91.c. They were
logically identical before today, and actually identical after today's
changes.
Modified:
head/sys/arm/at91/
Author: adrian
Date: Tue Jul 10 03:48:07 2012
New Revision: 238333
URL: http://svn.freebsd.org/changeset/base/238333
Log:
Reorder these so they match the capability enum order.
Modified:
head/sys/dev/ath/ath_hal/ah.c
Modified: head/sys/dev/ath/ath_hal/ah.c
===
Author: imp
Date: Tue Jul 10 02:44:15 2012
New Revision: 238332
URL: http://svn.freebsd.org/changeset/base/238332
Log:
Missed one of the special AT91SAM9xxx_BASE defines. This should be
AT91_BASE.
Modified:
head/sys/arm/at91/at91sam9260.c
head/sys/arm/at91/at91sam9260reg.h
Modified: hea
Author: imp
Date: Tue Jul 10 02:39:03 2012
New Revision: 238331
URL: http://svn.freebsd.org/changeset/base/238331
Log:
The system IRQ is always IRQ 1. Make it so.
Modified:
head/sys/arm/at91/at91reg.h
head/sys/arm/at91/at91rm9200.c
head/sys/arm/at91/at91sam9260.c
head/sys/arm/at91/at91
Author: imp
Date: Tue Jul 10 02:14:50 2012
New Revision: 238330
URL: http://svn.freebsd.org/changeset/base/238330
Log:
Eliminate the AT91_BASE for each SoC. AT91_BASE is the right way
to spell this since we only have one AT91_BASE for all Atmel arm9 SoCs.
Modified:
head/sys/arm/at91/at
Author: imp
Date: Tue Jul 10 01:49:50 2012
New Revision: 238329
URL: http://svn.freebsd.org/changeset/base/238329
Log:
Remove some unused variables/externs that have been copied too many times...
Modified:
head/sys/arm/at91/at91_machdep.c
head/sys/arm/conf/KB920X
head/sys/arm/econa/econa_
Author: davidxu
Date: Tue Jul 10 01:47:11 2012
New Revision: 238328
URL: http://svn.freebsd.org/changeset/base/238328
Log:
Executing CPUID with EAX set to 1 to actually get feature flags.
PR: 169730
Modified:
head/lib/libc/i386/gen/getcontextx.c
Modified: head/lib/libc/i386/gen/getcontex
Author: imp
Date: Tue Jul 10 01:32:52 2012
New Revision: 238327
URL: http://svn.freebsd.org/changeset/base/238327
Log:
Not quite ready for this yet, so comment it out.
Modified:
head/sys/arm/xscale/std.xscale
Modified: head/sys/arm/xscale/std.xscale
==
Author: imp
Date: Tue Jul 10 01:13:00 2012
New Revision: 238325
URL: http://svn.freebsd.org/changeset/base/238325
Log:
There's nothing AT91RM9200 specific about this file at all.
Modified:
head/sys/arm/at91/uart_bus_at91usart.c
Modified: head/sys/arm/at91/uart_bus_at91usart.c
===
Author: attilio
Date: Tue Jul 10 00:23:25 2012
New Revision: 238320
URL: http://svn.freebsd.org/changeset/base/238320
Log:
Remove a check on MNTK_UPDATE that is not really necessary as it is
handled in a code snippet above.
Modified:
head/sys/fs/ntfs/ntfs_vfsops.c
Modified: head/sys/fs/ntf
Author: adrian
Date: Tue Jul 10 00:08:39 2012
New Revision: 238317
URL: http://svn.freebsd.org/changeset/base/238317
Log:
Implement EDMA RX for AR93xx and later chips.
This is inspired by ath9k and the reference driver, but it's a new
implementation of the RX FIFO handling.
This has
Author: adrian
Date: Tue Jul 10 00:02:19 2012
New Revision: 238316
URL: http://svn.freebsd.org/changeset/base/238316
Log:
Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code.
Prepare ath_rx_pkt() to handle multiple RX queues, and default the legacy
RX queue to use t
Author: attilio
Date: Tue Jul 10 00:01:00 2012
New Revision: 238315
URL: http://svn.freebsd.org/changeset/base/238315
Log:
- Remove the unused and not completed write support for NTFS.
- Fix a bug where vfs_mountedfrom() is called also when the filesystem
is not mounted successfully.
Author: adrian
Date: Mon Jul 9 23:58:22 2012
New Revision: 238314
URL: http://svn.freebsd.org/changeset/base/238314
Log:
Add some AR9300 HAL descriptor definition changes.
* Add a couple of RX errors;
* Add the spectral scan PHY error code;
* extend the RX flags to be a 16 bit field, r
Author: np
Date: Mon Jul 9 21:53:50 2012
New Revision: 238313
URL: http://svn.freebsd.org/changeset/base/238313
Log:
Fix a bug in code that calculates the number of the first interrupt
vector for a port. This affected the gigabit ports of T422 cards (the
ones with 2x10G ports and 2x1G port
On Mon, 09 Jul 2012 13:49:17 -0700 Xin Li wrote:
XL> On 07/09/12 13:38, Mikolaj Golub wrote:
>> Author: trociny Date: Mon Jul 9 20:38:18 2012 New Revision:
>> 238309 URL: http://svn.freebsd.org/changeset/base/238309
>>
>> Log: In epair_clone_destroy(), when destroying the second half, we
Author: jhb
Date: Mon Jul 9 20:55:39 2012
New Revision: 238311
URL: http://svn.freebsd.org/changeset/base/238311
Log:
Add a clts() wrapper around the 'clts' instruction to
on x86 and use that to implement stop_emulating() in the fpu/npx code.
Reimplement start_emulating() in the non-XEN ca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 07/09/12 13:38, Mikolaj Golub wrote:
> Author: trociny Date: Mon Jul 9 20:38:18 2012 New Revision:
> 238309 URL: http://svn.freebsd.org/changeset/base/238309
>
> Log: In epair_clone_destroy(), when destroying the second half, we
> have to switch
Author: jhb
Date: Mon Jul 9 20:42:08 2012
New Revision: 238310
URL: http://svn.freebsd.org/changeset/base/238310
Log:
Partially revert r217515 so that the mem_range_softc variable is always
present on x86 kernels. This fixes the build of kernels that include
'device acpi' but do not includ
Author: trociny
Date: Mon Jul 9 20:38:18 2012
New Revision: 238309
URL: http://svn.freebsd.org/changeset/base/238309
Log:
In epair_clone_destroy(), when destroying the second half, we have to
switch to its vnet before calling ether_ifdetach(). Otherwise if the
second half resides in a diffe
"Alexander V. Chernikov" wrote
in <4ffa9723.5000...@freebsd.org>:
me> On 09.07.2012 12:08, Hiroki Sato wrote:
me> > "Alexander V. Chernikov" wrote
me> >in<4ffa894d.9050...@freebsd.org>:
me> >
me> > I meant there was no strong objection. I am sorry for not commenting
me> > your impleme
Author: hrs
Date: Mon Jul 9 20:11:32 2012
New Revision: 238308
URL: http://svn.freebsd.org/changeset/base/238308
Log:
Fix a missing ";".
Modified:
head/etc/devd.conf
Modified: head/etc/devd.conf
==
--- head/etc/devd
On Mon, Jul 09, 2012 at 09:19:29AM +0200, Edward Tomasz Napierała wrote:
> Look, I really appreciate you're looking at this just six months after
> explicitly refusing to talk to me about the design, but it would be great
> if it was a _technical_ discussion.
As you know I'm not going to be neithe
Author: np
Date: Mon Jul 9 17:25:56 2012
New Revision: 238302
URL: http://svn.freebsd.org/changeset/base/238302
Log:
Re-enable IFCAP_TSO6 in cxgb(4) and cxgbe(4) in stable/9. The kernel
changes needed for all this to work have now been MFC'd to 9 by bz@.
This is a direct commit to stabl
Author: marcel
Date: Mon Jul 9 16:23:59 2012
New Revision: 238301
URL: http://svn.freebsd.org/changeset/base/238301
Log:
Revert revision 238172 of agp_i810.c. Correctness is considered more
important than avoiding confusion.
Feedback from: kib, jhb
Modified:
head/sys/dev/agp/agp_i810
Author: joel (doc committer)
Date: Mon Jul 9 15:44:35 2012
New Revision: 238300
URL: http://svn.freebsd.org/changeset/base/238300
Log:
Remove end of line whitespace.
Modified:
head/usr.sbin/rarpd/rarpd.8
Modified: head/usr.sbin/rarpd/rarpd.8
=
Author: pfg
Date: Mon Jul 9 15:31:05 2012
New Revision: 238299
URL: http://svn.freebsd.org/changeset/base/238299
Log:
MFC r238173:
Fix issue resizing bin/sh
This partially reverts some changes from r237448 that are causing
breakage when resizing under bin/sh .
Reverted change
On Saturday, July 07, 2012 10:44:14 am Marcel Moolenaar wrote:
> The commit log states the motivation: developers tend to copy-n-paste without
> truly understanding the subtle differences and may use the Maxmem use in
> agp_i810.c as the wrong precedence. Secondly, also mentioned in the commit
> lo
Author: emaste
Date: Mon Jul 9 14:16:49 2012
New Revision: 238298
URL: http://svn.freebsd.org/changeset/base/238298
Log:
Restore error handling lost in r191603
This was missed in the change from IFQ_ENQUEUE to if_transmit.
Sponsored by: ADARA Networks
Modified:
head/sys/net/if_br
Author: tuexen
Date: Mon Jul 9 13:21:49 2012
New Revision: 238296
URL: http://svn.freebsd.org/changeset/base/238296
Log:
MFC r238121:
Use CSUM_SCTP_IPV6 for IPv6.
Approved by: re@
Modified:
stable/9/sys/netinet/sctp_output.c
Directory Properties:
stable/9/sys/ (props changed)
Mod
Author: melifaro
Date: Mon Jul 9 11:53:06 2012
New Revision: 238295
URL: http://svn.freebsd.org/changeset/base/238295
Log:
Merge r237162, r237163, r237164, r237226.
Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.
Set netflow v9 observation domain value to fib number
Author: tuexen
Date: Mon Jul 9 10:59:39 2012
New Revision: 238294
URL: http://svn.freebsd.org/changeset/base/238294
Log:
Fix a bug introduced in r237715.
MFC after:i 3 days.
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
==
Author: jchandra
Date: Mon Jul 9 10:39:57 2012
New Revision: 238293
URL: http://svn.freebsd.org/changeset/base/238293
Log:
Support Netlogic XLP 8xx B1 revisions in xlpge.
Updates to the MDIO access code for the new revision of the
XLP chip.
Modified:
head/sys/mips/nlm/dev/net/mdio.c
Author: kib
Date: Mon Jul 9 10:36:43 2012
New Revision: 238292
URL: http://svn.freebsd.org/changeset/base/238292
Log:
MFC r237988:
Issue proper diagnostic on the short writes, also consider the
case of write reporting 0 bytes as short write.
Modified:
stable/8/usr.bin/xinstall/xinstall.c
Author: kib
Date: Mon Jul 9 10:33:53 2012
New Revision: 238291
URL: http://svn.freebsd.org/changeset/base/238291
Log:
MFC r237988:
Issue proper diagnostic on the short writes, also consider the
case of write reporting 0 bytes as short write.
Approved by: re (hrs)
Modified:
stable/9
Author: jchandra
Date: Mon Jul 9 10:24:45 2012
New Revision: 238290
URL: http://svn.freebsd.org/changeset/base/238290
Log:
Identify Netlogic XLP 8xx B1 chip revisions
Add functions to check for 8xx B0 and 3xx Ax revisions which will
be used in network block initialization.
Modified:
h
Author: jchandra
Date: Mon Jul 9 10:17:06 2012
New Revision: 238289
URL: http://svn.freebsd.org/changeset/base/238289
Log:
Fix PCIe hardware swap configuration for Netlogic XLP
The last 12 bits of the limit registers have to be set to 1. These
bits are not significant in bridge BARs and
Author: takawata
Date: Mon Jul 9 09:38:53 2012
New Revision: 238288
URL: http://svn.freebsd.org/changeset/base/238288
Log:
Add range and table revision checking to avoid abend.
PR:bin/169707
Submitted by:Dan Lukes
MFC after:3 days.
Modified:
head/usr.sbin/acpi/acpidump/acpi.c
Modi
Author: davidxu
Date: Mon Jul 9 09:24:46 2012
New Revision: 238287
URL: http://svn.freebsd.org/changeset/base/238287
Log:
If you have pressed CTRL+Z and a process is suspended, then you use gdb
to attach to the process, it is surprising that the process is resumed
without inputting any gdb
Author: pfg
Date: Mon Jul 9 09:11:07 2012
New Revision: 238286
URL: http://svn.freebsd.org/changeset/base/238286
Log:
MFC r238173:
Fix issue resizing bin/sh
This partially reverts some changes from r237448 that are causing
breakage when resizing under bin/sh .
Reverted change
On Sat, Jul 07, 2012 at 09:36:11PM +, Bjoern A. Zeeb wrote:
B> > Author: glebius
B> > Date: Wed Jul 4 07:37:53 2012
B> > New Revision: 238092
B> > URL: http://svn.freebsd.org/changeset/base/238092
B> >
B> > Log:
B> > When ip_output()/ip6_output() is supplied a struct route *ro argument,
B> >
Author: rwatson
Date: Mon Jul 9 08:42:54 2012
New Revision: 238285
URL: http://svn.freebsd.org/changeset/base/238285
Log:
Merge r234032 from head to stable/9:
When allocation of labels on files is implicitly disabled due to MAC
policy configuration, avoid leaking resources following
Author: adrian
Date: Mon Jul 9 08:37:59 2012
New Revision: 238284
URL: http://svn.freebsd.org/changeset/base/238284
Log:
Further preparations for the RX EDMA support.
Break out the DMA descriptor setup/teardown code into a method.
The EDMA RX code doesn't allocate descriptors, just ath_b
On 09.07.2012 12:08, Hiroki Sato wrote:
"Alexander V. Chernikov" wrote
in<4ffa894d.9050...@freebsd.org>:
I meant there was no strong objection. I am sorry for not commenting
your implementation, but at least for ipfw0 it is difficult to
decouple ifnet and bpf because the primary consu
Author: rwatson
Date: Mon Jul 9 08:27:04 2012
New Revision: 238283
URL: http://svn.freebsd.org/changeset/base/238283
Log:
Merge r229521 from head to stable/9:
Add missing -w to kgdb(1)'s usage().
Sponsored by: Adara Networks, Inc.
Approved by: re (kib)
Modified:
sta
Author: hrs
Date: Mon Jul 9 08:11:16 2012
New Revision: 238282
URL: http://svn.freebsd.org/changeset/base/238282
Log:
- Add IFT_L2VLAN (vlan(4)) support.
- Add -P option to support PID file. When -a is specified /var/run/rarpd.pid
is used, and when an interface is specified /var/run/rarp
"Alexander V. Chernikov" wrote
in <4ffa894d.9050...@freebsd.org>:
me> On 09.07.2012 11:16, Hiroki Sato wrote:
me> > Author: hrs
me> > Date: Mon Jul 9 07:16:19 2012
me> > New Revision: 238277
me> > URL: http://svn.freebsd.org/changeset/base/238277
me> >
me> > Log:
me> >Make ipfw0 logging ps
Author: ae
Date: Mon Jul 9 07:37:10 2012
New Revision: 238281
URL: http://svn.freebsd.org/changeset/base/238281
Log:
We don't need to check the result of sending signal when -R option is
specified.
Submitted by: Ilya A. Arkhipov
MFC after:1 week
Modified:
head/usr.sbin/newsyslog
On 09.07.2012 11:16, Hiroki Sato wrote:
Author: hrs
Date: Mon Jul 9 07:16:19 2012
New Revision: 238277
URL: http://svn.freebsd.org/changeset/base/238277
Log:
Make ipfw0 logging pseudo-interface clonable. It can be created
automatically
by $firewall_logif rc.conf(5) variable at boot time
Author: adrian
Date: Mon Jul 9 07:31:26 2012
New Revision: 238280
URL: http://svn.freebsd.org/changeset/base/238280
Log:
Introduce the EDMA related HAL capabilities.
Whilst here, fix a typo in a previous commit.
Obtained from:Qualcomm Atheros
Modified:
head/sys/dev/ath/ath_
Author: hrs
Date: Mon Jul 9 07:25:09 2012
New Revision: 238279
URL: http://svn.freebsd.org/changeset/base/238279
Log:
Make usbusN logging pseudo-interface used by usbdump(8) clonable. One is
now created/destroyed automatically by usbdump(8).
Note that "hw.usb.no_pf" loader tunable is no
Wiadomość napisana przez Pawel Jakub Dawidek w dniu 8 lip 2012, o godz. 23:38:
> On Sun, Jul 08, 2012 at 12:53:37AM +0200, Edward Tomasz Napierała wrote:
>> Wiadomość napisana przez Pawel Jakub Dawidek w dniu 7 lip 2012, o godz.
>> 23:54:
>>> You will also notice that one of those fields were left
Author: adrian
Date: Mon Jul 9 07:19:11 2012
New Revision: 238278
URL: http://svn.freebsd.org/changeset/base/238278
Log:
Extend the RX HAL API to include the RX queue identifier.
The AR93xx and later chips support two RX FIFO queues - a high and low
priority queue.
For legacy chips,
Author: hrs
Date: Mon Jul 9 07:16:19 2012
New Revision: 238277
URL: http://svn.freebsd.org/changeset/base/238277
Log:
Make ipfw0 logging pseudo-interface clonable. It can be created automatically
by $firewall_logif rc.conf(5) variable at boot time or manually by ifconfig(8)
after a boot.
61 matches
Mail list logo