svn commit: r225753 - svnadmin/conf

2011-09-25 Thread Wojciech A. Koszek
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

svn commit: r249997 - in head/sys: arm/conf arm/xilinx arm/xilinx/zedboard boot/fdt/dts dev/cadence dev/sdhci

2013-04-27 Thread Wojciech A. Koszek
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

svn commit: r249999 - in head: share/man/man4/man4.arm sys/arm/arm sys/arm/include sys/dev/mmc sys/dev/uart

2013-04-27 Thread Wojciech A. Koszek
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

Re: svn commit: r249997 - in head/sys: arm/conf arm/xilinx arm/xilinx/zedboard boot/fdt/dts dev/cadence dev/sdhci

2013-04-27 Thread Wojciech A. Koszek
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.

svn commit: r250001 - head/share/man/man4/man4.arm

2013-04-27 Thread Wojciech A. Koszek
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 ===

svn commit: r250015 - in head/sys: arm/xilinx dev/cadence

2013-04-28 Thread Wojciech A. Koszek
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"

svn commit: r250133 - head/usr.sbin/config

2013-04-30 Thread Wojciech A. Koszek
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

Re: svn commit: r245450 - in head/sys: arm/allwinner arm/conf boot/fdt/dts

2013-01-15 Thread Wojciech A. Koszek
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

svn commit: r188212 - head/sys/dev/pccard

2009-02-05 Thread Wojciech A. Koszek
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

svn commit: r188214 - head/usr.sbin/config

2009-02-05 Thread Wojciech A. Koszek
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

svn commit: r188216 - head/sys/dev/cardbus

2009-02-05 Thread Wojciech A. Koszek
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

svn commit: r188221 - head/sys/conf

2009-02-06 Thread Wojciech A. Koszek
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 ===

svn commit: r188247 - in head/sys: amd64/conf conf dev/agp i386/conf pc98/conf

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188249 - head/sys/amd64/conf

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188250 - head/sys/i386/conf

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188254 - head/sys/amd64/conf

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188256 - head/sys/i386/conf

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188257 - head/sys/pc98/conf

2009-02-06 Thread Wojciech A. Koszek
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

Re: svn commit: r188257 - head/sys/pc98/conf

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188266 - head/sys/dev/si

2009-02-06 Thread Wojciech A. Koszek
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

svn commit: r188274 - in head/sys: conf ia64/conf

2009-02-07 Thread Wojciech A. Koszek
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 ==

svn commit: r188277 - head/usr.sbin/config

2009-02-07 Thread Wojciech A. Koszek
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 ==

svn commit: r188280 - head/usr.sbin/config

2009-02-07 Thread Wojciech A. Koszek
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 =

svn commit: r188297 - head/sys/conf

2009-02-07 Thread Wojciech A. Koszek
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

svn commit: r188307 - head/sys/pc98/conf

2009-02-08 Thread Wojciech A. Koszek
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 =

svn commit: r188308 - head/sys/conf

2009-02-08 Thread Wojciech A. Koszek
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 ===

svn commit: r188309 - head/sys/conf

2009-02-08 Thread Wojciech A. Koszek
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

svn commit: r188310 - head/sys/i386/conf

2009-02-08 Thread Wojciech A. Koszek
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

svn commit: r188314 - head/sys/conf

2009-02-08 Thread Wojciech A. Koszek
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 ==

Re: svn commit: r199901 - in stable/7: . sys/compat/pecoff sys/conf sys/i386/conf sys/i386/include sys/modules sys/modules/pecoff sys/pc98/conf sys/pc98/include

2009-11-29 Thread Wojciech A. Koszek
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/ _

Re: INCLUDE_CONFIG_FILE in GENERIC

2010-01-15 Thread Wojciech A. Koszek
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

svn commit: r202598 - head/sys/compat/linux

2010-01-18 Thread Wojciech A. Koszek
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

svn commit: r202600 - head/share/examples/kld/firmware/fwconsumer

2010-01-18 Thread Wojciech A. Koszek
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

svn commit: r202601 - head/share/examples/kld/syscall/test

2010-01-18 Thread Wojciech A. Koszek
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

svn commit: r202602 - head/share/examples/kld/syscall/test

2010-01-18 Thread Wojciech A. Koszek
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/

svn commit: r202603 - head/share/examples/kld/cdev/test

2010-01-18 Thread Wojciech A. Koszek
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

Re: svn commit: r202598 - head/sys/compat/linux

2010-01-20 Thread Wojciech A. Koszek
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

svn commit: r203349 - in head/share/examples/kld: cdev/test syscall/test

2010-02-01 Thread Wojciech A. Koszek
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

svn commit: r208486 - in head/sys: compat/linux modules/linux sys

2010-05-24 Thread Wojciech A. Koszek
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

svn commit: r203773 - head/lib/libusb

2010-02-11 Thread Wojciech A. Koszek
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

svn commit: r203774 - head/lib/libusb

2010-02-11 Thread Wojciech A. Koszek
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

svn commit: r203775 - head/lib/libusb

2010-02-11 Thread Wojciech A. Koszek
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

svn commit: r203815 - head/lib/libusb

2010-02-13 Thread Wojciech A. Koszek
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