Re: Samsung T7 external SSD support?

2025-04-05 Thread Søren Schmidt
Søren Schmidt soren.schm...@gmail.com > On 5 Apr 2025, at 05.56, Tomoaki AOKI wrote: > > On Fri, 4 Apr 2025 19:44:49 -0700 > Steve Kargl wrote: > >> On 4/4/25 19:28, Alexander Motin wrote: >>> On 04.04.2025 21:45, Steve Kargl wrote: >>>> Anyone us

Re: IBM ServeRAID M5110e and other mfi/mrsas users - call for testing / request for information

2024-11-27 Thread Søren Schmidt
> On 27 Nov 2024, at 19.39, Ed Maste wrote: > > On Tue, 26 Nov 2024 at 14:59, Søren Schmidt wrote: >> >> I have several Dell servers (R640/R740) running 14-stable using mrsas and >> RAID10 volumes, UFS on FreeBSD, and I have experienced corrupted filesystems

Re: IBM ServeRAID M5110e and other mfi/mrsas users - call for testing / request for information

2024-11-26 Thread Søren Schmidt
> On 26 Nov 2024, at 13.31, Johan Hendriks wrote: >> >> To test, set the loader tunable hw.mfi.mrsas_enable=1 in >> /boot/loader.conf. Confirm that mrsas is being used, and that the >> system functions properly. >> > I use Dell servers and i set the loader tuneable hw.mfi.mrsasa_enable=1 on > t

Re: recover deleted file

2022-04-16 Thread Søren Schmidt
Just replace rm with a script that moves files to a trash folder, then either clean that automagically after some period of time or handle it manually. Doesn’t have to be complicated… -Søren > On 16 Apr 2022, at 21.08, Weldon Godfrey wrote: > >  > >> On Apr 16, 2022, at 12:27 PM, Julian H.

Re: Curious minds .. etc

2021-10-22 Thread Søren Schmidt
image, with 256M mem and 1CPU (crashes with SMP) does buildworld in just under 4 minutes on 1 core from a i9 9900k. -- Søren Schmidt s...@deepcore.dk / s...@freebsd.org "So much code to hack, so little time"

Re: 13 stable build fail

2021-07-03 Thread Søren Schmidt
CAMMMC \ @@ -240,7 +241,6 @@ VERIEXEC .if ${MK_AUDIT} != "no" -INCSGROUPS+= BSM INCSGROUPS+= SECAUDIT .endif -- Søren Schmidt s...@deepcore.dk / s...@freebsd.org "So much code to hack, so little time"

Re: letting glabel recognise a media change

2010-10-12 Thread Søren Schmidt
On 10/10/2010, at 22.55, Alexander Motin wrote: > Pawel Jakub Dawidek wrote: >> On Thu, Sep 30, 2010 at 08:46:11PM +0300, Alexander Motin wrote: >>> Andriy Gapon wrote: on 30/09/2010 01:28 Matthew Jacob said the following: > If something like that was in place, I assure you that things w

Re: still ATA problems with promise tx2

2002-04-24 Thread Søren Schmidt
It seems mika ruohotie wrote: > > hello, > > i couldnt decide from reading the list if there should or shouldnt > be problems with promise ata/100 controller with current. I dont think so... > anyway, i have problems with it. > > i've tried several current versions from the devel snapshot to

Re: ATA errors on recent -current

2002-04-18 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > On 18 Apr, Søren Schmidt wrote: > > >> What's your theory on it? > > > > None so far, I've instrumented the code here, and I simply cannot > > see what should go wrong (yet). > > Does it make sens

Re: ATA errors on recent -current

2002-04-18 Thread Søren Schmidt
It seems Terry Lambert wrote: > > Hmm, since I havn't been able to get my hands on the problem > > (I've been running 3 systems here with tags all over since the > > first report, not a single hickup yet :( ) I can't tell whats > > going on, it might be that the drive somehow gets really confused

Re: ATA errors on recent -current

2002-04-18 Thread Søren Schmidt
It seems Terry Lambert wrote: > "Søren Schmidt" wrote: > > > I didn't mean for the reset itself, I meant for the process. You > > > can't "take back" writes that are in progress and not acknowledged, > > > in order to retry them afte

Re: i386 ATA is very broken after sparc64 ATA mega-commit (April 5)

