Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
John Baldwin wrote: jhb 2006-04-25 19:18:48 UTC FreeBSD src repository Modified files: sys/dev/bce if_bcereg.h Log: Fix half of the current i386 tinderbox failure. max_bus_addr should be a bus_addr_t rather than a bus_size_t. Revision ChangesPath 1

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
John Baldwin wrote: On Tuesday 25 April 2006 15:24, Scott Long wrote: John Baldwin wrote: jhb 2006-04-25 19:18:48 UTC FreeBSD src repository Modified files: sys/dev/bce if_bcereg.h Log: Fix half of the current i386 tinderbox failure. max_bus_addr should be a

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
Warner Losh wrote: From: Scott Long <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/dev/bce if_bcereg.h Date: Tue, 25 Apr 2006 13:43:58 -0600 John Baldwin wrote: On Tuesday 25 April 2006 15:24, Scott Long wrote: John Baldwin wrote: jhb 2006-04-25 19:18:48 UTC FreeB

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
Bruce Evans wrote: On Tue, 25 Apr 2006, Scott Long wrote: Warner Losh wrote: The problem is that PAE's bus_size_t is a 32-bit quantity, when it should be a 64-bit quantity: #ifdef PAE typedef uint64_t bus_addr_t; #else typedef uint32_t bus_addr_t; #endif typedef uint32_t bus_size_t;

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
Matthew Jacob wrote: Supporting sizes >= 4G sounds unreasonable. How can a single device need or even address so much space, even on 64-bit arches? For vm, virtual memory is sort of a device, but even it is limited to 4G on 32-bit arches, and PAE on i386 isn't pessimized by using a larger tha

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
Matthew Jacob wrote: I'm afraid I don't understand the 'unreasonable' argument here. Linux is eating your lunch today. Do you want it to eat your dessert as well? -matt bus_size_t is used for things like measuring transfer segment size. There is little chance that Linux, Windows, FreeBSD,

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Scott Long
Matthew Jacob wrote: And actually, it's 100% impossible to do a transfer larger than 2^32 on PCI Express due to the protocol requiring that a transfer not cross a 4GB boundary. You could still have a device that you program with > 2^32 and it'll take care of the segment issues. So, I think

cvs commit: src/sys/dev/bfe if_bfe.c

2006-04-27 Thread Scott Long
scottl 2006-04-27 14:02:58 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c Log: Fix problem with having more than 1GM of RAM. Also fix a nearby busdma problem. Submitted by: silby Revision ChangesPath 1.33 +8 -5 src/sys/dev/

Re: cvs commit: src/sys/kern sched_4bsd.c

2006-04-27 Thread Scott Long
Brooks Davis wrote: On Thu, Apr 27, 2006 at 12:20:26PM +0200, Pawel Jakub Dawidek wrote: On Wed, Apr 26, 2006 at 07:42:39PM +, John-Mark Gurney wrote: +> jmg 2006-04-26 19:42:38 UTC +> +> FreeBSD src repository +> +> Modified files: +> sys/kern sched_4bsd.c +>

cvs commit: src/sys/conf files.i386 src/sys/modules Makefile src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.h os_bsd

2006-04-27 Thread Scott Long
scottl 2006-04-27 20:22:46 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/modules Makefile Added files: sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h

cvs commit: src/sys/i386/conf GENERIC NOTES

2006-04-27 Thread Scott Long
scottl 2006-04-27 20:58:25 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC NOTES Log: Add the rr232x driver to the default kernels. Revision ChangesPath 1.443 +1 -0 src/sys/i386/conf/GENERIC 1.1222+5 -0 src/sys/i386/conf/NO

cvs commit: src/sys/dev/bfe if_bfe.c

2006-04-27 Thread Scott Long
scottl 2006-04-27 23:03:00 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c Log: The alignment parameter to busdma must be a power of two, while the if_bfe driver was trying to use an arbitrary rx/tx ring size of the value. Change to using unrestrict

cvs commit: src/sys/modules/rr232x Makefile

2006-04-27 Thread Scott Long
scottl 2006-04-28 04:00:50 UTC FreeBSD src repository Modified files: sys/modules/rr232x Makefile Log: Fix a typo that slipped in right before commit. Revision ChangesPath 1.2 +1 -1 src/sys/modules/rr232x/Makefile

cvs commit: src/share/man/man4 Makefile rr232x.4

2006-04-27 Thread Scott Long
scottl 2006-04-28 04:26:00 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 rr232x.4 Log: Add a manpage for the rr232x driver. Revision ChangesPath 1.346 +1 -0 src/share/man/man4/Makefile 1.1

cvs commit: src/sys/ufs/ffs ffs_vfsops.c

2006-04-27 Thread Scott Long
scottl 2006-04-28 04:39:51 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Fix a typo. Revision ChangesPath 1.311 +1 -1 src/sys/ufs/ffs/ffs_vfsops.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/conf files.amd64 src/sys/modules Makefile src/sys/amd64/conf GENERIC NOTES

2006-04-27 Thread Scott Long
scottl 2006-04-28 05:23:10 UTC FreeBSD src repository Modified files: sys/conf files.amd64 sys/modules Makefile sys/amd64/conf GENERIC NOTES Log: Enable the rr232x driver for amd64. Revision ChangesPath 1.454 +1 -0 src/sy

cvs commit: src/share/man/man9 bus_dma.9

2006-04-28 Thread Scott Long
scottl 2006-04-28 08:36:49 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Add a section about locking protocol for busdma. Revision ChangesPath 1.34 +59 -0 src/share/man/man9/bus_dma.9 _

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-29 Thread Scott Long
Bjoern A. Zeeb wrote: On Sat, 29 Apr 2006, Maxim Sobolev wrote: Bjoern A. Zeeb wrote: On Fri, 28 Apr 2006, Maxim Sobolev wrote: Joe Marcus Clarke wrote: On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified file

cvs commit: src/usr.sbin/sysinstall sysinstall.8

2006-04-29 Thread Scott Long
scottl 2006-04-30 06:28:29 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall sysinstall.8 Log: Document sysinstall's limitation on operating on mounted disks. Revision ChangesPath 1.73 +11 -0 src/usr.sbin/sysinstall/sysinstall.8 ___

cvs commit: www/en/releases/6.1R todo.sgml

2006-04-29 Thread Scott Long
scottl 2006-04-30 06:42:17 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: The sparc64 problems are numerous, but do not affect the viability of the release. Create a separate section for them so that they can be interpreted appropriately.

cvs commit: www/en/releases/6.1R todo.sgml

2006-04-29 Thread Scott Long
scottl 2006-04-30 06:46:09 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Remove a few obsolete entries. Revision ChangesPath 1.29 +1 -49 www/en/releases/6.1R/todo.sgml ___ cvs-all@f

cvs commit: src/sys/dev/advansys advansys.c src/sys/dev/hptmv osbsd.h src/sys/dev/rr232x os_bsd.h

2006-04-30 Thread Scott Long
scottl 2006-04-30 16:44:41 UTC FreeBSD src repository Modified files: sys/dev/advansys advansys.c sys/dev/hptmvosbsd.h sys/dev/rr232x os_bsd.h Log: Remove some header polution. Revision ChangesPath 1.30 +0 -1 src/sys/dev/advansys

cvs commit: src/sys/dev/twa tw_osl_cam.c

2006-04-30 Thread Scott Long
scottl 2006-04-30 16:46:12 UTC FreeBSD src repository Modified files: sys/dev/twa tw_osl_cam.c Log: Remove header pollution. Revision ChangesPath 1.6 +0 -1 src/sys/dev/twa/tw_osl_cam.c ___ cvs-all@freebs

cvs commit: src/share/man/man4 rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.h os_bsd.c os_bsd.h osm.h osm

2006-04-30 Thread Scott Long
scottl 2006-04-30 17:11:35 UTC FreeBSD src repository Added files: (Branch: RELENG_6) share/man/man4 rr232x.4 sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386

cvs commit: src/share/man/man4 Makefile

2006-04-30 Thread Scott Long
scottl 2006-04-30 17:31:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 Makefile Log: Hook up the rr232x manpage. Approved by: re RevisionChangesPath 1.320.2.12 +2 -0 src/share/man/man4/Makefile _

cvs commit: src/sys/modules Makefile

2006-04-30 Thread Scott Long
scottl 2006-04-30 17:33:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules Makefile Log: Hook up the rr232x module. Approved by: re RevisionChangesPath 1.450.2.17 +3 -0 src/sys/modules/Makefile _

cvs commit: src/sys/conf files.amd64 files.i386

2006-04-30 Thread Scott Long
scottl 2006-04-30 17:36:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files.amd64 files.i386 Log: Hook up the rr232x files. Approved by: re Revision ChangesPath 1.71.2.7 +7 -0 src/sys/conf/files.amd64 1.53

