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

2006-09-26 Thread Scott Long
scottl 2006-09-27 05:00:10 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Skip the AEN event command that is always hanging out on the card. Submitted by: Doug Ambrisko Revision ChangesPath 1.19 +2 -0 src/sys/dev/mfi/mfi.c _

Re: cvs commit: src/share/examples/mdoc example.4

2006-09-27 Thread Scott Long
Daniel Gerzo wrote: Quoting Ceri Davies <[EMAIL PROTECTED]>: No, we're arguing over grammar. The sentence currently renders as something like: Alternatively, to load the fxp(4) as a module at boot time... I proposed the following change: Alternatively, to load .Ns Nm module at boot

Re: cvs commit: src/share/examples/mdoc example.4

2006-09-27 Thread Scott Long
Tom Rhodes wrote: On Wed, 27 Sep 2006 03:02:22 -0600 Scott Long <[EMAIL PROTECTED]> wrote: Daniel Gerzo wrote: Quoting Ceri Davies <[EMAIL PROTECTED]>: No, we're arguing over grammar. The sentence currently renders as something like: Alternatively, to load the fxp(

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

2006-09-27 Thread Scott Long
John Baldwin wrote: On Tuesday 26 September 2006 19:08, Maxim Sobolev wrote: John Baldwin wrote: On Tuesday 26 September 2006 12:08, Maxim Sobolev wrote: sobomax 2006-09-26 16:08:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/i386local_ap

Re: cvs commit: src/sys/boot/ficl Makefile src/sys/boot/i386 Makefile.inc

2006-09-28 Thread Scott Long
Ruslan Ermilov wrote: ru 2006-09-28 10:02:04 UTC FreeBSD src repository Modified files: sys/boot/ficlMakefile sys/boot/i386Makefile.inc Log: Add -march=i386 to fix amd64 build by generating the same code as i386 would do. Revision Changes

Re: cvs commit: src/usr.sbin/sysinstall disks.c

2006-10-08 Thread Scott Long
Ceri Davies wrote: ceri2006-10-08 21:16:01 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall disks.c Log: When using sysinstall on a running system and editing a disk label fails, suggest setting kern.geom.debugflags to 16. PR: bin/94409

Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h

2006-10-10 Thread Scott Long
Doug Ambrisko wrote: Kip Macy writes: | | The interface is not the same - can one buy an adapter? True that technically the interface is not the same. The SAS connector spans the power supply and data port. SATA has separate data and power. However, the mechanical spacing is the same except

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

2006-10-12 Thread Scott Long
scottl 2006-10-13 05:18:03 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Fix some whitespace Revision ChangesPath 1.10 +95 -95src/sys/dev/bce/if_bce.c ___ cvs-all@freebsd.org mailing

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

2006-10-13 Thread Scott Long
scottl 2006-10-14 03:58:59 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcereg.h Log: Don't copy the bd_chain head pointers into temporary objects, they are available globally. Revision ChangesPath 1.11 +3 -6 src/sys/dev/bce

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

2006-10-13 Thread Scott Long
scottl 2006-10-14 04:28:24 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: More small whitespace cleanups Revision ChangesPath 1.12 +4 -4 src/sys/dev/bce/if_bce.c ___ cvs-all@freebsd.

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

2006-10-13 Thread Scott Long
scottl 2006-10-14 05:30:12 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Simplify the arguments to bce_tx_encap. Revision ChangesPath 1.13 +14 -17src/sys/dev/bce/if_bce.c ___ cvs-all

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

2006-10-15 Thread Scott Long
scottl 2006-10-15 23:42:57 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcereg.h Log: Overhaul the transmit and dma paths: - Use bus_dmamap_load_mbuf_sg() to eliminate the need for the callback and all of the extra bookkeeping associated with i

cvs commit: src/sys/dev/mfi mfi.c mfi_debug.c mfi_disk.c mfireg.h mfivar.h

2006-10-15 Thread Scott Long
scottl 2006-10-16 04:18:38 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_debug.c mfi_disk.c mfireg.h mfivar.h Log: - Add a command validator for use in debugging. - Fix the locking protocol to eliminate races between normal

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

