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

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

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:

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:

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

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

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

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

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 r

Re: CVS commit: src/sys

2021-02-03 Thread David Young
he 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 > >

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

2020-04-08 Thread David Young
ble 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
roughs 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

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

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

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

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:

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:

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

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

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
__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
? 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
/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
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
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
-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
: #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-02 Thread David Young
* 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
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
/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 maintainer of this driver. Dave -- David Young dyo...@pobox.comUrbana, IL(217

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

2012-03-21 Thread David Young
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
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
*[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 dyo...@pobox.com wrote: Log Message: A detach function for the onboard flash probably makes no sense, so remove it. Sure it makes sense. Hmm... how do you detach

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

2012-01-23 Thread David Young
, 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
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 -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2012-01-18 Thread David Young
be in the public tree there should be at least a big fat comment telling that it is for testing purposes and nothing uses it really and it will be removed before it can cause damage. It does belong in the public tree. Please revert the reversion. I will add a big, fat comment. Dave -- David Young

Re: CVS commit: src

2011-12-20 Thread David Young
this feature is not yet implemented for an architecture the MAP_NOSYSCALLS is simply ignored with virtually no cpu cost.. If MAP_NOSYSCALLS is not implemented, perhaps mmap(2) should fail with EOPNOTSUPP? After all, the program that uses MAP_NOSYSCALLS probably depends on it to work. Dave -- David

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

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

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

2011-12-11 Thread David Young
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

2011-12-01 Thread David Young
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, IL (217) 344-0444 x24

Re: CVS commit: src/sys/net

2011-11-02 Thread David Young
detachment and reclamation. can you explain what you are trying to achieve with this percpu stuff? I have tried to explain in some new comments. Let me know if you still have questions. Dave -- David Young OJC Technologies is now Pixo dyo...@pixotech.com Urbana, IL (217) 344

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 data members into a struct ifnet_lock

Re: CVS commit: src/sys

2011-09-18 Thread David Young
-- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

Re: CVS commit: src

2011-08-31 Thread David Young
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/sys/arch

2011-08-30 Thread David Young
) 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/share/man/man4

2011-08-30 Thread David Young
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 that it is not quite dead yet. Dave -- David Young OJC Technologies dyo...@ojctech.com

Re: CVS commit: src/sys

2011-08-27 Thread David Young
+ 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
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
-- 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
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_resume()? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344

Re: CVS commit: src/sys/dev

2011-07-27 Thread David Young
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

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 source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By:dyoung Date:Sun Jul 17 23:29:10 UTC 2011 Modified Files

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 Young OJC Technologies

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 +, David Young wrote: Modified Files: src/distrib/sets/lists/comp: mi src/sys/sys: Makefile Log Message: Install /usr/include/sys/bus.h for oddball ports whose userland

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 Log Message: Install /usr/include/sys/bus.h for oddball

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 OJC Technologies dyo

Re: CVS commit: src

2011-05-26 Thread David Young
, voidop); ? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 344-0444 x24

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 changes I can't compile a kernel without

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

2011-04-25 Thread David Young
because of an operator command. 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 Date: Mon Apr 25 14

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

2011-04-20 Thread David Young
. 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 dyo...@netbsd.org 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 patching the variable

Re: CVS commit: src

2011-04-12 Thread David Young
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 up. Dave -- David Young OJC Technologies dyo

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

2011-03-29 Thread David Young
, 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
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 Technologies dyo...@ojctech.com Urbana, IL * (217

Re: CVS commit: src

2011-02-23 Thread David Young
ptree and radixtree missing 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
with 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 -- David Young OJC

Re: CVS commit: src

2011-01-31 Thread David Young
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

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

2011-01-30 Thread David Young
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: 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. Thanks! Dave -- David Young OJC

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

2010-12-31 Thread David Young
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 for the S4 sleep. Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278-3933

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 be executed? IMO, it's not worth

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

2010-12-11 Thread David Young
? 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
, 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
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/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. :-) Dave -- David Young

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

2010-10-31 Thread David Young
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
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
improvement, thanks! 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
register is not bit 16 but bit 18. It will fix a problem in the reset sequence on PCI-e chips. Is it 18 or 19? -#defineSTATUS_GIO_M_ENA (1U 16) /* PCIX master enable */ +#defineSTATUS_GIO_M_ENA (1U 19) /* GIO master enable */ Use __BIT(3) ? Dave -- David Young

Re: CVS commit: src

2010-06-04 Thread David Young
*** 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
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
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/i386/i386/busfunc.S === RCS

Re: CVS commit: src/sys/netinet

2010-04-28 Thread David Young
detail a little bit what are the exactly race conditions this patch is covering ? I would like to see that, too. I think that in the mean time, the patch should be backed out. Some synchronization around ifaddrs access may be necessary. Dave -- David Young OJC Technologies dyo

Re: CVS commit: src/sys/netinet

2010-04-28 Thread David Young
detail a little bit what are the exactly race conditions this patch is covering ? I would like to see that, too. I think that in the mean time, the patch should be backed out. Some synchronization around ifaddrs access may be necessary. Dave -- David Young OJC Technologies dyo

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

2010-03-31 Thread David Young
-sc_iot, sc-sc_ioh, sc-sc_regmap[r], 1, BUS_SPACE_BARRIER_WRITE); } I wonder, does the device need the read, or is the bus_space_barrier() insufficient to flush the write to the device? Dave -- David Young OJC Technologies dyo...@ojctech.com Urbana, IL * (217) 278

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

2010-03-31 Thread David Young
On Wed, Mar 31, 2010 at 01:19:10PM -0700, Jason Thorpe wrote: On Mar 31, 2010, at 7:45 AM, David Young wrote: On Wed, Mar 31, 2010 at 05:09:41AM +, Michael Lorenz wrote: Module Name: src Committed By: macallan Date: Wed Mar 31 05:09:41 UTC 2010

Re: acpiec bus tag (was Re: CVS commit: src/sys/dev)

2010-03-29 Thread David Young
On Fri, Mar 26, 2010 at 07:57:56PM +0200, Jukka Ruohonen wrote: On Fri, Mar 26, 2010 at 12:50:38PM -0500, David Young wrote: It used to be definitely incorrect. So we're making progress. Do you have any idea how to make it definitely correct? Sorry: I misread the patch originally

acpiec bus tag (was Re: CVS commit: src/sys/dev)

2010-03-26 Thread David Young
On Fri, Mar 26, 2010 at 07:26:01AM +0200, Jukka Ruohonen wrote: On Wed, Mar 24, 2010 at 01:13:30AM +, David Young wrote: Module Name:src Committed By: dyoung Date: Wed Mar 24 01:13:30 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_ec.c src

acpiecdt bus tag (was Re: CVS commit: src/sys/dev)

2010-03-26 Thread David Young
On Fri, Mar 26, 2010 at 07:00:15AM +0200, Jukka Ruohonen wrote: On Wed, Mar 24, 2010 at 01:13:30AM +, David Young wrote: Module Name:src Committed By: dyoung Date: Wed Mar 24 01:13:30 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_ec.c src

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

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

Re: CVS commit: src/sys

2010-03-17 Thread David Young
On Mon, Mar 15, 2010 at 04:43:04AM +, Mindaugas Rasiukevicius wrote: Hi, David Young dyo...@pobox.com wrote: On Sat, Nov 21, 2009 at 03:41:07PM +1100, matthew green wrote: SPLDEBUG is single-purpose. It also has some bugs, which I am happy to describe. But let's

  1   2   3   >