Re: cvs commit: src/sys/vm vm_contig.c

2006-01-29 Thread Scott Long
Nate Lawson wrote: Scott Long wrote: scottl 2006-01-29 08:24:54 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: The change a few years ago of having contigmalloc start its scan at the top of physical RAM instead of the bottom was a sound

cvs commit: src/sys/kern kern_rwlock.c

2006-01-29 Thread Scott Long
scottl 2006-01-29 20:48:25 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Take a stab at making this compile when WITNESS is not defined. gcc can't figure out the order of operations at line 519, and neither can I, but this is my best gue

cvs commit: src/sys/kern subr_taskqueue.c

2006-01-29 Thread Scott Long
scottl 2006-01-29 21:51:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern subr_taskqueue.c Log: MFC Rev 1.31: Don't use Giant for fast taskqueues. Revision ChangesPath 1.24.2.1 +1 -1 src/sys/kern/subr_taskqueue.c _

cvs commit: src/sys/kern subr_taskqueue.c

2006-01-29 Thread Scott Long
scottl 2006-01-30 07:51:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern subr_taskqueue.c Log: MFC rev 1.31: Allow the fast taskqueue to run without Giant Revision ChangesPath 1.27.2.1 +1 -1 src/sys/kern/subr_taskqueu

cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_compat.h aac_debug.c aac_pci.c

2006-01-30 Thread Scott Long
scottl 2006-01-30 17:56:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c aac_cam.c aac_debug.c aac_pci.c Removed files: (Branch: RELENG_6) sys/dev/aac aac_compat.h Log: MFC: Diff reduction with HEAD. Whit

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

2006-01-30 Thread Scott Long
Peter Jeremy wrote: On Sun, 2006-Jan-29 20:48:25 +, Scott Long wrote: gcc can't figure out the order of operations at line 519, and neither can I, but this is my best guess. Also correct a number of typos and syntax errors. Revision ChangesPath 1.3 +4 -4 src/sys

cvs commit: src/sys/kern kern_rwlock.c

2006-01-30 Thread Scott Long
scottl 2006-01-30 19:25:52 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Regroup order of operations to better reflect what was probably intended. Submitted by: Peter Jeremy Revision ChangesPath 1.4 +3 -3 src/sys/k

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

2006-01-31 Thread Scott Long
Marius Strobl wrote: marius 2006-01-31 14:48:58 UTC FreeBSD src repository Added files: sys/dev/le am7990.c am79900.c am79900reg.h am79900var.h am7990reg.h am7990var.h if_le_ledma.c if_le_pci.c lance.c

Re: cvs commit: src/release Makefile

2006-01-31 Thread Scott Long
On Tue, 31 Jan 2006, Wilko Bulte wrote: On Tue, Jan 31, 2006 at 02:13:07PM -0500, Ken Smith wrote.. On Mon, 2006-01-30 at 09:30 -0500, Ken Smith wrote: On Mon, 2006-01-30 at 14:24 +, Ken Smith wrote: kensmith2006-01-30 14:24:31 UTC FreeBSD src repository Modified files: rele

cvs commit: src/sys/kern kern_rwlock.c

2006-01-31 Thread Scott Long
scottl 2006-02-01 04:18:08 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Fix another compile problem. If I find any more, this file is going in the Attic until it is properly fixed. Revision ChangesPath 1.5 +1 -1 src

Re: cvs commit: src/release Makefile

2006-02-01 Thread Scott Long
Sergey Babkin wrote: From: Peter Jeremy <[EMAIL PROTECTED]> Some time ago, I was surprised to find that my son's oldish (mid 2003) system was happy to try and boot off a USB memory stick. The BIOSes have been able to do this feat for a while now. There are two caveats though: 1. It's sl

Re: cvs commit: src/include nl_types.h

2006-02-01 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Kris Kennaway <[EMAIL PROTECTED]> writes: : On Wed, Feb 01, 2006 at 12:24:39PM +, Stefan Farfeleder wrote: : > stefanf 2006-02-01 12:24:39 UTC : > : > FreeBSD src repository : > : > Modified files:(Branch: REL

Re: cvs commit: src/release Makefile

2006-02-01 Thread Scott Long
Dag-Erling Smørgrav wrote: Sergey Babkin <[EMAIL PROTECTED]> writes: A 30MB image gets loaded from CD in no time, but loading it from an USB flash drive took almost forever, easily half an hour or so. Maybe the BIOSes became more clever since then. It should not take more than ~30 seconds, e

cvs commit: src/sys/conf files src/sys/dev/isp isp_freebsd.c isp_freebsd.h isp_inline.h isp_library.c isp_library.h isp_pci.c ispvar.h

2006-02-03 Thread Scott Long
scottl 2006-02-03 14:43:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files sys/dev/isp isp_freebsd.c isp_freebsd.h isp_pci.c ispvar.h Added files: (Branch: RELENG_6) sys/dev/isp

cvs commit: src/sys/dev/isp isp_pci.c

2006-02-03 Thread Scott Long
scottl 2006-02-04 03:41:49 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits. Fixing it is left for another day, so just hack around it for now. Revision ChangesPa

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

2006-02-03 Thread Scott Long
scottl 2006-02-04 06:08:19 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Fix a possible memory leak in asr_attach. Revision ChangesPath 1.72 +12 -5 src/sys/dev/asr/asr.c ___ cvs-all@fre

cvs commit: src/sys/dev/asr i2odep.h

2006-02-04 Thread Scott Long
scottl 2006-02-04 08:01:49 UTC FreeBSD src repository Modified files: sys/dev/asr i2odep.h Log: Give correct definitions to some basic types. Revision ChangesPath 1.9 +2 -2 src/sys/dev/asr/i2odep.h ___ c

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

2006-02-04 Thread Scott Long
scottl 2006-02-04 08:20:23 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Now that the U32 type is a really 32-bits wide, eliminate a bunch of other bad assumptions and long values. Revision ChangesPath 1.73 +7 -7 src/sys/dev/a

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

2006-02-04 Thread Scott Long
scottl 2006-02-04 08:45:20 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Add the start of busdma infrastructure to this driver. Convert the ASR_resetIOPR function to use it. Revision ChangesPath 1.74 +111 -10 src/sys/dev/asr/asr

cvs commit: src/sys/dev/em if_em.h

2006-02-04 Thread Scott Long
scottl 2006-02-04 16:50:14 UTC FreeBSD src repository Modified files: sys/dev/em if_em.h Log: Now that the em driver no longer needs to directly touch the scheduler, remove some unneeded headers. Revision ChangesPath 1.42 +0 -3 src/sys/dev/em/i

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

2006-02-04 Thread Scott Long
scottl 2006-02-04 17:56:17 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Squash another use of vtophys. Instead of creating separate busdma objects for doing static memory transfers, start collecting them into a single object. Revision Cha

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

2006-02-04 Thread Scott Long
scottl 2006-02-05 05:05:27 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Squash a couple more invalid long casts. Revision ChangesPath 1.76 +2 -2 src/sys/dev/asr/asr.c ___ cvs-all@free

cvs commit: src/sys/conf files

2006-02-05 Thread Scott Long
scottl 2006-02-05 16:02:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/conf files Log: Add isp_library.c to the build. Approved by: re RevisionChangesPath 1.943.2.25 +1 -0 src/sys/conf/files _

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

2006-02-10 Thread Scott Long
scottl 2006-02-11 06:36:55 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Move the 'mountroot' panic to the testing section. 1 down, many more to go! Thanks to Soleiman for fixing this. Revision ChangesPath 1.9 +9 -9 www

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

2006-02-11 Thread Scott Long
scottl 2006-02-12 02:16:11 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Add the if_lmc driver. Revision ChangesPath 1.130 +12 -1 www/en/projects/busdma/index.sgml ___ cvs-all@freeb

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

2006-02-11 Thread Scott Long
scottl 2006-02-12 06:57:41 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Give the asr softc list global a proper name. Revision ChangesPath 1.77 +5 -5 src/sys/dev/asr/asr.c ___ cvs-all

Re: cvs commit: www/en/releases/5.5R Makefile schedule.sgml www/en/releases/6.1R Makefile schedule.sgml

2006-02-12 Thread Scott Long
Hiroki Sato wrote: hrs 2006-02-12 15:36:18 UTC FreeBSD doc repository Modified files: en/releases/5.5R Makefile en/releases/6.1R Makefile Added files: en/releases/5.5R schedule.sgml en/releases/6.1R schedule.sgml Log: Add release schedule p

Re: cvs commit: src/usr.sbin Makefile

2006-02-14 Thread Scott Long
Hartmut Brandt wrote: harti 2006-02-14 08:34:26 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Disconnect bsnmp from the build until the breakage is sorted out. Revision ChangesPath 1.344 +0 -1 src/usr.sbin/Makefile Than

Re: cvs commit: src/sys/nfsclient nfs_socket.c

2006-02-15 Thread Scott Long
Jim Rees wrote: Oops. Yes, this should be merged to 6. This fix is necessary because of a change in the way soreceive works. I was under the impression that this only changed in HEAD, not in 6. re: Any chance I can MFC this before the freeze tomorrow? Yes. Btw, what is the sorecieve change

Re: cvs commit: src/usr.sbin Makefile

2006-02-24 Thread Scott Long
Harti Brandt wrote: On Fri, 24 Feb 2006, Bjoern A. Zeeb wrote: BAZ>On Tue, 14 Feb 2006, Hartmut Brandt wrote: BAZ> BAZ>> harti 2006-02-14 08:34:26 UTC BAZ>> BAZ>> FreeBSD src repository BAZ>> BAZ>> Modified files: BAZ>>usr.sbin Makefile BAZ>> Log: BAZ>> Disconnect bs

cvs commit: src/sys/kern subr_prf.c

2006-02-25 Thread Scott Long
scottl 2006-02-25 16:20:22 UTC FreeBSD src repository Modified files: sys/kern subr_prf.c Log: Always print a newline char at the end of the line. Revision ChangesPath 1.122 +2 -1 src/sys/kern/subr_prf.c __

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

2006-02-25 Thread Scott Long
Maksim Yevmenkin wrote: emax2006-02-25 21:59:29 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c Log: Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboard (atkbd(4)) and PS/2 mouse (psm(4)) are used together. Turns out that atkbd

Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic

2006-02-28 Thread Scott Long
John Baldwin wrote: On Tuesday 28 February 2006 17:24, John Baldwin wrote: jhb 2006-02-28 22:24:55 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c sys/amd64/includeapicvar.h intr_m

Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c

2006-02-28 Thread Scott Long
Maksim Yevmenkin wrote: emax2006-02-28 23:46:23 UTC FreeBSD src repository Modified files: sys/dev/kbd kbd.c sys/dev/syscons syscons.c Log: Integrate kbdmux(4) into syscons(4) and kbd code. By default syscons(4) will look for the kbdmux(4) keyboard

Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c

2006-02-28 Thread Scott Long
Maksim Yevmenkin wrote: On 2/28/06, Scott Long <[EMAIL PROTECTED]> wrote: Maksim Yevmenkin wrote: emax2006-02-28 23:46:23 UTC FreeBSD src repository Modified files: sys/dev/kbd kbd.c sys/dev/syscons syscons.c Log: Integrate kbdmux(4) into syscons(4) a

Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c

2006-02-28 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> "Maksim Yevmenkin" <[EMAIL PROTECTED]> writes: : ok. i will add check for hints then. so, i guess, the plan is to add : : device kbdmux : : into default kernel config and use hints do enable/disable kbdmux, right? I like this a

cvs commit: src/sys/dev/iir iir.c iir.h iir_pci.c

2006-02-28 Thread Scott Long
scottl 2006-03-01 07:24:39 UTC FreeBSD src repository Modified files: sys/dev/iir iir.c iir.h iir_pci.c Log: Big update to the iir driver: - Don't use a common buffer in the softc to store per-command data. Reserve a buffer in the command itself. - Don't alloca

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

2006-02-28 Thread Scott Long
Coleman Kane wrote: On 2/28/06, *Dag-Erling Smørgrav* <[EMAIL PROTECTED] > wrote: "Maksim Yevmenkin" <[EMAIL PROTECTED] > writes: > we should make a decision which scancodes keyboard drivers should be > returning and change k

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

2006-02-28 Thread Scott Long
scottl 2006-03-01 07:43:51 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Update the status of the iir driver. Revision ChangesPath 1.131 +6 -6 www/en/projects/busdma/index.sgml ___

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

2006-03-01 Thread Scott Long
Eric Anderson wrote: Ceri Davies wrote: On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: Coleman Kane wrote: On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: "Maksim Yevmenkin" <[EMAIL PROTECTED]

Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic

2006-03-01 Thread Scott Long
Andrew Gallatin wrote: Scott Long [EMAIL PROTECTED] wrote: <...> Also, it's not so much important which CPU gets the interrupt as it is which CPU runs the ithread for that interrupt. I guess that you can get a little better latency by preempting directly from the low-level interr

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

2006-03-01 Thread Scott Long
Maksim Yevmenkin wrote: On 3/1/06, Scott Long <[EMAIL PROTECTED]> wrote: Eric Anderson wrote: Ceri Davies wrote: On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: Coleman Kane wrote: On 2/28/06, *Dag-Erling Sm?rgrav* <[EMAIL PROTECTED] <mailto:[EMAIL PROTEC

Re: cvs commit: src/sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c src/sys/arm/include pmap.h

2006-03-01 Thread Scott Long
Olivier Houchard wrote: cognet 2006-03-01 23:04:25 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c sys/arm/include pmap.h Log: Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory with ma

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

2006-03-01 Thread Scott Long
John-Mark Gurney wrote: Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: On Tue, Feb 28, 2006 at 07:58:57PM +, John-Mark Gurney wrote: jmg 2006-02-28 19:58:57 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: update exa

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

2006-03-01 Thread Scott Long
scottl 2006-03-02 06:17:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/i386local_apic.c sys/amd64/amd64 local_apic.c Log: Disable some code that isn't ready for prime time. Approved by: re Revision ChangesPath

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

2006-03-02 Thread Scott Long
John-Mark Gurney wrote: Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 09:18 +0200: On Wed, Mar 01, 2006 at 04:50:39PM -0700, Scott Long wrote: John-Mark Gurney wrote: Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: On Tue, Feb 28, 2006 at 07:58:57PM

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

2006-03-02 Thread Scott Long
M. Warner Losh wrote: Here's what I came up with earlier in the week. Index: bus_dma.9 === RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v retrieving revision 1.31 diff -u -r1.31 bus_dma.9 --- bus_dma.9 13 Dec 2005 17:07:52 -0

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

2006-03-02 Thread Scott Long
I'd like to assert my maintainership over this file since I'm the one that has been cleaning it up and trying to make it match our API. Give me a few days to go over everyone's input. Scott Ruslan Ermilov wrote: On Thu, Mar 02, 2006 at 02:15:20PM -0700, M. Warner Losh wrote: Here's what I c

cvs commit: src/sys/i386/conf PAE

2006-03-02 Thread Scott Long
scottl 2006-03-03 04:30:19 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: iir works on PAE now. Revision ChangesPath 1.20 +0 -1 src/sys/i386/conf/PAE ___ cvs-all@freebsd.org mailing list

Re: cvs commit: src/sys/dev/usb umass.c

2006-03-06 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Nate Lawson <[EMAIL PROTECTED]> writes: : Poul-Henning Kamp wrote: : > phk 2006-03-05 17:52:32 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/usb umass.c : > Log: : > When we

Re: cvs commit: CVSROOT access

2006-03-07 Thread Scott Long
Wilko Bulte wrote: On Tue, Mar 07, 2006 at 09:52:18PM +, Wilko Bulte wrote.. wilko 2006-03-07 21:52:18 UTC FreeBSD src repository Modified files: .access Log: Welcome simon to the ranks for the src committers. cperciva will be his mentor (as much as tha

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

2006-03-08 Thread Scott Long
Eric Anderson wrote: Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 03:16:25AM -0500, Kris Kennaway wrote: On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: tegge 2006-03-08 02:14:39 UTC FreeBSD sr

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

2006-03-08 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: The only way to effectively avoid the problem would be to teach UFS to completely ignore the '.snap' directory entry when doing a readdir and lookup. That is not the same as what is being discuss

Re: cvs commit: src/sys/geom/raid3 g_raid3.c

2006-03-09 Thread Scott Long
Ruslan Ermilov wrote: On Thu, Mar 09, 2006 at 01:57:21PM -0500, Brian Fundakowski Feldman wrote: On Tue, Mar 07, 2006 at 02:32:00PM +0100, Pawel Jakub Dawidek wrote: On Mon, Mar 06, 2006 at 07:39:11PM -0500, Brian Fundakowski Feldman wrote: +> On Wed, Feb 22, 2006 at 10:21:05AM +, Pawel J

Re: cvs commit: src/release Makefile

2006-03-10 Thread Scott Long
Dag-Erling Smørgrav wrote: This talk of KERNELS reminds me of a patchset I've had for quite a while. Currently, 'make buildkernel' builds all the kernels you list in KERNCONF, but installs only one, to /boot/kernel. I've patched my tree so it installs all of them into /boot/${KERN_IDENT}. The

cvs commit: src/sys/dev/iir iir.c iir.h iir_pci.c

2006-03-12 Thread Scott Long
scottl 2006-03-12 16:38:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/iir iir.c iir.h iir_pci.c Log: Update the iir driver to include >4GB support. Approved by: re Revision ChangesPath 1.13.2.1 +153 -156 src/sys/dev/i

cvs commit: src/sys/i386/conf PAE

2006-03-12 Thread Scott Long
scottl 2006-03-12 16:39:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: MFC: iir works on PAE now. Approved by: re Revision ChangesPath 1.16.2.3 +0 -1 src/sys/i386/conf/PAE _

cvs commit: src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/ntfs ntfs_vnops.c src/sys/fs/nwfs nwfs_node.c src/sys/fs/smbfs smbfs_node.c src/sys/fs/udf udf_vnops.c src/sys/i

2006-03-12 Thread Scott Long
scottl 2006-03-12 21:50:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/ntfs ntfs_vnops.c sys/fs/nwfs nwfs_node.c sys/fs/smbfs smbfs_no

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

2006-03-16 Thread Scott Long
scottl 2006-03-16 12:04:25 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Update some TODO items Revision ChangesPath 1.19 +49 -49www/en/releases/6.1R/todo.sgml ___ cvs-all@freebsd.o

Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getc

2006-03-18 Thread Scott Long
Alexander Leidinger wrote: netchild2006-03-18 18:20:18 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/amd64/linux32syscalls.master sys/i386/linux syscalls.master sys/modules/linuxMakefile sys/compat/linux lin

Re: cvs commit: src/sys/compat/linux linux_socket.c

2006-03-22 Thread Scott Long
Alexander Leidinger wrote: Am Wed, 22 Mar 2006 10:04:50 -0500 schrieb John Baldwin <[EMAIL PROTECTED]>: On Wednesday 22 March 2006 03:49, Alexander Leidinger wrote: If nobody is using the linuxolator on alpha with a recent FreeBSD (either because everything is used on x86/amd64 hardware, a

Re: cvs commit: src/sys/compat/linux linux_socket.c

2006-03-22 Thread Scott Long
Wilko Bulte wrote: On Wed, Mar 22, 2006 at 12:26:19PM -0700, Scott Long wrote: Alexander Leidinger wrote: Am Wed, 22 Mar 2006 10:04:50 -0500 schrieb John Baldwin <[EMAIL PROTECTED]>: On Wednesday 22 March 2006 03:49, Alexander Leidinger wrote: If nobody is using the linuxola

cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h src/sys/modules/mfi Makefile

2006-03-24 Thread Scott Long
scottl 2006-03-25 06:14:32 UTC FreeBSD src repository Added files: sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h sys/modules/mfi Makefile Log: Add a driver for the new LSI MegaRAID SAS controller family. The 'M

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

2006-03-27 Thread Scott Long
scottl 2006-03-28 01:59:11 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_disk.c Log: Handle invalid capacity parameters from the firmware. Revision ChangesPath 1.2 +6 -1 src/sys/dev/mfi/mfi.c 1.2 +1 -0 src/sys/dev/m

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

2006-03-28 Thread Scott Long
scottl 2006-03-28 23:59:07 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paul Saab for helping to track this down. Fix a error with 32bit DMA size calculation that seemed to be

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

2006-03-28 Thread Scott Long
scottl 2006-03-29 07:35:40 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 mfi.4 Log: Add a manual page for mfi(4). Revision ChangesPath 1.342 +1 -0 src/share/man/man4/Makefile 1.1 +86

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

2006-03-29 Thread Scott Long
scottl 2006-03-29 09:57:23 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/i386/confGENERIC sys/amd64/conf GENERIC sys/conf NOTES files options Log: Hook the MFI driver up to the build. Revision Changes

cvs commit: src/usr.sbin/sysinstall devices.c

2006-03-29 Thread Scott Long
scottl 2006-03-29 10:02:26 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: Teach sysinstall about mfi(4). Revision ChangesPath 1.167 +1 -0 src/usr.sbin/sysinstall/devices.c ___ cvs-al

cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c

2006-03-30 Thread Scott Long
scottl 2006-03-30 19:22:45 UTC FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdSchedule.c Log: Revert to using acpi_max_threads instead of the hardcoded value of '3'. Revision ChangesPath 1.36 +2 -1 src/sys/dev/acpica/Osd/OsdSchedule.c __

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

2006-03-31 Thread Scott Long
Marcus Alves Grando wrote: MFC after 6.1? Joao Barros wrote: On 3/31/06, Maksim Yevmenkin <[EMAIL PROTECTED]> wrote: emax2006-03-31 19:03:37 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log: Add kbdmux(4) to GENERIC Requested by: scottl Very

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

2006-03-31 Thread Scott Long
Joao Barros wrote: On 3/31/06, Maksim Yevmenkin <[EMAIL PROTECTED]> wrote: emax2006-03-31 19:03:37 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log: Add kbdmux(4) to GENERIC Requested by: scottl Very nice! Maybe sometime soon we'll see option

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

2006-03-31 Thread Scott Long
Maksim Yevmenkin wrote: emax2006-03-31 19:03:37 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log: Add kbdmux(4) to GENERIC Requested by: scottl Revision ChangesPath 1.440 +2 -0 src/sys/i386/conf/GENERIC This should

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

2006-03-31 Thread Scott Long
John Baldwin wrote: On Friday 31 March 2006 15:40, Scott Long wrote: Maksim Yevmenkin wrote: emax2006-03-31 19:03:37 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log: Add kbdmux(4) to GENERIC Requested by: scottl Revision ChangesPath

cvs commit: src/sys/boot/forth beastie.4th

2006-03-31 Thread Scott Long
scottl 2006-03-31 21:36:17 UTC FreeBSD src repository Modified files: sys/boot/forth beastie.4th Log: Remove the USB keyboard hack now that KBDMUX is enabled by default. Allow it to be disabled if Safe Mode is selected. Revision ChangesPath 1.12 +1 -11

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

2006-03-31 Thread Scott Long
Maksim Yevmenkin wrote: On 3/31/06, Scott Long <[EMAIL PROTECTED]> wrote: Maksim Yevmenkin wrote: emax2006-03-31 19:03:37 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log: Add kbdmux(4) to GENERIC Requested by: scottl Revision C

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

2006-03-31 Thread Scott Long
Wilko Bulte wrote: On Fri, Mar 31, 2006 at 01:55:40PM -0700, Scott Long wrote.. John Baldwin wrote: On Friday 31 March 2006 15:40, Scott Long wrote: Maksim Yevmenkin wrote: emax2006-03-31 19:03:37 UTC FreeBSD src repository Modified files: sys/i386/confGENERIC Log

cvs commit: src MAINTAINERS

2006-04-01 Thread Scott Long
scottl 2006-04-01 21:19:15 UTC FreeBSD src repository Modified files: .MAINTAINERS Log: Saying that asr(4) has a maintainer is like saying that a politician has integrity. Revision ChangesPath 1.130 +0 -1 src/MAINTAINERS ___

cvs commit: src/sys/modules Makefile src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h src/sys/modules/mfi Makefile

2006-04-03 Thread Scott Long
scottl 2006-04-04 03:24:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules Makefile Added files: (Branch: RELENG_6) sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h

cvs commit: src/sys/conf files options src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC

2006-04-03 Thread Scott Long
scottl 2006-04-04 04:08:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files options sys/i386/confGENERIC sys/amd64/conf GENERIC Log: Hook the MFI driver up to the kernel build. Approved by: re Revis

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

2006-04-03 Thread Scott Long
scottl 2006-04-04 04:11:55 UTC FreeBSD src repository Modified files: share/man/man4 mfi.4 Log: The MFI driver appears first in FreeBSD 6.1 Revision ChangesPath 1.4 +2 -2 src/share/man/man4/mfi.4 ___ cvs-al

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

2006-04-03 Thread Scott Long
scottl 2006-04-04 04:14:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 Makefile Added files: (Branch: RELENG_6) share/man/man4 mfi.4 Log: Add the mfi.4 man page. Approved by: re RevisionChanges

cvs commit: src/usr.sbin/sysinstall devices.c

2006-04-03 Thread Scott Long
scottl 2006-04-04 04:39:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sysinstall devices.c Log: Teach sysinstall about MFI. Approved by: re Revision ChangesPath 1.160.2.3 +1 -0 src/usr.sbin/sysinstall/devices.c

cvs commit: src/sys/dev/amr amr.c amr_pci.c amrvar.h

2006-04-07 Thread Scott Long
scottl 2006-04-08 05:08:17 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_pci.c amrvar.h Log: After further review and discussion, partially revert the previous commit. The real problem was that ioctl handlers needed to call amr_wait_command() with

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

2006-04-07 Thread Scott Long
scottl 2006-04-08 06:05:30 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Rearrange locking in the alloc_commands and ioctl paths to avoid problems. Revision ChangesPath 1.118 +9 -5 src/sys/dev/aac/aac.c __

cvs commit: src/sys/conf newvers.sh

2006-04-08 Thread Scott Long
scottl 2006-04-08 14:42:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf newvers.sh Log: Belatedly move forward to 6.1-RC. Approved by: re Revision ChangesPath 1.69.2.11 +1 -1 src/sys/conf/newvers.sh ___

cvs commit: src/sbin/ifconfig ifconfig.8

2006-04-08 Thread Scott Long
scottl 2006-04-08 21:38:09 UTC FreeBSD src repository Modified files: sbin/ifconfigifconfig.8 Log: Document the rest of the 802.11 capability flags. Revision ChangesPath 1.116 +18 -0 src/sbin/ifconfig/ifconfig.8 ___

Re: cvs commit: src/sys/dev/amr amr.c amr_pci.c amrvar.h

2006-04-08 Thread Scott Long
Nate Lawson wrote: Paul Saab wrote: ps 2006-04-08 02:23:27 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_pci.c amrvar.h Log: Close a pesky race where after checking the BUSY flag in amr_wait_command, the completion of the command can occur

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

2006-04-09 Thread Scott Long
scottl 2006-04-10 06:44:30 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Fix some small bugs. Submitted by: pjd Found by: Coverity Prevent (tm) Revision ChangesPath 1.4 +7 -2 src/sys/dev/mfi/mfi.c ___

Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s

2006-04-12 Thread Scott Long
Alexander Leidinger wrote: Harti Brandt <[EMAIL PROTECTED]> wrote: There is very good article in the last C't (www.heise.de/ct, but the article is only in the printed version) which explains all the different Yes! Now I remember where I've read about it... Anyone care to provide a translat

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

2006-04-13 Thread Scott Long
scottl 2006-04-13 07:47:39 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Update the list. Many problems were fixed and moved down to the testing list. The others have been demoted to the 'Desired' list due to either having a workaround, not

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

2006-04-13 Thread Scott Long
scottl 2006-04-13 08:18:44 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Revise the information on the rpc.lockd problem some more. Revision ChangesPath 1.26 +4 -4 www/en/releases/6.1R/todo.sgml _

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

2006-04-15 Thread Scott Long
scottl 2006-04-15 08:13:07 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Fix the interrupt handler to do the mandatory PCI flush before looking at DMA memory. The could contribute towards missed link state changes under heavy bus load. R

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

2006-04-15 Thread Scott Long
Oleg Bulyzhin wrote: On Sat, Apr 15, 2006 at 08:13:07AM +, Scott Long wrote: scottl 2006-04-15 08:13:07 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Fix the interrupt handler to do the mandatory PCI flush before looking at DMA memory. The

cvs commit: src/sys/kern kern_intr.c

2006-04-15 Thread Scott Long
scottl 2006-04-15 18:04:04 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Take a stab at making this compile. Revision ChangesPath 1.130 +1 -1 src/sys/kern/kern_intr.c ___ cvs-all@

cvs commit: src/sys/kern kern_intr.c

2006-04-15 Thread Scott Long
scottl 2006-04-15 18:54:56 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Take a better stab at making this compile. Revision ChangesPath 1.131 +1 -1 src/sys/kern/kern_intr.c ___ c

cvs commit: src/sys/kern kern_intr.c

2006-04-15 Thread Scott Long
scottl 2006-04-15 19:08:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_intr.c Log: Fix compile breakage. Approved by: re (implicit) Revision ChangesPath 1.124.2.5 +1 -1 src/sys/kern/kern_intr.c __

cvs commit: src/sys/kern kern_intr.c

2006-04-15 Thread Scott Long
scottl 2006-04-15 20:08:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/kern kern_intr.c Log: Fix compile breakage. Approved by: re (implicit) Revision ChangesPath 1.124.2.3.2.2 +1 -1 src/sys/kern/kern_intr.c

cvs commit: www/en/projects summerofcode.sgml

2006-04-15 Thread Scott Long
scottl 2006-04-15 16:29:01 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml Log: Remove an obsolete project. Revision ChangesPath 1.36 +1 -17 www/en/projects/summerofcode.sgml ___ c

cvs commit: src/sys/vm vm_contig.c

2006-04-25 Thread Scott Long
scottl 2006-04-25 15:04:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_contig.c Log: Don't scan pages that are above the passed in high value. This is a partial MFC of rev 1.48; the rest of that change is incomplete and not app

cvs commit: src/sys/vm vm_contig.c

2006-04-25 Thread Scott Long
scottl 2006-04-25 15:29:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/vm vm_contig.c Log: MFC rev 1.43.2.4: avoid high ordered pages that are outside of the requested range. Approved by: re Revision ChangesPath

<    1   2   3   4   5   6   7   >