2006-10-15 Thread Scott Long
scottl 2006-10-16 04:30:09 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Remove some debugging code that accidentally crept in. Revision ChangesPath 1.21 +1 -3 src/sys/dev/mfi/mfi.c __

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

2006-10-18 Thread Scott Long
John Baldwin wrote: On Tuesday 17 October 2006 17:34, Tom Rhodes wrote: On Mon, 16 Oct 2006 13:20:23 -0400 John Baldwin <[EMAIL PROTECTED]> wrote: On Saturday 14 October 2006 06:30, Tom Rhodes wrote: trhodes 2006-10-14 10:30:14 UTC FreeBSD src repository Modified files: sys/kern

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

2006-10-19 Thread Scott Long
scottl 2006-10-19 06:58:01 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Remove some spurious debugging, and use more complete error handling for tx load and fragmentation problems. Revision ChangesPath 1.15 +20 -10src/sys/d

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

2006-10-19 Thread Scott Long
scottl 2006-10-19 08:01:43 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: I can't find any reason why an 8 byte alignment should be enforced on rx and tx buffers. Fix it there, and also don't have it be overridden by the parent tag. Revis

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

2006-10-19 Thread Scott Long
scottl 2006-10-19 08:03:22 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: There is no reason to have a PAGE_SIZE alignment enforced on all DMA by the parent tag. Revision ChangesPath 1.151 +1 -1 src/sys/dev/bge/if_bge.c _

cvs commit: src/sys/conf NOTES

2006-10-20 Thread Scott Long
scottl 2006-10-21 04:13:21 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Fix whitespace Revision ChangesPath 1.1392+1 -1 src/sys/conf/NOTES ___ cvs-all@freebsd.org mailing list http://l

cvs commit: src/sys/conf NOTES files src/sys/dev/mfi mfi.c mfi_debug.c mfi_disk.c mfireg.h mfivar.h src/sys/modules/mfi Makefile

2006-10-20 Thread Scott Long
scottl 2006-10-21 05:28:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf NOTES files sys/dev/mfi mfi.c mfi_disk.c mfireg.h mfivar.h sys/modules/mfi Makefile Added files: (Branch: RELENG_6) sys/dev/mf

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

2006-10-21 Thread Scott Long
scottl 2006-10-21 07:54:40 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Be more like the BGE driver. Ensure that at least 16 TX descriptors are kept unused in the ring. This check should probably be moved up to bce_start_locked at some poin

cvs commit: src/sys/dev/bce if_bcereg.h

2006-10-21 Thread Scott Long
scottl 2006-10-21 20:41:08 UTC FreeBSD src repository Modified files: sys/dev/bce if_bcereg.h Log: There seems to be a problem with txcsum and UDP. Turn it off until it is understood better. This fixes timeout problems with NFS. Revision ChangesPath 1.8

cvs commit: src/sys/dev/bce if_bcereg.h

2006-10-24 Thread Scott Long
scottl 2006-10-24 08:24:31 UTC FreeBSD src repository Modified files: sys/dev/bce if_bcereg.h Log: Refine the checksum hack a little. It appears that the chip can handle UDP and TCP checksum offloading fine, it only has a problem with IP checksums on IP fragments..

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

2006-10-24 Thread Scott Long
scottl 2006-10-24 10:11:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bce if_bce.c if_bcereg.h Log: Merge all changes from HEAD, except for rev 1.8 which changes the VLAN API. This fixes a number of stability problems with the driver.

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

2006-10-30 Thread Scott Long
scottl 2006-10-31 03:28:25 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Fix a typo in the device ID table that prevented 5708S chips from being detected. Submitted by: pyun Revision ChangesPath 1.18 +2 -2 src/sys/dev/

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

2006-06-20 Thread Scott Long
Maxim Konovalov wrote: On Tue, 20 Jun 2006, 21:41-, Maxim Konovalov wrote: maxim 2006-06-20 21:41:14 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: o Remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags, add LK_NOSHARE. Btw, as I see there are

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

