Author: wkoszek
Date: Sun Sep 25 11:17:34 2011
New Revision: 225753
URL: http://svn.freebsd.org/changeset/base/225753
Log:
Please welcome Jakub Wojciech Klama (jceel@) as a new src committer.
Jakub will be working on FreeBSD/arm and all sorts of embedded stuff.
cognet@ and I will be me
Author: wkoszek
Date: Sat Apr 27 22:38:29 2013
New Revision: 249997
URL: http://svnweb.freebsd.org/changeset/base/249997
Log:
Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.
Submitted by: Thomas Skibo
Reviewed by: wkoszek, freebsd-arm@ (no objections raised)
Added:
head/sys
Author: wkoszek
Date: Sat Apr 27 23:07:49 2013
New Revision: 24
URL: http://svnweb.freebsd.org/changeset/base/24
Log:
Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.
Submitted by: Thomas Skibo
Tested by:wkoszek (ZedBoard)
Reviewed by: wkoszek, freebsd-arm@ (no ob
On Sat, Apr 27, 2013 at 10:38:29PM +, Wojciech A. Koszek wrote:
> Author: wkoszek
> Date: Sat Apr 27 22:38:29 2013
> New Revision: 249997
> URL: http://svnweb.freebsd.org/changeset/base/249997
>
> Log:
> Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.
Author: wkoszek
Date: Sat Apr 27 23:59:15 2013
New Revision: 250001
URL: http://svnweb.freebsd.org/changeset/base/250001
Log:
Polish devcfg(4) slightly: add \n after the end of every sentence.
Modified:
head/share/man/man4/man4.arm/devcfg.4
Modified: head/share/man/man4/man4.arm/devcfg.4
===
Author: wkoszek
Date: Sun Apr 28 07:00:36 2013
New Revision: 250015
URL: http://svnweb.freebsd.org/changeset/base/250015
Log:
Bring copyright changes with the agreement of Thomas Skibo.
Communication on src-commiters, Sat, 27 Apr 2013 22:09:06 -0700,
Subject was: "Re: svn commit: r249997"
Author: wkoszek
Date: Wed May 1 05:14:59 2013
New Revision: 250133
URL: http://svnweb.freebsd.org/changeset/base/250133
Log:
Make the internal assertion correct--only fail when '\0' is found in
places other than the end of the test section. Otherwise, with kernel
compiled with Clang which h
t; + uart_setreg((u_int32_t *)A10_UART_BASE, c);
> +}
Why aren't bus_* methods used here for accessing memory?
> +#
> +#
> +options PHYSADDR=0x4000
> +
> +makeoptions KERNPHYSADDR=0x4020
Two tabs?
> +options KERNPHYSADDR=0x4020
> +makeoptions KE
Author: wkoszek
Date: Thu Feb 5 23:51:11 2009
New Revision: 188212
URL: http://svn.freebsd.org/changeset/base/188212
Log:
Bring consistent debugging output for all values that are supposed
to be printed in a hexadecimal format. Otherwise, '270' doesn't say
much.
Reviewed by: imp
Modi
Author: wkoszek
Date: Fri Feb 6 00:50:21 2009
New Revision: 188214
URL: http://svn.freebsd.org/changeset/base/188214
Log:
Make config -x only return non-zero characters,
so that:
config -x | grep
just works.
Reported by: Danny Braniss
Modified:
head/usr.sbin/confi
Author: wkoszek
Date: Fri Feb 6 00:55:19 2009
New Revision: 188216
URL: http://svn.freebsd.org/changeset/base/188216
Log:
Remove unused variable.
Found with: Coverity Prevent(tm)
CID: 4138
Modified:
head/sys/dev/cardbus/cardbus_device.c
Modified: head/sys/dev/cardbus/cardb
Author: wkoszek
Date: Fri Feb 6 10:30:46 2009
New Revision: 188221
URL: http://svn.freebsd.org/changeset/base/188221
Log:
Consistently use instead of spaces as option name and file
separator.
Modified:
head/sys/conf/options
head/sys/conf/options.mips
Modified: head/sys/conf/options
===
Author: wkoszek
Date: Fri Feb 6 20:57:10 2009
New Revision: 188247
URL: http://svn.freebsd.org/changeset/base/188247
Log:
Fix AGP debugging code:
- correct format strings
- fill opt_agp.h if AGP_DEBUG is defined
- bring AGP_DEBUG to LINT by mentioning it in NOTES
This should hopefull
Author: wkoszek
Date: Fri Feb 6 21:56:55 2009
New Revision: 188249
URL: http://svn.freebsd.org/changeset/base/188249
Log:
ural(4) is already present in global NOTES, thus there is no
need to explicitly list it here once again. This removes:
WARNING: duplicate option `DEV_URAL' enco
Author: wkoszek
Date: Fri Feb 6 22:22:08 2009
New Revision: 188250
URL: http://svn.freebsd.org/changeset/base/188250
Log:
Comment about ural(4) isn't approprate here, since the driver is present in
global NOTES file.
cx(4) driver isn't present in this file, though it could be. However, c
Author: wkoszek
Date: Sat Feb 7 00:01:10 2009
New Revision: 188254
URL: http://svn.freebsd.org/changeset/base/188254
Log:
Tidy NOTES a bit:
- remove misleading nve/nfe comments, which make it hard to
distinguish those two at a first glance
- bring pbio documentation to the block comment
Author: wkoszek
Date: Sat Feb 7 00:06:13 2009
New Revision: 188256
URL: http://svn.freebsd.org/changeset/base/188256
Log:
Tidy NOTES a bit:
- leave pmtimer comment that is common to other architectures.
- bring pbio explanation to the block comment relating to other
drivers in the same
Author: wkoszek
Date: Sat Feb 7 00:15:30 2009
New Revision: 188257
URL: http://svn.freebsd.org/changeset/base/188257
Log:
Tidy NOTES a bit:
- ath(4) is the last listed device, so make it's comment last as well
- since we have hints for le(4), bring it back by inserting commented
out lin
On Sat, Feb 07, 2009 at 12:15:30AM +, Wojciech A. Koszek wrote:
> Author: wkoszek
> Date: Sat Feb 7 00:15:30 2009
> New Revision: 188257
> URL: http://svn.freebsd.org/changeset/base/188257
>
[..]
> Modified: head/s
Author: wkoszek
Date: Sat Feb 7 02:14:27 2009
New Revision: 188266
URL: http://svn.freebsd.org/changeset/base/188266
Log:
si_cmdname() is defined only when SI_DEBUG is enabled, thus
using this function in simple printf() causes compile-time
problems. Use conditionally enabled DPRINT() macro
Author: wkoszek
Date: Sat Feb 7 09:57:14 2009
New Revision: 188274
URL: http://svn.freebsd.org/changeset/base/188274
Log:
Don't forget to create opt_agp.h on ia64, which also uses agp(4).
Modified:
head/sys/conf/options.ia64
head/sys/ia64/conf/NOTES
Modified: head/sys/conf/options.ia64
==
Author: wkoszek
Date: Sat Feb 7 11:12:30 2009
New Revision: 188277
URL: http://svn.freebsd.org/changeset/base/188277
Log:
Remove leftover of alpha support for config(8)--we have MAP_FAILED
globally defined.
Modified:
head/usr.sbin/config/main.c
Modified: head/usr.sbin/config/main.c
==
Author: wkoszek
Date: Sat Feb 7 11:40:47 2009
New Revision: 188280
URL: http://svn.freebsd.org/changeset/base/188280
Log:
Move the comment to it's correct place.
Modified:
head/usr.sbin/config/main.c
Modified: head/usr.sbin/config/main.c
=
Author: wkoszek
Date: Sun Feb 8 00:16:24 2009
New Revision: 188297
URL: http://svn.freebsd.org/changeset/base/188297
Log:
Resort NOTES a bit to easily distinguish, which comments are actual and
refer to used options, and which comments are obseleted.
Reviewed by: imp
Modified:
head/s
Author: wkoszek
Date: Sun Feb 8 10:21:25 2009
New Revision: 188307
URL: http://svn.freebsd.org/changeset/base/188307
Log:
Bring missing comments on EPSON_BOUNCEDMA and EPSON_MEMWIN flags.
Submitted by: nyan
Modified:
head/sys/pc98/conf/NOTES
Modified: head/sys/pc98/conf/NOTES
=
Author: wkoszek
Date: Sun Feb 8 12:12:19 2009
New Revision: 188308
URL: http://svn.freebsd.org/changeset/base/188308
Log:
Add missing pcfclock description.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
===
Author: wkoszek
Date: Sun Feb 8 12:33:05 2009
New Revision: 188309
URL: http://svn.freebsd.org/changeset/base/188309
Log:
Further NOTES cleanup -- following drivers didn't survive TTY-ng
and aren't included in NOTES anyway: cy(4), rc(4), rp(4).
si(4) doesn't belong to global NOTES.
Modi
Author: wkoszek
Date: Sun Feb 8 12:40:33 2009
New Revision: 188310
URL: http://svn.freebsd.org/changeset/base/188310
Log:
si(4) seems to build without a problem. However, since noone noticed lack
of this driver, put it in a comment.
Modified:
head/sys/i386/conf/NOTES
Modified: head/sys/i3
Author: wkoszek
Date: Sun Feb 8 14:43:20 2009
New Revision: 188314
URL: http://svn.freebsd.org/changeset/base/188314
Log:
Fix several filenames for "make clean" target.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==
es/Makefile
> stable/7/sys/pc98/conf/NOTES
> Directory Properties:
> stable/7/sys/ (props changed)
> stable/7/sys/contrib/pf/ (props changed)
Thank you.
--
Wojciech A. Koszek
wkos...@freebsd.org
http://FreeBSD.czest.pl/~wkoszek/
_
uilt I cry and think of this page:
http://wiki.freebsd.org/NewConfig
This is a list of my random ideas related with solving config(8) problems in
long run.
Without promising anything I can say that narrowing requirements down would
help me to figure out, how big the problem is. Maybe I c
Author: wkoszek
Date: Mon Jan 18 22:46:06 2010
New Revision: 202598
URL: http://svn.freebsd.org/changeset/base/202598
Log:
Let us to use our libusb(3) in Linuxolator.
With this change, Linux binaries can work with our libusb(3) when
it's compiled against our header files on GNU/Linux syst
Author: wkoszek
Date: Mon Jan 18 22:59:53 2010
New Revision: 202600
URL: http://svn.freebsd.org/changeset/base/202600
Log:
Small fix for making this KLD to compile.
Modified:
head/share/examples/kld/firmware/fwconsumer/fw_consumer.c
Modified: head/share/examples/kld/firmware/fwconsumer/fw_co
Author: wkoszek
Date: Mon Jan 18 23:04:38 2010
New Revision: 202601
URL: http://svn.freebsd.org/changeset/base/202601
Log:
Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes
this program to compile cleanly.
Modified:
head/share/examples/kld/syscall/test/call.c
Modified: h
Author: wkoszek
Date: Mon Jan 18 23:09:07 2010
New Revision: 202602
URL: http://svn.freebsd.org/changeset/base/202602
Log:
Small cleanup while being here:
- sort includes
- remove usage(), since it seems to come from older version
of the KLD
- remove unnecessary variable
- mark argc/
Author: wkoszek
Date: Mon Jan 18 23:13:22 2010
New Revision: 202603
URL: http://svn.freebsd.org/changeset/base/202603
Log:
Include unistd.h for read(), write() and stdlib.h for exit().
Bump WARNS to 5 while being here.
Modified:
head/share/examples/kld/cdev/test/Makefile
head/share/exampl
On Tue, Jan 19, 2010 at 09:15:00AM +0100, Alexander Leidinger wrote:
> Quoting "Wojciech A. Koszek" (from Mon, 18 Jan 2010
> 22:46:06 + (UTC)):
>
>> Author: wkoszek
>> Date: Mon Jan 18 22:46:06 2010
>> New Revision: 202598
>> URL: http://svn.f
Author: wkoszek
Date: Mon Feb 1 16:13:56 2010
New Revision: 203349
URL: http://svn.freebsd.org/changeset/base/203349
Log:
Conform style.Makefile(5) and replace = and += with ?=, which lets you to
override WARNS.
Reported by: and uqs@
Modified:
head/share/examples/kld/cdev/test/Makef
Author: wkoszek
Date: Mon May 24 07:04:00 2010
New Revision: 208486
URL: http://svn.freebsd.org/changeset/base/208486
Log:
Bring USB fixes for linux(4).
Intention of this commit is to let us take a full advantage
of libusb(8) ported to Linux. This decreases a possibility of getting
any
Author: wkoszek
Date: Thu Feb 11 08:24:35 2010
New Revision: 203773
URL: http://svn.freebsd.org/changeset/base/203773
Log:
Within libusb 0.1 API, bus number is always faked to 0. Device numbers,
however, are possitive and seem to be reverse sorted in the list.
Conform device numbering and
Author: wkoszek
Date: Thu Feb 11 08:30:43 2010
New Revision: 203774
URL: http://svn.freebsd.org/changeset/base/203774
Log:
Use more standard way for setting nonblocking flag for a filedescriptor.
This makes libusb porting a bit easier.
There shouldn't by any negative change in behaviour a
Author: wkoszek
Date: Thu Feb 11 08:34:41 2010
New Revision: 203775
URL: http://svn.freebsd.org/changeset/base/203775
Log:
Remove redundand headers and use more standard ones where necessary.
Reviewed by: hps@
Modified:
head/lib/libusb/libusb.h
head/lib/libusb/libusb10_desc.c
head/l
Author: wkoszek
Date: Sat Feb 13 09:45:50 2010
New Revision: 203815
URL: http://svn.freebsd.org/changeset/base/203815
Log:
Resort includes to match style(9) a bit more. No functional change
is expected after this commit.
Tested by:make buildworld
Reviewed by: hps (patch without .h
43 matches
Mail list logo