svn commit: r221009 - head/sys/netinet6

2011-04-25 Thread Bernd Walter
Author: ticso Date: Mon Apr 25 09:00:52 2011 New Revision: 221009 URL: http://svn.freebsd.org/changeset/base/221009 Log: correct variable type name in comment Modified: head/sys/netinet6/in6.h Modified: head/sys/netinet6/in6.h =

svn commit: r218387 - head/sys/arm/at91

2011-02-06 Thread Bernd Walter
Author: ticso Date: Mon Feb 7 01:13:57 2011 New Revision: 218387 URL: http://svn.freebsd.org/changeset/base/218387 Log: unbreak mutlicast hash creation for the second time. at91_emac hardware is *not* using ether_crc32_be algorithm! Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/

svn commit: r215124 - head/sys/arm/conf

2010-11-11 Thread Bernd Walter
Author: ticso Date: Thu Nov 11 15:02:14 2010 New Revision: 215124 URL: http://svn.freebsd.org/changeset/base/215124 Log: add hint for at45d flash device sitting of spibus0 Modified: head/sys/arm/conf/BWCT.hints Modified: head/sys/arm/conf/BWCT.hints ==

svn commit: r213251 - head/sys/arm/at91

2010-09-28 Thread Bernd Walter
Author: ticso Date: Tue Sep 28 21:13:54 2010 New Revision: 213251 URL: http://svn.freebsd.org/changeset/base/213251 Log: fix outdated comment Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c

svn commit: r213203 - head/sys/arm/at91

2010-09-27 Thread Bernd Walter
Author: ticso Date: Mon Sep 27 15:58:19 2010 New Revision: 213203 URL: http://svn.freebsd.org/changeset/base/213203 Log: The TWI controller automatically stops if we don't fill up with new data in time. Modified: head/sys/arm/at91/at91_twi.c Modified: head/sys/arm/at91/at91_twi.c =

svn commit: r213201 - head/sys/arm/at91

2010-09-27 Thread Bernd Walter
Author: ticso Date: Mon Sep 27 15:55:30 2010 New Revision: 213201 URL: http://svn.freebsd.org/changeset/base/213201 Log: fix off by one error for twi reads with len != 1. STOP must be requested before the last byte is received. Modified: head/sys/arm/at91/at91_twi.c Modified: head/sys/arm/

Re: I486_CPU and I586_CPU removed from GENERIC kernel [was Re: svn commit: r205307 - head/sys/i386/conf]

2010-03-27 Thread Bernd Walter
On Fri, Mar 19, 2010 at 05:28:06PM +0100, Ivan Voras wrote: > On 19 March 2010 17:22, Valentin Nechayev wrote: > >  Fri, Mar 19, 2010 at 17:13:00, ivoras wrote about "Re: I486_CPU and > > I586_CPU removed from GENERIC kernel [was Re: svn commit: r205307 - > > head/sys/i386/conf]": > > > >> SSE i

svn commit: r205103 - head/sys/arm/conf

2010-03-12 Thread Bernd Walter
Author: ticso Date: Fri Mar 12 22:39:35 2010 New Revision: 205103 URL: http://svn.freebsd.org/changeset/base/205103 Log: fix type in comment Modified: head/sys/arm/conf/BWCT.hints Modified: head/sys/arm/conf/BWCT.hints =

svn commit: r204900 - in head/sys/boot/arm/at91: boot2 libat91

2010-03-08 Thread Bernd Walter
Author: ticso Date: Tue Mar 9 00:50:58 2010 New Revision: 204900 URL: http://svn.freebsd.org/changeset/base/204900 Log: BWCT boards can have 128MB SDRAM. Modified: head/sys/boot/arm/at91/boot2/bwct_board.c head/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c Modified: head/sys/boot/arm/at

svn commit: r204899 - head/sys/boot/arm/at91/boot2

2010-03-08 Thread Bernd Walter
Author: ticso Date: Tue Mar 9 00:48:06 2010 New Revision: 204899 URL: http://svn.freebsd.org/changeset/base/204899 Log: fix signed warning Modified: head/sys/boot/arm/at91/boot2/bwct_board.c Modified: head/sys/boot/arm/at91/boot2/bwct_board.c

svn commit: r204476 - head/sys/arm/at91

2010-02-28 Thread Bernd Walter
Author: ticso Date: Sun Feb 28 18:06:54 2010 New Revision: 204476 URL: http://svn.freebsd.org/changeset/base/204476 Log: simplify hash calculation Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c ===

svn commit: r204463 - head/sys/arm/at91

2010-02-28 Thread Bernd Walter
Author: ticso Date: Sun Feb 28 16:14:34 2010 New Revision: 204463 URL: http://svn.freebsd.org/changeset/base/204463 Log: remove debug leftover Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c ===

svn commit: r204462 - head/sys/arm/at91

2010-02-28 Thread Bernd Walter
Author: ticso Date: Sun Feb 28 16:11:13 2010 New Revision: 204462 URL: http://svn.freebsd.org/changeset/base/204462 Log: Fix multicast hashes. Atmel uses a simple xor hash instead of the typical crc based one. Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c ==

Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-02-16 Thread Bernd Walter
On Mon, Feb 15, 2010 at 05:14:25PM -0700, M. Warner Losh wrote: > In message: <4b79ce84.3060...@freebsd.org> > Andriy Gapon writes: > : At least in the i386/amd64 kernel config files typically we have: > : optionsOPTION > : And it is the case for the quoted above amd64 context. > > Th