Re: Getting the Wine preloader to work in FreeBSD

2007-05-31 Thread Anish Mistry
On Thursday 31 May 2007, Kai Blin wrote: > Hi folks, > > after being nagged by a freebsd user(dibridagoe) in #winehq today, > I have decided to look into a problem with the Wine preloader on > FreeBSD (http://bugs.winehq.org/show_bug.cgi?id=5732). > > Now, the wine preloader is Linux-specific, it s

Re: Kernel panicking in 6.2 and 7-CURRENT -- interrupt issues

2007-05-31 Thread youshi10
On Tue, 29 May 2007 [EMAIL PROTECTED] wrote: Hello, I'm trying to install 7-CURRENT on my desktop, locally instead of on a virtual machine, and I'm running into an issue where the kernel almost always panics on boot with my motherboard (ASUS P5N-SLI E), due to some sort of interrupt assig

how to add unsupported pccard?

2007-05-31 Thread rmgls
hi all, I looked in the devel handbook to find some hints about pccards. i have the following hardware: generic 2 uarts ports 16450 pccard, non recognized: as you can see: card activation failed! here is the FreeBSD dmesg with pccard_debug="YES": cbb0: card inserted: event=0x0006, state=300

Getting the Wine preloader to work in FreeBSD

2007-05-31 Thread Kai Blin
Hi folks, after being nagged by a freebsd user(dibridagoe) in #winehq today, I have decided to look into a problem with the Wine preloader on FreeBSD (http://bugs.winehq.org/show_bug.cgi?id=5732). Now, the wine preloader is Linux-specific, it seems. I'm not sure if it is needed in FreeBSD at a

Re: direct I/O access

2007-05-31 Thread Mike Meyer
In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] typed: > On Wed, 30 May 2007 12:39:10 -0400, Mike Meyer <[EMAIL PROTECTED]> wrote, > > > Actually, protected mode is just the beginnings of it. I've never done > > much x86 assembly, but going from the '020 to the '030 (or maybe it > > was the '010 to the

Re: direct I/O access

2007-05-31 Thread Raoul MEGELAS
On Thu, 31 May 2007 08:44:33 +0400 Eygene Ryabinkin <[EMAIL PROTECTED]> wrote, Wed, May 30, 2007 at 02:43:07AM -0400, Mike Meyer wrote: >> I believe this should be $0x4, as you want to *set* the values, not >> get them. > Right. >> You also need to open the file "/dev/io". I believe that leavin

Re: can we use disk device for iscsi-target port?

2007-05-31 Thread Patrick Dung
My testing env is Vmware, the backend disks are new/empty. Here's my testing result: 1. OpenBSD 4.1 with iscsi-target compiled (I can't find it in the ports) It support disk slice directly, I use /dev/sd1c. 2. NetBSD 4.0-current with iscsi-target in base OS It support disk slice directly, I use /

Re: boot0 vs XP

2007-05-31 Thread Ivan Voras
Daniel O'Connor wrote: I recently reinstalled Windows XP on my laptop (I barely use it but occasionally it comes in handy :) and when I did the install it made the base drive E (no idea why, and I couldn't see how to change it). This is a well-known problem (at least to those who deal with du

Re: direct I/O access

2007-05-31 Thread rmgls
On Wed, 30 May 2007 12:39:10 -0400, Mike Meyer <[EMAIL PROTECTED]> wrote, > Actually, protected mode is just the beginnings of it. I've never done > much x86 assembly, but going from the '020 to the '030 (or maybe it > was the '010 to the '020). I had to start invalidating the hardware > caches a