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
_
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
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(
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
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
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
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
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
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
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.
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
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
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
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
__
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
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
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
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
_
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
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
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
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
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..
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.
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/
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
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
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
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
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/
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
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
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.
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
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
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
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
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
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
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.
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
___
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
__
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
__
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
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
_
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
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"
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
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
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
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
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
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
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
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
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
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
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
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
__
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
__
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-
301 - 400 of 682 matches
Mail list logo