Richard Earnshaw | 13 Feb 2003 19:16
Favicon

Time to decommission this port-arm mailing list?


I think we agreed that once 1.6 was out that the port-arm32 mailing list 
should be decommissioned in favour of port-arm and the other more relevant 
lists.  How do we go about this?

R.

Ken Woodhams | 25 Jan 2003 23:28
Picon
Favicon

Netwinder installation suggestions

Hi everyone. I've been monitoring the following website for a while 
now http://www.netbsd.org/Ports/netwinder/

To my despair there aren't any installation or help documents available
for this platform so I'm resorting to anyone on these lists who are 
successfully running Netwinder servers with NetBSD 1.6

It is my understanding that in order for the Netwinder firmware to boot
NetBSD, the boot partition must be linux ex2fs. Is it a good idea to 
make the entire root / partition ex2fs (which will contain the netbsd
kernel)? If not then what do you guys recommend? Should it just contain
the kernel, anything else? 

I also remember reading that one of the network interfaces isn't 
supported by NetBSD. Is that still the case?

Any other help or tips would be greatly appreciated, especially stories
about any (in)stability issues. I would like to use this Netwinder as a

small mail server (5-6 users) running Postfix and Cyrus-IMAPD.

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

toddpw | 19 Jan 2003 12:17

Proposal to fix booted_kernel on shark.

NetBSD/shark is now ELF, but the firmware only reads a.out. Copy both kernels
to /, no problem.  Understandably, machdep.booted_kernel reports "netbsd.aout"
however, and groveling programs now fail because they expected an ELF kernel.

Proposed solution is to strip the .aout suffix, under the assumption that an
ELF kernel without that suffix will usually be available in the same place,
and if it isn't, we're probably screwed anyway.

--- shark_machdep.c.orig	Fri May  3 14:28:11 2002
+++ shark_machdep.c	Sat Jan 18 21:21:06 2003
 <at>  <at>  -392,10 +392,17  <at>  <at> 
 			return;
 		cp = strrchr(boot_component, ':');
 		if (cp != NULL) {
+			int cplen;
 			*cp++ = '\0';
 			if (cp[0] == '\\')
 				cp++;
 			booted_kernel = cp; 
+
+			/* Zap ".aout" suffix since we only grok ELF now. */
+			cplen = strlen(cp);
+			if (cplen > 5 && !strcmp(&cp[cplen-5], ".aout")) {
+				cp[cplen-5] = '\0';
+			}
 		}
 	}

Tested good against 1.6 on my shark.  The diff above is against -current
from this evening, after applying the 1.6 diff successfully using patch.
(Continue reading)

Steve Woodford | 13 Jan 2003 13:14

Improving the arm32 pmap

Hi,

I'm sure this is something which has a number of people have toyed with
for quite some time now, with varying degrees of success.

As it happens, Wasabi have allocated a bunch of my time and given me the
resources to have a good crack at optimising the arm32 pmap, whether
through a wholesale re-write or just bending the existing code into shape.

I know some of you have already whacked on the pmap a bit, and Chris
Gilbert has already given me some of his experimental changes to look
over.

So, I'm soliciting opinions on what's wrong with the existing pmap, and
suggestions on either how to bend existing code into shape, or how to do
things differently/better with new code.

For example:

  Problem:
  - L1 page tables are "per process", and their allocation requires 16KB
    contig/aligned RAM. It's hard to allocate new L1 tables, given those
    constraints, which often leads to L1 starvation.
  - L1 page tables are also zeroed whenever they are allocated to a pmap.
    The kernel's descriptors are also copied over every time.

  Solutions:
  - Make use of the mmu's "domain" feature as a primitive form of ASID.
    This allows L1 tables to be shared between multiple pmaps by doing
    "lazy" fixup of user L1 entries at fault time.
(Continue reading)

shubha mr | 13 Jan 2003 08:13
Picon
Favicon

Help,am a newbee!

Hi,
I have an ARM evaluation board(HBI-0011B).I want to
install NETBSD on the same and want to write PCMCIA
based network driver on the same.Can you please tell
me how to install the same,what all devices do I need
for this installation and where do I find information
to get started for this journey?

Please help urgent!
Thanks,
shubha

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

shubha shree | 13 Jan 2003 07:49
Picon

test


Insomnius Abominus | 10 Nov 2002 19:59

more information


the platform:  shark
the OS: new 1.6 netboot

