David Ross | 21 Feb 2010 08:03
Picon
Favicon

Request: put /sbin/scsictl on port-atari's sysinst


Would anyone be able to put /sbin/scsictl on sysinst in the system by default?  I've tried to test this out on
my own but for some reason it won't execute ("sh: ./scsictl: not found").

scsictl should be handy to do a low level format without removing the HD or otherwise using TOS.

David Ross
dross <at> pobox.com 		 	   		  
Izumi Tsutsui | 21 Feb 2010 10:28
Picon
Gravatar

Re: Questions on kernel options enabled by default on i386 but not atari...

(a late reply as a part of hackathon13 :-)

> I noticed that "options NTP" is not set on Atari, but it is set on i386.
 :
> Is there good reason the NTP option is disabled on Atari, or
> could it just be an oversight?

This kernel option is mentioned in options(4) man page.
In short word, this option provides more efficient
in-kernel PLL support for NTP, but NTP can still work
in userland without this kernel support. (with a bit less precision?)

I guess network interfaces are not so common on atari machines
so options NTP isn't enabled by default.

> There were also a few pseudo-devices enabled on i386 by default
> but disabled on atari, including: crypto, swcrypto, ksyms

AFAIK, crypto and swcrypto are required when we use some hardware
accelerated cryptographic devices (like hifn(4) at pci etc).

On the other hand, ksyms(4) might be useful even on normal operations
like savecore(8), pmap(1) etc..
---
Izumi Tsutsui

Izumi Tsutsui | 21 Feb 2010 10:37
Picon
Gravatar

Re: Request: put /sbin/scsictl on port-atari's sysinst

> Would anyone be able to put /sbin/scsictl on sysinst in the system
> by default?  I've tried to test this out on my own but for some
> reason it won't execute ("sh: ./scsictl: not found").
> 
> scsictl should be handy to do a low level format without
> removing the HD or otherwise using TOS.

Maybe it depends on "how often the command would be required"
vs. restriction of ramdisk image size loaded from floppies.

In general, low level format is not required for SCSI disks
on normal operations unless you need to clear defect lists
or change hardware sector size.
---
Izumi Tsutsui

Julian Coleman | 27 Feb 2010 22:07
Picon

(unknown)

>From owner-port-atari <at> netbsd.org  Sat Feb 27 12:24:22 2010
Return-Path: <owner-port-atari <at> netbsd.org>
Delivered-To: port-atari <at> netbsd.org
Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219])
	by mail.netbsd.org (Postfix) with ESMTP id 5454063B15F;
	Sat, 27 Feb 2010 12:24:20 +0000 (UTC)
Received: by fxm19 with SMTP id 19so924678fxm.21
        for <multiple recipients>; Sat, 27 Feb 2010 04:24:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:cc:content-type
         :content-transfer-encoding;
        bh=iVHbETvmGpmGYPywKFG2Ba6dO1pLqHUgL6VZSiwNTAw=;
        b=xxHvzg+VMtdXVrZyeRSxyYGwf7MJD6ko93IGNRlHEfMH5s5l4cwMisAeJJfKm53cB5
         bwAESp+xGT44GKBAzlCNOadzZa/EgnPRGK9HKnWN3CVXQ/ud9SznN0dTFrZJT288FmQ8
         Xjy3yRR5O8xhqXrbDSDmEiNMoraH40levVpS8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :cc:content-type:content-transfer-encoding;
        b=VsoOvww7JZbIlmTM+QQjriN9RZulV00f09qd10wj8jGTfyTnQF21grZEobu123/03D
         7o3XPZEltAc5Kx2RFdqowMlWgwzz8Q/e/NZd6xygzR+j2y5rJQ/UjM2qC2jnZM8cHGzw
         ia60ML/BgAJMOBEWRb11IL03tXW0de1hWK5J4=
MIME-Version: 1.0
Received: by 10.239.181.71 with SMTP id l7mr152124hbg.172.1267273458457; Sat, 
	27 Feb 2010 04:24:18 -0800 (PST)
In-Reply-To: <100227050052.M0106474 <at> mirage.ceres.dti.ne.jp>
References: <100227050052.M0106474 <at> mirage.ceres.dti.ne.jp>
Date: Sat, 27 Feb 2010 21:24:18 +0900
(Continue reading)


Gmane