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

2005-11-06 Thread Scott Long
scottl 2005-11-06 15:13:42 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h Log: Remove spl markers from AMR. MFC After: 3 days Revision ChangesPath 1.69 +5 -15 src/sys/dev/amr/amr.c 1.17 +0

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

2005-11-06 Thread Scott Long
scottl 2005-11-06 22:52:52 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Refactor the PCI probe code a bit. Revision ChangesPath 1.58 +45 -49src/sys/dev/aac/aac_pci.c ___ cvs-all@fr

cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Scott Long
scottl 2005-11-08 22:12:26 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: The hptmv inherently believes that a 'long' can hold a physical address. This hasn't been true on i386 for at least a decade, probably longer, but I'm too lazy to look up the

cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Scott Long
scottl 2005-11-08 22:28:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: MFC: hptmv is not compatible with PAE. Noticed by: alc Revision ChangesPath 1.16.2.2 +1 -0 src/sys/i386/conf/PAE _

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

2005-11-09 Thread Scott Long
Bruce Evans wrote: On Wed, 9 Nov 2005, Warner Losh wrote: Modified files: sys/kern subr_power.c Log: Kick off the suspend sequence from the keyboard in a SWI rather than in the hardware interrupt context (even if it is likely just an ithread). We don't document that suspend

Re: cvs commit: www/en/layout/css global.css

2005-11-09 Thread Scott Long
Alex Dupre wrote: Joel Dahl wrote: Everything is too big and ugly. We're back at the pre-redesign state. I prefer the previous version, too. Now the normal size text is too big and some single-lines are splitted into two rows. I tried with firefox (default installation) on a 1280x1024 an

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

2005-11-10 Thread Scott Long
Doug White wrote: 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 requires architectural changes and clarificati

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

2005-11-10 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Putting the cookie into the dirent means either changing the size of the dirent struct and breaking the userland ABI (almost as bad as changing the size of stat, but not quite), or making a 'kdirent'

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

2005-11-10 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Putting the cookie into the dirent means either changing the size of the dirent struct and breaking the userland ABI (almo

Re: cvs commit: src/share/man/man4 hptmv.4

2005-11-17 Thread Scott Long
Pawel Jakub Dawidek wrote: On Thu, Nov 17, 2005 at 04:43:56PM +, Christian Brueffer wrote: +> brueffer2005-11-17 16:43:56 UTC +> +> FreeBSD src repository (doc committer) +> +> Modified files: +> share/man/man4 hptmv.4 +> Log: +> Mention that this driver does not wo

Re: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/geom geom_disk.c geom_disk.h geom_subr.c

2005-11-18 Thread Scott Long
Lukas Ertl wrote: On Fri, 18 Nov 2005, John Polstra wrote: jdp 2005-11-18 02:43:49 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c scsi_da.c sys/geom geom_disk.c geom_disk.h geom_subr.c Log: Fix a bug that caused some /dev entries to con

Re: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/geom geom_disk.c geom_disk.h geom_subr.c

2005-11-18 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Lukas Ertl wrote: What does this mean for other drivers? RAID arrays can come and go at runtime, either due to drive failure or due to actions by the user via a management app. I don't recall ev

Re: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/geom geom_disk.c geom_disk.h geom_subr.c

2005-11-18 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Poul-Henning Kamp wrote: Most drivers seem to detach their internal state from the struct disk, and therefore they don't need this. So what makes CAM special in this regard? I dunno. Cam seem

Re: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/geom geom_disk.c geom_disk.h geom_subr.c

2005-11-18 Thread Scott Long
John Polstra wrote: On 18-Nov-2005 Scott Long wrote: Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Poul-Henning Kamp wrote: Most drivers seem to detach their internal state from the struct disk, and therefore they don't need this. So wha

Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h

2005-11-19 Thread Scott Long
Damien Bergamini wrote: damien 2005-11-19 16:54:55 UTC FreeBSD src repository Modified files: sys/modules/iwi Makefile sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: Load firmware images directly from the filesystem (looks into /etc/firmware directory

Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h

2005-11-19 Thread Scott Long
Scott Long wrote: Damien Bergamini wrote: damien 2005-11-19 16:54:55 UTC FreeBSD src repository Modified files: sys/modules/iwi Makefile sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: Load firmware images directly from the filesystem (looks into /etc

cvs commit: src/sys/dev/iwi if_iwi.c

2005-11-19 Thread Scott Long
scottl 2005-11-20 04:27:24 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c Log: Fix compile on 64-bit platforms. Revision ChangesPath 1.25 +4 -2 src/sys/dev/iwi/if_iwi.c ___ cvs-all@freebs

Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h

2005-11-21 Thread Scott Long
Dag-Erling Smørgrav wrote: John Baldwin <[EMAIL PROTECTED]> writes: [...] The easiest way to accomplish this is for your driver to send a message to devd requesting that the firmware be reloaded on resume since devd won't run until the kernel

Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h

2005-11-21 Thread Scott Long
John Baldwin wrote: On Monday 21 November 2005 12:44 pm, Damien Bergamini wrote: I don't like the idea of keeping the firmware in kernel memory. It's a rather big file (~200KB). And there is one for each operating mode (BSS, IBSS, monitor). The second reason why I don't like KLDs is because t

cvs commit: src/tools/sched schedgraph.py

2005-11-21 Thread Scott Long
scottl 2005-11-21 21:27:40 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exit events are now plotted as a counting graph, similar to CPU load, so that their duration and

Re: cvs commit: src/sys/conf files files.powerpc

2005-11-22 Thread Scott Long
Wilko Bulte wrote: On Tue, Nov 22, 2005 at 01:07:12PM -0500, John Baldwin wrote.. On Tuesday 22 November 2005 12:12 pm, Marius Strobl wrote: marius 2005-11-22 17:12:49 UTC FreeBSD src repository Modified files: sys/conf files files.powerpc Log: Move zs.c from files

Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-22 Thread Scott Long
Marius Strobl wrote: marius 2005-11-22 22:32:50 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Add a workaround (change the interrupt map mask to compare the full INO) for incorrect interrupt map entries on E250 machines. Thes

Re: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h

2005-11-22 Thread Scott Long
Marius Strobl wrote: On Tue, Nov 22, 2005 at 03:39:09PM -0700, Scott Long wrote: Marius Strobl wrote: marius 2005-11-22 22:32:50 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychovar.h Log: - Add a workaround (change the interrupt map mask to

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

2005-11-25 Thread Scott Long
scottl 2005-11-26 07:30:09 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: The CAM interface is broken and seems to be causing lockups on boot. It doesn't appear to have worked in a long time, so just disable it completely for now. MFC After:

cvs commit: src/sys/posix4 mqueue.h

2005-11-27 Thread Scott Long
scottl 2005-11-28 02:58:30 UTC FreeBSD src repository Removed files: sys/posix4 mqueue.h Log: mqueue.h has been superceded by sys/mqueue.h thanks to David Xu's work. Submitted by: dolt Revision ChangesPath 1.7 +0 -77 src/sys/posix4/mqueue.h (

Re: cvs commit: src/sys/amd64/amd64 machdep.c

2005-11-28 Thread Scott Long
John Baldwin wrote: On Monday 21 November 2005 01:39 pm, John Baldwin wrote: jhb 2005-11-21 18:39:17 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Expand the hack to mask the atpics if 'device atpic' is not in the kernel during boot up. Now w

Re: cvs commit: src/sys/amd64/amd64 machdep.c

2005-11-28 Thread Scott Long
John Baldwin wrote: On Monday 28 November 2005 04:06 pm, Scott Long wrote: John Baldwin wrote: On Monday 21 November 2005 01:39 pm, John Baldwin wrote: jhb 2005-11-21 18:39:17 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Expand the hack to

Re: cvs commit: src/sys/amd64/amd64 machdep.c

2005-11-28 Thread Scott Long
John Baldwin wrote: On Monday 28 November 2005 04:51 pm, Scott Long wrote: John Baldwin wrote: On Monday 28 November 2005 04:06 pm, Scott Long wrote: John Baldwin wrote: On Monday 21 November 2005 01:39 pm, John Baldwin wrote: jhb 2005-11-21 18:39:17 UTC FreeBSD src repository

cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c ips_pci.c ipsreg.h

2005-11-29 Thread Scott Long
scottl 2005-11-29 09:39:41 UTC FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c ips_pci.c Added files: sys/dev/ips ipsreg.h Log: Separate the hardware definitions into ipsreg.h

cvs commit: src/sys/dev/sym sym_hipd.c

2005-12-05 Thread Scott Long
scottl 2005-12-05 22:37:37 UTC FreeBSD src repository Modified files: sys/dev/sym sym_hipd.c Log: FreeBSD has had endian conversion macros for a long time. Axe the custom macros in this driver. MFC After: 3 days Revision ChangesPath 1.58 +2 -46

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

2005-12-05 Thread Scott Long
scottl 2005-12-05 23:25:59 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: More review and adjustment for reality that should have happened 3 years ago. Document the real behavior of bus_dma_tag_create, bus_dmamap_load, and other functions. A

Re: cvs commit: src/sys/sys signal.h

2005-12-07 Thread Scott Long
John Baldwin wrote: On Wednesday 07 December 2005 04:16 pm, Doug Ambrisko wrote: David Xu writes: | David Xu wrote: | > davidxu 2005-12-06 06:02:35 UTC | > | > FreeBSD src repository | > | > Modified files: | > sys/sys signal.h | > Log: | > o Add some pad fields int

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

2005-12-07 Thread Scott Long
scottl 2005-12-08 01:41:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man9 bus_dma.9 Log: MFC: another iteration in making this page match reality. Revision ChangesPath 1.25.2.1 +80 -34src/share/man/man9/bus_dma.9 __

cvs commit: src/sys/conf files src/sys/modules/ti Makefile src/sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h src/sys/dev/ti if_ti.c

2005-12-09 Thread Scott Long
scottl 2005-12-10 00:38:33 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/ti Makefile sys/dev/ti if_ti.c Removed files: sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h Log: The if_ti Tigon I/II driver h

cvs commit: src/sys/dev/ti if_ti.c

2005-12-09 Thread Scott Long
scottl 2005-12-10 01:25:47 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: if_ti has been operating with locks for a while, so remove the GIANT markers. Also fix man potential locking problems in the cdev ioctl handler. Revision ChangesPa

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

2005-12-09 Thread Scott Long
scottl 2005-12-10 02:22:00 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Mark if_ti as being locked. Revision ChangesPath 1.125 +4 -4 www/en/projects/busdma/index.sgml ___ cvs-all@

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-10 Thread Scott Long
scottl 2005-12-10 08:58:48 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Allocate the jumbo rx frame buffer with busdma. Revision ChangesPath 1.116 +26 -15src/sys/dev/ti/if_ti.c 1.33 +2 -0 src/sys/dev/ti/i

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-13 Thread Scott Long
scottl 2005-12-14 00:03:41 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert it to use busdma. Unlike most of the other drivers, but similar to the if_em driver,

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

2005-12-13 Thread Scott Long
scottl 2005-12-14 00:07:34 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Mark the if_ti driver complete. Revision ChangesPath 1.126 +4 -4 www/en/projects/busdma/index.sgml ___ cvs-

cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-13 Thread Scott Long
scottl 2005-12-14 03:26:49 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h Log: Mega update to the LSI MegaRAID driver: 1. Implement a large set of ioctl shims so that

cvs commit: src/sys/amd64/amd64 busdma_machdep.c

2005-12-15 Thread Scott Long
scottl 2005-12-16 05:57:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 busdma_machdep.c Log: Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192 on amd64. If you're going to stuff >4GB into your box, reserving 32MB for bonce pages amo

cvs commit: src/tools/tools/netrate/netblast netblast.c

2005-12-15 Thread Scott Long
scottl 2005-12-16 06:02:44 UTC FreeBSD src repository Modified files: tools/tools/netrate/netblast netblast.c Log: Fix compiling on platforms with 64bit time_t. Revision ChangesPath 1.3 +2 -2 src/tools/tools/netrate/netblast/netblast.c

cvs commit: src/sys/dev/ata ata-raid.c

2005-12-15 Thread Scott Long
scottl 2005-12-16 06:11:23 UTC FreeBSD src repository Modified files: sys/dev/ata ata-raid.c Log: Make this compile on 64bit systems. It likely isn't correct, but that can be sorted out later. Revision ChangesPath 1.113 +1 -1 src/sys/dev/ata/ata-

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-15 Thread Scott Long
Joao Barros wrote: On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: scottl 2005-12-14 03:26:49 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h Log: Mega update to t

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Scott Long
Brian Fundakowski Feldman wrote: On Fri, Dec 16, 2005 at 12:31:22AM -0700, Scott Long wrote: Joao Barros wrote: On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: scottl 2005-12-14 03:26:49 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Scott Long
Martin Nilsson wrote: Scott Long wrote: Items 3 and 4 significantly increase the performance of the driver. On an LSI 320-2X card, transactions per second went from 13,000 to 31,000 in my A 238% improvement is at the very least impressive! Yeah, I was shocked at first too. The PCIe

Re: cvs commit: src/sys/sys ktr.h src/sys/kern kern_clock.c kern_switch.c

2005-12-16 Thread Scott Long
Nate Lawson wrote: njl 2005-12-17 03:57:10 UTC FreeBSD src repository Modified files: sys/sys ktr.h sys/kern kern_clock.c kern_switch.c Log: Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB, and KTR_IO as they were ne

Re: cvs commit: src/sys/sys ktr.h src/sys/kern kern_clock.c kern_switch.c

2005-12-17 Thread Scott Long
Nate Lawson wrote: Scott Long wrote: Nate Lawson wrote: njl 2005-12-17 03:57:10 UTC FreeBSD src repository Modified files: sys/sys ktr.hsys/kern kern_clock.c kern_switch.c Log: Clean up unused or poorly utilized KTR values. Remove KTR_FS

Re: cvs commit: src/sys/sys ktr.h src/sys/kern kern_clock.c kern_switch.c

2005-12-17 Thread Scott Long
John Baldwin wrote: On Friday 16 December 2005 10:57 pm, Nate Lawson wrote: njl 2005-12-17 03:57:10 UTC FreeBSD src repository Modified files: sys/sys ktr.h sys/kern kern_clock.c kern_switch.c Log: Clean up unused or poorly utilized KTR values. Rem

Re: cvs commit: src/sys/pci agp.c agpvar.h

2005-12-20 Thread Scott Long
John Baldwin wrote: jhb 2005-12-20 20:05:21 UTC FreeBSD src repository Modified files: sys/pci agp.c agpvar.h Log: Don't map the AGP aperture into contiguous KVA. The various graphics drivers already map sections into KVA as needed anyway. Note that this

cvs commit: src/sys/kern subr_taskqueue.c

2005-12-22 Thread Scott Long
scottl 2005-12-23 06:18:33 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: Create the taskqueue_fast handler with INTR_MPSAFE so that it doesn't run with Giant. MFC After: 3 days Revision ChangesPath 1.31 +1 -1 s

Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c

2005-12-27 Thread Scott Long
Tom Rhodes wrote: trhodes 2005-12-24 22:22:17 UTC FreeBSD src repository Modified files: sys/sys _timeval.h sys/fs/procfsprocfs_status.c libexec/bootpd bootpd.c sys/dev/acpica/Osd OsdSynch.c sys/dev/firewire sbp.c Log: Make

Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c

2005-12-27 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> "Matthew D. Fuller" <[EMAIL PROTECTED]> writes: : On Tue, Dec 27, 2005 at 11:50:31AM -0600 I heard the voice of : Mark Linimon, and lo! it spake thus: : > On Tue, Dec 27, 2005 at 09:38:11AM -0700, Scott L

Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c

2005-12-27 Thread Scott Long
Julian Elischer wrote: M. Warner Losh wrote: The chances that any of the hardware that's running FreeBSD today will be in service in 2020, much less 2030 or 2038 is vanishingly small. How many machines that were built in 1990 are still in service? How many from 1980? How many from 1970? Ho

Re: cvs commit: src/sys/dev/em if_em.c

2005-12-27 Thread Scott Long
Nate Lawson wrote: Gleb Smirnoff wrote: glebius 2005-12-22 09:09:39 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Add a quirk to fix resume on some laptops. Reported by:joe Reported by:Huang wen hui Reported by:Jacques Garri

cvs commit: src/sys/dev/ti if_ti.c

2005-12-28 Thread Scott Long
scottl 2005-12-28 08:14:36 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Fix a serious regression from the busdma conversion. Check to make sure that we don't overrun the tx descriptor ring before actually trying to overrun it. Revision

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-28 Thread Scott Long
scottl 2005-12-28 08:36:33 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Cache the tx producer index instead of reading it every time ti_start is called. Revision ChangesPath 1.121 +3 -1 src/sys/dev/ti/if_ti.c 1.

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

2005-12-28 Thread Scott Long
scottl 2005-12-28 21:18:55 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Initialize the event tailq. Submitted by: Frank Mayhar PR: kern/90882 MFC After: 1 day Revision ChangesPath 1.117 +1 -0 src/sys/dev/aac/aac.c _

Re: cvs commit: src/sys/i386/i386 identcpu.c src/sys/amd64/amd64 identcpu.c src/sys/alpha/alpha cpuconf.c src/sys/arm/arm identcpu.c src/sys/ia64/ia64 machdep.c src/sys/powerpc/powerpc machdep

2005-12-31 Thread Scott Long
I have ample amd64 resources that can be used for testing patches before commit, and I'm quite happy to make them available via remote access to FreeBSD committers. I'm pretty sure that there are resources in the FreeBSD cluster too. Bjorn, have a good rest, and thanks for working on this and

Re: cvs commit: src/lib/libgssapi Makefile

2006-01-01 Thread Scott Long
Doug Rabson wrote: dfr 2006-01-01 11:01:01 UTC FreeBSD src repository Modified files: lib/libgssapiMakefile Log: Use the correct shared-library version number (the same as the one used by the standalone version of heimdal GSS-API). If any compat issues arise, I

cvs commit: src/sys/sparc64/sparc64 pmap.c

2006-01-01 Thread Scott Long
scottl 2006-01-01 22:52:22 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Use the correct units when handling the hw.physmem tunable. Revision ChangesPath 1.152 +1 -0 src/sys/sparc64/sparc64/pmap.c ___

Re: cvs commit: src Makefile.inc1

2006-01-02 Thread Scott Long
Doug Rabson wrote: On Monday 02 January 2006 15:07, Bjoern A. Zeeb wrote: On Mon, 2 Jan 2006, Doug Rabson wrote: dfr 2006-01-02 10:03:35 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: Temporarily disable the kerberos5 lib32 build while I try to

cvs commit: src/sys/dev/ips ipsreg.h

2006-01-03 Thread Scott Long
scottl 2006-01-03 23:03:15 UTC FreeBSD src repository Modified files: sys/dev/ips ipsreg.h Log: Add some more data structures and definitions for communicating with the ServeRAID firmware. Revision ChangesPath 1.2 +72 -1 src/sys/dev/ips/ipsreg.h

cvs commit: src/sys/dev/ips ips_ioctl.h

2006-01-03 Thread Scott Long
scottl 2006-01-03 23:03:39 UTC FreeBSD src repository Modified files: sys/dev/ips ips_ioctl.h Log: Shuffle some definitions so that this can be included from userland. Revision ChangesPath 1.2 +11 -5 src/sys/dev/ips/ips_ioctl.h

Re: cvs commit: src/contrib/bind9/lib/bind/irs - Imported sources

2006-01-04 Thread Scott Long
Doug Barton wrote: dougb 2006-01-04 19:18:43 UTC FreeBSD src repository src/contrib/bind9/lib/bind/irs - Imported sources Update of /home/ncvs/src/contrib/bind9/lib/bind/irs In directory repoman.freebsd.org:/tmp/cvs-serv20707 Log Message: After some discussion with the fo

Re: cvs commit: src/sys/gnu/fs/reiserfs reiserfs_inode.c

2006-01-05 Thread Scott Long
Doug Barton wrote: Jean-Sebastien Pedron wrote: dumbbell2006-01-05 19:37:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/gnu/fs/reiserfs reiserfs_inode.c Log: MFC: revision 1.2 Don't hold a reference to the disk vnode for each inode. Reviewe

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

2006-01-06 Thread Scott Long
John Baldwin wrote: jhb 2006-01-06 16:30:30 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Return EBADF rather than EINVAL for FWRITE failure as per POSIX. MFC after: 1 week Revision ChangesPath 1.290 +2 -3

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

2006-01-06 Thread Scott Long
John Baldwin wrote: On Friday 06 January 2006 11:34 am, Scott Long wrote: John Baldwin wrote: jhb 2006-01-06 16:30:30 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Return EBADF rather than EINVAL for FWRITE failure as per POSIX. MFC

cvs commit: src/sys/kern kern_mutex.c

2006-01-07 Thread Scott Long
scottl 2006-01-08 00:18:34 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: If destroying a spinlock, make sure that it is exited properly. Submitted by: jhb MFC After: 3 days Revision ChangesPath 1.163 +4 -0 src/sys/k

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

2006-01-09 Thread Scott Long
scottl 2006-01-10 01:55:17 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: Don't free the ap object if it was never created. Submitted by: jkim Revision ChangesPath 1.72 +2 -1 src/sys/dev/amr/amr.c ___

cvs commit: src/sys/sys taskqueue.h src/sys/kern subr_taskqueue.c

2006-01-09 Thread Scott Long
scottl 2006-01-10 06:31:12 UTC FreeBSD src repository Modified files: sys/sys taskqueue.h sys/kern subr_taskqueue.c Log: Add functions and macros and refactor code to make it easier to manage fast taskqueues. The following have been added: T

cvs commit: src/sys/dev/usb usb_mem.c

2006-01-10 Thread Scott Long
scottl 2006-01-10 22:55:36 UTC FreeBSD src repository Modified files: sys/dev/usb usb_mem.c Log: Don't use the ALLOCNOW flag for tags that will only be used for static allocations. Revision ChangesPath 1.8 +2 -2 src/sys/dev/usb/usb_mem.c ___

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

2006-01-10 Thread Scott Long
scottl 2006-01-11 00:30:25 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: Significant performance improvements for the if_em driver: - Only update the rx ring consumer pointer after running through the rx loop, not with each iterati

cvs commit: src/sys/kern subr_taskqueue.c

2006-01-10 Thread Scott Long
scottl 2006-01-11 00:37:13 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: The interlock in taskqueue_terminate() is completely wrong for taskqueues that use spinlocks. Remove it for now. Revision ChangesPath 1.33 +1 -5

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

2006-01-11 Thread Scott Long
John Baldwin wrote: On Tuesday 10 January 2006 07:37 pm, Scott Long wrote: scottl 2006-01-11 00:37:13 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: The interlock in taskqueue_terminate() is completely wrong for taskqueues that use

Re: cvs commit: src/etc rc.initdiskless

2006-01-11 Thread Scott Long
Brooks Davis wrote: brooks 2006-01-11 21:59:30 UTC FreeBSD src repository Modified files: etc rc.initdiskless Log: Creating memory file systems with softupdates enabled is pointless, don't do it. PR: conf/85558 Submitted by: Ralf Wenk

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

2006-01-12 Thread Scott Long
Andrew Gallatin wrote: Scott Long [EMAIL PROTECTED] wrote: scottl 2006-01-11 00:30:25 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: Significant performance improvements for the if_em driver: Very cool. - If possible, use a fast

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

2006-01-12 Thread Scott Long
Andrew Gallatin wrote: Scott Long writes: > > Touching the APIC is tricky. First, you have to pay the cost of a > spinlock. Then you have to may the cost of at least one read and write > across the FSB. Even though the APIC registers are memory mapped, they > are

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

2006-01-12 Thread Scott Long
Nate Lawson wrote: Scott Long wrote: Andrew Gallatin wrote: Scott Long writes: > However, taskqueues are really just a proof of concept for what I really > want, which is to allow drivers to register both a fast handler and an > ithread handler. For drivers doing this, th

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

2006-01-12 Thread Scott Long
scottl 2006-01-13 05:04:27 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Disable interrupts while we are setting up the handler. The interrupt really shouldn't be set up or enabled until much later, but that will be investigated at a later tim

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

2006-01-13 Thread Scott Long
scottl 2006-01-13 08:18:04 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix the interrupt race for real. Don't register the interrupt until after the the interface has been configured. I'm not sure how this could ever have worked before, but

cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c src/sys/dev/em if_em.c src/sys/kern subr_taskqueue.c src/sys/sys taskqueue.h

2006-01-13 Thread Scott Long
scottl 2006-01-14 01:55:24 UTC FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdSchedule.c sys/dev/em if_em.c sys/kern subr_taskqueue.c sys/sys taskqueue.h Log: Add the following to the taskqueue api: taskqueue

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

2006-01-14 Thread Scott Long
scottl 2006-01-14 15:51:42 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Rename driver_t variables. Use device_printf() instead of homerolled printf. Use the provided softc instead of rolling our own. Revision ChangesPath 1.69 +39

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

2006-01-14 Thread Scott Long
scottl 2006-01-14 15:59:54 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Replace bogus code with real code. Revision ChangesPath 1.70 +4 -10 src/sys/dev/asr/asr.c ___ cvs-all@freebsd.or

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

2006-01-14 Thread Scott Long
scottl 2006-01-14 16:01:01 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years. Revision ChangesPath 1.71 +1 -9 src/sys/dev/asr/asr.c ___

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

2006-01-14 Thread Scott Long
scottl 2006-01-14 17:22:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 busdma_machdep.c sys/i386/i386busdma_machdep.c Log: Free the newtag if we exit with a failure from alloc_bounce_zone(). Found by: Coverity Prevent(tm) Revision Chan

cvs commit: src/sys/dev/bge if_bgereg.h

2006-01-14 Thread Scott Long
scottl 2006-01-14 17:42:22 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Don't base the number of jumbo segments on page size, instead base it on the fact that jumbo desriptors are defined to have 3 segments. Found by: Coverity Prevent(t

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

2006-01-14 Thread Scott Long
scottl 2006-01-14 17:59:28 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: Check the return value of copyin. Found by: Coverity Prevent (tm) Revision ChangesPath 1.73 +2 -1 src/sys/dev/amr/amr.c __

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

2006-01-14 Thread Scott Long
John Baldwin wrote: jhb 2006-01-13 19:26:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/si si.c Log: MFC: Fix /dev entries for cards with multiple modules. Revision ChangesPath 1.135.2.1 +7 -3 src/sys/dev/si/si

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> "David O'Brien" <[EMAIL PROTECTED]> writes: : On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: : > Modified files: : > usr.sbin/config main.c : > Log: : > - Change the exit message from "make clean

Re: cvs commit: src/sys/dev/sound/pci emu10k1.c

2006-01-21 Thread Scott Long
Alexander Leidinger wrote: netchild2006-01-21 15:23:15 UTC FreeBSD src repository Modified files: sys/dev/sound/pciemu10k1.c Log: Merge rev. 1.5 and 1.6 from DFly: - Add PCI identifier to match against a Dell OEM version of the SB Live! - Fix spurious warning about

Re: cvs commit: src UPDATING

2006-01-24 Thread Scott Long
Pawel Jakub Dawidek wrote: pjd 2006-01-24 15:58:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .UPDATING Log: Document the move of setkey from /usr/sbin/ to /sbin/. A bit late, but better than never. Reminded by:bz

Re: cvs commit: src UPDATING

2006-01-24 Thread Scott Long
Bjoern A. Zeeb wrote: On Tue, 24 Jan 2006, Scott Long wrote: Pawel Jakub Dawidek wrote: pjd 2006-01-24 15:58:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .UPDATING Log: Document the move of setkey from /usr/sbin/ to /sbin

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

2006-01-26 Thread Scott Long
John Baldwin wrote: On Thursday 26 January 2006 07:27, Robert Watson wrote: On Thu, 26 Jan 2006, Ceri Davies wrote: On Thu, Jan 26, 2006 at 09:57:12AM +, Murray Stokely wrote: murray 2006-01-26 09:57:12 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgm

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

2006-01-26 Thread Scott Long
Ceri Davies wrote: On Thu, Jan 26, 2006 at 09:57:12AM +, Murray Stokely wrote: murray 2006-01-26 09:57:12 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Add kbdmux and sysinstall smp kernel install items from the ideas page to the 6.1 Desired

Re: cvs commit: src/lib/libc/stdlib malloc.c

2006-01-26 Thread Scott Long
Jason Evans wrote: On Jan 26, 2006, at 6:51 PM, Andrey Chernov wrote: I worry about my system performance. Could you please make all statistics and debug code conditional, debending on some flags which could be set as malloc options? Even in case this is a test period now, some people perha

Re: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc a64l.3 a64l.c l64a.c

2006-01-27 Thread Scott Long
Tom Rhodes wrote: trhodes 2006-01-27 05:17:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) include stdlib.h lib/libc/stdlib Makefile.inc Added files: (Branch: RELENG_6) lib/libc/stdlib a64l.3 a64l.c l64a.c Log:

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

2006-01-28 Thread Scott Long
scottl 2006-01-28 15:50:19 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Squash another invalid use of BUS_DMA_ALLOCNOW. MFC After: 3 days Revision ChangesPath 1.104 +1 -1 src/sys/dev/em/if_em.c ___

cvs commit: src/sys/sys _rwlock.h

2006-01-28 Thread Scott Long
scottl 2006-01-28 17:51:20 UTC FreeBSD src repository Added files: sys/sys _rwlock.h Log: Add _rwlock.h, apparently missed from the rwlock.h commit. Revision ChangesPath 1.1 +39 -0 src/sys/sys/_rwlock.h (new) ___

cvs commit: src/sys/vm vm_contig.c

2006-01-29 Thread Scott Long
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 idea, but the implementation left a lot t

  1   2   3   4   5   6   7   >