CVS commit: src/sys/dev

2024-05-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu May 9 01:33:13 UTC 2024 Modified Files: src/sys/dev/acpi: sdhc_acpi.c src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: If the ACPI flag "non-removable" is present and true for an SD/MMC slot, then set a new flag on th

CVS commit: src/sys/dev

2024-05-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu May 9 01:33:13 UTC 2024 Modified Files: src/sys/dev/acpi: sdhc_acpi.c src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: If the ACPI flag "non-removable" is present and true for an SD/MMC slot, then set a new flag on th

CVS commit: src

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:21:49 UTC 2024 Modified Files: src/distrib/sets/lists/dtb: ad.earmv7 ad.earmv7hf ad.earmv7hfeb src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: Makefile Added Files: src/sys/arch/arm/dts: zynq-red-pit

CVS commit: src

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:21:49 UTC 2024 Modified Files: src/distrib/sets/lists/dtb: ad.earmv7 ad.earmv7hf ad.earmv7hfeb src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: Makefile Added Files: src/sys/arch/arm/dts: zynq-red-pit

CVS commit: src/sys/arch/arm/xilinx

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel may

CVS commit: src/sys/arch/arm/xilinx

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel may

CVS commit: src/sys/arch/evbarm

2024-04-29 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 30 02:05:00 UTC 2024 Modified Files: src/sys/arch/evbarm: Makefile Log Message: When creating the tags file, include the sources in sys/arch/arm/xilinx/. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/

CVS commit: src/sys/arch/evbarm

2024-04-29 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 30 02:05:00 UTC 2024 Modified Files: src/sys/arch/evbarm: Makefile Log Message: When creating the tags file, include the sources in sys/arch/arm/xilinx/. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/

Re: CVS commit: src/sys

2021-02-15 Thread David Young
On Sun, Feb 14, 2021 at 07:46:38PM +, Roy Marples wrote: > On 13/02/2021 21:34, David Young wrote: > > On Tue, Feb 09, 2021 at 07:02:32AM +, Roy Marples wrote: > > > Hi David > > > > > > On 03/02/2021 21:45, David Young wrote: > > > >

Re: CVS commit: src/sys

2021-02-13 Thread David Young
On Tue, Feb 09, 2021 at 07:02:32AM +, Roy Marples wrote: > Hi David > > On 03/02/2021 21:45, David Young wrote: > > > > This change looks a little hasty to me. > > > > It looks to me like some of these structs were __packed so that > > they could be read

Re: CVS commit: src/sys

2021-02-03 Thread David Young
If the actual alignment ever differs from compiler's expectation, then there could be a bus error or an unwanted byte rotation/shift. It looks to me like there's a bit of cleanup to do elsewhere before removing __packed from network structures. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/share/man/man4

2020-04-09 Thread David Young
On Thu, Apr 09, 2020 at 03:25:32PM +0900, SAITOH Masanobu wrote: > On 2020/04/09 11:08, David Young wrote: > > On Wed, Apr 08, 2020 at 11:01:52PM +, Jaromir Dolecek wrote: > > > on I219 I observe about 35% transmit performance drop when tso4 enabled > > > > This

Re: CVS commit: src/share/man/man4

2020-04-08 Thread David Young
e WM_DEBUG or something to see all of the relevant stats. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/kern

2019-11-07 Thread David Young
Burroughs Large Systems) or may run them in the future (CHERI), &(NULL)->element cannot sensibly be computed. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

CVS commit: src/share/man/man9

2019-11-05 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Nov 5 22:19:43 UTC 2019 Modified Files: src/share/man/man9: vmem.9 Log Message: Fix typo: vmem_add(9) does not actually take an `addrp` argument. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/m

CVS commit: src/share/man/man9

