| From | Subject | Date |
|---|---|---|
| Darmawan Salihun | Re: PCI IDE Controller Base Address Register setting
I get the following log message upon booting with "boot -Dv":
==============================
ata0: <ATA channel 0> on atapci0
ata0: reset tp1 mask=03 ostat0=50 ostat1=50
ata0: stat0=0x80 err=0x00 lsb=0x00 msb=0x00
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=50 devices=0x3
...
ata0: Identifying devices: 00000003
ata0: New devices: 00000003
...
ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
ata0-master: ...
| Jan 3, 1:02 pm 2011 |
| Giovanni Trematerra | Re: PANIC: thread_exit: Last thread exiting on its own.
On 03/gen/2011, at 18:23, Lev Serebryakov <lev@FreeBSD.org> wrote:
Hello, John.
You wrote 3 января 2011 г., 19:26:00:
I've got this panic on reboot from geom_raid5.
Could you please provide some backtrace? Have you got a core?
Backtrace was were simple (I've reproduce it from my memory, but it
really was that simple):
<all debugger-related stuff>
panic()
thread_exit()
kthread_exit()
g_raid5_worker()
fork_trampoline()
...
No core, because I ...
| Jan 3, 12:03 pm 2011 |
| John Baldwin | Re: PANIC: thread_exit: Last thread exiting on its own.
Looks like 204087 needs to be MFC'd.
--
John Baldwin
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
| Jan 3, 9:26 am 2011 |
| John Baldwin | Re: PCI IDE Controller Base Address Register setting
This part I cannot help with as much (I'm not familiar with ATA/IDE/SATA
specifics). I've cc'd mav@ who has done much of the recent work on our
ATA drivers who is probably better able to answer this question.
--
John Baldwin
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
| Jan 3, 8:22 am 2011 |
| Jordan K. Hubbard | Re: [patch] should crunchgen use basename(3) instead of ...
Wow. A couple of questions.
1. Is it really worth messing with code as old as crunchgen(1) at all? Seriously. What's there isn't exactly "broken", and it seems like needlessly walking into a vampire's crypt without so much as a stake or clove of garlic on your person. Only something bad can happen.
2. basename(3) also strips trailing '/' characters, which the code you are replacing does not. Does this actually matter? Hell if I know, I haven't looked at the inputs to that code in ages and I ...
| Jan 2, 9:50 pm 2011 |
| Kostik Belousov | Re: [patch] have rtprio check that arguments are numeric ...
Unless loud objections are heard, I indend to commit the following patch,
based on your submission.
diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c
index 245f714..bdd61ea 100644
--- a/usr.sbin/rtprio/rtprio.c
+++ b/usr.sbin/rtprio/rtprio.c
@@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/rtprio.h>
-#include <sys/errno.h>
#include <ctype.h>
#include <err.h>
@@ -46,22 +45,21 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include ...
| Jan 3, 5:48 am 2011 |
| Lev Serebryakov | Re: PANIC: thread_exit: Last thread exiting on its own.
Hello, John.
I've looked at this patch, and it seems to be relevant.
--
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
| Jan 3, 10:22 am 2011 |
| Eitan Adler | Re: [patch] should crunchgen use basename(3) instead of ...
Hi,
There was a reason my subject line was in the form of a question. When
poking around various parts of the "crypt" I noticed that the code
does something seemingly covered by an existing function so I decided
to poke the relevant people about it. More generally - I don't like
seeing old code do something on its own that we have an existing
function for. However your post convinced me that gain of consistency
is not worth the headaches it may cause.
--
Eitan ...
| Jan 2, 10:24 pm 2011 |
| Alexander Motin | Re: PCI IDE Controller Base Address Register setting
I don't think that BIOS should change controller capabilities depending
on attached drives, may be except may be for workarounding some known
bugs/incompatibilities. Otherwise this will just make hot-plug things
tricky and unpredictable.
>> Anyway, is it possible for devices on _the same_ channel to use
>> different setting in FreeBSD? For example, the primary slave
>> is using UDMA66 while the primary master is using PIO-4.
>> Or such configuration is considered invalid.
Yes, it is ...
| Jan 3, 11:08 am 2011 |
| previous day | today | next day |
|---|---|---|
| January 2, 2011 | January 3, 2011 | January 4, 2011 |