2006-06-20 Thread Scott Long
Maxim Konovalov wrote: On Tue, 20 Jun 2006, 16:05-0600, Scott Long wrote: Maxim Konovalov wrote: On Tue, 20 Jun 2006, 21:41-, Maxim Konovalov wrote: maxim 2006-06-20 21:41:14 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: o Remove LK_REENABLE

Re: cvs commit: src/sys/pci if_dc.c if_dcreg.h

2006-06-21 Thread Scott Long
Kostik Belousov wrote: On Wed, Jun 21, 2006 at 09:03:24PM +, John Baldwin wrote: jhb 2006-06-21 21:03:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci if_dc.c if_dcreg.h Log: MFC various cleanups: - Switch on the full 32-bit de

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

2006-06-21 Thread Scott Long
scottl 2006-06-22 03:58:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii dcphy.c Log: MFC rev 1.31: Use PCI bus accessors rather than reading config registers directly to get the subvendor device id. Revision ChangesP

cvs commit: src/sys/fs/udf udf_vfsops.c

2006-06-25 Thread Scott Long
scottl 2006-06-26 03:21:19 UTC FreeBSD src repository Modified files: sys/fs/udf udf_vfsops.c Log: Fix a memory leak and a nested 'for' loop in the spare table handling. Submitted by: Pedro Martelletto Revision ChangesPath 1.42 +6 -4 src/sys/

Re: cvs commit: src/share/man/man4 Makefile nfe.4 src/sys/amd64/conf NOTES src/sys/conf files.amd64 files.i386 src/sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h src/sys/i386/conf NOTES src/sys/modules

2006-06-26 Thread Scott Long
David E. O'Brien wrote: obrien 2006-06-26 23:41:07 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/amd64/conf NOTES sys/conf files.amd64 files.i386 sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h sys/i386/conf

Re: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c src/sys/kern kern_synch.c subr_taskqueue.c src/sys/sys systm.h taskqueue.h

2006-07-06 Thread Scott Long
Gleb Smirnoff wrote: glebius 2006-07-06 08:32:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica/Osd OsdSchedule.c sys/kern kern_synch.c subr_taskqueue.c sys/sys systm.h taskqueue.h Log: MFC: sync taskque

Re: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux syscalls.master

2006-07-06 Thread Scott Long
John Baldwin wrote: jhb 2006-07-06 21:42:36 UTC FreeBSD src repository Modified files: sys/amd64/linux32syscalls.master sys/compat/linux linux_ioctl.c sys/i386/linux syscalls.master Log: - Protect the list of linux ioctl handlers with an sx lock.

Re: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/compat/linux linux_ioctl.c src/sys/i386/linux syscalls.master

2006-07-06 Thread Scott Long
John Baldwin wrote: On Thursday 06 July 2006 17:53, Scott Long wrote: John Baldwin wrote: jhb 2006-07-06 21:42:36 UTC FreeBSD src repository Modified files: sys/amd64/linux32syscalls.master sys/compat/linux linux_ioctl.c sys/i386/linux syscalls.master

cvs commit: src/sys/kern kern_environment.c subr_hints.c src/sys/sys systm.h

2006-07-09 Thread Scott Long
scottl 2006-07-09 21:42:58 UTC FreeBSD src repository Modified files: sys/kern subr_hints.c kern_environment.c sys/sys systm.h Log: Use a sleep mutex instead of an sx lock for the kernel environment. This allows greater flexibility for drivers th

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

2006-07-12 Thread Scott Long
Maxim Sobolev wrote: Jung-uk Kim wrote: On Tuesday 11 July 2006 08:49 pm, Jung-uk Kim wrote: jkim2006-07-12 00:49:47 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Assume floppy disk is not inserted when we have exhausted retries. This signif

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Scott Long
Warner Losh wrote: imp 2006-07-14 21:35:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c at91_spireg.h Removed files: sys/arm/at91 at91_spiio.h Log: MF p4: Adapt to forthcoming spi framework. The ioctls for SPI commands and

Re: cvs commit: src/sys/sys param.h src/include Makefile netdb.h res_update.h resolv.h src/include/arpa inet.h nameser.h nameser_compat.h src/lib/libc Makefile src/lib/libc/include port_after.h port_b

2006-07-17 Thread Scott Long
Hajimu UMEMOTO wrote: Hi, On Mon, 17 Jul 2006 12:31:38 -0400 Ken Smith <[EMAIL PROTECTED]> said: kensmith> That's an awful big list of things being changed in a stable branch so kensmith> I'm just checking... kensmith> Are we sure there will be no user-visible (API/ABI) changes that result

Re: cvs commit: src/sbin/reboot reboot.c

2006-08-07 Thread Scott Long
Dag-Erling Smørgrav wrote: "Daniel O'Connor" <[EMAIL PROTECTED]> writes: On Monday 07 August 2006 01:52, Dag-Erling Smørgrav wrote: Wouldn't it be more logical to have init(8) perform the reboot(2) call upon receiving a signal from reboot(8)? You wouldn't be able to reboot the system in sin

Re: cvs commit: src/sys/amd64/amd64 support.S

2006-08-16 Thread Scott Long
Bruce Evans wrote: On Tue, 15 Aug 2006, John Baldwin wrote: On Tuesday 15 August 2006 09:55, Kostik Belousov wrote: So, it seems that xorq %rax, %rax and xorl %eax, %eax will make the same results, but in the different ways. And xorq requires REX prefix, that shall make the decoding longer.

cvs commit: CVSROOT access

2010-07-21 Thread Scott Long
scottl 2010-07-22 06:43:45 UTC FreeBSD doc repository Modified files: .access Log: Haven't used this account in a long time, follow the advice of the grim reaper and retire it. Revision ChangesPath 1.629 +0 -1 CVSROOT/access ___

Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.h

2008-05-22 Thread Scott Long
Maxim Sobolev wrote: Sam Leffler wrote: Maxim Sobolev wrote: Ed Schouten wrote: The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the list head, even though it is unused. I don't think it's necessary. sys/queue.h API is not supposed to be portable across different operati

cvs commit: src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h

2008-07-11 Thread Scott Long
scottl 2008-07-11 21:20:51 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h Log: SVN rev 180454 on 2008-07-11 21:20:51Z by scottl A number of significant enhancements to the ciss driver: 1. The FreeBSD driver was sett

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

2008-07-20 Thread Scott Long
scottl 2008-07-20 16:50:14 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: SVN rev 180633 on 2008-07-20 16:50:14Z by scottl While spin-waiting for the mailbox semaphore to update, do flushing reads of PCI bus so that we don't have to wait more t

cvs commit: src/sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h

2007-08-25 Thread Scott Long
scottl 2007-08-25 23:58:45 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h Log: Update the MFI driver to support new "1078" series of hardware. This includes the upcoming Dell PERC6 series. Many thanks to LSI for contributi

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

2007-08-25 Thread Scott Long
scottl 2007-08-26 02:35:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mfi mfi.c Log: Fix the build. Revision ChangesPath 1.3.2.9 +1 -1 src/sys/dev/mfi/mfi.c ___ cvs-all@free

cvs commit: src/sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h

2007-08-25 Thread Scott Long
scottl 2007-08-26 02:36:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h Log: MFC LSI 1078/PERC6 update. Submitted by: LSI Revision ChangesPath 1.3.2.10 +120 -21 src/sys/dev/mfi/mfi

Re: cvs commit: doc/en_US.ISO8859-1/articles/5-roadmap article.sgml

2007-09-17 Thread Scott Long
Abdullah Ibn Hamad Al-Marri wrote: On 9/18/07, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: On 2007-09-18 00:12, Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]> wrote: On 9/18/07, Gabor Kovesdan <[EMAIL PROTECTED]> wrote: Giorgos Keramidas escribi??: keramida2007-09-17 21:02:43 UTC Fre

Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c

2007-09-18 Thread Scott Long
Kostik Belousov wrote: On Tue, Sep 18, 2007 at 04:20:21AM +, Tim Kientzle wrote: kientzle2007-09-18 04:20:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib/libarchive/test test_write_disk.c Log: Correct the return value from

Re: cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c

2007-09-18 Thread Scott Long
Bruce A. Mah wrote: If memory serves me right, Scott Long wrote: Kostik Belousov wrote: On Tue, Sep 18, 2007 at 04:20:21AM +, Tim Kientzle wrote: kientzle2007-09-18 04:20:21 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c lib

Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_

2007-10-06 Thread Scott Long
Erik Trulsson wrote: On Fri, Oct 05, 2007 at 05:05:05PM -0700, Jack Vogel wrote: On 10/5/07, Erik Trulsson <[EMAIL PROTECTED]> wrote: On Fri, Oct 05, 2007 at 10:49:09PM +, Jack F Vogel wrote: jfv 2007-10-05 22:49:09 UTC FreeBSD src repository Modified files:(Branch: R

Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_

2007-10-06 Thread Scott Long
Dag-Erling Smørgrav wrote: Scott Long <[EMAIL PROTECTED]> writes: What do you expect to accomplish by lecturing a vendor who has shown very good faith over the years in supporting FreeBSD? Maybe we should tell Intel to piss off since you obviously know how to support their hardwar

Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_

2007-10-06 Thread Scott Long
Dag-Erling Smørgrav wrote: Scott Long <[EMAIL PROTECTED]> writes: Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: We used to have a principle that commit bits were granted to individuals on their individual merit, not simply because they represented a vendor and were paid to wor

cvs commit: src/sys/dev/twa tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_freebsd.c tw_osl_share.h

2007-10-09 Thread Scott Long
scottl 2007-10-09 17:43:57 UTC FreeBSD src repository Modified files: sys/dev/twa tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_freebsd.c tw_osl_share

Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c

2007-10-09 Thread Scott Long
Andrey Chernov wrote: On Tue, Oct 09, 2007 at 03:28:15PM +, David E. O'Brien wrote: obrien 2007-10-09 15:28:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/awk Makefile contrib/one-true-awk b.c lib.c main.c run.c tran.c Removed

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

2007-10-12 Thread Scott Long
scottl 2007-10-12 17:03:41 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Fix a mistake made in the MPSAFE commit that caused CAM to serialize requests to the controller. Revision ChangesPath 1.82 +2 -1 src/sys/dev/ciss/ciss.c

cvs commit: src/sys/dev/mpt mpt_cam.c

2007-10-12 Thread Scott Long
scottl 2007-10-12 16:54:51 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: For some blasted reason the SATA WC change frees a structure right in the middle of using it. Revision ChangesPath 1.62 +0 -1 src/sys/dev/mpt/mpt_cam

cvs commit: src/sys/dev/twa tw_osl.h

2007-10-12 Thread Scott Long
scottl 2007-10-12 16:51:22 UTC FreeBSD src repository Modified files: sys/dev/twa tw_osl.h Log: Deferred interrupts don't work yet, disable them. Submitted by: Manjunath Ranganathaiah Revision ChangesPath 1.6 +2 -0 src/sys/dev/twa/tw_osl.h __

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

2007-10-12 Thread Scott Long
scottl 2007-10-12 16:52:55 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi_cam.c Log: Play better with CAM so that there aren't so many spurious warnings at boot. Revision ChangesPath 1.3 +14 -17src/sys/dev/mfi/mfi_cam.c

cvs commit: src/sys/cam/scsi scsi_all.h

2007-10-12 Thread Scott Long
scottl 2007-10-12 22:11:22 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_all.h Log: Add a bunch of definitions and structures to support newer drivers. Revision ChangesPath 1.29 +110 -1src/sys/cam/scsi/scsi_all.h __

cvs commit: src/sys/sys ata.h

2007-10-12 Thread Scott Long
scottl 2007-10-12 22:18:56 UTC FreeBSD src repository Modified files: sys/sys ata.h Log: Add definitions for the 3rd ATA support word. Revision ChangesPath 1.37 +9 -0 src/sys/sys/ata.h ___ cvs-all@fre

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-15 Thread Scott Long
Alexander Leidinger wrote: Quoting Poul-Henning Kamp <[EMAIL PROTECTED]> (from Sun, 14 Oct 2007 17:54:21 +): My only beef is with the architecture of the sensors framework, and as a consequence thereof, with the actual code as well. When I asked you about a proposal how a better architec

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-15 Thread Scott Long
Joao Barros wrote: On 10/15/07, Scott Long <[EMAIL PROTECTED]> wrote: Alexander Leidinger wrote: Quoting Poul-Henning Kamp <[EMAIL PROTECTED]> (from Sun, 14 Oct 2007 17:54:21 +): My only beef is with the architecture of the sensors framework, and as a consequence thereof, wit

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-15 Thread Scott Long
Constantine A. Murenin wrote: Dear Scott, The announcement of the completion of the project went onto several mailing lists in mid-September. It even contained my request for the re@ approval. My FreeBSD Quarterly Status Report from October 2007 quite unambiguously indicated that the work of th

Re: cvs commit: src/sys/cam/scsi scsi_all.h

2007-10-16 Thread Scott Long
Roman Divacky wrote: On Fri, Oct 12, 2007 at 10:11:22PM +, Scott Long wrote: scottl 2007-10-12 22:11:22 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_all.h Log: Add a bunch of definitions and structures to support newer drivers

Re: cvs commit: src/etc Makefile sensorsd.conf src/etc/defaults rc.conf src/etc/rc.d Makefile sensorsd src/lib/libc/gen sysctl.3 src/sbin/sysctl sysctl.8 sysctl.c src/share/man/man5 rc.conf.5 src/shar

2007-10-17 Thread Scott Long
Alexander Leidinger wrote: Quoting John Baldwin <[EMAIL PROTECTED]> (from Wed, 17 Oct 2007 09:07:06 -0400): On Tuesday 16 October 2007 06:14:34 pm Constantine A. Murenin wrote: On 16/10/2007 17:01, John Baldwin wrote: > Basically, by having so little data in hw.sensors if I had to write a

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

2007-10-19 Thread Scott Long
scottl 2007-10-19 15:23:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mfi mfi_cam.c Log: Merge rev 1.3: Clean up warnings on boot. Approved by: re Revision ChangesPath 1.2.2.1 +14 -17src/sys/dev/mfi/mfi_cam.c

cvs commit: src/sys/dev/mpt mpt_cam.c

2007-10-19 Thread Scott Long
scottl 2007-10-19 15:22:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mpt mpt_cam.c Log: Merge rev 1.62: Fix use-after-free panic. Approved by: re Revision ChangesPath 1.61.2.1 +0 -1 src/sys/dev/mpt/mpt_cam.c

cvs commit: src/sys/dev/twa tw_osl.h

2007-10-19 Thread Scott Long
scottl 2007-10-19 15:21:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/twa tw_osl.h Log: Merge rev 1.6: Disable defered interrupt processing. There are reports that this feature still works with the 4BSD scheduler, but I'm disabling i

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

2007-10-19 Thread Scott Long
scottl 2007-10-19 15:19:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ciss ciss.c Log: Merge rev 1.82: Don't serialize requests to the controller. Approved by: re Revision ChangesPath 1.81.2.1 +2 -1 src/sys/dev/cis

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-25 Thread Scott Long
Andrey A. Chernov wrote: ache2007-10-15 09:51:30 UTC FreeBSD src repository Modified files: lib/libc/locale utf8.c Log: Add comment explaining __mb_sb_limit trick here. Revision ChangesPath 1.16 +5 -0 src/lib/libc/locale/utf8.c When is the ABI

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-25 Thread Scott Long
Andrey Chernov wrote: On Thu, Oct 25, 2007 at 09:15:27AM -0600, Scott Long wrote: Andrey A. Chernov wrote: ache2007-10-15 09:51:30 UTC FreeBSD src repository Modified files: lib/libc/locale utf8.c Log: Add comment explaining __mb_sb_limit trick here. Revision

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-25 Thread Scott Long
LI Xin wrote: Scott Long wrote: Andrey Chernov wrote: On Thu, Oct 25, 2007 at 09:15:27AM -0600, Scott Long wrote: Andrey A. Chernov wrote: ache2007-10-15 09:51:30 UTC FreeBSD src repository Modified files: lib/libc/locale utf8.c Log: Add comment explaining

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-25 Thread Scott Long
Robert Watson wrote: On Thu, 25 Oct 2007, Andrey Chernov wrote: On Thu, Oct 25, 2007 at 12:05:40PM -0700, LI Xin wrote: Well, I think the problem is not exposing a new symbol by itself, but __mb_sb_limit is being used in _ctype.h, in a form of __inline functions. Therefore, the change will br

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-26 Thread Scott Long
John Baldwin wrote: On Thursday 25 October 2007 07:04:08 pm Scott Long wrote: Robert Watson wrote: On Thu, 25 Oct 2007, Andrey Chernov wrote: On Thu, Oct 25, 2007 at 12:05:40PM -0700, LI Xin wrote: Well, I think the problem is not exposing a new symbol by itself, but __mb_sb_limit is being

Re: cvs commit: src/lib/libc/locale utf8.c

2007-10-26 Thread Scott Long
Andrey Chernov wrote: On Sat, Oct 27, 2007 at 12:54:21AM +0800, Rong-en Fan wrote: As for RELENG_7 and HEAD, I'm not 100% sure whether we should restore the compatibility as 1) 7.0 is not released yet, 2) we don't promise anything in HEAD branch. However, if most people think get rid of inline s

cvs commit: src/sys/dev/twa tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_freebsd.c tw_osl_share.h

2007-10-26 Thread Scott Long
scottl 2007-10-26 23:51:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/twa tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_freebsd.c

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

2007-11-03 Thread Scott Long
scottl 2007-11-03 17:33:42 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c Log: Ever since the module registration system was introduced to this driver, it's been printing out scary messages about "Unhanded Event Notify Frame" that are needlessly worris

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

2007-11-05 Thread Scott Long
scottl 2007-11-05 11:22:18 UTC FreeBSD src repository Modified files: sys/dev/isp isp_sbus.c Log: Add missing locking for SBus controllers. Revision ChangesPath 1.36 +5 -0 src/sys/dev/isp/isp_sbus.c ___ c

cvs commit: src/sys/dev/esp esp_sbus.c

2007-11-11 Thread Scott Long
scottl 2007-11-11 14:45:35 UTC FreeBSD src repository Modified files: sys/dev/esp esp_sbus.c Log: The ESP driver isn't really MPSAFE, so don't mark it that it is. Revision ChangesPath 1.15 +1 -1 src/sys/dev/esp/esp_sbus.c __

cvs commit: src/sys/cam/scsi scsi_all.h

2007-11-15 Thread Scott Long
scottl 2007-11-15 16:27:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/cam/scsi scsi_all.h Log: MFC rev 1.29: Add structures and definitions to support new drivers. Approved by: re Revision ChangesPath 1.28.2.1 +109 -0sr

cvs commit: src/sys/cam/scsi scsi_all.h

2007-11-15 Thread Scott Long
scottl 2007-11-15 16:23:38 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_all.h Log: Fix a change in the previous commit that was actually a type-o. Revision ChangesPath 1.30 +1 -1 src/sys/cam/scsi/scsi_all.h __

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

2007-11-15 Thread Scott Long
Robert Watson wrote: On Thu, 15 Nov 2007, Julian Elischer wrote: "no matter how small the change, use diff + patch to move it across." After applying the patch on your commit machine, is it too difficult to actually retest before committing? This would catch the broken commit before it be

cvs commit: src/sys/sys ata.h

2007-11-15 Thread Scott Long
scottl 2007-11-15 16:29:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys ata.h Log: MFC rev 1.37: Add ATA defintions Approved by: re Revision ChangesPath 1.36.2.1 +9 -0 src/sys/sys/ata.h _

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
Søren Schmidt wrote: Nate Lawson wrote: Søren Schmidt wrote: Scott Long wrote: SXren Schmidt wrote: sos 2007-10-26 08:59:24 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c atapi-cd.h Log: Update the way we get the mode pages on

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: What I've sortof talked phk into is that if I return the "right" error code in the "start" function, it will back off and not retry nor chatter. We still need the "access"

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: The simplest way to do this, is probably to overload ENOENT or some other currently undefined errno for this effect. But then why not have g_access be able to communicate the ability to access the device indep

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
SXren Schmidt wrote: sos 2007-10-26 08:59:24 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c atapi-cd.h Log: Update the way we get the mode pages on probe. Revision ChangesPath 1.194 +22 -25src/sys/dev/ata/atapi-cd.c 1.47

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : SXren Schmidt wrote: : > sos 2007-10-26 08:59:24 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/ata at

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Nate Lawson writes: Well, there are two questions: media present (yes/no) and drive capable of telling if media present without just trying to read it (yes/no). This risk reopening the old religious war if drivers should poll their dri

Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h

2007-11-16 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: Poul-Henning Kamp wrote: Well, there are two questions: media present (yes/no) and drive capable of telling if media present without just trying to read it (yes/no). This risk reopening the old religious

cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/ia64/ia64 interrupt.c src/sys/powerpc/powerpc intr_machdep.c src/sys/sparc64/sparc64 intr_machdep.c

2007-11-20 Thread Scott Long
scottl 2007-11-21 04:03:51 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c sys/i386/i386intr_machdep.c sys/ia64/ia64interrupt.c sys/powerpc/powerpc intr_machdep.c sys/sparc64/sparc64 intr_machdep.c Log: Extend

cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/ia64/ia64 interrupt.c src/sys/sparc64/sparc64 intr_machdep.c

2007-11-26 Thread Scott Long
scottl 2007-11-26 15:06:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/amd64/amd64 intr_machdep.c sys/i386/i386intr_machdep.c sys/ia64/ia64interrupt.c sys/sparc64/sparc64 intr_machdep.c Log: MFC: expand critical s

cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/ia64/ia64 interrupt.c

2007-11-26 Thread Scott Long
scottl 2007-11-26 15:08:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 intr_machdep.c sys/i386/i386intr_machdep.c sys/ia64/ia64interrupt.c Log: MFC: Expand critical section coverage so that shared fast and i

cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/ia64/ia64 interrupt.c

2007-11-26 Thread Scott Long
scottl 2007-11-26 15:42:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/amd64/amd64 intr_machdep.c sys/i386/i386intr_machdep.c sys/ia64/ia64interrupt.c Log: MFC: Expand critical section coverage so that shared fast and

cvs commit: src/sys/powerpc/powerpc intr_machdep.c

2007-11-26 Thread Scott Long
scottl 2007-11-26 16:14:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/powerpc/powerpc intr_machdep.c Log: MFC: expand critical section coverage so that shared fast and ithread handlers don't stall. Approved by: re Revision ChangesP

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

2007-11-28 Thread Scott Long
scottl 2007-11-28 19:40:17 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c Log: Turn the CAM passthroug interface to AMR back ON. Adjust the T_DIRECT filtering so that disk drives can be attached via the pass driver. Add CAM locking. Don't

cvs commit: src/sys/modules/amr Makefile

2007-12-02 Thread Scott Long
scottl 2007-12-02 18:39:38 UTC FreeBSD src repository Modified files: sys/modules/amr Makefile Log: The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from the makefile. Revision ChangesPath 1.11 +0 -1 src/sys/modules/amr/Makefile __

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

2007-12-02 Thread Scott Long
scottl 2007-12-02 18:45:37 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: Fix printf format bugs that where hidden by AMR_DEBUG. Revision ChangesPath 1.82 +3 -3 src/sys/dev/amr/amr.c __

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

2007-12-02 Thread Scott Long
scottl 2007-12-02 18:47:31 UTC FreeBSD src repository Modified files: sys/dev/amr amr_pci.c Log: Fix a typo that was hidden by AMR_DEBUG. Revision ChangesPath 1.39 +1 -1 src/sys/dev/amr/amr_pci.c ___ cvs-

<    1   2   3   4   5   6   7   >