2019-11-05 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Nov 5 22:19:43 UTC 2019 Modified Files: src/share/man/man9: vmem.9 Log Message: Fix typo: vmem_add(9) does not actually take an `addrp` argument. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/m

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:32:29 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Deduplicate some code I'd duplicated, shorten a couple of staircases, repair the indentation in usage(). NFCI. To generate a diff of thi

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:32:29 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Deduplicate some code I'd duplicated, shorten a couple of staircases, repair the indentation in usage(). NFCI. To generate a diff of thi

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:26:28 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix `unexpand -a -t n`, which also did not treat `-t n` like it established stops n, 2 n, 3 n, To generate a diff of this commit: cv

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:26:28 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix `unexpand -a -t n`, which also did not treat `-t n` like it established stops n, 2 n, 3 n, To generate a diff of this commit: cv

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 16:53:05 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix a handful of bugs in unexpand(1): 1. -a and -t were mutually exclusive when they should not be. 2. `unexpand -t n` did not treat a fi

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 16:53:05 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix a handful of bugs in unexpand(1): 1. -a and -t were mutually exclusive when they should not be. 2. `unexpand -t n` did not treat a fi

Re: CVS commit: src/sys/dev

2018-03-01 Thread David Young
ci.h" > #include "opt_pcifixup.h" > > #include > @@ -487,10 +488,12 @@ >*/ > acpi_build_tree(sc); > > +#ifdef NPCI > /* >* Probe MCFG table >*/ > acpimcfg_probe(sc); > +#endif > You could also use a weak stub here and avoid the #ifdef/#endif. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net80211

2018-01-16 Thread David Young
r code? I have said it before, that I do think the "concept architecture" of 802.11 VAP is rather broken, but let's be honest: nobody, especially not I, have had the time in 10+ years to independently implement anything comparable. *shrug* Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net80211

2016-04-06 Thread David Young
cipated. Drivers like rtw(4) assume 0 <= RSSI <= UINT8_MAX. If you put those RSSI into an int8_t, then for high signal strengths the number may change sign instead of increase in magnitude. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: othersrc/external/bsd/arfe

2015-12-05 Thread David Young
u use __dead as defined by sys/cdefs.h? I could not remember that we called it __dead on NetBSD. Maybe Thomas did not remember, either. I will change it to __dead in my next round of commits. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/arch/mips/adm5120/dev

2013-09-22 Thread David Young
tested only. > > Did this ever work? That's a good question. I think that it did. I know who to ask. I can provide remote access to an RB153, too. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/usr.sbin/makefs

2013-08-07 Thread David Young
c/usr.sbin/makefs: udf.c > src/usr.sbin/makefs/udf: Makefile.inc > > Log Message: > Implement `makefs -t udf'. Great! Thanks. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS import: src/external/bsd/dhcpcd/dist

2013-07-20 Thread David Young
which is usually wrong) it should set the hostname the dhcp server > >provides and not try to munge it. > > Which hostname should dhcpcd set? Please, take this to tech-net. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net80211

2013-03-30 Thread David Young
itions from OpenBSD Beware: our net80211 derives from FreeBSD's. IIUC, OpenBSD's and FreeBSD's are (or were?) quite divergent. Excessive whitespace probably comes from FreeBSD, too. :-) Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2013-01-29 Thread David Young
"too short (1): len %u", m->m_pkthdr.len); ic->ic_stats.is_rx_tooshort++; goto out; } Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/arch

2012-12-09 Thread David Young
c platform.c > > Log Message: > #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and > MULTIPROCESSOR. Please, add no new #ifdefs. Let config(1) and the linker configure the kernel. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-09 Thread David Young
I mark a variable const so that the compiler will gripe if the variable is re-assigned. It's easier then to understand some code and to refactor it. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-02 Thread David Young
ess extra "const" in "const sometype const * var = value;". > Foundusing clang -Wduplicate-decl-specifier. Maybe 'const sometype * const var' was intended, i.e., a "single assignment" semantic? I've probably mistyped that myself several times. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src

2012-03-26 Thread David Young
g the driver working in a changing NetBSD kernel, then I believe that the driver either will become a burden to other developers or will break. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src

2012-03-25 Thread David Young
usb: if_urtwn.c if_urtwn_data.h if_urtwnreg.h if_urtwnvar.h > src/sys/modules/if_urtwn: Makefile if_urtwn.ioconf > > Log Message: > Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n > wireless network devices. Please add yourself to doc/RESPONSIBLE as mainta

Re: CVS commit: src/lib/libc/arch/arm/gen

2012-03-21 Thread David Young
es: > > src/lib/libc/arch/arm/gen: _lwp.c > > > > Log Message: > > shut up lint(1) > > So the question is still -- how much do we want to uglify our code? Joerg, please make a positive suggestion instead of sniping at developers in this way. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net

2012-02-18 Thread David Young
ckaddr_dup() may fail if no memory. What are the ultimate consequences of setting both rt->_rt_key and rt->rt_nodes->rn_key to NULL? :-/ Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/kern

2012-01-31 Thread David Young
with sizeof(pcq_t) + sizeof(void > *[nitems]). Yuck. The offsetof() way was much more readable. Please put it back the old way. If you have to, provide and use a runtime_offsetof() that DTRT. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/arch/sandpoint/sandpoint

2012-01-24 Thread David Young
On Tue, Jan 24, 2012 at 12:10:07PM +0100, Frank Wille wrote: > On Mon, 23 Jan 2012 18:52:11 -0600 > David Young wrote: > > > > Log Message: > > > A detach function for the onboard flash probably makes no sense, so > > > remove it. > > > > Sure

Re: CVS commit: src/sys/arch/sandpoint/sandpoint

2012-01-23 Thread David Young
ard flash probably makes no sense, so remove it. Sure it makes sense. Has it been tested, though? Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2012-01-18 Thread David Young
ert the reversion. I will add a big, fat comment. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2012-01-18 Thread David Young
ed that lossage will eventually occur on certain server-class machines? I ask because, while setting pba_sub that way is far from ideal, it has worked well for me on a variety of machines, and if it has caused anybody any trouble, I don't remember them bringing it up with me. Dave -- Da

Re: CVS commit: src

2011-12-20 Thread David Young
to work. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2011-12-11 Thread David Young
is maping normal memory uncached. attempting to access this > mapping causes data faults. Jonathan, please add some explanation to the commit message. Isn't this just covering a bug in the sparc64 bus_dma(9) implementation? Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2011-12-11 Thread David Young
_map() causes issues on (at least) > sparc64. What kind of issues? Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/dev

2011-12-01 Thread David Young
e containing the strong alias is unloaded. That would have been nice to have when bpf was modularized. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net

2011-11-07 Thread David Young
On Sun, Nov 06, 2011 at 11:43:06PM +, YAMAMOTO Takashi wrote: > hi, > > isn't PR/40516 a problem for this particular usage? Probably. Should we use Andrew's version for now? Dave -- David Young OJC Technologies is now Pixo dyo...@pixotech.com Urbana,

Re: CVS commit: src/sys/net

2011-11-02 Thread David Young
the new functions. > > > > Use a mutex(9) to synchronize ifp->if_ioctl() calls originating in > > userland. Also synchronize ifp->if_ioctl() calls with ifnet detachment > > and reclamation. > > can you explain what you are trying to achieve with this percpu stuf

Re: CVS commit: src/sys/net

2011-10-19 Thread David Young
On Wed, Oct 19, 2011 at 09:29:51PM +, David Young wrote: > Module Name: src > Committed By: dyoung > Date: Wed Oct 19 21:29:51 UTC 2011 > > Modified Files: > src/sys/net: if.c if.h > > Log Message: > Userland by pulling the ifioctl lock-related d

Re: CVS commit: src/sys

2011-09-18 Thread David Young
bus_dma_tag_create() to refine an existing tag instead of trying to create one from scratch. I think that you can probably make the code MI, too. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/usr.bin/touch

2011-09-06 Thread David Young
blic domain; they are subject to the > copyright notices on the relevant files. > On Tue, Sep 06, 2011 at 06:35:41PM +, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Tue Sep 6 18:35:41 UTC 2011 > > Modified Files: > src/usr.bi

Re: CVS commit: src

2011-08-31 Thread David Young
286 is, fortunately, no longer with > us, but I learned its lessons the hard way :) Joerg, Valeriy, Please explain your objection. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/share/man/man4

2011-08-30 Thread David Young
Brooktree devices are still manufactured, they are still used for CCTV, and they were until very recently (I reckon, "still") supported by programs such as ffmpeg. A client of mine even shipped a product that relies on the "legacy" bktr(4) interface. So you could say

Re: CVS commit: src/sys/arch

2011-08-30 Thread David Young
e: > Comment out the legacy bktr(4) from the GENERICs. Please put that back. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/sys

2011-08-27 Thread David Young
on't be reenabled before the interrupt can be cleared. ata_wdc.c does not compile if !WDC_NO_IDS because it contains: +#ifdef WDC_NO_IDS + wait_flags = AT_POLL; +#else +#error "NEED WDC_NO_IDS" +#endif Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: src/sys/modules/spdmem

2011-08-18 Thread David Young
o changes to appease the compiler in this case. There is nothing inherently safer about using a literal format string than a static const format string, the compiler just isn't smart enough to tell an unsafe non-literal format string from a safe one. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/usr.sbin/wlanctl

2011-08-16 Thread David Young
ll that the old code was safe. Can't it? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

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

2011-08-03 Thread David Young
used should be by the driver. Might be helpful for other developers to see a heads-up about those chips. > -Drivers need to take care of saving/restoring MSI data in the device's > config space on suspend/resume. This may be the responsibility of pci_child_suspend()/pci_child_r

Re: CVS commit: src/sys/dev

2011-07-27 Thread David Young
ode; I don't know whether it works > in #define lines. I *would* prefer to retain the original whitespace. Thank you so much for the advice. I will try this out, later, and let you know if it works on #define lines or not. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/sys/arch/alpha/include

2011-07-17 Thread David Young
On Mon, Jul 18, 2011 at 11:26:59AM +1000, matthew green wrote: > making port-alpha build by simply removing what isn't building is the > wrong answer, unless you're positive that is the right thing to do. This was rather poor phrasing, wasn't it? Dave -- David

Re: CVS commit: src/sys/arch

2011-07-17 Thread David Young
On Sun, Jul 17, 2011 at 11:44:53PM +, Christos Zoulas wrote: > In article <20110717232910.de94317...@cvs.netbsd.org>, > David Young wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By:dyoung > >Date:Sun Jul

Re: CVS commit: src/sys/arch/alpha/include

2011-07-17 Thread David Young
xorg-server/hw/xfree86/utils/scanpci/Makefile:31:DPADD+= > ${LIBALPHA} Hadn't searched the X11 sources. Can't libpci replace many of the libalpha uses? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src

2011-07-06 Thread David Young
On Wed, Jul 06, 2011 at 06:46:20PM +, David Holland wrote: > On Wed, Jul 06, 2011 at 01:22:58PM -0500, David Young wrote: > > > > Modified Files: > > > >src/distrib/sets/lists/comp: mi > > > >src/sys/sys: Makefile > > > >

Re: CVS commit: src

2011-07-06 Thread David Young
On Wed, Jul 06, 2011 at 06:19:12PM +, David Holland wrote: > On Wed, Jul 06, 2011 at 06:18:09PM +0000, David Young wrote: > > Modified Files: > >src/distrib/sets/lists/comp: mi > >src/sys/sys: Makefile > > > > Log Message: > > Install /

Re: CVS commit: src/sys/arch

2011-06-08 Thread David Young
On Wed, Jun 08, 2011 at 05:47:48PM +, Manuel Bouyer wrote: > Log Message: > Make GDIUM build again after matt-nb5-mips64 merge. untested as I don't have > this hardware, but I'll use this as a base for Lemote Fulong support. Thanks! Dave -- David Young O

Re: CVS commit: src

2011-05-26 Thread David Young
On Thu, May 26, 2011 at 05:35:20PM +0100, David Laight wrote: > On Thu, May 26, 2011 at 11:32:51AM -0500, David Young wrote: > > On Thu, May 26, 2011 at 06:10:42PM +0200, Lars Heidieker wrote: > > > On 05/26/11 06:25, Masao Uebayashi wrote: > ... > > > with those ch

Re: CVS commit: src

2011-05-26 Thread David Young
ould be with in if defs on that options > > Ok to commit the attached patch? Conditional compilation clutters the code up. What if instead you add to kern_stub.c, #include __weak_alias(userconf_bootinfo, voidop); ? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/usr.sbin/makefs

2011-05-23 Thread David Young
On Tue, May 24, 2011 at 01:41:06AM +, Christos Zoulas wrote: > In article <20110523141313.gp20...@ojctech.com>, > David Young wrote: > >This sounds like the job of fdisk or pdisk, not makefs. > > There was similar code there already. Can you give an example

Re: CVS commit: src/usr.sbin/makefs

2011-05-23 Thread David Young
y be added as an extension of this patch. This sounds like the job of fdisk or pdisk, not makefs. Have you tested this on a Power Macintosh or CHRP system? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

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

2011-04-25 Thread David Young
On Mon, Apr 25, 2011 at 06:26:09PM +0200, Juergen Hannken-Illjes wrote: > On Mon, Apr 25, 2011 at 10:33:14AM -0500, David Young wrote: > > On Mon, Apr 25, 2011 at 02:14:23PM +, Juergen Hannken-Illjes wrote: > > > Module Name: src > > > Committed By: hannken

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

2011-04-25 Thread David Young
control of the controller in an orderly fashion because of an operator command. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/common/lib/libprop

2011-04-20 Thread David Young
ointers to the current test objects. > Finaly fixes PR lib/43964. Thanks! Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/sys/netinet

2011-04-14 Thread David Young
On Fri, Apr 15, 2011 at 09:48:04AM +0900, tsugutomo.en...@jp.sony.com wrote: > David Young writes: > > > Initialize ipintrq.ifq_maxlen using IFQ_MAXLEN directly instead of using > > the global ipqmaxlen. Get rid of the global ipqmaxlen. > > This prevents us from patchi

Re: CVS commit: src

2011-04-12 Thread David Young
gt; > keep the redundant definition in sync. > > > PS. > > If you look what I've written in, say, stdlib(3), unistd(3), or stddef(3) -- > all these have been written with minimum maintenance costs in mind. You're doing the right thing with our documentation. Keep it

Re: CVS commit: src/sys/arch/xen/xen

2011-03-29 Thread David Young
) => aprint_error_ifnet() It's silly, I know, but aprint_error_ifnet() is only supposed to be used during autoconfiguration. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/sys/net80211

2011-02-25 Thread David Young
No binary changes. Careful: NetBSD follows the standard, <http://www.radiotap.net/defined-fields>, and field 18 has not been standardized. Please back out this change (and all of the subsequent changes) and send a patch for review to tech-net. Dave -- David Young OJC Technologi

Re: CVS commit: src

2011-02-23 Thread David Young
commit new libraries with documentation. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src

2011-02-23 Thread David Young
tree? > > while i'm not familiar with ptree... > > - there is no "node" structure which needs to be embedded into user > structures. > - tagging functionality. Aren't both ptree and radixtree missing documentation? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/sys/arch

2011-02-19 Thread David Young
On Sat, Feb 19, 2011 at 01:52:29PM +, Jared D. McNeill wrote: > Log Message: > modularize VIA PadLock support > - retire options VIA_PADLOCK, replace with 'padlock0 at cpu0' > - driver supports attach & detach > - support building as a module Nice! Dave --

Re: CVS commit: src

2011-01-31 Thread David Young
the cross build on linux create an image with a disklabel? You use environment variables to supply the parameters that native disklabel gets from sysctl: env DISKLABELOFFSET=0 DISKLABELSECTOR=1 $TOOL_DISKLABEL -v - F -f $DISKTAB -w $IMAGE $DISKTYPE || exit 1 Doesn't look like that's documented, oops. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

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

2011-01-30 Thread David Young
at this change has any effect or justification? See this discussion for the story on this register, <http://www.mail-archive.com/bcm43xx-dev@lists.berlios.de/msg09278.html>. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: xsrc/external/mit/xf86-input-synaptics/dist

2011-01-30 Thread David Young
understand. Raw PS/2 access? This sounds like a step in the wrong direction. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src/etc/mtree

2011-01-10 Thread David Young
On Mon, Jan 10, 2011 at 05:17:37PM +, Nicolas Joly wrote: > Module Name: src > Committed By: njoly > Date: Mon Jan 10 17:17:36 UTC 2011 > > Modified Files: > src/etc/mtree: NetBSD.dist.tests > > Log Message: > Add lib/libc/sys test dirs. Tha

Re: CVS commit: src/etc/powerd/scripts

2010-12-31 Thread David Young
On Fri, Dec 31, 2010 at 08:11:52PM +0100, Jean-Yves Migeon wrote: > On 31.12.2010 19:51, David Young wrote: > > IMO, we should put the system to sleep by sending a > > power-saving/wakeup-latency goal and a set of waking events (e.g., > > keystroke, mouse movement, LAN

Re: CVS commit: src/etc/powerd/scripts

2010-12-31 Thread David Young
ubtree. FWIW, the sleep states that ACPI names are not sufficient even to describe all of the potential sleep states of ACPI hardware. I have a laptop that's perfectly capable of an "S3-like" sleep, but the ACPI BIOS doesn't support S3, and the HDD is not formatted properly fo

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

2010-12-12 Thread David Young
On Sat, Dec 11, 2010 at 11:18:12PM -0800, Matt Thomas wrote: > On Dec 11, 2010, at 11:02 AM, David Young wrote: > > Why does this need to be #ifdef'd ? > > It doesn't but it never ever match on anything other > than a PowerPC so why have the code when it can never &

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

2010-12-11 Thread David Young
. Why does this need to be #ifdef'd ? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys/kern

2010-11-10 Thread David Young
On Thu, Nov 11, 2010 at 01:34:26AM +0900, Masao Uebayashi wrote: > On Wed, Nov 10, 2010 at 10:27:50AM -0600, David Young wrote: > > On Tue, Nov 09, 2010 at 12:36:16PM +0900, Masao Uebayashi wrote: > > > The root cause of such a problem is, we don't do I/O scheduling at al

Re: CVS commit: src/sys/kern

2010-11-10 Thread David Young
working on managing PCI I/O resources in this way, but I'm probably going to use vmem(9), not pool(9). Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

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

2010-11-03 Thread David Young
On Wed, Nov 03, 2010 at 05:07:25PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Nov 3 21:07:25 UTC 2010 > > Modified Files: > src/sys/dev/usb: if_otus.c > > Log Message: > remove USB_ macros per dyoung. Thanks.

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

2010-11-03 Thread David Young
TCH() and friends in the kernel. There are lots of magic numbers in this driver. There is not less magical code under ISC license for this device somewhere? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

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

2010-10-31 Thread David Young
er. > the patch provided by IRINO yoshiaki in PR/43007. Good catch! Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2010-09-11 Thread David Young
YEAR=0 or by setting > acpi_force_load=1. How do I find out my ACPI BIOS release year? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/share/man/man3

2010-08-27 Thread David Young
more generic and perceptual. That's a big improvement, thanks! Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/usr.bin/mkubootimage

2010-07-09 Thread David Young
e/ in usage(). getprogname() ? :-) Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

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

2010-06-25 Thread David Young
able */ +#define STATUS_GIO_M_ENA (1U << 19) /* GIO master enable */ Use __BIT(3) ? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src

2010-06-04 Thread David Young
mv xmltools.html7.tmp xmltools.html7 sh: /home/dyoung/regxml/doc/xmltools.7: permission denied *** Error code 126 Stop. make: stopped in /home/dyoung/regxml/doc *** Error code 1 Stop. make: stopped in /home/dyoung/regxml/doc Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2010-05-24 Thread David Young
r,product} calls, was it? You could have tucked the call through pci_find{vendor,product}_vec into pci_find{vendor,product}() like this: const char * pci_findvendor(pcireg_t id) { return (*pci_findvendor_vec)(id); } Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

Re: CVS commit: src/sys

2010-04-29 Thread David Young
ial _ALIGN_TEXT definitions since the sizes of the routines will be > quite different now. Something like this? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933 Index: sys/arch/i

  1   2   3   4   >