2002-04-18 Thread Søren Schmidt
It seems [EMAIL PROTECTED] wrote: > This won't help people using similair drives (in one of my machines) > that I am using, I have the same problem in current that I have in > RELENG_4, > It times out and drops to PIO4 mode after a few min. I dropped > "atacontrol mode 0 pio4 none" (I only have t

Re: ATA errors on recent -current

2002-04-18 Thread Søren Schmidt
It seems Matthias Schuendehuette wrote: > > > I didn't mean for the reset itself, I meant for the process. You > > > can't "take back" writes that are in progress and not acknowledged, > > > in order to retry them after the reset, so as to not lose data. > > > > Oh yes you can, the ATA driver doe

Re: ATA errors on recent -current

2002-04-18 Thread Søren Schmidt
It seems Terry Lambert wrote: > "Søren Schmidt" wrote: > > It seems Terry Lambert wrote: > > > My other hunch is that there will need to be a channel reserved > > > for "reset" commands to be queued to the disk, so that you can > > > queue m

Re: i386 ATA is very broken after sparc64 ATA mega-commit (April 5)

2002-04-18 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > On 18 Apr, Doug Barton wrote: > > Given the impending 4.6-release, might it make sense to back off ata in > > -stable to the last known-good state? > > We have some time until the code freeze, so give him some days to track > it down. If he is able to fix it:

Re: i386 ATA is very broken after sparc64 ATA mega-commit (April 5)

2002-04-18 Thread Søren Schmidt
It seems Doug Barton wrote: > Given the impending 4.6-release, might it make sense to back off ata in The busdma/sparc64 code is *not* in stable... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ATA errors on recent -current

2002-04-17 Thread Søren Schmidt
It seems Terry Lambert wrote: > My other hunch is that there will need to be a channel reserved > for "reset" commands to be queued to the disk, so that you can > queue more commands to it later (e.g. can't connect to send the > reset because of the already disconnected commands in progress). Ter

Re: i386 ATA is very broken after sparc64 ATA mega-commit (April 5)

2002-04-17 Thread Søren Schmidt
It seems Andrey A. Chernov wrote: > On Wed, Apr 17, 2002 at 21:42:19 +0200, Alexander Leidinger wrote: > > > If you are running with tagged queing: turn it off. I got the same > > Thanks, turning tags off helps! > > It means that sparc64 ATA commit breaks tags. They work nice before it. I know

Re: i386 ATA is very broken after sparc64 ATA mega-commit (April 5)

2002-04-17 Thread Søren Schmidt
It seems Andrey A. Chernov wrote: > This mega-commit: > > date: 2002/04/05 13:13:XX; author: sos; > Make the ATA driver compile & work on the sparc64 platform. > > breaks i386 ATA at least for following card: > > atapci0: port 0xb800-0xb80f at device 31.1 on >pci0 > > Last

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Giorgos Keramidas wrote: > On 2002-04-14 23:46, Terry Lambert wrote: > > Is your drive perchance an IBM DTLA? > > It's known to have these problems. > > Nay. A Western Digital disk I bought about 2.5 years ago. Hmm, AFAIK WD newer had a disk that worked right with tags, and I've newer

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Terry Lambert wrote: > "Søren Schmidt" wrote: > > > For a more "scientific test", downloading the firmware tool and > > > setting the DMA transfer rate down, and checking for problems, > > > would be pretty overwhelming evidence. Perso

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Terry Lambert wrote: > > > IBM DTLA drives are known to be problematic. If you use that > > > in a search engine, it will find numerous references to the > > > drive electronics being too slow for sustained access to the > > > sectors closes to the spindle. > > > > This thread is about

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Terry Lambert wrote: > "Søren Schmidt" wrote: > > > Is your drive perchance an IBM DTLA? > > > > > > It's known to have these problems. > > > > Cool! would you like to share where that information is available so > > I c

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > On 15 Apr, Søren Schmidt wrote: > > >> Some people see this after the "mega" MFC on -stable too. > > > > Could I have you guys try this simple patch ? > > Does not work. As in: No change or breaks completely (

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > > I've seen this quite a few times, but I can't reliably reproduce it > > yet. It seems to hit me a lot when the ad0 drive spins like crazy > > doing stuff that is heavy on disk I/O. Disabling tag queueing now to > > see if this fixes things. But even if it

Re: ATA errors on recent -current

2002-04-15 Thread Søren Schmidt
It seems Terry Lambert wrote: > Giorgos Keramidas wrote: > > > > ad0: READ command timeout tag=1 serv=1 - resetting > > > > ata0: resetting devices .. ad0: invalidating queued requests > > > > done > > > > > > Turn off tagged queing. S?ren knows about this error and tries to > > > reproduce it (bu

Re: ata problems (was: Re: ld-elf.so.1 broken with world from yesterday)

2002-04-09 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > On 9 Apr, Søren Schmidt wrote: > > >> Søren, as a data point: a Mar 12 kernel was fine for me, a Mar 27 kernel > >> too, but a Apr 6-8 kernel spills alot of tag related errors (I think you > >> already have those errors fro

Re: ata problems (was: Re: ld-elf.so.1 broken with world from yesterday)

2002-04-09 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > > Something about a missing or wrong ELF header. I thought it was a > general problem so everyone would see it, but it turned out to be a > problem in the ata driver. After turning off tagged queuing everything > was fine. I'm not the only one with problems w

Re: atacontrol breaks world

2002-04-05 Thread Søren Schmidt
It seems Steve Kargl wrote: > ===> sbin/atacontrol > cc -O -pipe -c /usr/src/sbin/atacontrol/atacontrol.c > /usr/src/sbin/atacontrol/atacontrol.c: In function `cap_print': > /usr/src/sbin/atacontrol/atacontrol.c:121: structure has no member named `lba_size' > /usr/src/sbin/atacontrol/atacontro

Re: Mirrored disk on HPT370 is not detected.

2002-04-01 Thread Søren Schmidt
It seems NAKAJI Hiroyuki wrote: > > I checked the difference between them to find that ata device on HPT370 is > not detected, > +pcib2: device atapci0 requested unsupported I/O range 0x0-0x9c00 (decoding >0x9000-0xafff) > +ata2: probe allocation failed You need the options PCI_ALLOW_

Re: cdrecord for ATAPI burners available..

2002-03-20 Thread Søren Schmidt
It seems Thomas Quinot wrote: > Le 2002-03-20, Søren Schmidt écrivait : > > > I thought there was work on this already ? Justin called for a timeout > > to get it done "the right way" in CAM, I was sort of expecting to > > hear about how that should integrate i

Re: cdrecord for ATAPI burners available..

2002-03-20 Thread Søren Schmidt
It seems Scott Long wrote: > In the past you've objected to ATAPI-CAM on two grounds, fear that it > won't be done right, and fear that it will add more work to yourself. I > think that there are enough highly intelligent people interested in the > project that the first issue can be put to rest.

Re: cdrecord for ATAPI burners available..

2002-03-20 Thread Søren Schmidt
It seems Thomas Quinot wrote: > Le 2002-03-19, Søren Schmidt écrivait : > > > > gmake[1]: *** [TocParser.o] Error 1 > > You need to have pccts installed to compile cdrdao > > I do, and as I mentioned in my first message, the compileation completed > a

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
It seems Kenneth Culver wrote: > > It puts its stuff in /usr/local/bin > > > Wierd, for me it put everything in /opt/schily/blah... > > I hate it when people do that. :-) I've put up a new version with the default changed to /usr/local... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] w

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
It seems Thomas Quinot wrote: > Le 2002-03-19, Søren Schmidt écrivait : > > > ftp://freebsd.dk/pub/ATA/cdrdao-1.1.5-ATA.tgz > > Again no CAM or atapicam needed :) > > Hum this package does not compile out of the box: > > c++ -DHAVE_CONFIG_H -I.. -I. -I/usr/loc

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
It seems Kenneth Culver wrote: > > Not that I know of, but I recently got permission to share the > > (very limitted BTW) changes I did to cdrecord/cdrdao over a year > > ago, and now that the infrastructure for using it is in both > > -stable and -current, it seemed worthwhile to release it to >

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
It seems Stijn Hoop wrote: > You and Thomas rock! Any chance of a cdparanoia-ATA.tgz ? :) No idea what it is, I cant seem to find it in ports either... URL ? Does it work on FreeBSD already with CAM or ? -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
It seems Kenneth Culver wrote: > > Oh yes, I forgot, there is also a cdrdao on: > > > > ftp://freebsd.dk/pub/ATA/cdrdao-1.1.5-ATA.tgz > > > > Again no CAM or atapicam needed :) > > > Is this a competition??? :-) Not that I know of, but I recently got permission to share the (very limitted BTW) ch

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
It seems Thomas Quinot wrote: > Le 2002-03-19, Søren Schmidt écrivait : > > > ftp://freebsd.dk/pub/ATA/cdrtools-1.10-ATA.tgz > > On -stable it needs the ATA driver update I did a yesterday. > > It does *not* need CAM or the atapicam patches, it uses the

Re: ATAPICAM

2002-03-19 Thread Søren Schmidt
It seems Samuel Tardieu wrote: > Has the ATAPICAM patch entered the kernel sources already? I cannot > seem to find the option in LINT. No, Justin has called for a timeout on that -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the mes

cdrecord for ATAPI burners available..

2002-03-19 Thread Søren Schmidt
For those that have problems with burncd or simply cannot live without, I've put up the source for an ATAPI enabled cdrecord on: ftp://freebsd.dk/pub/ATA/cdrtools-1.10-ATA.tgz On -stable it needs the ATA driver update I did a yesterday. It does *not* need CAM or the atapicam patches, it uses t

Request for testers of ATA RAID support

2002-03-03 Thread Søren Schmidt
As some might have noticed I've done some significant work on the ATA RAID support (for Promise & Highpoint controllers) all thanks to Advanis which has made this possible. The code as it is now in -current allows for RAID1's (mirrors) to be properly handled when a disk dies, that means the syst

Re: Updated ATAPI/CAM patches

2002-03-01 Thread Søren Schmidt
It seems Max Khon wrote: > On Thu, Feb 28, 2002 at 09:58:00PM +0100, S?ren Schmidt wrote: > > > > > Hmm, why do we need to add new layers and loss of functionality > > > > to the ATAPI devices ? > > > > > > Many many many people would like to be able to use cdrecord to burn data > > > to cd's so

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Søren Schmidt
It seems Scott Long wrote: > > > I'm mainly raising my hand to take the abuse that will no doubt happen > > > once in a while. > > > > Sure, maybe we should make Thomas a committer so he could look after > > it himself ? Interested ? Got the time ? I'm all ears for volounteers... > > > > Ummm,

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Søren Schmidt
It seems Justin T. Gibbs wrote: > >> What functionality is lost by this ability? > > > >Compare the features of the ATAPI vs SCSI CD drivers.. > > This is exactly why I'd like to see this code merged. The hardware > changes too rapidly. The specs change too rapidly but MMC is MMC. Exactly. >

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Søren Schmidt
It seems Scott Long wrote: > > As I have stated several times, I have no problem with ATAPI being > > sent through CAM as long as the usual way stays (some of us cannot > > afford the weight of those extra layers, nor loose functionality). > > I'd do the integration somewhat differently to even fu

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Søren Schmidt
It seems Kenneth Culver wrote: > > Hmm, why do we need to add new layers and loss of functionality > > to the ATAPI devices ? > > Many many many people would like to be able to use cdrecord to burn data > to cd's so that all the front-ends to cdrecord will work. It's much nicer > than memorizing

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Søren Schmidt
It seems Matthew N. Dodd wrote: >On Thu, 28 Feb 2002, Søren Schmidt wrote: >> I'll quit the ATA/ATAPI development/maintenance if this goes in quickly. > >What? Are you looking at the same patches that everyone else is? Read the rest of my mail, the problem is not the patc

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Søren Schmidt
It seems Kenneth D. Merry wrote: > On Thu, Feb 28, 2002 at 10:49:18 -0800, Julian Elischer wrote: > > > > This is definitly something that is needed.. > > The question is whether the CAM and ATAPI authors feel it is > > right. We are guided by them (even though we desperatly need this). > > > >

Re: Support for atapi cdrw as scsi in -current?

2002-02-11 Thread Søren Schmidt
It seems Gerhard Sittig wrote: > On Thu, Feb 07, 2002 at 12:38 +0100, Søren Schmidt wrote: > > > > [ snipped ATAPI -> SCSI conversion ] > > > > Doesn't burncd work for you on -current ? > > Well, since you asked about it ... :) I asked for *problems* n

Re: Promise/ATA-Raid making panic in -CURRENT?

2002-02-11 Thread Søren Schmidt
It seems Tom Servo wrote: > I finally pulled the Promise out and it boots. Since I > need it for some Windows apps on the same box I put it > back in and commented some lines in ata driver > regarding the detection of Promise Fasttrak > controllers and it boots now w/o detecting it. This is stran

Re: Promise/ATA-Raid making panic in -CURRENT?

2002-02-11 Thread Søren Schmidt
It seems Tom Servo wrote: > > The "bad ivar request (4)" message does *not*?come > > from the ATA driver, you must have something else > > that is ruining your day... Does it boot if you > > take out the promise board ? > > I was in a hurry yesterday and let the kernel compile > w/o the ata drive

Re: Support for atapi cdrw as scsi in -current?

2002-02-09 Thread Søren Schmidt
It seems Gerhard Sittig wrote: > On Thu, Feb 07, 2002 at 12:38 +0100, Søren Schmidt wrote: > > > > [ snipped ATAPI -> SCSI conversion ] > > > > Doesn't burncd work for you on -current ? > > Well, since you asked about it ... :) I asked for *problems* n

Re: Promise/ATA-Raid making panic in -CURRENT?

2002-02-08 Thread Søren Schmidt
It seems Tom Servo wrote: > I finally pulled the Promise out and it boots. Since I > need it for some Windows apps on the same box I put it > back in and commented some lines in ata driver > regarding the detection of Promise Fasttrak > controllers and it boots now w/o detecting it. This is stran

Re: Support for atapi cdrw as scsi in -current?

2002-02-07 Thread Søren Schmidt
It seems Max Khon wrote: > hi, there! > > On Tue, Feb 05, 2002 at 08:14:22PM +0100, Thomas Quinot wrote: > > > > Is there a place where I can find this updated patch which will work for > > > me in the current -current? Thanks. > > > > I put up updated patches at > > http://www.cuivre.fr.eu

Re: Promise/ATA-Raid making panic in -CURRENT?

2002-02-07 Thread Søren Schmidt
It seems Tom Servo wrote: > > Hmm, I need alot more info the, board chipset, what > > exact > > Promise controller etc etc, and of cause the usual > > dmesg > > Here's the box: > > Asus CUV4X-D mainboard, VIA 694X, dual-capable > 2x P3-933, 768MB PC133 RAM in 3 DIMM(s) > Two IBM IC35L 60.1GB dis

Re: Promise/ATA-Raid making panic in -CURRENT?

2002-02-07 Thread Søren Schmidt
It seems Tom Servo wrote: > > The "bad ivar request (4)" message does *not*?come > > from the ATA driver, you must have something else > > that is ruining your day... Does it boot if you > > take out the promise board ? > > I was in a hurry yesterday and let the kernel compile > w/o the ata drive

Re: Promise/ATA-Raid making panic in -CURRENT?

2002-02-05 Thread Søren Schmidt
It seems Tom Servo wrote: > Hi! > > I checked and compiled the recent -CURRENT tree, > buildworld and buildkernel goes all fine. > > When booting it seems to crash on initialization of my > Promise controller and get "bad ivar request (4)". I > stripped all possible drivers out of the kernelconf

HEADS UP! ATA subsystem has changed..

2002-02-04 Thread Søren Schmidt
In order to make some real progress on the ATA RAID support code I've also made some rather trivial but many changes all over the ATA subsystem, so if behavior changes on ordinary system I'd like to know... In short - you have been warned ... -Søren To Unsubscribe: send mail to [EMAIL PROTECT

Re: ATAPI CD doesn't listed up to 'kern.disks' kernel MIB

2002-01-22 Thread Søren Schmidt
It seems Makoto Matsushita wrote: > > I found that acd, ATAPI CD device, doesn't listed up to 'kern.disks' > kernel MIB which should list all disks in the running system. > > Here is a sample: > > ringo % sysctl kern.disks > kern.disks: ad0 > ringo % grep acd /var/run/dmesg.boot > acd0: CDROM

Re: 48bit ATA addressing problems / Promise TX2 ata133 problem?

2002-01-21 Thread Søren Schmidt
It seems Mike Brancato wrote: > I'm running -current and have a Maxtor 160GB hdd hooked to the promise > ata133 card that came with it it will flake out for no apparent > reason. any clues? maybe bad hardware? anyone else getting these? > > ad4: READ command timeout tag=0 serv=0 - resetti

Re: Another tweak to "burncd msinfo"

2002-01-05 Thread Søren Schmidt
It seems Søren Schmidt wrote: > It seems Stephen McKay wrote: > > > > Are these changes intended for 4.5? I'm hoping the small change I > > proposed would be accepted into 4.5, before anybody starts using > > "burncd msinfo" in practice. I think thi

Re: Another tweak to "burncd msinfo"

2002-01-05 Thread Søren Schmidt
It seems Stephen McKay wrote: > > Are these changes intended for 4.5? I'm hoping the small change I > proposed would be accepted into 4.5, before anybody starts using > "burncd msinfo" in practice. I think this is sensible, even if > a much improved burncd is scheduled for 4.6. You should ask

Re: Another tweak to "burncd msinfo"

2002-01-05 Thread Søren Schmidt
It seems Stephen McKay wrote: > Now that "burncd msinfo" returns the correct values I noticed another small > problem: it displays the result on stderr instead of stdout. Hmm, that was intentional... > Since very few people (nobody?) would be using this option yet because > of the previous probl

Re: IBM DTLA drives (was: Re: "Dangerously dedicated" yet again (was:cvs commit: src/sys/kern subr_diskmbr.c) )

2001-12-09 Thread Søren Schmidt
It seems Peter Wemm wrote: > > Yes there are two problems. The physical failure problem seems to > be mostly restricted to the 75GXP. However the electronics/bandwidth/ > density/whatever-it-is problem is uniform across the entire DTLA line. > We stopped using 75GXP's at work a while back, but

HEADSUP!! kernel & burncd must be in sync again.

2001-12-04 Thread Søren Schmidt
I've just added VCD/SVCD support and that needs the kernel and burncd to be in sync. -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADSUP ATA support for newer SiS chipsets added

2001-12-03 Thread Søren Schmidt
It seems Matthew Dillon wrote: > :Hmm, I've just played around a bit, it seems we are hit by interrupt > :latency or something, if you limit the transfer to 128k, which allows > :the ATA controller to fetch it in one go, you will see the expected > :transfer rates. Now I dont see this on PCI based

Re: HEADSUP ATA support for newer SiS chipsets added

2001-12-03 Thread Søren Schmidt
It seems nuzrin yaapar wrote: > > Hmm, yes that looks somewhat on the low side... > > Well, two things, the older VIA chips are not the best performers, but > > I still think it should be better than that, I'll run some tests here, > > I might have messed up something... > > Are we talking -curren

Re: HEADSUP ATA support for newer SiS chipsets added

2001-12-03 Thread Søren Schmidt
It seems Miklos Niedermayer wrote: > I think they are idle (looking at vmstat -i), but i can't be sure. > However i have 2 machines here with VIA 82C596 chipset... > > atapci0: port 0xd800-0xd80f at device 4.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ad0: 28629MB [58168/16/63] at ata0-maste

Re: HEADSUP ATA support for newer SiS chipsets added

2001-12-03 Thread Søren Schmidt
It seems Miklos Niedermayer wrote: > On Mon, Dec 03, 2001 at 09:28:26AM +0100, S_ren Schmidt wrote: > > > > > No, I mean it exactly as written (X is the number of the disk to test). > > > > > > Ah, you mean just do it 5 times? > > > > Yeps, the idea here is that I want the drive to cache the da

Re: HEADSUP ATA support for newer SiS chipsets added

2001-12-03 Thread Søren Schmidt
It seems Greg Lehey wrote: > On Monday, 3 December 2001 at 9:08:59 +0100, Søren Schmidt wrote: > > It seems Greg Lehey wrote: > >>> > >>> for n in 1 2 3 4 5 > >>> do > >>> dd if=/dev/adX of=/dev/null bs=512K count=1 > >> &

Re: HEADSUP ATA support for newer SiS chipsets added

2001-12-03 Thread Søren Schmidt
It seems Greg Lehey wrote: > > > > for n in 1 2 3 4 5 > > do > > dd if=/dev/adX of=/dev/null bs=512K count=1 > > Don't you mean > > dd if=/dev/ad$n of=/dev/null bs=512K count=1 > > ? No, I mean it exactly as written (X is the number of the disk to test). -Søren To Unsubscribe: send

HEADSUP ATA support for newer SiS chipsets added

2001-12-02 Thread Søren Schmidt
Well, I finally got to it, please report back to me if this works for you on newer SiS chipsets, especially: SiS 630, 633, 635, 730, 733 and 735 Also, support for the older: SiS 530, 540 and 620 Should be in place now. Anyhow If you have one of the above, please test with a new -current, and

Re: S.M.A.R.T.?

2001-10-05 Thread Søren Schmidt
It seems Matthew Jacob wrote: I have experimented a bit with it for ATA disks, and have some very rough code to deal with simple SMART commands, but nothing official yet. However it is on my TODO list for items to support in the not too distant future, its more a question of me having time to imp

Re: ACPI and APM interoperability?

2001-10-01 Thread Søren Schmidt
It seems Scott Long wrote: > On Mon, Oct 01, 2001 at 10:50:17AM +0200, Georg-W. Koltermann wrote: > > I also was able to suspend and resume my machine (DELL Inspiron 7500) > > with APM being configured (and ACPI being active by default). Sound > > is dead after a resume, > > What sound card? >

HEADS UP kernel & burncd change..

2001-10-01 Thread Søren Schmidt
Kernel and burncd must be in sync again, a make kernel followed by a make world should do it. -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Some CDIO ioctl's are broken

2001-10-01 Thread Søren Schmidt
It seems Maxim Sobolev wrote: > Hi Soren, > > It seems that after a commit to reduce stack usage in ata driver some CDIO > ioctl's stopped working. Particularly, CDIOCREADSUBCHANNEL now returns an > 'Invalid argument'. This could be verified by executing `cdcontrol stat'. Uhm: sos> cdcontrol -f

Re: panic: inthand_add: Can't initialize ICU

2001-09-27 Thread Søren Schmidt
It seems John Baldwin wrote: > > I found that I am no longer able to boot -current kernel on my machine. The > > system panices right after initialising ed0 driver: > > > > [...] > > ed0: port 0xe800-0xe81f irq 9 at device > > 9.0 on pci0 > > panic: inthand_add: can't initialize ICU > > > > Att

Re: can't write CD-Rs with or without new DAO mode

2001-09-15 Thread Søren Schmidt
It seems Brian F. Feldman wrote: > > OK, try this patch (kernel & burncd need both to be remade) > > I don't know... I got a page fault during an attempt to burncd and it seems > there are no messages in dmesg but acd0's softc was freed. I can't test any > more because my CD-RW doesn't probe o

Re: can't write CD-Rs with or without new DAO mode

2001-09-15 Thread Søren Schmidt
It seems Brian F. Feldman wrote: > Søren Schmidt <[EMAIL PROTECTED]> wrote: > > It seems Brian Fundakowski Feldman wrote: > > > After updating my system I can't burn CD-Rs successfully. Can anyone else? > > > What happens is pretty simple: > > >

Re: can't write CD-Rs with or without new DAO mode

2001-09-12 Thread Søren Schmidt
It seems Brian Fundakowski Feldman wrote: > After updating my system I can't burn CD-Rs successfully. Can anyone else? > What happens is pretty simple: > > {"/home/green/toxicity"}$ burncd -s 8 -d audio /dev/null $(ls | trackclassify > > burncd: ioctl(CDRIOCINITWRITER): Input/output error > ac

HEADS UP! DAO mode added to burncd/ATA driver...

2001-09-10 Thread Søren Schmidt
Due to new ioctl's and a rearrange of the old ones make sure that burncd & kernel is in sync or wierd things can happen. -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ACPI: HEADS UP (ACPI CA update)

2001-09-06 Thread Søren Schmidt
It seems Mike Smith wrote: > > Outstanding issues: > > - The ACPI timecounter does not work on some ALi chipsets. > - ACPI mode results in some PCI devices not being configured >by the BIOS. Power off on some VIA based boards (Epox8kta3 etc) doesn't work (reboot). Suspend on some VIA base

current (ACPI) fails on Dell Latitude ...

2001-09-04 Thread Søren Schmidt
It craps out with: ACPI-0170: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TABLES ACPI-0222: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_TABLES ACPI: table load failed: AE_NO_ACPI_TABLES Needless to say, -current is now unusable on this latitude CPi since suspend d

Re: Kernel builds failing

2001-08-31 Thread Søren Schmidt
It seems [EMAIL PROTECTED] wrote: > > For the last two days, my kernel builds have been failing with: > > > > linking kernel.debug > > ata-all.o: In function `ataioctl': > > /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to > > `atapi_queue _cmd' > > *** Error code 1

Re: Headsup! KSE Nay-sayers speak up!

2001-08-27 Thread Søren Schmidt
It seems Julian Elischer wrote: > I am ready to do my megga-commit to add the first stage of KSE-threading support > to > the kernel. If there is any argument as to the wisdom of this move, > then this is the time to speak up! > > At this stage a commit would break alpha and ia64 until > they a

Re: diskcheckd is poo

2001-08-23 Thread Søren Schmidt
It seems David O'Brien wrote: > diskcheckd is very annoying. Many doubt its usefulness in detecting > errors before it is too late. It thinks 40% of my disks are bad (which > I don't). I've turned it off, I know many that have. > > I would like to remove it from the base system and put it in p

Re: Sound broken on -current again...

2001-08-20 Thread Søren Schmidt
It seems John Baldwin wrote: > > In servalan.mailinglist.fbsd-current Maxim Sobolev writes: > >>I found that after reverting the following deltas (jhb's 10 August commit) > >>sound starts working again: > > > > [list of deltas deleted] > > > > I found much the same thing; specifically, the probl

Re: Sound broken on -current again...

2001-08-20 Thread Søren Schmidt
It seems Jim Bryant wrote: > >Yups, reverting this, even in a newer kernel makes sound work again, > >well the VIA support is still not sounding proberly, but it didn't > >before as well so thats not related to this bogon... > > > Perhaps the bug in the chipset^wPCI-spec? > >>>

Re: Sound broken on -current again...

2001-08-19 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > On 19 Aug, Søren Schmidt wrote: > > >> > Yups, reverting this, even in a newer kernel makes sound work again, > >> > well the VIA support is still not sounding proberly, but it didn't > >> > be

Re: Sound broken on -current again...

2001-08-19 Thread Søren Schmidt
> >> Revision ChangesPath > >> 1.154 +24 -4 src/sys/kern/kern_synch.c > > > > Yups, reverting this, even in a newer kernel makes sound work again, > > well the VIA support is still not sounding proberly, but it didn't > > before as well so thats not related to this bogon... > >

Re: Sound broken on -current again...

2001-08-19 Thread Søren Schmidt
It seems Richard Todd wrote: > > I found much the same thing; specifically, the problematic change is this one: > > > jhb 2001/08/10 14:08:57 PDT > > Modified files: > sys/kern kern_synch.c > Log: > Work around a race between msleep() and endtsleep() where it was

Sound broken on -current again...

2001-08-15 Thread Søren Schmidt
One gets the first DMA buffer full, then the process hangs... -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ATA disks problem in -CURRENT

2001-07-16 Thread Søren Schmidt
It seems Samuel Tardieu wrote: > With recent -CURRENT kernels (including one from yesterday), I get > random strange behaviours as far as my ATA disk is concerned: > > - the disk light stays on; > - I can read from the disk but cannot write anything to it (sync > blocks, writes from vi bl

Re: Diagnosing a ata detection problem

2001-07-12 Thread Søren Schmidt
It seems Benjamin Close wrote: > Hi All, > FreeBSD -current hasn't correctly detected the CDROM drive in my laptop > for some time now. I've traced the problem down to the drive returning > an invalid ATAPI_LSB_MAGIC and ATAPI_MSB_MAGIC which is checked at line > 704 in dev/ata/ata-all.c >

Re: Is there a way to power-down IDE HDD?

2001-07-10 Thread Søren Schmidt
It seems Maxim Sobolev wrote: [ Charset KOI8-R unsupported, converting... ] > Hi, > > Is there a way to forcefully power-down one of the IDE HDD drives > attached to the system? On my primary workstation I have two - one for > FreeBSD and second for W2K, so it would be nice to suspend one that is

Re: Supported ATAPI cdr/cdrw drives

2001-06-23 Thread Søren Schmidt
It seems Gerhard Sittig wrote: > On Sat, Jun 23, 2001 at 11:25 +0100, Matthew Frost wrote: > > On Tue, May 29, 2001 at 10:12:35AM -0500, Ken Wills wrote: > > > > > > This patch (well, yamaha-cdr.p2), allows my Yamaha 2100E to > > > fixate disks now! Thanks Soren and others! > > > > Yes. It's f

Re: Problems with ata probing twice.

2001-06-22 Thread Søren Schmidt
It seems Makoto MATSUSHITA wrote: > > sos> Thats because of the runtime attach/detach code in current, if the > sos> channel HW is there, its attached so you can add a device later > sos> with atacontrol without having to boot. In -stable the channel is > sos> not attached if no devices are pres

current kernel compile broken...

2001-06-22 Thread Søren Schmidt
sos> make In current as of 5 mins ago: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../dev -I../../contrib/dev/acpica -I../../contrib/ipfil

Re: Problems with ata probing twice.

2001-06-22 Thread Søren Schmidt
It seems Makoto MATSUSHITA wrote: > > % atacontrol info 0 > Master: ad0 ATA/ATAPI rev 5 > Slave: no device present > % atacontrol info 1 > Master: no device present > Slave: no device present > % atacontrol info 2 > % > > Hmm, ata driver says there are two buses. But why? 4-st

  1   2   >