Re: [PATCH] NEWCARD: pccardc power support

2002-10-30 Thread Mark Santcroos
about 1 hour), so it's not clean at all. But it's good enough for prototype, working great for me actually :) -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Kernel broken

2002-11-26 Thread Mark Santcroos
for member `mtx_lock' in something not a structure or union Jan To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New

Re: [acpi-jp 1950] Call for testers: acpica-unix-20021118.tar.gz

2002-11-26 Thread Mark Santcroos
problems. I'll import them into src tree before RC1. Thanks -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: if_tap is working ?

2002-12-20 Thread Mark Santcroos
/compat/linux/dev/vmnet1 c 149 65537 +rm /compat/linux/dev/vmnet1 +ln -s /dev/vmnet1 /compat/linux/dev/vmnet1 echo Creating $linux_dev/hd\? mknod ${linux_dev}/hda b 0 0x00010002 mknod ${linux_dev}/hdb b 0 0x0001000a -- Mark SantcroosRIPE Network Coordination Centre http

Re: cvs commit: src/sys/dev/sound/pci ich.c

2003-10-13 Thread Mark Santcroos
On Mon, Sep 15, 2003 at 02:16:47PM -0700, Nate Lawson wrote: njl 2003/09/15 14:16:47 PDT FreeBSD src repository Modified files: sys/dev/sound/pciich.c Log: Correctly reset ich[3-5] sound cards on resume. This fixes audio playback after suspend/resume for me.

Re: cvs commit: src/sys/dev/sound/pci ich.c

2003-10-13 Thread Mark Santcroos
On Mon, Oct 13, 2003 at 09:47:45AM -0700, Nate Lawson wrote: It looks like you are resetting the BARs on resume. If that's all that's needed, I believe Warner was working on code to do this in the general case. Exactly, the thread[*] went on about pci power transitions in general. Warner also

panic: indiracct: botched params

2003-10-15 Thread Mark Santcroos
Hi Kirk, Got the following panic while doing bgfsck after a unclean shutdown (another unrelated panic). I guess this shouldn't happen. I have the dump and the debug kernel available if you want to give it a shot. Thanks Mark #0 doadump () at ../../../kern/kern_shutdown.c:240 #1 0xc04a6c79 in

Re: Random signals in {build,install}world recently?

2003-10-20 Thread Mark Santcroos
On Mon, Oct 20, 2003 at 10:27:38AM +0200, Harti Brandt wrote: On Mon, 20 Oct 2003, Vallo Kallaste wrote: VKHi VK VKIt seems to be a recent problem. The hardware is OK, both Windows XP VK(which I use very seldom) and Gentoo Linux do not exhibit any VKproblems. VKBasically one will get

Re: Random signals in {build,install}world recently?

2003-10-20 Thread Mark Santcroos
On Mon, Oct 20, 2003 at 03:29:04PM +0200, Harti Brandt wrote: MS I have the same MB just with 1800+ processors. I had to reduce the CPU MS frequency by about 10% in the BIOS setup to get the machine stable. I MS assume the problem is actually the memory. MS MSCouldn't the following be of help

Re: FBSD 5.1b2 Inst. Results on Dell i8500

2003-05-27 Thread Mark Santcroos
On Thu, May 22, 2003 at 11:05:03PM +0200, Mark Santcroos wrote: The same here, that's what I mentioned earlier, that I need to investigate this. Hope to have that fixed before 'de haan kraait' tomorrow morning ;-) Can you send me your whole asl, I'm curious how close it is to mine. Hrm, a bit

Re: [acpi-jp 2267] Re: HEADSUP: acpi patches in the tree

2003-05-28 Thread Mark Santcroos
seem to matter. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

s4bios

2003-06-04 Thread Mark Santcroos
Is there anyone that has succesfully used acpiconf -s 4? I'm very interested in your reports. If you haven't tried yet, but are willing to help me, please report me your findings. Thanks Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark

Re: s4bios on Dell Latitude C640

2003-06-04 Thread Mark Santcroos
to repartition my laptop, but ok ... ) Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: s4bios

2003-06-04 Thread Mark Santcroos
hw.acpi.supported_sleep_state: S1 S4 S5 Yeah, too tired right now to see where that gets decided in the code, but I knew/know that my laptop supports S4BIOS. (The S4BIOS_F flag in the FACS) Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New

Re: s4bios

2003-06-05 Thread Mark Santcroos
On Wed, Jun 04, 2003 at 08:37:11AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Mark Santcroos [EMAIL PROTECTED] writes: : Is there anyone that has succesfully used acpiconf -s 4? Fails on my Dell i8000, but that's because I don't have a suspend partition. Have

Re: cirrus ich3 doesn't work after suspend to disk

2003-06-08 Thread Mark Santcroos
to really solve the problem as that won't help the hang on module reload. I'll investigate further. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM ___ [EMAIL PROTECTED

Re: Correct PCI suspend and resume operations [ was Re: cirrus ich3doesn't work after suspend to disk ]

2003-06-10 Thread Mark Santcroos
special things, the PCI layer could at least do the generic stuff. (Warner, will this also be covered by the stuff you are doing?) Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM

Re: Correct PCI suspend and resume operations [ was Re: cirrus ich3doesn't work after suspend to disk ]

2003-06-10 Thread Mark Santcroos
On Tue, Jun 10, 2003 at 09:15:05PM +0200, Mark Santcroos wrote: AFAICT, we don't common code for handling this and maybe there should be some rather than have each driver replicate this behaviour. In general, that would of course be better. However, I don't know if the PCI layer

Re: ACPI errors on boot

2003-06-18 Thread Mark Santcroos
-jp@ list. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: ACPI suspending.

2003-06-18 Thread Mark Santcroos
not particularly useful. What I'd like to know is how much work (and possibly pointers to where I'd look) to fix the S3 level suspension. It would be nice if you actually told what is broken before we discuss the fix. Mark -- Mark SantcroosRIPE Network Coordination Centre http

Re: Need acpi-event-d?

2003-06-18 Thread Mark Santcroos
On Tue, Jun 17, 2003 at 06:40:59AM -0600, M. Warner Losh wrote: : I think devd(8) should be used for this, but I havn't tried. devd does not (currently) get events for suspend/resume. Maybe it should. Either devd should or we do need an acpid. Mark -- Mark Santcroos

Re: [current] Re: ACPI suspending.

2003-06-18 Thread Mark Santcroos
, it would really help if you try and document all cases until you at least exactly know the behavior. From there we can go on. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM

Re: HEADSUP: acpica 0619 in the tree

2003-07-14 Thread Mark Santcroos
hairy things that prevent it from simply just working that I am looking into now. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM ___ [EMAIL PROTECTED] mailing list http

Re: FreeBSD 5.0 and Dell notebooks

2003-01-15 Thread Mark Santcroos
need for this which is only going to grow with about all laptops being produced now being ACPI only, and the vendors only looking at Microsoft. That need might attract more people to work on this in FreeBSD. Mark -- Mark SantcroosRIPE Network Coordination Centre http

Re: help: can't boot 5.0 diskless

2003-01-23 Thread Mark Santcroos
On Thu, Jan 23, 2003 at 07:50:12PM -0500, Mike Makonnen wrote: Do you have device.hints in /boot of your diskless tree? I think you have to statically link your hints into the kernel. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark

panic with heavy io

2003-02-11 Thread Mark Santcroos
- -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: panic with heavy io

2003-02-11 Thread Mark Santcroos
now or what to do when I am able to reproduce it? Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: IRDA - ACPI (Battery)

2003-02-18 Thread Mark Santcroos
On Tue, Feb 18, 2003 at 09:15:43AM +0100, Pierrick Brossin wrote: Is IRDA now supported by 5.0 ? Can't find any docs. If your IrDA device can emulate a UART you can use ports/comms/birda. What kind of IrDA device do you have in your laptop? Mark -- Mark SantcroosRIPE

Re: IPv6 MTU bug?

2003-04-03 Thread Mark Santcroos
://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED] -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM ___ [EMAIL PROTECTED] mailing list http

Re: 3CXFE575CT-JP with NEWCARD doesn't work

2001-09-04 Thread Mark Santcroos
. Note that I tested src/sys/pccard/ from August 20 this morning and that worked fine. Please let me know if I can be of any help debugging/coding this. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM

Re: Junior Kernel Hacker task: improve vnode-v_tag

2001-09-04 Thread Mark Santcroos
IS_LOCKING_VFS is wrong then. That's what the line of comment above it said ;) /* * [dfr] Kludge until I get around to fixing all the vfs locking. */ Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group

Re: Firewire driver available

2001-09-06 Thread Mark Santcroos
On Thu, Sep 06, 2001 at 12:43:59PM +0900, Katsushi Kobayashi wrote: I believe the name iLink is not popular in outside of Japan. AFAIK that is Sony's name for it. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New

Re: 3CXFE575CT-JP with NEWCARD doesn't work

2001-09-06 Thread Mark Santcroos
card though, let me know if that might me usefull. Find attached the two dmesgs. They are both build after a cvsup. For one of the two kernels I have replaced src/sys/pccard/ with the one from August 20. I have also included my kernel config. Mark -- Mark Santcroos RIPE

Re: ToPIC100 not working correctly

2001-09-10 Thread Mark Santcroos
On Thu, Sep 06, 2001 at 01:50:53PM +0200, Mark Santcroos wrote: On Wed, Sep 05, 2001 at 11:51:07AM -0400, Jonathan Chen wrote: A complete dmesg from a verbose boot with both the successful and failed attempts would be a good start. It would also be useful to know what card you're using

Re: ToPIC100 not working correctly

2001-09-10 Thread Mark Santcroos
On Mon, Sep 10, 2001 at 09:51:00PM +0200, Mark Santcroos wrote: Do you know the exact reason for this problem or can I help by exactly finding out what change of code causes this problems? I deciced to track it down. I narrowed it down to the commit to pcic_pci.c v1.71. For that version

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Mark Santcroos
.---._/presently in San Francisco \_/ \\ v To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects

vmware2 KSE patches

2001-09-13 Thread Mark Santcroos
it differently please. -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: kldxref broken, maybe?

2001-09-20 Thread Mark Santcroos
18:13:15 PDT. You probably haven't rebuild your world since then. This is a 'soft-error' and will be gone after your next install of world. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM

Re: gdb(1) broken?

2001-09-18 Thread Mark Santcroos
: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

commit to ansi.h

2001-10-18 Thread Mark Santcroos
headers*/ (6) #else (7) #define _BSD_VA_LIST_ char * /* va_list */ (8) #endif /*__GNUC__*/ On my system, (1) is TRUE, (2) is FALSE, so in (5) _BSD_VA_LIST_ is undefined. (which breaks building a kernel, and probably more) Placing a (7) before (5) solves the problem. Mark -- Mark

Re: Is there a script for updating sources for KSE?

2001-10-10 Thread Mark Santcroos
; better read the list. As a side note: I submitted a PR (ports/30625) that was taken up by someone but no action after that because he is too busy. If someone else has time to commit this please do so. -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net

Re: Ethernet tunnel device

2002-02-11 Thread Mark Santcroos
telling me that I am going the wrong ally Hi, I recently asked for this on mobile- if more people experienced this behaviour. I will be looking into this now I know more people have it. Monitor [EMAIL PROTECTED] for updates on this. Mark -- Mark Santcroos RIPE Network

Re: Ethernet tunnel device

2002-02-12 Thread Mark Santcroos
of the same simple program and that one works too, just to be sure) Making a simple (and very possible wrong) conclusion is that the open call gets lost between userland and the driver. (vfs layer?) Any hints on where too look further would be very helpful. Mark -- Mark Santcroos

Re: Ethernet tunnel device

2002-02-15 Thread Mark Santcroos
be a bit more detailed? Thanks alot. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Ethernet tunnel device

2002-02-16 Thread Mark Santcroos
, I did do an explicit close() in my test. However, using ktrace I also see a explicit close from vmware. That one doesn't reach the tap device however. So we are back to the original question, where does the close gets lost. Mark -- Mark Santcroos RIPE Network

strange behaviour of mkioctls in kdump/truss

2000-11-16 Thread Mark Santcroos
, otherwise shoot me] The solution to this seems to be simple: #include machine/i4b_ioctl.h in i4b_rbch_ioctl.h Don't hesitate to ask me anything more (that I forgot). Regards, Mark -- Mark Santcroos RIPE Network Coordination Centre PGP KeyID: 1024/0x3DCBEB8D PGP Fingerprint

Re: ESS sound card support on laptop

2002-06-15 Thread Mark Santcroos
=0x040100 card=0x2550107b chip=0x1978125d rev=0x10 hdr=0x00 vendor = 'ESS Technology' device = 'ES1978 Maestro-2E Audiodrive, ES1970 Canyon3D' class= multimedia subclass = audio Does it not work with the maestro driver? It does. Mark -- Mark Santcroos

Re: -current seems a little unstable tonight

2002-07-18 Thread Mark Santcroos
in msleep () #16 0xc01f2320 in sched_sync () #17 0xc01a1381 in fork_exit () I didn't have a kernel with debugging info so I am building that now in case it happens again. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New

Re: -current seems a little unstable tonight

2002-07-18 Thread Mark Santcroos
On Thu, Jul 18, 2002 at 10:48:09AM +0200, Mark Santcroos wrote: panic: vm_fault: fault on nofault entry, addr: c8856000 (kgdb) bt backtrace without debug symbols I didn't have a kernel with debugging info so I am building that now in case it happens again. Catched it again and now

Re: -current seems a little unstable tonight

2002-07-18 Thread Mark Santcroos
head. Hopefully this helps you. Thanks for the response! Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: A fix of recent bugs in swapping in/out a process

2002-07-29 Thread Mark Santcroos
threads that are safe to do so. -- Seigo Tanimura [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net

Re: acpi prevents fdc to detect correctly

2002-08-20 Thread Mark Santcroos
On Mon, Aug 19, 2002 at 05:00:55PM +0200, Simon 'corecode' Schubert wrote: if i prevent acpi from being loaded on boot time (don't know the right procedure, just `set module_path=/' in /boot/loader) fdc is detected correctly. put: exec=unset acpi_load in your /boot/loader.conf -- Mark

