CVS commit: src/sys/arch/amiga/dev

2010-01-15 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 15 23:49:22 UTC 2010 Modified Files: src/sys/arch/amiga/dev: fd.c Log Message: Use __arraycount(). To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/amiga/dev/fd.c Please note that diffs are

CVS commit: src/sys

2010-01-12 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jan 12 21:08:09 UTC 2010 Modified Files: src/sys/conf: files src/sys/dev: cgd.c cgdvar.h Log Message: Make cgd(4) into a detachable pseudo-device. Thanks, Jan Danielsson, for the patches! I've lightly tested the

Re: CVS commit: src/sys

2010-01-12 Thread David Young
need to do to build it? It doesn't seem to show up with a build.sh release The one from sys/modules/cgd. Hmm. That's not built in a release, is it? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

CVS commit: src/sys/dev

2010-01-12 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jan 12 23:49:34 UTC 2010 Modified Files: src/sys/dev: cgd.c Log Message: Provide a more complete modules hook, cgd_modcmd(), derived from vnd_modcmd(). To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/distrib/sets/lists/comp

2010-01-12 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Jan 13 01:23:07 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: ./usr/libdata/ldscripts/kmodule will not be installed if MKKMOD=no, so add 'kmod' to its keywords. To generate a diff of this commit: cvs

Re: CVS commit: src/sys/kern

2010-01-12 Thread David Young
-- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

CVS commit: src/sys/arch

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:43:26 UTC 2010 Modified Files: src/sys/arch/x86/pci: ichlpcib.c pchb.c src/sys/arch/x86/x86: cpu.c x86_autoconf.c src/sys/arch/xen/x86: cpu.c Log Message: Expand PMF_FN_* macros. To generate a diff

CVS commit: src/sys/arch/i386/pci

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:45:28 UTC 2010 Modified Files: src/sys/arch/i386/pci: elan520.c piixpcib.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/i386/pci/elan520.c cvs

CVS commit: src/sys/dev/cardbus

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:47:42 UTC 2010 Modified Files: src/sys/dev/cardbus: cardbus.c ehci_cardbus.c if_ath_cardbus.c if_atw_cardbus.c if_rtw_cardbus.c siisata_cardbus.c Log Message: Expand PMF_FN_* macros. To generate a diff

CVS commit: src/sys/dev/gpio

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:48:18 UTC 2010 Modified Files: src/sys/dev/gpio: gpio.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/gpio/gpio.c Please note that diffs are not

CVS commit: src/sys/dev/sdmmc

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:53:10 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/pci

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 19:56:52 UTC 2010 Modified Files: src/sys/dev/pci: agp.c agp_i810.c agp_intel.c ahcisata_pci.c auacer.c auich.c auixp.c autri.c auvia.c azalia.c cs4280.c cs4281.c ehci_pci.c esa.c esm.c

CVS commit: src/sys/dev/pckbport

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 20:00:33 UTC 2010 Modified Files: src/sys/dev/pckbport: pckbd.c pms.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pckbport/pckbd.c cvs rdiff -u

CVS commit: src/sys/dev/sbus

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 20:01:21 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c p9100.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/sbus/dbri.c cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys

2010-01-07 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jan 7 22:39:52 UTC 2010 Modified Files: src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Add a do-nothing child-detachment hook, null_childdetached(device_t, device_t). To generate a diff of this

CVS commit: src/sys/modules

2010-01-05 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jan 5 20:49:04 UTC 2010 Modified Files: src/sys/modules: Makefile Log Message: Fix MKBINUTILS=no builds by leaving out xldscripts. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/modules/Makefile

Re: CVS commit: src/sys/dev/pci

2009-12-29 Thread David Young
they share some code? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/dev/acpi

2009-12-03 Thread David Young
data, when it is available, for the direct configuration of devices that we would otherwise have to probe for. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2009-11-20 Thread David Young
. please revert SPLDEBUG. it does not belong in sys/kern. Have a little patience. I am incorporating all of the suggestions that I have heard so far into a patch. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2009-11-18 Thread David Young
-- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src

2009-11-18 Thread David Young
, instead. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/gnu

2009-11-12 Thread David Young
On Thu, Nov 12, 2009 at 08:24:05PM +, r...@fdy2.demon.co.uk wrote: Please could ncdcs be restored, it isn't part of binutils and is needed for NetBSD/ibmnws. It's in src/external/, now. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/dev/ppbus

2009-11-07 Thread David Young
-time. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2009-11-03 Thread David Young
On Tue, Nov 03, 2009 at 08:02:52AM +0100, Christoph Egger wrote: David Young wrote: Module Name:src Committed By: dyoung Date: Tue Nov 3 05:23:28 UTC 2009 Modified Files: src/sys/arch/i386/conf: files.i386 src/sys/arch/i386/i386: spl.S src

Re: CVS commit: src/sys