cvs commit: src/sys/i386/conf GENERIC NOTES src/sys/amd64/conf GENERIC NOTES

2006-04-30 Thread Scott Long
scottl 2006-04-30 17:39:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confGENERIC NOTES sys/amd64/conf GENERIC NOTES Log: Hook up the rr232x driver. Approved by: re RevisionChangesPath 1.439.2.11 +1 -0

cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.h os_bsd.c os_bsd.h

2006-04-30 Thread Scott Long
scottl 2006-05-01 00:15:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man4 Makefile sys/conf files.amd64 files.i386 sys/i386/confGENERIC NOTES sys/amd64/conf GENERIC NOTES Added files: (

Re: cvs commit: src/sys/kern sched_4bsd.c

2006-05-01 Thread Scott Long
Alfred Perlstein wrote: * Scott Long <[EMAIL PROTECTED]> [060427 10:00] wrote: Well, sysctl's are a second class API. The ease by they can be changed, as well as the completely uncontrolled nature that they are developed in, means that we really start to hamstring ourselves if

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
This is I believe BSD-way to do things and what the rest of non-isa drivers out there do. Thanks! Regards, Maxim Scott Long wrote: scottl 2006-05-01 00:15:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man4 Makefile

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
Sam Leffler wrote: Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. I'm guessing you're referring to ath bailing if the hal could not be attached or the card otherwise se

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
Sam Leffler wrote: Scott Long wrote: Sam Leffler wrote: Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. I'm guessing you're referring to ath bailing if the h

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
dmesg will eventually turn into mess if each device driver will announce itself unconditionally. At the very least, please put those printf's under if (bootverbose). -Maxim On Mon, May 01, 2006 at 08:32:37PM -0600, Scott Long wrote: Sam Leffler wrote: Scott Long wrote: Sam Leffler wrote

cvs commit: src/sys/dev/rr232x osm_bsd.c

2006-05-01 Thread Scott Long
scottl 2006-05-02 03:46:59 UTC FreeBSD src repository Modified files: sys/dev/rr232x osm_bsd.c Log: Only print the driver name and version if bootverbose is set. Revision ChangesPath 1.2 +2 -1 src/sys/dev/rr232x/osm_bsd.c

cvs commit: src/sys/amd64/amd64 busdma_machdep.c src/sys/i386/i386 busdma_machdep.c

2006-05-02 Thread Scott Long
scottl 2006-05-03 04:14:17 UTC FreeBSD src repository Modified files: sys/amd64/amd64 busdma_machdep.c sys/i386/i386busdma_machdep.c Log: Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it into conformance with the mbuf and uio load rout

cvs commit: src/sys/dev/rr232x osm_bsd.c

2006-05-03 Thread Scott Long
scottl 2006-05-03 21:08:39 UTC FreeBSD src repository Modified files: sys/dev/rr232x osm_bsd.c Log: Hide another common print under bootverbose. Revision ChangesPath 1.3 +2 -1 src/sys/dev/rr232x/osm_bsd.c _

cvs commit: src/sys/dev/bce if_bcereg.h

2006-05-04 Thread Scott Long
scottl 2006-05-04 07:21:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bce if_bcereg.h Log: MFC rev 1.2-1.4. Approved by: re Revision ChangesPath 1.1.2.2 +2 -4 src/sys/dev/bce/if_bcereg.h _

cvs commit: src/sys/dev/bce if_bcereg.h

2006-05-04 Thread Scott Long
scottl 2006-05-04 07:31:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/dev/bce if_bcereg.h Log: MFC rev 1.1-1.4 of if_bcereg.h Approved by: re Revision ChangesPath 1.1.4.2 +2 -4 src/sys/dev/bce/if_bcereg.h _

cvs commit: src/sys/kern vfs_subr.c

2006-05-04 Thread Scott Long
scottl 2006-05-04 07:42:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/kern vfs_subr.c Log: MFC rev 1.669. This is done only because the change has been tested for a month, and then only because it has been heavily reviewed and recom

cvs commit: src/sys/kern vfs_subr.c

2006-05-04 Thread Scott Long
scottl 2006-05-04 07:42:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC rev 1.669. This is done only because the change has been tested for a month, and then only because it has been heavily reviewed and recomme

cvs commit: src/sys/modules/rr232x Makefile

2006-05-05 Thread Scott Long
scottl 2006-05-05 14:26:29 UTC FreeBSD src repository Modified files: sys/modules/rr232x Makefile Log: Remove hand-rolled cross-build glue. Normal cross-build infrastructure in FreeBSD likely supports this without any extra work. Revision ChangesPath 1.3 +

cvs commit: src/sys/dev/rr232x osm_bsd.c

2006-05-05 Thread Scott Long
scottl 2006-05-06 06:31:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/rr232x osm_bsd.c Log: MFC: Cosmetic kernel print fixes. Approved by: re Revision ChangesPath 1.1.2.2 +4 -2 src/sys/dev/rr232x/osm_bsd.c _

cvs commit: src/sys/modules/rr232x Makefile

2006-05-05 Thread Scott Long
scottl 2006-05-06 06:33:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules/rr232x Makefile Log: MFC: Unbreak 'make universe' Approved by: re Revision ChangesPath 1.2.2.2 +0 -8 src/sys/modules/rr232x/Makefile

cvs commit: src/sys/modules/rr232x Makefile

2006-05-05 Thread Scott Long
scottl 2006-05-06 06:36:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/modules/rr232x Makefile Log: MFC: unbreak 'make universe' Approved by: re Revision ChangesPath 1.2.4.2 +0 -8 src/sys/modules/rr232x/Makefile __

cvs commit: src/sys/dev/rr232x osm_bsd.c

2006-05-05 Thread Scott Long
scottl 2006-05-06 06:37:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/dev/rr232x osm_bsd.c Log: MFC: Cosmetic kernel print fixes. Approved by: re Revision ChangesPath 1.1.4.2 +4 -2 src/sys/dev/rr232x/osm_bsd.c ___

cvs commit: src UPDATING src/gnu/usr.bin/groff/tmac mdoc.local src/release Makefile src/share/examples/cvsup standard-supfile src/sys/conf newvers.sh src/sys/sys param.h src/usr.sbin/pkg_install/add m

2006-05-06 Thread Scott Long
scottl 2006-05-06 07:41:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) .UPDATING gnu/usr.bin/groff/tmac mdoc.local release Makefile share/examples/cvsup standard-supfile sys/conf newvers.sh