Re: acpi prevents fdc to detect correctly

2002-08-20 Thread Mark Santcroos
On Tue, Aug 20, 2002 at 12:34:52PM +0200, Simon 'corecode' Schubert wrote: On Tue, 20 Aug 2002 08:43:20 +0200 Mark Santcroos wrote: if i prevent acpi from being loaded on boot time (don't know the right procedure, just `set module_path=/' in /boot/loader) fdc is detected correctly

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Mark Santcroos
-- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Mark Santcroos
didn't do much buildworld's, mostly buildkernels. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Mark Santcroos
On Wed, Aug 21, 2002 at 04:07:14PM +0200, Mark Santcroos wrote: On Wed, Aug 21, 2002 at 03:32:44PM +0200, Martin Blapp wrote: I have a P4 mobile in my laptop and also had this behaviour for a certain -current window last week (the time I got the laptop). (Dell C640) Now it is gone. I'm

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Mark Santcroos
On Wed, Aug 21, 2002 at 04:45:54PM +0200, Mark Santcroos wrote: Can you try that ? Eek! First one already bailed out! Talking about bad luck! Signal 10 this time. The 2nd one fails at exactly the same point, that can't be coindedence. Also with a signal 10. (libutil) The 3rd

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Mark Santcroos
in the ports and used that to compile the kernel and userlands. All the strange signals have disappeared since then. Thanks for the hint, I'm building /usr/ports/lang/gcc31/ now. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark

Re: Solved: CURRENT and P-IV problems

2002-08-21 Thread Mark Santcroos
On Wed, Aug 21, 2002 at 08:05:17PM +0200, Mark Santcroos wrote: On Wed, Aug 21, 2002 at 11:38:20PM +0800, KT Sin wrote: Hi I believe this is caused by the pre-released version of gcc in the system. I started seeing this problem one week after I upgraded my hardware to Pentium 4

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
to make 10 buildworlds (without -j, that triggers panics in pmap code). Bye the way, I'm experiencing this since about 4-5 months. All hackers, please help to track this down. Is it P4 specific or not? Mark -- Mark Santcroos RIPE Network Coordination Centre http

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
maybe wrong). After dropping -g from kernel compiling I hadn't a problem again on -stable. (At the moment I do not have -current on a P-IV, the motherboard is a Fujitsu-Siemens) I will try that asap. Mark -- Mark Santcroos RIPE Network Coordination Centre http

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
Hi Martin, As you know this problem for longer, did you already try to make the problem a bit more reproducable / narrowed down? If not, we really should try to, that will be the first step in fixing it. Mark -- Mark Santcroos RIPE Network Coordination Centre http

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
On Thu, Aug 22, 2002 at 02:38:25AM -0700, Terry Lambert wrote: Alternatively, rather than those options, try losing 512M of the RAM... I note they are all 1G boxes. No, mine is 256MB. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
On Thu, Aug 22, 2002 at 02:33:57AM -0700, Terry Lambert wrote: options DISABLE_PSE options DISABLE_PG_G Coming up next in this theater :-) btw, how does the report that using the other compiler fixed everything for KT fit in? -- Mark Santcroos RIPE

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
On Thu, Aug 22, 2002 at 03:17:03AM -0700, Terry Lambert wrote: Mark Santcroos wrote: On Thu, Aug 22, 2002 at 02:33:57AM -0700, Terry Lambert wrote: options DISABLE_PSE options DISABLE_PG_G Coming up next in this theater :-) btw, how does the report that using

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
buildworld now. Do you also want me to try to split up the disabling of the two options? Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
On Thu, Aug 22, 2002 at 04:31:02AM -0700, Terry Lambert wrote: If it's a 3-for-3 workaround, then I probably need to take the discussion offline with Peter Wemm, and come up with a permanent fix. There was something with non-disclosure, am I right? -- Mark Santcroos

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
) Athlon with no problems at all... -S?ren To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
On Thu, Aug 22, 2002 at 01:55:42PM +0200, Soeren Schmidt wrote: Can you revert back to the system compiler and also compile your kernel with this options and do some buildworlds again? I already use the system compiler... That's why the message was addressed to kt ;-) -- Mark Santcroos

Re: Memory corruption in CURRENT

2002-08-22 Thread Mark Santcroos
On Thu, Aug 22, 2002 at 05:21:54AM -0700, Terry Lambert wrote: Mark Santcroos wrote: On Thu, Aug 22, 2002 at 01:41:13PM +0200, Soeren Schmidt wrote: Sure, but I dont have the problem :) I can buildworld for days on my (heavily overclocked btw) Athlon with no problems at all... Can

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
Please note that any feedback should be sent to [EMAIL PROTECTED] Enjoy! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
to X. Other ideas? Thanks for your help. I'm new to ACPI. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
. So this is fully controlled by the graphics controller? Some VAIO machines (w/ ATI graphic chip), also have the same problem. I also have an ATI chip. ATI Radeon to be precise, is that a possible explanation? Mark -- Mark Santcroos RIPE Network Coordination Centre

Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mark Santcroos
-- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ACPI video driver (for Dell Latitude C640)

2002-08-28 Thread Mark Santcroos
with a 'veto' pass * followed by a real thing pass would be better, but the * current bus interface does not provide for this. */ I found this comment, which might be related? So like I said, if I can get the resume function to work, it might be solved. Mark -- Mark Santcroos

Re: Call for testers: acpica-unix-20020815

2002-08-29 Thread Mark Santcroos
On Sun, Aug 25, 2002 at 06:59:45PM +0200, Mark Santcroos wrote: I have a Dell Latitude C640 and my screen won't come back after a suspend. The machine works fine besides that. FYI: I just did a minimal Linux installation on this machine and tried latest kernel with latest ACPI. Exactly