2009-11-03 Thread David Young
On Tue, Nov 03, 2009 at 09:47:15AM -0500, Andreas Wrede wrote: After this commit compiling amd64 kernels fails with: /u2/netbsd-current/src/sys/arch/x86/x86/patch.c:40:26: error: opt_spldebug.h: No such file or directory Sorry about that! Try x86/x86/patch.c r1.20. Dave -- David Young

Re: CVS commit: src

2009-11-03 Thread David Young
On Tue, Nov 03, 2009 at 12:12:17PM -0800, Jason Thorpe wrote: On Nov 2, 2009, at 9:08 PM, David Young wrote: Module Name:src Committed By: dyoung Date: Tue Nov 3 05:08:19 UTC 2009 Modified Files: src/sys/arch/i386/i386: copy.S Added Files

Re: CVS commit: src/sys/arch/i386/pci

2009-09-21 Thread David Young
On Sun, Sep 20, 2009 at 08:35:45AM +0100, Marc Balmer wrote: Am 17.09.2009 um 21:21 schrieb David Young: Module Name: src Committed By:dyoung Date:Thu Sep 17 20:21:54 UTC 2009 Modified Files: src/sys/arch/i386/pci: elan520.c Log Message: As Jonathan

Re: CVS commit: src/sys/dev/usb

2009-09-12 Thread David Young
non-regular languages :-), but I would certainly like to have a look at your sed script. I have a script of my own that uses cpp(1) to evaluate the macros, but it botches the whitespace badly! This may be an ideal task for semantic patches. I must try them out, soon. Dave -- David Young

Re: CVS commit: src/sys/dev/pci

2009-09-05 Thread David Young
rtw_softc *sc) { /* ... */ if (pmf_device_register(self, rtw_suspend, rtw_resume)) { pmf_class_network_register(self, sc-sc_if); /* ... */ } /* ... */ } Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL

Re: CVS commit: src/sys/arch/x86/acpi

2009-09-02 Thread David Young
in the kernel config when trying machdep.acpi_vbios_reset=2. You could leave it out of the sysctl tree. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf

2009-08-26 Thread David Young
for mips64 We only have the source code, these days :-) Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/net

2009-08-18 Thread David Young
On Mon, Aug 17, 2009 at 03:47:05PM -0700, Paul Goyette wrote: On Mon, 17 Aug 2009, David Young wrote: To avoid amibiguities, I say that a digits-only name MUST match the integer name. ... Yes, I would agree with your match criterium. ... That is, this should not be allowed

Re: CVS commit: src/sys

2009-08-18 Thread David Young
and persuasive. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/net

2009-08-17 Thread David Young
On Mon, Aug 17, 2009 at 08:42:37PM +0200, Alan Barrett wrote: On Sun, 16 Aug 2009, David Young wrote: net.interfaces.3.name=xvif0.0 net.interfaces.3.sndq.maxlen=... sure, that would work. Except for the fact that a sysctl node name cannot begin with a digit. What's stopping

Re: CVS commit: src/sys/net

2009-08-17 Thread David Young
' seems to DTRT. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/net

2009-08-16 Thread David Young
for userland to name sysctl interfaces to permit/restrict their visibility and use by a user or a process, and that is something I want to do in the future. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/net

2009-08-14 Thread David Young
On Fri, Aug 14, 2009 at 08:16:05PM +0200, Manuel Bouyer wrote: On Fri, Aug 14, 2009 at 12:48:13PM -0500, David Young wrote: does it work for xvif interfaces? cf. PR/35074 Probably not. Thanks for bringing this case to my attention. I could change illegal characters in if_xname

Re: CVS commit: src/sys/dev

2009-07-08 Thread David Young
: it is no longer needed to exclude vndopen(), and it will prevent subsequent opens if we leave it. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/sys/dev/vnd.c Does this fix PR 41511 ? Maybe so. Dave -- David Young OJC Technologies dyo...@ojctech.com

Re: CVS commit: src/sys

2009-07-07 Thread David Young
On Tue, Jul 07, 2009 at 10:47:51PM +0200, Joerg Sonnenberger wrote: On Tue, Jul 07, 2009 at 01:26:13PM -0500, David Young wrote: How is this for a fix? I haven't run-tested this, yet. Wouldn't a pool serve the same purpose with less code? I don't see why not. See attachment. Dave

Re: CVS commit: src/sys

2009-05-28 Thread David Young
drivers, and you will be able to discard agr(4)'s code for saving the old link-layer address, because you get that with SIOCALIFADDR for free. :-) Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2009-05-16 Thread David Young
cetera. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/net

2009-04-08 Thread David Young
log message than that. :-) Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/kern

2009-03-27 Thread David Young
On Thu, Mar 26, 2009 at 08:51:05PM +, David Laight wrote: On Wed, Mar 25, 2009 at 09:48:37PM +, David Young wrote: Module Name:src Committed By: dyoung Date: Wed Mar 25 21:48:37 UTC 2009 Modified Files: src/sys/kern: subr_autoconf.c Log

<    1   2   3