scottl 2007-01-15 16:22:20 UTC
FreeBSD src repository
Modified files:
sys/dev/aac aac_cam.c
Log:
Add a missing mutex unlock to an error path.
Submitted by: Yuxiang Luo
PR: 107943
Revision ChangesPath
1.26 +1 -0 src/sys/dev/aac/aac_cam.c
scottl 2007-01-17 02:58:42 UTC
FreeBSD src repository
Modified files:
sys/dev/mfi mfi_pci.c
Log:
Add PCI Id's for upcoming controllers.
Obtained from: LSI Corp.
MFC After: 3 days
Revision ChangesPath
1.4 +3 -1 src/sys/dev/mfi/mfi_pci.c
scottl 2007-01-20 17:05:12 UTC
FreeBSD src repository
Modified files:
sys/dev/bce if_bce.c
Log:
The multicast hash table has 8 slots in the BCE hardware, not 4 slots like
the BGE hardware. Adapt the driver for this.
Submitted by: Mike Karels
MFC After: 3 days
Alexander Leidinger wrote:
netchild2007-01-20 19:32:23 UTC
FreeBSD src repository
Modified files:
sys/compat/linprocfs linprocfs.c
Log:
Fix tinderbox build on amd64.
Revision ChangesPath
1.104 +2 -2 src/sys/compat/linprocfs/linprocfs.c
Try the following
Alexander Leidinger wrote:
Quoting Sam Leffler <[EMAIL PROTECTED]> (Sat, 20 Jan 2007 12:05:04 -0800):
Scott Long wrote:
Alexander Leidinger wrote:
netchild2007-01-20 19:32:23 UTC
FreeBSD src repository
Modified files:
sys/compat/linprocfs linprocfs.c Log:
Fix tin
Max Laier wrote:
On Sunday 21 January 2007 16:47, M. Warner Losh wrote:
In message: <[EMAIL PROTECTED]>
Alexander Leidinger <[EMAIL PROTECTED]> writes:
: I was thinking more about something like:
: to print identifier to use in the
: kernel sizeof()
scottl 2007-01-23 02:47:33 UTC
FreeBSD src repository
Modified files:
sys/dev/mfi mfi_pci.c
Log:
Remove a PCI ID entry that conflicts with the AMR driver.
Revision ChangesPath
1.5 +0 -1 src/sys/dev/mfi/mfi_pci.c
___
[EMAIL PROTECTED] wrote:
*/
-{T_DIRECT, SIP_MEDIA_REMOVABLE, "*", "MP3 Player*",
+{T_DIRECT, SIP_MEDIA_REMOVABLE, "EM732X", "MP3 Player*",
"1.0"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
};
Thanks.
a) It'd be nice if we could move quirks to some sysctl or
Sam Leffler wrote:
[EMAIL PROTECTED] wrote:
If you just do a module, all you're doing is moving compiled code from
one place to another. IMO.
My thought was if it's split into a module then you can have alternative
modules available at the loader prompt/menu to fallback to. Also if
it's split
scottl 2007-01-27 00:05:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/bce if_bce.c
Log:
MFC rev 1.26: Fix multicast.
Revision ChangesPath
1.2.2.9 +4 -4 src/sys/dev/bce/if_bce.c
Pawel Jakub Dawidek wrote:
On Mon, Jan 29, 2007 at 10:07:24AM -0800, Nate Lawson wrote:
Pawel Jakub Dawidek wrote:
Hmm, I thought that cold is zeroed before smp_started is set?
I don't think that's guaranteed. Besides, there's an easier way to fix your problem. Instead of calling kthread_crea
Pawel Jakub Dawidek wrote:
On Tue, Jan 30, 2007 at 04:36:36PM -0500, John Baldwin wrote:
On Monday 29 January 2007 15:19, Pawel Jakub Dawidek wrote:
I fully agree that there should be a clean KPI for this. What you
proposed if fine. Because of lack of such KPI geli has to handle HTT
CPUs which
Andrew Gallatin wrote:
gallatin2007-01-31 15:47:44 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c
Log:
destroy busdma maps even if they are NULL, so as to avoid leaking
busdma tags.
Revision ChangesPath
1.19 +16 -18src/sys/dev
Scott Long wrote:
Andrew Gallatin wrote:
gallatin2007-01-31 15:47:44 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c Log:
destroy busdma maps even if they are NULL, so as to avoid leaking
busdma tags.
Revision ChangesPath
1.19 +16
scottl 2007-02-15 15:36:16 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
Fix spurious I/O errors when under high load.
Submitted by: Erich Chen
Revision ChangesPath
1.16 +5 -1 src/sys/dev/arcmsr/arcmsr.c
1.3
scottl 2007-02-23 22:53:56 UTC
FreeBSD src repository
Modified files:
sys/kern subr_rman.c
Log:
Fix a case in rman_manage_region() where the resource list would get
missorted.
This would in turn confuse rman_reserve_resource(). This was only seen for
MSI resour
Ruslan,
If you were surprised or confused by Paolo's change, then you weren't
reading any FreeBSD mail for the last 6 months. Lay off him, he did
an excellent job with a very hard task, and he went out of his way to
make sure that everyone knew what was going on. He also has been
very respons
John Baldwin wrote:
jhb 2007-03-02 17:01:45 UTC
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
- Don't do the interrupt storm protection stuff for software interrupt
handlers.
- Use pause() when throtting during an interrupt storm.
Kris Kennaway wrote:
On Fri, Mar 02, 2007 at 10:13:54AM -0700, Scott Long wrote:
John Baldwin wrote:
jhb 2007-03-02 17:01:45 UTC
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
- Don't do the interrupt storm protection stuff for sof
John Baldwin wrote:
On Friday 02 March 2007 12:28, Kris Kennaway wrote:
On Fri, Mar 02, 2007 at 10:13:54AM -0700, Scott Long wrote:
John Baldwin wrote:
jhb 2007-03-02 17:01:45 UTC
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
- Don't d
John Baldwin wrote:
On Friday 02 March 2007 13:45, Scott Long wrote:
John Baldwin wrote:
On Friday 02 March 2007 12:28, Kris Kennaway wrote:
On Fri, Mar 02, 2007 at 10:13:54AM -0700, Scott Long wrote:
John Baldwin wrote:
jhb 2007-03-02 17:01:45 UTC
FreeBSD src repository
John Baldwin wrote:
On Thursday 22 February 2007 12:17, Kostik Belousov wrote:
On Tue, Feb 20, 2007 at 11:21:59AM -0500, John Baldwin wrote:
On Tuesday 20 February 2007 09:49, Kostik Belousov wrote:
On Mon, Feb 19, 2007 at 06:39:58PM -0500, John Baldwin wrote:
On Monday 19 February 2007 05:56
scottl 2007-03-06 01:12:16 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almost
never correct as CAM has no real understanding of it, and will just
immediately
re
scottl 2007-03-06 18:28:43 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 busdma_machdep.c
sys/i386/i386busdma_machdep.c
sys/ia64/ia64busdma_machdep.c
Log:
Don't increment total_bounced when doing no-op dmamap_sync ops.
Revision C
scottl 2007-03-12 05:02:42 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c
Log:
Add back in MODULE_DEPEND() lines that were lost in the rev 13 update.
Revision ChangesPath
1.19 +2 -0 src/sys/dev/arcmsr/arcmsr.c
_
Matt Jacob wrote:
mjacob 2007-03-12 05:10:29 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c
Log:
Forced commit to note that the previous CVS comment is
incorrect. The MODULE_DEPENDS lines were put in (by me)
in 1.14 and removed in 1.15. The facts
scottl 2007-03-12 07:43:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
Merge rev 1.16 and 1.18 to fix I/O problems under high load. Thanks to
Areca for working on this.
Submitted by: Erich Chen
Rev
scottl 2007-03-12 09:25:57 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Add MAC, RX, and TX stats reporting via sysctl.
Revision ChangesPath
1.185 +147 -10 src/sys/dev/bge/if_bge.c
___
scottl 2007-03-13 00:41:55 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
Fix some OID names and minor style as per feedback from various people.
Also, apparently quad support is broken in the sysctl infrastructure, so don't
pretend that it wor
scottl 2007-12-07 22:32:09 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c
Log:
Don't expect a return value from statfs_scale_blocks().
Revision ChangesPath
1.72 +1 -3 src/sys/compat/freebsd32/freebsd32_misc.c
__
scottl 2007-12-08 01:41:31 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c
Log:
Grrr, remove an unused variable missed in the last commit.
Revision ChangesPath
1.73 +0 -1 src/sys/compat/freebsd32/freebsd32_misc.c
___
scottl 2007-12-08 20:48:27 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
Support new ARC120x family of controllers. Many thanks for Areca's continued
support of FreeBSD.
Submitted by: Erich Chen @ Areca
Revision Changes
scottl 2007-12-08 21:39:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
Support new ARC120x family of controllers. Many thanks for Areca's continued
support of FreeBSD.
Submitted by: Erich Chen @ Areca
scottl 2007-12-09 19:22:25 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c
Log:
Modify locking so that a single version of the driver src can be used on 6.x
and beyond.
Revision ChangesPath
1.26 +22 -5 src/sys/dev/arcmsr/arcmsr.c
_
scottl 2007-12-09 19:24:27 UTC
FreeBSD src repository
Modified files:
sys/dev/arcmsr arcmsr.c
Log:
Fix an incorrect FreeBSD version test.
Revision ChangesPath
1.27 +1 -1 src/sys/dev/arcmsr/arcmsr.c
___
cvs-a
scottl 2007-12-09 19:26:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/arcmsr arcmsr.c
Log:
MFC: Adjust locking definitions.
Approved by: re
Revision ChangesPath
1.24.2.2 +22 -5 src/sys/dev/arcmsr/arcmsr.c
scottl 2007-12-09 19:28:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
MFC: Support new ARC120x generation cards.
Approved by: re
Submitted by: Erich Chen @ Areca
Revision Changes Path
1.8.2.
scottl 2007-12-09 19:53:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/dev/arcmsr arcmsr.c arcmsr.h
Log:
MFC: Support new ARC120x generation of cards.
Approved by: re
Submitted by: Erich Chen @ Areca
Revision Changes Path
scottl 2007-12-12 05:55:03 UTC
FreeBSD src repository
Modified files:
sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h
Log:
Rewrite the DMA code paths from being an impenitrable maze of special cases
to a much saner and simplier unified code path. Along the way, fix va
This is a completely awesome demonstration of the proverbial bikeshed.
I only wish that, someday, an important subsystem that I spend
months/years working on will be judged by the names and prefixes that I
used in it. I can barely wait.
Scott
Xin LI wrote:
-BEGIN PGP SIGNED MESSAGE-
No
Scott
Kip Macy wrote:
Should we repocopy?
-Kip
On Dec 13, 2007 3:08 PM, Julian Elischer <[EMAIL PROTECTED]> wrote:
Bjoern A. Zeeb wrote:
On Wed, 12 Dec 2007, Kip Macy wrote:
Hi,
kmacy 2007-12-12 20:21:39 UTC
FreeBSD src repository
Modified files:
sys/conf fil
Robert Watson wrote:
On Thu, 13 Dec 2007, Scott Long wrote:
This is a completely awesome demonstration of the proverbial bikeshed.
I only wish that, someday, an important subsystem that I spend
months/years working on will be judged by the names and prefixes that
I used in it. I can barely
scottl 2007-12-15 00:56:17 UTC
FreeBSD src repository
Modified files:
sys/modules Makefile
share/man/man4 Makefile
sys/conf files.amd64 files.i386
sys/i386/confGENERIC NOTES PAE
sys/amd64/conf GENERIC NOTES
Added files:
scottl 2007-12-15 02:57:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/modules Makefile
share/man/man4 Makefile
sys/conf files.amd64 files.i386
sys/i386/confGENERIC NOTES PAE
sys/amd64/conf GENE
scottl 2007-12-15 06:03:45 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/modules Makefile
share/man/man4 Makefile
sys/i386/confGENERIC NOTES PAE
sys/amd64/conf GENERIC NOTES
Added files: (Branch: RELE
scottl 2007-12-15 06:21:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf files.amd64 files.i386
Log:
Add the hptrr driver.
Submitted by: Highpoint
Approved by: re
RevisionChangesPath
1.71.2.18 +9 -0 src/sys
scottl 2007-12-15 06:32:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/modules Makefile
share/man/man4 Makefile
sys/conf files.amd64 files.i386
sys/i386/confGENERIC NOTES PAE
sys/amd64/conf GE
scottl 2007-12-16 07:49:44 UTC
FreeBSD src repository
Modified files:
sys/cam cam_xpt.c
Log:
Add a missing mutex unlock.
Reported by: Michael Jung
Revision ChangesPath
1.192 +1 -0 src/sys/cam/cam_xpt.c
__
David E. O'Brien wrote:
obrien 2008-01-02 01:45:31 UTC
FreeBSD src repository
Modified files:
sys/cam cam_xpt.c
Log:
style(9)
Revision ChangesPath
1.193 +73 -73src/sys/cam/cam_xpt.c
Thanks for making CAM merges harder now than they were bef
scottl 2008-01-09 20:02:56 UTC
FreeBSD src repository
Modified files:
sys/dev/iir iir.c
Log:
Fix a buffer overflow in the processing of various SCSI commands. This likely
fixes a an great number of weird problems that have been reported with this
driver.
PR: 1
Am I reading your description right in that there will be multiple API
changes coming? If so, are you going to do a single __FreeBSD_version
bump for all of them, or a bump for each of them?
Scott
On Jan 9, 2008, at 6:10 PM, Attilio Rao wrote:
attilio 2008-01-10 01:10:58 UTC
FreeBSD
scottl 2008-01-24 07:26:53 UTC
FreeBSD src repository
Modified files:
sys/dev/amr amr.c amrreg.h amrvar.h
Log:
Many improvements that have been collected over time:
- Improve error handling for load operations.
- Fix a memory corruption bug when using certain lin
Roman Divacky wrote:
On Fri, Jan 25, 2008 at 11:05:46AM -0600, Brooks Davis wrote:
On Fri, Jan 25, 2008 at 09:47:43AM -0700, Scott Long wrote:
Mike Makonnen wrote:
mtm 2008-01-25 16:44:34 UTC
FreeBSD src repository
Modified files:
etc rc.subr Log:
Backout
Mike Makonnen wrote:
mtm 2008-01-25 16:44:34 UTC
FreeBSD src repository
Modified files:
etc rc.subr
Log:
Backout previous commit. It's going to clutter the console
during boot and shutdown. I think I'll hide it behind autoboot or
maybe take brooks@ sug
John Baldwin wrote:
jhb 2008-02-01 20:31:09 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci.c
Log:
Relax the check for a PCI-express chipset by assuming the system is a
PCI-express chipset (and thus has functional MSI) if there are any
PCI-express d
scottl 2008-02-03 07:07:30 UTC
FreeBSD src repository
Modified files:
sys/conf files.amd64 files.i386
sys/i386/confGENERIC NOTES
sys/amd64/conf GENERIC NOTES
Removed files:
sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu
scottl 2008-02-03 07:28:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/i386/confGENERIC NOTES
sys/amd64/conf GENERIC NOTES
sys/conf files.amd64 files.i386
Removed files: (Branch: RELENG_7)
sys/dev/rr232x
scottl 2008-02-03 07:30:58 UTC
FreeBSD src repository
Modified files:
share/man/man4 Makefile
Removed files:
share/man/man4 rr232x.4
Log:
Remove the rr232x manual page.
Revision ChangesPath
1.405 +0 -2 src/share/man/man4/Makefile
1.4
scottl 2008-02-03 07:31:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/man/man4 Makefile
Removed files: (Branch: RELENG_7)
share/man/man4 rr232x.4
Log:
Remove the rr232x manual page.
Revision ChangesPath
1.39
Christian Brueffer wrote:
brueffer2008-02-03 10:05:01 UTC
FreeBSD src repository
Modified files:
sys/modules Makefile
Log:
Don't build the rr232x module, it has been removed.
Approved by:rwatson (mentor)
Revision ChangesPath
1.553 +0 -3
scottl 2008-02-03 16:07:12 UTC
FreeBSD src repository
Modified files:
sys/dev/hptiop hptiop.c hptiop.h
Log:
Update the hptiop driver to version 1.3. This adds support for the 4xxx
series of adapters. Thanks again to Highpoint for their continued support
of FreeBSD.
scottl 2008-02-03 16:16:38 UTC
FreeBSD src repository
Modified files:
share/man/man4 hptiop.4
Log:
Update the hptiop man page for the new driver.
Revision ChangesPath
1.2 +29 -6 src/share/man/man4/hptiop.4
_
scottl 2008-02-03 16:18:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/hptiop hptiop.c hptiop.h
Log:
Update the hptiop driver to version 1.3. This adds support for the 4xxx
series of SAS adapters. Thanks again to Highpoint for their con
scottl 2008-02-03 16:19:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/man/man4 hptiop.4
Log:
Update the hptiop manual page for the new driver.
Revision ChangesPath
1.1.2.1 +29 -6 src/share/man/man4/hptiop.4
John Baldwin wrote:
On Friday 01 February 2008 09:18:38 pm Scott Long wrote:
John Baldwin wrote:
jhb 2008-02-01 20:31:09 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci.c
Log:
Relax the check for a PCI-express chipset by assuming the system is a
scottl 2008-02-06 00:59:38 UTC
FreeBSD src repository
Modified files:
sys/dev/hptrramd64-elf.hptrr_lib.o.uu array.h him.h
himfuncs.h hptintf.h hptrr_config.c
hptrr_config.h hptrr_os_bsd.c
hptrr_osm_
scottl 2008-02-06 01:02:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/hptrramd64-elf.hptrr_lib.o.uu array.h him.h
himfuncs.h hptintf.h hptrr_config.c
hptrr_config.h hptrr_os_bsd.c
scottl 2008-02-06 03:24:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/modules Makefile
sys/conf files.amd64 files.i386
sys/i386/confGENERIC NOTES
sys/amd64/conf GENERIC NOTES
Removed files: (
scottl 2008-02-06 03:30:13 UTC
FreeBSD src repository
Modified files:
share/man/man4 hptrr.4
Log:
Add a note that the hptrr driver supersedes the rr232x driver.
Revision ChangesPath
1.2 +2 -0 src/share/man/man4/hptrr.4
___
scottl 2008-02-06 03:35:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/man/man4 hptrr.4
Log:
Add a note that the hptrr driver supersedes the rr232x driver.
Revision ChangesPath
1.1.2.2 +2 -0 src/share/man/man4/hptrr.4
_
scottl 2008-02-06 03:38:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
share/man/man4 Makefile hptrr.4
Removed files: (Branch: RELENG_7_0)
share/man/man4 rr232x.4
Log:
Remove the rr232x.4 manual page and add links and referen
scottl 2008-02-06 03:44:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
share/man/man4 hptiop.4
sys/dev/hptiop hptiop.c hptiop.h
Log:
Update the hptiop driver to version 1.3. This adds support for the 4xxx
series of adapters. Thanks
scottl 2008-02-06 04:37:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/dev/hptrramd64-elf.hptrr_lib.o.uu array.h him.h
himfuncs.h hptintf.h hptrr_config.c
hptrr_config.h hptrr_os_bsd.c
scottl 2008-02-06 05:33:17 UTC
FreeBSD src repository
Modified files:
sys/dev/hptrrhptrr_os_bsd.c osm.h
Log:
Fix a symbol conflict between hptrr and hptmv
Revision ChangesPath
1.3 +1 -1 src/sys/dev/hptrr/hptrr_os_bsd.c
1.3 +2 -2 src/sy
scottl 2008-02-06 08:33:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/hptrrhptrr_os_bsd.c osm.h
Log:
Fix a symbol conflict between hptrr and hptmv
Revision ChangesPath
1.1.2.3 +1 -1 src/sys/dev/hptrr/hptrr_os_bsd.c
1
scottl 2008-02-06 13:59:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/dev/hptrrhptrr_os_bsd.c osm.h
Log:
Fix a symbol conflict between hptrr and hptmv
Approved by: re
Revision ChangesPath
1.1.2.1.2.2 +1 -1 src/sy
scottl 2008-02-06 14:26:32 UTC
FreeBSD src repository
Modified files:
sys/dev/amr amrreg.h
Log:
Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that was
accidently reverted in the previous commit.
Revision ChangesPath
1.12 +0 -1
scottl 2008-02-12 16:24:30 UTC
FreeBSD src repository
Modified files:
sys/i386/i386busdma_machdep.c
sys/amd64/amd64 busdma_machdep.c
Log:
If busdma is being used to realign dynamic buffers and the alignment is set to
PAGE_SIZE or less, the bounce page countin
scottl 2008-02-15 06:26:25 UTC
FreeBSD src repository
Modified files:
sys/sys conf.h
sys/geom geom_disk.c
sys/i386/i386dump_machdep.c minidump_machdep.c
sys/amd64/amd64 dump_machdep.c minidump_machdep.c
Log:
Teach the dump and
scottl 2008-02-20 19:49:47 UTC
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_ses.c
Log:
Fix a couple of locking mistakes in the ses_ioctl path.
Submitted by: Matt Jacob
Revision ChangesPath
1.36 +3 -3 src/sys/cam/scsi/scsi_ses.c
scottl 2008-02-26 08:09:29 UTC
FreeBSD src repository
Modified files:
sys/cam cam_xpt.c
Log:
Add a missing unlock to an error path fro XPT_DEBUG handling.
Revision ChangesPath
1.196 +1 -0 src/sys/cam/cam_xpt.c
___
scottl 2008-02-27 08:47:14 UTC
FreeBSD src repository
Modified files:
sys/cam cam_xpt.c
Log:
When probing a newly found device, don't automatically assume that the
device supports retrieving a serial number. Instead, first query the
list of VPD pages it does su
601 - 682 of 682 matches
Mail list logo