Re: Anyone got a trailer I can borrow?

2007-03-20 Thread Bill Hacker

Nigel Weeks wrote:

Just wondering if DragonFly will ever support UltraSPARC platforms?

It's a silly question, as I already know it depends entirely on manpower,
but have a look at what showed up on eBay:
http://cgi.ebay.com.au/ws/eBayISAPI.dll?ViewItem&item=220092087657

26 processors, 26GB ram, 4 scsi cards, 2 gigabit NICs.

It'd be a nice system to test SMP/clustering code, without needing multiple
machines...

N


Nigel Weeks
Tech Support and Systems Developer
Rural Press Tasmania
The Examiner Newspaper
Ph. 03 6336 7234
Mob. 0408 133 738
Email.  [EMAIL PROTECTED]





Yah well... it might also be like the Data Printer CT-1064 1000 LPM monster I 
once picked up for my Z-80 for a mere US$100.


Helps if you own your own coal mine to power the half-ton beast

;-)

Multiple machines are probably a more realistic test anyway.

Plus - they need not be 24 X 7 X 365 dedicated or even necessarily on the same 
continent.


Volunteers joining/leaving the test 'pool' on some spare/idle time schedule
CETI style would provide a real test...

Bill


Re: compiling ath

2007-03-20 Thread Sascha Wildner

Pataky Tibor wrote:

I want to build a kernel with ath(4). I added the
following lines to the GENERIC config file:

device  ath
device  ath_hal
device  ath_rate_sample

(Is this correct?)
After this "make buildkernel" says: Warning: device "ath" is unknown

What should I do now?

Thanks a lot!


ath is not (yet?) supposed to be compiled into the kernel. The ath(4) 
manpage gives instructions how to load the module via loader.conf.


Sascha

--
http://yoyodyne.ath.cx


compiling ath

2007-03-20 Thread Pataky Tibor
I want to build a kernel with ath(4). I added the
following lines to the GENERIC config file:

device  ath
device  ath_hal
device  ath_rate_sample

(Is this correct?)
After this "make buildkernel" says: Warning: device "ath" is unknown

What should I do now?

Thanks a lot!