Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_snapshot.c ffs_softdep.c ffs_vnops.c src/sys/ufs/ufs ufs_bmap.c ufs_lookup.c ufs_vnops.c

2007-11-08 Thread Doug White
9 -22src/sys/ufs/ffs/ffs_softdep.c 1.174 +5 -5 src/sys/ufs/ffs/ffs_vnops.c 1.67 +1 -1 src/sys/ufs/ufs/ufs_bmap.c 1.84 +1 -1 src/sys/ufs/ufs/ufs_lookup.c 1.293 +6 -6 src/sys/ufs/ufs/ufs_vnops.c -- Doug White| FreeBSD: The Power

Re: cvs commit: src/sys/amd64/linux32 linux32_dummy.c linux32_machdep.c syscalls.master src/sys/compat/linux linux_file.c linux_ioctl.c linux_misc.c linux_stats.c linux_time.c src/sys/conf files.am

2007-08-29 Thread Doug White
This does not compile. the tgkill dummy syscall is declared twice in linux32_dummy.c. Tested by: bsam (on i386/amd64 with LTP 20070630) -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org

Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

2007-06-08 Thread Doug White
On Fri, 8 Jun 2007, Yar Tikhiy wrote: On Thu, Jun 07, 2007 at 05:28:06PM -0700, Doug White wrote: Hello Yar, This commit appears to break bootstrapping -CURRENT from RELENG_6 and 6.2-RELEASE. I'm not exactly sure why and will continue to investigate. I'd say that it's rathe

cvs commit: src/sys/dev/nve if_nve.c

2007-06-08 Thread Doug White
dwhite 2007-06-08 22:00:56 UTC FreeBSD src repository Modified files: sys/dev/nve if_nve.c Log: Don't cast the command argument to ether_ioctl() to an int since its not an int anymore. This was causing all sorts of bad behavior when booting a system with an nve inte

Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

2007-06-08 Thread Doug White
On Fri, 8 Jun 2007, Yar Tikhiy wrote: On Thu, Jun 07, 2007 at 05:28:06PM -0700, Doug White wrote: Hello Yar, This commit appears to break bootstrapping -CURRENT from RELENG_6 and 6.2-RELEASE. I'm not exactly sure why and will continue to investigate. I'd say that it's rathe

Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

2007-06-07 Thread Doug White
492 +6 -0 src/UPDATING 1.32 +1 -1 src/sys/net/ethernet.h 1.229 +1 -1 src/sys/net/if_ethersubr.c -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org ___ cvs-all@freebsd.org

cvs commit: src/sys/fs/procfs procfs_regs.c

2007-05-24 Thread Doug White
dwhite 2007-05-24 18:55:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/procfsprocfs_regs.c Log: Fix assertion accidentally changed to HEAD version. This was breaking the RELENG_6 build. Pointy hat to: des Revision ChangesP

cvs commit: src/sys/dev/mii gentbi.c

2007-01-26 Thread Doug White
dwhite 2007-01-26 17:06:02 UTC FreeBSD src repository Modified files: sys/dev/mii gentbi.c Log: Add missing MIIBUS_MEDIAINIT() call. Revision ChangesPath 1.3 +1 -0 src/sys/dev/mii/gentbi.c ___ cvs-all@fr

cvs commit: src/sys/dev/mii brgphy.c miidevs

2007-01-26 Thread Doug White
dwhite 2007-01-26 17:05:25 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c miidevs Log: Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used for the SERDES PHY on these chips and we want gentbi to pick this up, not brgphy. Revisi

cvs commit: src/sys/dev/bce if_bce.c

2007-01-26 Thread Doug White
dwhite 2007-01-26 17:03:51 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Add support for SERDES PHY configurations. These are commonly found in blade systems, such as the Dell 1955 and the Intel SBXD132. Development hardware for this work w

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

2006-09-21 Thread Doug White
dwhite 2006-09-22 01:05:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/atkbdc atkbdc.c Log: MFC rev 1.25: Avoid an infinite loop in empty_both_buffers() by adding a timeout. This helps systems that don't actually have atkbd contro

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

2006-09-03 Thread Doug White
dwhite 2006-09-04 00:19:31 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbdc.c Log: Avoid an infinite loop in empty_both_buffers() by adding a timeout. This helps systems that don't actually have atkbd controllers, such as the Intel SBX82 blade, boot wi

cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern vfs_subr.c

2005-11-12 Thread Doug White
dwhite 2005-11-12 21:21:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/devfs devfs_vnops.c sys/kern vfs_subr.c Log: MFC: src/sys/fs/devfs/devfs_vnops.c 1.128 src/sys/kern/vfs_subr.c1.652

Re: cvs commit: src/sys/kern vfs_subr.c src/sys/fs/devfs devfs_vnops.c

2005-11-09 Thread Doug White
On Wed, 9 Nov 2005, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Doug White writes > : > > > This is a workaround for a complicated issue involving VFS cookies and > > devfs. > > The PR and patch have the details. The ultimate fix requir

cvs commit: src/sys/kern vfs_subr.c src/sys/fs/devfs devfs_vnops.c

2005-11-09 Thread Doug White
dwhite 2005-11-09 22:03:50 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/fs/devfs devfs_vnops.c Log: This is a workaround for a complicated issue involving VFS cookies and devfs. The PR and patch have the details. The ultimate fix