cvs commit: src UPDATING src/gnu/usr.bin/groff/tmac mdoc.local src/release Makefile src/sys/conf newvers.sh src/sys/sys param.h src/usr.sbin/pkg_install/add main.c

2006-05-06 Thread Scott Long
scottl 2006-05-06 07:44:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .UPDATING gnu/usr.bin/groff/tmac mdoc.local release Makefile sys/conf newvers.sh sys/sys param.h usr.sbin

cvs commit: src Makefile.inc1

2006-05-06 Thread Scott Long
scottl 2006-05-06 19:24:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) .Makefile.inc1 Log: Fix a forgetting RELENG_6_1 pointer. Approved by: re RevisionChangesPath 1.499.2.11.2.1 +1 -1 src/Makefile.inc1

Re: cvs commit: src/sys/dev/ath if_ath.c if_ath_pci.c

2006-05-08 Thread Scott Long
Sam Leffler wrote: sam 2006-05-08 20:11:09 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_ath_pci.c Log: quiet tindexbox complaints about passing BUS_SPACE_MAXADDR as a bus_size_t to bus_dma_tag_create; when PAE is enabled this does not wor

cvs commit: CVSROOT approvers

2006-05-09 Thread Scott Long
scottl 2006-05-09 22:10:54 UTC FreeBSD src repository Modified files: .approvers Log: Release RELENG_6 Approved by:re Revision ChangesPath 1.31 +0 -1 CVSROOT/approvers ___ cvs-all@free

FreeBSD/arm [Re: cvs commit: www/en index.xsl]

2006-05-11 Thread Scott Long
M. Warner Losh wrote: arm was in 6.0 Warner I think what John meant was that there is no release engineering for ARM. You and I and several others have talked on and off about this for a while, but I'd like to make it formal here Thanks to the work of Olivier Houchard, Warner Losh, Joh

Re: FreeBSD/arm

2006-05-12 Thread Scott Long
M. Warner Losh wrote: If this is a long way of saying 'we should list it on the main page,' I agree. :-) I kinda wish that the marketting group had picked up on my message to them about this several months ago. But yes, there should be mention on it on the front page, and there should be at

Re: cvs commit: www/en index.xsl

2006-05-12 Thread Scott Long
Bruce A. Mah wrote: If memory serves me right, Ceri Davies wrote: On Fri, May 12, 2006 at 05:41:50AM +0200, Andre Oppermann wrote: Bruce A. Mah wrote: If memory serves me right, Andre Oppermann wrote: andre 2006-05-12 02:54:03 UTC FreeBSD doc repository (src committer) Modified fi

cvs commit: src/sys/modules/lnc Makefile

2006-05-14 Thread Scott Long
scottl 2006-05-14 18:37:03 UTC FreeBSD src repository Removed files: sys/modules/lnc Makefile Log: Remove the lnc module Makefile. Revision ChangesPath 1.8 +0 -17 src/sys/modules/lnc/Makefile (dead) ___ cvs-a

Re: cvs commit: src/sys/dev/le am7990.c am79900.c if_le_ledma.c if_le_pci.c lance.c lancereg.h lancevar.h

2006-05-16 Thread Scott Long
Marius Strobl wrote: marius 2006-05-16 21:04:01 UTC [...] This might as well fix the alignment of the memory as it seems we do not inherit the alignment constraint from the parent DMA tag. Yes, I overlooked this, sorry. This should be fixed. Scott __

Re: cvs commit: www/en developers.sgml

2006-05-16 Thread Scott Long
Bruce A. Mah wrote: bmah2006-05-16 16:30:28 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Rejoin [EMAIL PROTECTED] Approved by:re (scottl) It's not like it took a lot of convincing of me =-) Thanks a lot Bruce, and wel

Re: Product management (was: Apologies

2006-05-21 Thread Scott Long
Greg 'groggy' Lehey wrote: On Monday, 22 May 2006 at 0:35:18 +0200, Wilko Bulte wrote: On Mon, May 22, 2006 at 07:45:56AM +0930, Greg 'groggy' Lehey wrote.. A number of people have contacted me expressing concern about the message I sent recently, and that I was being rude to phk. I formal

HEADS UP! [Re: Apologies]

2006-05-22 Thread Scott Long
Peter Jeremy wrote: On Mon, 2006-May-22 10:37:09 +0200, Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Peter Jeremy writes: The main reason it does not work is that whenever some feature is put on notice, a number of very vocal people will come out defending exactly that feature as t

Re: cvs commit: src/lib/libc/arm SYS.h

2006-05-22 Thread Scott Long
Alexander Kabaev wrote: On Tue, 23 May 2006 02:52:14 + (UTC) Warner Losh <[EMAIL PROTECTED]> wrote: imp 2006-05-23 02:52:14 UTC FreeBSD src repository Modified files: lib/libc/arm SYS.h Log: GC old a.out and K&R support. Revision ChangesPath 1.3

Re: cvs commit: src/lib/libc/arm SYS.h

2006-05-22 Thread Scott Long
Warner Losh wrote: What is core doing about this??? Where was the discussion about removing A.OUT support from ARM? Hey, put a.out back into ARM, my grandma can't live without it! Well, at least you didn't want K&R support, so we've made progress. Warner I keep my own tree with K&R sup

Re: cvs commit: src/sys/dev/pccbb pccbb.c

2006-05-25 Thread Scott Long
Gleb Smirnoff wrote: On Wed, May 24, 2006 at 05:26:16PM +, Warner Losh wrote: W> imp 2006-05-24 17:26:16 UTC W> W> FreeBSD src repository W> W> Modified files: W> sys/dev/pccbbpccbb.c W> Log: W> Suspend the children before we turn off card events in hardware.

Re: cvs commit: src/sys/fs/udf udf_vfsops.c

2006-05-25 Thread Scott Long
Craig Rodrigues wrote: rodrigc 2006-05-26 01:21:52 UTC FreeBSD src repository Modified files: sys/fs/udf udf_vfsops.c Log: Remove calls to vfs_export() for exporting a filesystem for NFS mounting from individual filesystems. Call it instead in vfs_mount.c, afte

Re: cvs commit: src/sys/dev/syscons/apm apm_saver.c src/sys/i386/bios apm.c apm.h

2006-05-25 Thread Scott Long
Warner Losh wrote: imp 2006-05-25 23:06:38 UTC FreeBSD src repository Modified files: sys/dev/syscons/apm apm_saver.c sys/i386/biosapm.c apm.h Log: APM was calling the suspend process from a timeout. This meant that other timeouts could not happen while s

Re: cvs commit: src/sys/fs/udf udf_vfsops.c

2006-05-26 Thread Scott Long
Craig Rodrigues wrote: On Thu, May 25, 2006 at 08:57:31PM -0600, Scott Long wrote: So is it no longer possible for a filesystem to veto or otherwise massage an export request? It is still possible. This is because vfs_export() is only called in vfs_mount.c, only *after* the VFS_MOUNT

Re: cvs commit: src/sys/fs/udf udf_vfsops.c

2006-05-26 Thread Scott Long
Pawel Jakub Dawidek wrote: On Thu, May 25, 2006 at 11:38:40PM -0400, Craig Rodrigues wrote: +> With my recent changes to mountd, to convert to nmount() and remove hardcoded +> dependencies on ufs, cd9660, ntfs, and msdosfs, +> it should be easier to export different filesystems from FreeBSD. +>

Re: cvs commit: src/sys/doc/subsys Dependencies Doxyfile-cam Doxyfile-crypto Doxyfile-dev_pci Doxyfile-dev_sound Doxyfile-dev_usb Doxyfile-geom Doxyfile-i4b Doxyfile-kern Doxyfile-libkern Doxyfile-lin

2006-05-27 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Alexander Leidinger writes: Can we agree that no functions will be put into publicized documentation until somebody has considered if the function actually is a public function or not ? Does this mean you want to have everything marke

Re: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ohci.c ohci_pci.c ohcireg.h ohcivar.h sl811hs.c sl811hsvar.h uhci.c uhci_pci.c uhcivar.h usb_mem.c usbdi.c usbdivar.h

2006-05-28 Thread Scott Long
Ian Dowse wrote: iedowse 2006-05-28 05:27:09 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehci_pci.c ohci.c ohci_pci.c ohcireg.h ohcivar.h sl811hs.c sl811hsvar.h uhci.c uhci_pci.c uhcivar.h

Re: cvs commit: src/sys/fs/nullfs null_vfsops.c

2006-05-28 Thread Scott Long
Craig Rodrigues wrote: rodrigc 2006-05-28 20:09:18 UTC FreeBSD src repository Modified files: sys/fs/nullfsnull_vfsops.c Log: Modify MNT_UPDATE behavior for nullfs so that it does not return EOPNOTSUPP if an "export" parameter was passed in. This should allow null

cvs commit: src/sys/modules/mfi Makefile

2006-05-29 Thread Scott Long
scottl 2006-05-29 18:05:26 UTC FreeBSD src repository Modified files: sys/modules/mfi Makefile Log: Remove cruft. Revision ChangesPath 1.3 +0 -5 src/sys/modules/mfi/Makefile ___ cvs-all@freebsd.org mailing l

cvs commit: CVSROOT approvers

2006-05-30 Thread Scott Long
scottl 2006-05-31 06:45:44 UTC FreeBSD src repository Modified files: .approvers Log: Give ownership of the RELENG_5_5 branch to the security officer. Approved by:re Revision ChangesPath 1.35 +1 -2 CVSROOT/approvers

Re: cvs commit: src/sys/boot/i386/libi386 biosdisk.c

2006-05-31 Thread Scott Long
Ian Dowse wrote: iedowse 2006-05-31 09:05:49 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biosdisk.c Log: Increment the disk block offset after writing, not before. This fixes filesystem corruption when nextboot.conf is located after cylinder 1023. The

Re: cvs commit: src/sys/dev/syscons/apm apm_saver.c src/sys/i386/bios apm.c apm.h

2006-05-31 Thread Scott Long
John Baldwin wrote: On Thursday 25 May 2006 23:01, Scott Long wrote: Warner Losh wrote: imp 2006-05-25 23:06:38 UTC FreeBSD src repository Modified files: sys/dev/syscons/apm apm_saver.c sys/i386/biosapm.c apm.h Log: APM was calling the suspend process from a

Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c

2006-06-01 Thread Scott Long
Maxim Konovalov wrote: maxim 2006-05-31 13:15:29 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: o According to POSIX, the result of ftruncate(2) is unspecified for file types other than VREG, VDIR and shared memory objects. We already h

cvs commit: www/en developers.sgml

2006-06-02 Thread Scott Long
scottl 2006-06-02 18:45:44 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Update membership lists. Revision ChangesPath 1.135 +5 -5 www/en/developers.sgml ___ cvs-all@freebsd.o

cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml

2006-06-02 Thread Scott Long
scottl 2006-06-02 20:50:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update membership list Revision ChangesPath 1.240 +0 -2 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml

cvs commit: src MAINTAINERS

2006-06-02 Thread Scott Long
scottl 2006-06-03 01:52:12 UTC FreeBSD src repository Modified files: .MAINTAINERS Log: Remove stale entries. Revision ChangesPath 1.135 +0 -8 src/MAINTAINERS ___ cvs-all@freebsd.org mailing lis

Re: cvs commit: src/sys/dev/em if_em.c

2006-08-22 Thread Scott Long
John Polstra wrote: On 23-Aug-2006 Pyun YongHyeon wrote: On Tue, Aug 22, 2006 at 07:23:33PM +0400, Gleb Smirnoff wrote: I think that problem is different one. That problem happens when interrupt is shared with other devices. In these configuration em(4) misses lots of Tx completion interrupts

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-24 Thread Scott Long
Alexander Kabaev wrote: On Thu, 24 Aug 2006 15:36:28 +0200 Guido van Rooij <[EMAIL PROTECTED]> wrote: On Thu, Aug 24, 2006 at 09:20:02AM -0400, Alexander Kabaev wrote: On Thu, 24 Aug 2006 07:37:12 + (UTC) Guido van Rooij <[EMAIL PROTECTED]> wrote: guido 2006-08-24 07:37:12 UTC

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-24 Thread Scott Long
Guido van Rooij wrote: On Thu, Aug 24, 2006 at 03:22:42PM -0400, John Baldwin wrote: Log: MFC: ipfilter 4.1.13 This begs for a question: if ipfilter can not be updated without breaking the tree anymore, does it belong there in the first place? We could of course also get rid of the tree ;)

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-27 Thread Scott Long
On Sun, 27 Aug 2006, M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Wilko Bulte <[EMAIL PROTECTED]> writes: : On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote.. : > On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote: : > > On Thu, 2006-Aug-24 18:44:02 -0400

Re: cvs commit: www/en/projects/busdma index.sgml

2006-09-01 Thread Scott Long
Joel Dahl wrote: joel2006-09-01 09:17:38 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: - Add a bunch of missing USB network drivers: aue(4), axe(4), cdce(4), cue(4), kue(4), rue(4) and udav(4). Mark everything as unknown for now.

Re: cvs commit: www/en/projects/busdma index.sgml

2006-09-01 Thread Scott Long
John Baldwin wrote: On Friday 01 September 2006 10:41, Scott Long wrote: Joel Dahl wrote: joel2006-09-01 09:17:38 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: - Add a bunch of missing USB network drivers: aue(4), axe(4), cdce(4

Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h

2006-09-06 Thread Scott Long
Andre Oppermann wrote: Gleb Smirnoff wrote: followup on my last email: T> I think we should free the oldmost tcptw entry in a case if we can't T> find the local endpoint. We can tell definitely that we can't find one T> only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" cyc

cvs commit: src/sys/dev/mfi mfi.c

2006-09-06 Thread Scott Long
scottl 2006-09-07 05:05:41 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Remove old debugging code from the interrupt handler. Revision ChangesPath 1.14 +4 -11 src/sys/dev/mfi/mfi.c ___

cvs commit: src/sys/dev/sound/usb uaudio.c

2006-09-06 Thread Scott Long
scottl 2006-09-07 05:21:52 UTC FreeBSD src repository Modified files: sys/dev/sound/usbuaudio.c Log: Catch up to USB changes. Revision ChangesPath 1.21 +148 -148 src/sys/dev/sound/usb/uaudio.c ___ cvs-all@freebsd.

Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h

2006-09-07 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Tom Rhodes <[EMAIL PROTECTED]> writes: : On Thu, 7 Sep 2006 06:14:05 + (UTC) : Matt Jacob <[EMAIL PROTECTED]> wrote: : : > mjacob 2006-09-07 06:14:05 UTC : > : > FreeBSD src repository : > : > Modified files: : >

Re: cvs commit: src/release Makefile src/release/scripts kernels-install.sh

2006-09-08 Thread Scott Long
Wilko Bulte wrote: On Fri, Sep 08, 2006 at 07:54:37PM +, Ruslan Ermilov wrote.. ru 2006-09-08 19:54:37 UTC FreeBSD src repository Modified files: release Makefile release/scripts kernels-install.sh Log: Stop cutting the tarball names to eight symbol

cvs commit: src/sys/i386/i386 busdma_machdep.c

2006-09-10 Thread Scott Long
scottl 2006-09-11 06:48:53 UTC FreeBSD src repository Modified files: sys/i386/i386busdma_machdep.c Log: The run_filter() procedure is a means of working around DMA engine bugs in old/broken hardware. Unfortunately, it adds cache pressure and possible mispredicted b

cvs commit: src/sys/i386/i386 busdma_machdep.c

2006-09-13 Thread Scott Long
scottl 2006-09-13 09:36:00 UTC FreeBSD src repository Modified files: sys/i386/i386busdma_machdep.c Log: Remove duplicated code. Declare functions non-static that shouldn't be inlined. Revision ChangesPath 1.82 +33 -43src/sys/i386/i386/busdma_mach

Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c

2006-09-13 Thread Scott Long
John Baldwin wrote: On Wednesday 13 September 2006 09:33, Norikatsu Shigemura wrote: On Mon, 11 Sep 2006 20:10:42 + (UTC) John Baldwin <[EMAIL PROTECTED]> wrote: jhb 2006-09-11 20:10:42 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c sys/i386

cvs commit: src/sys/kern subr_witness.c src/sys/dev/syscons scmouse.c syscons.c syscons.h

2006-09-13 Thread Scott Long
scottl 2006-09-13 15:48:15 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c sys/dev/syscons scmouse.c syscons.c syscons.h Log: Introduce a spinlock for synchronizing access to the video output hardware in syscons. This replaces a simple

cvs commit: src/sys/dev/mfi mfi.c mfivar.h

2006-09-19 Thread Scott Long
scottl 2006-09-20 06:58:02 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfivar.h Log: Change some variable names and update some comments to help clarify some confusing issues. Revision ChangesPath 1.16 +30 -29src/sys/dev/mfi/mfi.c

cvs commit: src/sys/dev/bge if_bge.c

2006-09-23 Thread Scott Long
scottl 2006-09-23 18:55:49 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Allow the ASF feature to be disabled via a tunable. On one of my systems, bringing up the bge interface results in a complete system freeze when this feature is enabled.

cvs commit: src/share/man/man4 bge.4

2006-09-23 Thread Scott Long
scottl 2006-09-23 19:04:01 UTC FreeBSD src repository Modified files: share/man/man4 bge.4 Log: Add documentation on the new bge tunable. Also put the tunable docs into a separate section. Revision ChangesPath 1.28 +15 -7 src/share/man/man4/bge.4 __

cvs commit: src/sys/dev/mfi mfi.c mfi_debug.c mfivar.h

2006-09-25 Thread Scott Long
scottl 2006-09-25 11:35:34 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfivar.h Added files: sys/dev/mfi mfi_debug.c Log: Add a command debugging module and a periodic watchdog timer. Sponsored by: IronPort Revision Changes

cvs commit: src/sys/conf NOTES files

2006-09-25 Thread Scott Long
scottl 2006-09-25 11:40:15 UTC FreeBSD src repository Modified files: sys/conf NOTES files Log: Add the mfi_debug.c file and MFI_DEBUG option. Revision ChangesPath 1.1382+1 -0 src/sys/conf/NOTES 1.1143+1 -0 src/sys/conf/files _

cvs commit: src/sys/modules/mfi Makefile

2006-09-25 Thread Scott Long
scottl 2006-09-25 11:42:13 UTC FreeBSD src repository Modified files: sys/modules/mfi Makefile Log: Update the mfi module build with the mfi_debug.c file. Revision ChangesPath 1.4 +3 -1 src/sys/modules/mfi/Makefile

cvs commit: src/sys/i386/i386 busdma_machdep.c

2006-09-26 Thread Scott Long
scottl 2006-09-26 23:14:42 UTC FreeBSD src repository Modified files: sys/i386/i386busdma_machdep.c Log: The need to run a filter also implies that bouncing could be possible, so just use the COULD_BOUNCE flag for both and retire the USE_FILTER flag. This fixes the p

cvs commit: src/sys/dev/mfi mfi_debug.c

2006-09-26 Thread Scott Long
scottl 2006-09-27 04:54:23 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi_debug.c Log: Fix a bad #include statment Revision ChangesPath 1.2 +1 -1 src/sys/dev/mfi/mfi_debug.c ___ cvs-all@freeb

<    1   2   3   4   5   6   7   >