Re: ACPI video driver (for Dell Latitude C640)

2002-08-29 Thread Mark Santcroos
On Wed, Aug 28, 2002 at 03:43:07PM +0200, Mark Santcroos wrote: It seems that the 'device_resume' functions are called rather unreliably. Most of the time it is not called at all, I couldn't find a pattern yet. Is this a known problem? I worked around this by making the driver a child

Re: apm support

2002-09-09 Thread Mark Santcroos
? Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: apm support

2002-09-09 Thread Mark Santcroos
' the behaviour of /dev/apm, but the information is not actually coming from apm. (Can you remove device apm from your kernel to ack this?) What laptop do you have btw? And how is the suspending/resuming working? Mark -- Mark Santcroos RIPE Network Coordination Centre http

Re: ACPI video driver (for Dell Latitude C640)

2002-09-10 Thread Mark Santcroos
On Thu, Aug 29, 2002 at 11:11:15PM +0200, Mark Santcroos wrote: I worked around this by making the driver a child of pci instead of a child of acpi. (Which is even more correct too) My driver is a child of acpi again and at this point it always seems to be called at resume too. I don't know

Re: [acpi-jp 1789] Re: ACPI video driver (for Dell Latitude C640)

2002-09-10 Thread Mark Santcroos
on DPMS for ATI chips. Does this mean: Yes, I think DPMS might have the answer ? Never mind. I know one more guy who writing ACPI VGA driver, takawata-san([EMAIL PROTECTED]). Could you send him your latest code and contact him? Ok, will do. Mark -- Mark Santcroos

Re: [acpi-jp 1789] Re: ACPI video driver (for Dell Latitude C640)

2002-09-10 Thread Mark Santcroos
at the DPMS code in X and we have to extract that basically. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: [acpi-jp 1789] Re: ACPI video driver (for Dell Latitude C640)

2002-10-09 Thread Mark Santcroos
time to finish it up. I'll certainly notify the list when it is done. Mark -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

fdisk -u with geom

2002-10-15 Thread Mark Santcroos
What's the equivalent of fdisk -u with geom? ( Assuming that it's not the same after getting: laptop# fdisk -u ad0 fdisk: can't open device /dev/ad0 fdisk: cannot open disk /dev/ad0: Operation not permitted ) Thanks Mark -- Mark SantcroosRIPE Network Coordination Centre

Re: [PATCH] re-attach cards after resume

2002-10-21 Thread Mark Santcroos
-current in the body of the message -- Mark SantcroosRIPE Network Coordination Centre http://www.ripe.net/home/mark/New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: WinModem Support/Learning the kernel Internals

2001-05-07 Thread Mark Santcroos
that but it would be nice if the author could give me some hints. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: WinModem Support

2001-05-10 Thread Mark Santcroos
On Thu, May 10, 2001 at 01:51:25AM -0700, David O'Brien wrote: On Mon, May 07, 2001 at 02:37:20PM +0200, Mark Santcroos wrote: Please check http://www.geocities.com/wtnbkysh/ . It should work under 4.2R. There is also some 5.0C patches but still some problems probably with interrupts

Re: WinModem Support

2001-05-11 Thread Mark Santcroos
On Fri, May 11, 2001 at 01:26:41AM +0300, Tomi Vainio - Sun Finland - wrote: Mark Santcroos writes: I have contacted the author and he made a last change in the interrupt setup. I have made a small stand alone package for -CURRENT, it holds the .c, the linux object file

Re: VMWare2 seems broken in recent -current

2002-03-25 Thread Mark Santcroos
= [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Instituteor [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Santcroos RIPE

Re: VMWare2 was broken in recent -current (seems OK now)

2002-03-26 Thread Mark Santcroos
On Tue, Mar 26, 2002 at 07:38:38PM -0500, Garance A Drosihn wrote: At 6:36 AM +0100 3/26/02, Mark Santcroos wrote: Currently rebuilding with latest sources, will look into it after that. Whatever the problem had been, it looks like it was fixed between March 23 and today (the 26th). I did

Re: [REVIEW] - Kernel path changes in -current man pages

2002-04-19 Thread Mark Santcroos
replacing /dev/kmem with the kernel path??? -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Device cloning

2002-06-14 Thread Mark Santcroos
. That will present you with a /dev/whatever you want interface to the netgraph subsystem. That might be a starting point, as your work is also a netgraph node. Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM