Re: Network stack cloning / virtualization patches

2003-06-05 Thread soralx
A third issue on the x86 is a lack of registers: There are only 6 general purpose registers (and each of them actually has a specific purpose). Eating one of these registers to maintain a pointer to a struct vimage will be a noticable performance hit. Why not to store it in memory? If the

Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
i want to map some of the 12 multimedia keys i have on my keyboard to whatever on the console, not in X, like making one of them execute ssh host or something i tried to find out the scancodes on freebsd, but failed terribly, there is no utility available to find them it seems, so i plugged it

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread khachikyan.de
It depends on what the linux utility delivers. RAW scancodes or XLATE scancodes. What you need is the translated scancode and you need a press codes not the release ones. There is qualified article about FreeBSD syscons in the net but it is in russian. The author provides also some utilities for

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
umm the russian stuff doesnt help me much, and i cant figure out how to compile it either ;) It depends on what the linux utility delivers. RAW scancodes or XLATE scancodes. What you need is the translated scancode and you need a press codes not the release ones. There is qualified article

SpamCop - are you a robot?

2003-06-05 Thread SpamCop Robot
PLEASE READ BEFORE CLICKING! In an effort to increase the quality of communication between users and internet providers, SpamCop uses this system to separate robotic responses from human replies. Recently, an email was sent from your address ([EMAIL PROTECTED]): Approved If this was a form

Good News June 4, 2003 online

2003-06-05 Thread First United Methodist Church
To view this email as a webpage, please click below: http://www.icebase.com/reader.ice?BFDT0734712980hackers476 Good News Online Vol. 59, No 11 June 4, 2003 A Place to Become, A Place to Belong - Pull-Hammind Kunt Welcome to the Good News email edition Latest Good News on Web site

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread JacobRhoden
On Thu, 5 Jun 2003 08:45 am, [EMAIL PROTECTED] wrote: umm the russian stuff doesnt help me much, and i cant figure out how to compile it either ;) This should do it: g++ scancode.c -o scancode -lncurses But it doesnt seem to detect the multimedia keys anyway, just the normal 101

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
yea the ncurses did it, but oh well, all it did was locking up my keyboard, then i killed it, and now i cant use my keyboard anymore ;) ssh'in in and trying to kbdcontrol -d gives me innappropriate ioctl for device ..great, i dont wanna reboot :/ On Thu, 5 Jun 2003 08:45 am, [EMAIL PROTECTED]

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
well, sorry, screw that ..i managed to fix it back up, but i still have no idea how to get those keycodes/scancodes/whatever and make them do what i want. any help is so much appreciated. ___ [EMAIL PROTECTED] mailing list

0xdeadc0de panic after plugging in USB CompactFlash reader/writeron 5.0-RELEASE

2003-06-05 Thread Brian O'Shea
System panics after PQI Travel Flash (USB Compact Flash reader/writer mass storage device) is plugged in. This is 5.0-RELEASE on i386. I built a debug kernel to get a better crash dump and reproduced the problem: makeoptions DEBUG=-g#Build kernel with gdb(1) debug symbols # Kernel

bootdisk problems on dual xeon (4.8 and 5.0)

2003-06-05 Thread Jochen Kaiser
Hi, I've a problem with booting on a Phoenix Bios 4.0 Release 6.0 Intel Mainboard SE7505VB2 2x Xeon 3Ghz, HT (both enabled/disabled doesn't matter) Intel SRCU42L Raid Controller the box doesn't boot from a (tested) 4.8 and 5.0 disk. (the box boots fine with linux, dos, openbsd) on 5.0 the box

problem my mouse

2003-06-05 Thread .
Hello! Sorry, i have problem. My optical mouse Cherry Model - SpaceBittle no working for FreeBSD 5.0 Relase. Please, help me. [EMAIL PROTECTED] E.A.K. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

setting CMOS clock

2003-06-05 Thread Christoph Kukulies
I'm using a cron job to synchronize time against a timeserver in a local network. The timeserver is a NT box that has a DCF77 clock attached. I chose rdate (/usr/ports/sysutils/rdate) to do the synchronisation. Does this also set the CMS clock correctly or what would I have to do to set the

Re: What RFCs are supported by FreeBSD

2003-06-05 Thread Terry Lambert
David Schultz wrote: On Mon, Jun 02, 2003, Terry Lambert wrote: Nickolay A. Kritsky wrote: Does anybody know, which RFCs are followed by FreeBSD's core network drivers (like IP,TCP,routing,UDP,ICMP drivers)? All of them. I'm sorry Terry, but I must be missing something. Can you

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread Samy Al Bahra
I suggest you take a look at the acme port. It may be found in ports/multimedia/acme. It provides an intuitive configuration interface for mapping certain keys to certain actions. If you don't find it of use in your scenario, the source code is always there. +---+

Re: problem my mouse

2003-06-05 Thread Samy Al Bahra
This is not exactly a -hackers topic :) Could you provide us with more details? Do you have USB support compiled into your kernel? If not, do you have the appropriate modules (including ums) loaded? Have you researched your problem before taking it to the mailing list?