the config:

Section "Pointer"
   Protocol        "MouseSystems"
   # Protocol        "PS/2"
   # Protocol        "wsmouse"
   Device          "/dev/pms0"
   BaudRate        1200
   ZAxisMapping    4 5
   # Emulate3Timeout 25
   # SampleRate      0
   # Emulate3Buttons
EndSection

the error:

Fatal server error:
Cannot open mouse (Device not configured)

X connection to :0.0 broken (explicit kill or server shutdown).

Insomnius Abominus | 10 Nov 2002 19:53

the frickin mouse


can anyone please tell me how to get either:

 a. x to start up with a normal ps2 mouse on a shark

or

 b. how to tell the thing it has no mouse, start x anyway
    ( for what imj using it for, i need no mouse. just want x to start )

i get the ol' device not configured crap and i've used every setting i can
think of... using pms0, qms0, wsmouse0, myMasApplePie0 and PS/2 for the proto
and all kindsa stuff. this is a stock 1.6 install FOR SHARK, and it doesn't
work.... what the hell am i doing wrong.

Phil | 3 Nov 2002 09:43
Picon

Thank You

A quick 'Thank You' from my part of the Show Organisation team (Fillin
Ltd) on behalf of both SASAUG and Fillin for the success of the show
yesterday.

NEWS:
The Show website continues, and has now changed to a 'Thank You message'
and CONTACTS link to standholders pages from the revised banner on the
right.

A new email address feedback <at> fillin.co.uk has just been created to channel
feedback from both standholders and visitors to enable a future show to be
even more successful.

John Sawer will be announcing this via 'announce' shortly, in a 'thank
you' from the SASAUG paet of the team.

My personal thanks to my fellow club menbers for assisting so well in
halping set up the 'theatre'/'tv studio' is such a short space of time on
Friday/Saturday!, and such a speedy derig too!

If anyone finds Derek's took kit amongst their chattels, please contact me
directly on phil <at> fillin.co.uk.  (We will be checking amongst our gear when
we unload later)

t5hanks again

Phil Spiegelhalter
Fillin Ltd   for RiscOs SE Show: SASAUG and Fillin Ltd

--

-- 
(Continue reading)

Phil/Lin Spiegelhalter | 28 Oct 2002 13:35
Picon

Fillin Ltd back on-line (RiscOS SE Show)

Greetings again
After a cable fault in the wet afternoon of Friday 18th, all lines
into/out of FIllin Ltd are now working again, courtesy of a new trench and
cable run. 
Therefore the Web site will be updated shortly to include a link from the
NewsFlash page to the Iyonix website.
Once I have caught up with the backlog of incoming emails, any other
updates will be made asap.
Thankfully most of the 18th's updates had been completed before the
failure.

Phil Spiegelhalter
Fillin Ltd

--

-- 
Phil / Lin Spiegelhalter - Fillin - Landrover Discovery + Acorn Users
Website: http://www.fillin.co.uk for Broadcast Training/Production
Alternative  Emails:  Lin <at> fillin.co.uk       Phil <at> fillin.co.uk

Phil/Lin Spiegelhalter | 18 Oct 2002 14:27
Picon

RiscOS Show: NewsFlash Link and Update

Greetings                                   Fillin Ltd Friday 18th

Our thanks to the latest coverage in Acorn User: 
Please use their extract as a double check on the details of your stand
entry on the website.

NEXT WEEKEND I wish to add any additional text information for your pages
and will be producing the 'Welcoming' Message screen sequences; 
Please ensure any material arrives by Saturday 26th.

The College Site Plan included drew my attention to a minor error
concerning VEHICULAR Access, and the webpage has now been amended.

The 2.9m height restricted 'Side' Access to the hall is accessed from the
REAR of the main building (and hence uses the 1st,'Lido' roundabout exit):
Bollards prevent vehicular access from the front.

Front Exhibitor Parking and Level Side Access (trolley route) remains
through the Gates (2nd Exit)

A SASAUG/ Fillin Ltd Marshall will be present at the Roundabout from 07.30
Access to the buildings is officially from 08.00
To ASSIST marshalling in SAFETY, please display the attached notice in
your windscreens (colour or monchrome printout 8-) )

No Smoking Policy:
==================
Smoking is not permitted within the College Buildings: This is now
prominently announced on the website (banner1 link) to avoid any
misunderstandings.
(Continue reading)


Gmane