Displaying 5 results from an estimated 5 matches for "atadev".
2003 Nov 03
1
FreeBSD and serial ata
...or device
ad1: 76319MB <ST380013AS> [155061/16/63] at ata0-slave UDMA33
I read somewhere that this message is a hoax and that
the drive should actually work in UDMA150. Is this my case?
I also checked the source of ata-dma.c:
Here is the section.
#if 1
if (udmamode > 2 && !atadev->param->hwres_cblid) {
ata_prtdev(atadev,"DMA limited to UDMA33, non-ATA66 cable or device\n");
udmamode = 2;
}
#endif
Maybe this should sound like:
if ( (udmamode > 2) && (udmamode < 5) && (!atadev->param->hwres_cblid) ) {
ata_pr...
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
Here's a patch against 4.8-RELEASE kernel that allows disk writes on
softupdates-enabled filesystems to be delayed for (theoretically)
arbitrarily long periods of time. The motivation for such updating
policy is surprisingly not purely suicidal - it can allow disks on
laptops to spin down immediately after I/O operations and stay idle for
longer periods of time, thus saving considerable amount
2008 Oct 11
3
6.4-PRELEASE sporadically panicking with fatal trap 12
...xc054c6b9 in _sema_post (sema=0xc82181e4, file=0x0, line=0) at /usr/src/sys/kern/kern_sema.c:79
No locals.
#8 0xc04705e3 in ata_completed (context=0xc8218198, dummy=1) at /usr/src/sys/dev/ata/ata-queue.c:481
request = (struct ata_request *) 0xc8218198
ch = (struct ata_channel *) 0xc6cd6a00
atadev = (struct ata_device *) 0xc6ddcc00
composite = (struct ata_composite *) 0x0
#9 0xc05757dd in taskqueue_run (queue=0xc6c8a000) at /usr/src/sys/kern/subr_taskqueue.c:257
task = (struct task *) 0xc821823c
owned = 0
pending = 1
#10 0xc0575af3 in taskqueue_swi_run (dummy=0x0) at /usr/src/sys/...
2008 Jul 01
14
MCP55 SATA data corruption in FreeBSD 7
I am having problems with silent data corruption on (some) drives
connected to an MCP55 SATA controller.
I have two servers, both running RELENG_7_0/amd64. One has the 570 Ultra
chipset, the other has 570 SLI. Both chipsets have the MCP55 SATA
controller.
The server with 570 Ultra chipset has a bunch of older 250GB SATA-150
drives hooked up to the MCP55 controller and it is working just fine.
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed