Re: Proliant 1600R Install Failure (ida + SMPng to blame?)

2003-10-08 Thread Matthew N. Dodd
On Tue, 7 Oct 2003, Edward Aronyk wrote: Booting off the 5.1 boot floppies gives a page fault about 15 seconds after the mfsroot floppy finishes loading. Boot off of a -CURRENT snapshot; 5.1 shipped with a broken IDA driver. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD

Re: Fixing -pthreads (Re: ports and -current)

2003-09-24 Thread Matthew N. Dodd
to libc_r, what happens? This is why its important to use the same name for the threading library and never link directly with libkse, libthr, libc_r etc. Make libpthread a symlink, please. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x

Re: re-fdisk'ing a partition - permission denied?

2003-09-08 Thread Matthew N. Dodd
this morning.) I still use my foot-shooting patch. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: re-fdisk'ing a partition - permission denied?

2003-09-08 Thread Matthew N. Dodd
they were doing and wanted to do it anyway, but I'm not sure it got anywhere. ftp://ftp.jurai.net/users/winter/patches/geom-foot.patch -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: re-fdisk'ing a partition - permission denied?

2003-09-08 Thread Matthew N. Dodd
*/ if ((g_debugflags 16) pp-geom-rank == 1) ; %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: kernel build fails in agp_nvidia.c

2003-08-23 Thread Matthew N. Dodd
On Sat, 23 Aug 2003, Harald Schmalzbauer wrote: cvsupped half an hour ago, the following error occurs when trying to build a kernel (mine, which worked fine with yesterdays source) This one is mine, sorry. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL

Re: dhclient problem with xl0

2003-08-14 Thread Matthew N. Dodd
__FreeBSD__ */ - - return (1); #endif /* Other OSs */ + return (1); } #ifdef __FreeBSD__ %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter

Re: dhclient problem with xl0

2003-08-14 Thread Matthew N. Dodd
status then we shouldn't do anything with the status word. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: dhclient problem with xl0

2003-08-14 Thread Matthew N. Dodd
XL_XCVR_10BT: %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | ___ [EMAIL

Re: dhclient problem with xl0

2003-08-10 Thread Matthew N. Dodd
the link status for cards with builtin non-MII PHYs. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: dhclient problem with xl0

2003-08-09 Thread Matthew N. Dodd
On Sat, 9 Aug 2003, Matthew N. Dodd wrote: Try this (cut paste): The patch I posted was incorrect as I forgot to do a register window select before reading media status. ftp://ftp.jurai.net/users/winter/patches/xl_media.patch -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD

Re: ML370 crash

2003-08-08 Thread Matthew N. Dodd
As John told me, It looks like a bug that involves the ida driver. What can I do ?? I just committed the fix to ida_disk.c (1.41). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: dhclient/dhclient.conf change in -CURRENT?

2003-08-04 Thread Matthew N. Dodd
media settings. As I've explained in private email using the ifm_status word to determine if the interface is up and running is incorrect. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: problem with nvidia graphics card and -current

2003-08-04 Thread Matthew N. Dodd
, or compiled in the kernel. I'm running a system with the VESA stuff compiled in; the nvidia drivers work just fine. IIRC you're running with ACPI; try not doing that. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: STEP 2, fixing dhclient behaviour with multiple interfaces

2003-07-29 Thread Matthew N. Dodd
# cat /etc/wakeup_dhclient #!/bin/sh omshell /dev/null EOF connect new control open set state = 4 update close EOF %%% This was working fine for me a few months ago. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: 8MB install

2003-06-25 Thread Matthew N. Dodd
On Wed, 25 Jun 2003, M-Trade wrote: Has anyone had any success installing 5.1 release on a 486 w/ 8MB RAM? I can't install. avail memory = (245760) 0 MB Is this expected behavior? Yes. I got pre 5.1 running on a 386dx33 with 16mb; it wouldn't work with 8. -- | Matthew N. Dodd | '78

Re: nVidia nForce2 AGP chipset drivers

2003-06-23 Thread Matthew N. Dodd
On Sun, 22 Jun 2003, Matthew N. Dodd wrote: On Mon, 23 Jun 2003, Arjan van Leeuwen wrote: Hmm... I don't have the hardware either, but I was thinking about buying a new mainboard based on it (if there is support in FreeBSD, of course :)). Maybe someone who actually has an nForce2 board can

Re: nVidia nForce2 AGP chipset drivers

2003-06-22 Thread Matthew N. Dodd
with such a thing? I actually started writing a driver based on the released Linux one but don't actually have the hardware to test things. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: nVidia nForce2 AGP chipset drivers

2003-06-22 Thread Matthew N. Dodd
to the list so that someone can test them? Lacking the hardware, (and sleep last night when I started), I'm not yet far along enough to have something that is testable. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: [-CURRENT tinderbox] failure on alpha/alpha

2003-06-19 Thread Matthew N. Dodd
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED] -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: __thread support in -current..

2003-06-17 Thread Matthew N. Dodd
going to get updated binutils anway. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Matthew N. Dodd
, IDECARDII, 0), + { FREECOM PCCARD-IDE, PCCARD_VENDOR_ANY, PCCARD_PRODUCT_ANY, 0, + { FREECOM, PCCARD-IDE, NULL, NULL } }, {NULL} }; -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Matthew N. Dodd
be the cdrom drive. 'atacontrol attach 2' or 'atacontrol reinit 2' -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: VIA ACPI power management controller

2003-06-06 Thread Matthew N. Dodd
, child, type)) + error = PCI_ENABLE_IO(dev, child, type); + if (error !pci_disable_io_mode_sanity) return (NULL); break; } -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
-libmap /usr/X11R6/bin/ggv libthr.so.1 [...etmpy...] Right, there was on mapping found. So this isn't a libmap.conf issue. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
to libc_r.. This must be reason why it doesn't work. Thanks! 'ldd -a' is usefule for finding this out. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: libmap.conf has the bug or not work correct?

2003-06-05 Thread Matthew N. Dodd
-- This one, I might need to report at -threads. This does bring up a UI issue (of sorts) since the behavior you expected (constrained matches based on executable name) has some merit to it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: libmap.conf has the bug or not work correct?

2003-06-04 Thread Matthew N. Dodd
On Tue, 3 Jun 2003, Jeremy Messenger wrote: It seems like the [/path/to/exec] and [exec] don't work? ftp://ftp.jurai.net/users/winter/libmap-test.tar Untar that in src/libexec/rtld-elf/ cd test/ make ./test-libmap /path/to/exec library-name -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo

Re: Preliminary ELF prebinding patches available.

2003-05-31 Thread Matthew N. Dodd
with (feature, performance) ? I've not taken a look at the Linux stuff yet. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: breakage this morning

2003-04-02 Thread Matthew N. Dodd
On Wed, 2 Apr 2003, Michael W . Lucas wrote: Thank you very much! Sorry about the breakage. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: PC98 still broken

2003-03-29 Thread Matthew N. Dodd
On Sat, 29 Mar 2003, Takahashi Yoshihiro wrote: === pcspeaker @ - /usr/src/sys machine - /usr/src/sys/i386/include make: don't know how to make spkr.c. Stop *** Error code 2 Sorry about that. Fixed. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL

Re: buildkernel errors after latest cvsup

2003-03-24 Thread Matthew N. Dodd
On Mon, 24 Mar 2003, Donn Miller wrote: smapi_isa.c isn't in the tree yet. Did someone forget to commit it? Yep, sorry about that; I changed it in a different tree. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: Updated if_* attach/detach patches

2003-03-21 Thread Matthew N. Dodd
On Wed, 19 Mar 2003, Nate Lawson wrote: Patches are at: http://www.root.org/~nate/freebsd/if_pci/ I'd like to see calls to mtx_destroy() protected by a test for mtx_initialized(). In most cases this isn't strictly necessary but its not bad practice. -- | Matthew N. Dodd | '78 Datsun

Re: Updated if_* attach/detach patches

2003-03-21 Thread Matthew N. Dodd
and the test would set a good example for people reading the code. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Matthew N. Dodd
On Fri, 21 Mar 2003, Brian J. Kirk wrote: but the dmesg and installer still don't list the scsi controller, and hence no drives. set hw.eisa_slots=12 from the loader. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: Hang on Boot (still)

2003-03-17 Thread Matthew N. Dodd
with this instead, it would be greatly appriciated. Try setting this from the loader hw.eisa_slots=0 (or 1). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: if_iso88025subr.c: doesn't compile.

2003-03-15 Thread Matthew N. Dodd
On Sat, 15 Mar 2003, walt wrote: So far today this file has been updated four times and it still won't compile. Can this be debugged off-line before being committed? You just happened to catch it at a bad time. Sorry for the trouble. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E

Re: Any ideas why we can't even boot a i386 ?

2003-02-27 Thread Matthew N. Dodd
On Thu, 27 Feb 2003, Garance A Drosihn wrote: I'm thinking maybe the 5.x release CD's should include: GENERIC GENERIC +SMP GENERIC +VMWARE-friendly settings GENERIC for i386 GENERIC OLDCARD -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD

Re: The cbus driver for pc98

2003-02-17 Thread Matthew N. Dodd
it or not the PC-98 boxes do have something that fits into the definition of ISA. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice

Re: sys/pci/if* fixes

2003-02-15 Thread Matthew N. Dodd
to wrap evrything in 'if (sc error != 0) {}'. If execution reaches the 'fail' label then you assume that is what happened. I also think you should just drop and reaquire locks around the bus_setup_intr() rather than moving code around. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E

Re: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Matthew N. Dodd
if an application is holding /dev/dsp or /dev/audio open. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: sys/pci/if* fixes

2003-02-15 Thread Matthew N. Dodd
off interrrupts before setting up the interrupt handler. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe

Re: kldloading smapi.ko on ThinkPad 600X

2003-02-14 Thread Matthew N. Dodd
On Fri, 14 Feb 2003, Ruslan Ermilov wrote: On a recent 5.0-CURRENT, a kldload of the smapi.ko panics my box. Is anyone else seeing this too? I'd be interested in the traceback... -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: bus_setup_intr() vs. ether_ifattach() race

2003-02-10 Thread Matthew N. Dodd
but does this have side effects? The interrupt handler should be checking IFF_UP. The driver shouldn't enable card interrupts until if_init() has been run and should disable them in it foo_stop() routine (or when the interface is brought down, detached etc.) -- | Matthew N. Dodd | '78 Datsun

Re: LOR on current as of last Friday

2003-01-28 Thread Matthew N. Dodd
}, /* CSC0100 */ This is the PNP ID that should show up. pcm0: CS423x-PCI at port 0x220-0x233,0x388-0x38b,0x530-0x537 irq 5 drq 3,1 on isa0 This uses the 'mss' PCM driver (which is enabled with 'device pcm' in your config file.) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD

Re: LOR on current as of last Friday

2003-01-28 Thread Matthew N. Dodd
the PCI attachments for the PCIC (cardbus) and IDE controllers these 'unknown' devices aren't unexpected. If you boot verbose you can see what each 'unknown' device is looking for in the way of resources. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED

Re: xl thinkpad 600x watchdog timeout

2003-01-27 Thread Matthew N. Dodd
some special driver attention. I haven't had much time to look into it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: LOR on current as of last Friday

2003-01-27 Thread Matthew N. Dodd
util working in FreeBSD.) pcm0: CS423x-PCI at port 0x220-0x233,0x388-0x38b,0x530-0x537 irq 5 drq 3,1 on isa0 -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter

Re: LOR on current as of last Friday

2003-01-27 Thread Matthew N. Dodd
? Don't use hints; they're not going to work (I suppose they might if you use 'snd_mss0') Enable PNPBIOS. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: I want a sysctl kern.allow_shooting_into_my_foot!

2003-01-21 Thread Matthew N. Dodd
On Tue, 21 Jan 2003, Joerg Wunsch wrote: It already stopped me when accessing /dev/da0, so why try something more obscure? Sorry, you've lost me. ftp://ftp.jurai.net/users/winter/patches/geom-foot.patch Just apply it to your local source tree and get on with life. -- | Matthew N. Dodd

RE: Problem with RC3

2003-01-15 Thread Matthew N. Dodd
as far as the 701. I've got it working on a 560E as well. Just create a DOS filesystem sized say 16 megs larger than your system memory size and use the ps2 utility to create the hibernation file. 'ps2 hfile c' for example would create the file on C drive. -- | Matthew N. Dodd | '78 Datsun 280Z

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
On 15 Jan 2003, Alexander Pohoyda wrote: OK, this works for me, but then PCMCIA does not seem to work. The installer only supports NEWCARD (ie, PCI CARDBUS) devices. Do you have an ISA or PCMCIA only PCI based system? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
for the great work!! My 600E has real issues with ACPI; it works fine without (using APM). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
irq 11 at device 2.1 on pci0 cardbus1: CardBus bus on cbb1 pccard1: 16-bit PCCard bus on cbb1 -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
this into /boot/device.hints: hint.ccb.0.irq=9 This won't work. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: Problem with RC3

2003-01-14 Thread Matthew N. Dodd
it if only for the hibernation file. (Hibernation is worth it IMHO.) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: Troubles installing 5.0-RC2 on a Thinkpad560

2003-01-10 Thread Matthew N. Dodd
on the floppies. But this isnt the case or? Its supported by 'OLDCARD' which isn't on the install floppies. ftp://ftp.jurai.net/users/winter/5.0-RC2/ -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax

Re: Troubles installing 5.0-RC2 on a Thinkpad560

2003-01-09 Thread Matthew N. Dodd
resources (port) unknown: PNP0400 can't assign resources (port) unknown: IBM0070 can't assign resources (port) Best Regards, Kalle -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: Status of NEWCARD for IBM ThinkPad 600s

2003-01-02 Thread Matthew N. Dodd
=536870912 (or some other memory address physical) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe

Re: ep0 hard lockup during install

2002-12-30 Thread Matthew N. Dodd
to re-roll kern.flp and mfsroot.flp to support OLDCARD. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe

Re: writing to mbr under GEOM

2002-12-17 Thread Matthew N. Dodd
: ftp://ftp.jurai.net/users/winter/patches/geom-foot.patch Set the sysctl 'kern.geom.allow_foot_shooting' to 1 and cross your fingers. Most of the time accessing an already open device is harmless but I've encountered panics a few times. YMMV -- | Matthew N. Dodd | '78 Datsun 280Z | '75

Re: CPUTYPE cr*p (Was: [kris@FreeBSD.org: 5.0-CURRENT build failureof ports you maintain])

2002-11-18 Thread Matthew N. Dodd
On Mon, 18 Nov 2002, Joerg Wunsch wrote: I really /hate/ this CPU feature crap. So do I. I've also found that the only way to reliablly disable it is to comment it out from sys.mk. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: acpid implementation?

2002-11-09 Thread Matthew N. Dodd
/resume/sleep/wakeup events. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to [EMAIL

Re: Will official-NVIDIA-driver for 4.7 work with -CURRENT ?

2002-11-08 Thread Matthew N. Dodd
bother NVIDIA with bug reports if you're trying to use it there. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: Will official-NVIDIA-driver for 4.7 work with -CURRENT ?

2002-11-08 Thread Matthew N. Dodd
=freebsd_1.0-3203 -- JFRH. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- | Matthew N. Dodd | '78 Datsun 280Z | '75

Re: Will official-NVIDIA-driver for 4.7 work with -CURRENT ?

2002-11-08 Thread Matthew N. Dodd
On Fri, 8 Nov 2002, Terry Lambert wrote: Matthew N. Dodd wrote: Recompile your kernel with options PCI_ALLOW_UNSUPPORTED_IO_RANGE Given the number of times that this comes up, can we change that to PCI_ALLOW_ACTUALLY_SUPPORTED_IO_RANGE_WHICH_IS_NON_DEFAULT_TO_BE_ANNOYING ? I think

Re: __sF

2002-11-02 Thread Matthew N. Dodd
is mainstream, I guess the vendor will have adapted their product to match. Win, win. This isn't the case for one piece of vendor software that I'm not allowed to talk about. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo

Re: __sF

2002-11-02 Thread Matthew N. Dodd
On Sat, 2 Nov 2002, Steve Kargl wrote: On Sat, Nov 02, 2002 at 06:15:09PM -0500, Matthew N. Dodd wrote: This isn't the case for one piece of vendor software that I'm not allowed to talk about. See the new WANT_COMPAT4_STDIO make.conf knob. This won't be acceptable as the vender will likely

Re: devfs oddity?

2002-10-06 Thread Matthew N. Dodd
filesystems per CD? Has it supported multi-session CDROMs? The notion of partitions on CDROMs is a little ambiguous. I'm hoping that GEOM can improve this. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86

Re: i386 tinderbox failure

2002-10-05 Thread Matthew N. Dodd
On Sat, 5 Oct 2002, Poul-Henning Kamp wrote: It was my impression that people were trying to solve this issue so that mcd can coexist with GEOM properly. Indeed. I'm still working on removing the disklabel bits from mcd(4). I'll bandaid mcd_isa.c in the meantime. -- | Matthew N. Dodd

Re: Any users of matcd(4), mcd(4), or scd(4)?

2002-10-04 Thread Matthew N. Dodd
it from being axed out. I'd rather you just test them yourself. The mcd(4) driver is out of jeopardy right now. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter

Re: [ GEOM tests ] disklabel warnings and vinum drives lost

2002-10-04 Thread Matthew N. Dodd
then you can take the time to not break existing code and to update it properly to your new API. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great

Re: Any users of matcd(4), mcd(4), or scd(4)?

2002-10-03 Thread Matthew N. Dodd
drivers in -current. I can confirm that the 'mcd' driver works just fine in -CURRENT once you remove the duplicate make_dev() calls that someone forgot to prun when block devices were removed from the kernel. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL

Re: 3COM 3c509 eeprom failed to come ready

2002-08-26 Thread Matthew N. Dodd
driver) isn't very smart. I've rewritten all the ISA front ends for the 'ie' driver but haven't yet gotten the rest of the driver into shape. If someone is interested in picking this up from me do speak up. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL

Re: 3COM 3c509 eeprom failed to come ready

2002-08-25 Thread Matthew N. Dodd
driver is stomping on the card... Boot verbose and see if there is any additional information. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice

Re: VM panic

2002-08-19 Thread Matthew N. Dodd
On Mon, 19 Aug 2002, Jason wrote: Wierd, I have it running just peachy on a dual P3 900 box Just so nobody else replies to this with something similar we're talking about PENTIUMS. Not the P3, P2, Alpha or anything else. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD

Re: VM panic

2002-08-19 Thread Matthew N. Dodd
doesn't yeild a good kernel though. I'm at a loss. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send

Re: VM panic

2002-08-18 Thread Matthew N. Dodd
you've got a dual Pentium running -CURRENT at all. both of mine haven't worked with SMP kernels for months. (dual P54C and dual P55C). -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: About 5.0 and Nvidia drivers

2002-08-03 Thread Matthew N. Dodd
On Sat, 3 Aug 2002, Alp ATICI wrote: And what's the latest about the Nvidia drivers? It's mentioned that Nvidia has plans to produce the drivers for FreeBSD. I'd be happy to know what's going on in that issue too. Any day now. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E

Re: About 5.0 and Nvidia drivers

2002-08-03 Thread Matthew N. Dodd
On Sat, 3 Aug 2002, Thierry Herbelot wrote: Le Saturday 03 August 2002 22:09, Matthew N. Dodd a écrit : On Sat, 3 Aug 2002, Alp ATICI wrote: And what's the latest about the Nvidia drivers? It's mentioned that Nvidia has plans to produce the drivers for FreeBSD. I'd be happy to know

Re: About 5.0 and Nvidia drivers

2002-08-03 Thread Matthew N. Dodd
a driver from scratch... maybe something that works with X the X way (dri/drm) You're a funny guy. You'd be better off working with ATI or the PowerVR people. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86

Re: Minor things: swi_net: unregistered isr number

2002-04-25 Thread Matthew N. Dodd
() into arp_init(). LIST_INIT(llinfo_arp); timeout(arptimer, (caddr_t)0, hz); register_netisr(NETISR_ARP, arpintr); I'm not sure why it should to be in arp_rtrequest() in the first place. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD

Re: kde3 on -current

2002-04-22 Thread Matthew N. Dodd
/include/sys/types.h:116: `u_int32_t' previously declared here gmake[3]: *** [freecell.lo] Error 1 There are a couple of things that need !defined(__FreeBSD__) to them. (This error and the one after it IIRC.) There is one later on involving malloc.h in kdegraphics. -- | Matthew N. Dodd | '78

Re: pam_unix and missing function warnings

2002-04-19 Thread Matthew N. Dodd
On 18 Apr 2002, Dag-Erling Smorgrav wrote: Try the attached patch. You'll need to rebuild libutil and restart sshd. Works. Thanks. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: pam_unix and missing function warnings

2002-04-18 Thread Matthew N. Dodd
/*: session requiredpam_unix.so If not pam_unix, what module is responsible for updating utmp? Thats kind of what I thought the 'session' entry for pam_unix implied. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: alpha tinderbox failure

2002-04-17 Thread Matthew N. Dodd
/.amd_mnt/freefall/host/d/home/des/tinderbox/src/alpha/usr/include/netatm/atm_if.h:122: syntax error before `BUS_EISA' This has been fixed. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: i386 tinderbox failure

2002-04-06 Thread Matthew N. Dodd
On Sat, 6 Apr 2002, Dag-Erling Smorgrav wrote: /d/home/des/tinderbox/src/sys/netinet6/nd6.c:67: netinet/if_fddi.h: No such file or directory mkdep: compile failed This should be fixed already. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED

Re: make buildkernel fails - missing header

2002-04-05 Thread Matthew N. Dodd
. I can attach the script file, if you like. That will teach me to grep a contaminated source tree... Fixed. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfopkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-04-02 Thread Matthew N. Dodd
to use their 'crti.o' object. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to [EMAIL

Re: asr can not map memory?

2002-03-31 Thread Matthew N. Dodd
On Sun, 31 Mar 2002, Michael Smith wrote: You will tell me where I can buy disks for $1/GB and hotswap carriers at $20 a pop, right? 8) eBay. :) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc

Re: Current:LINT broken...

2002-03-30 Thread Matthew N. Dodd
On Sat, 30 Mar 2002, Poul-Henning Kamp wrote: ../../../dev/pdq/pdq.c: In function `pdq_initialize': ../../../dev/pdq/pdq.c:1606: warning: cast discards qualifiers from pointer target type *** Error code 1 Bah. Bandaided. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD

Re: cvs commit: ports/lang Makefile ports/lang/icc Makefile distinfopkg-comment pkg-descr pkg-plist ports/lang/icc/files patch-include

2002-03-28 Thread Matthew N. Dodd
/local/intel/licenses/l_cpp.lic setenv ICFLAGS '-O3 -tpp6 -ip' setenv USE_ICC setenv CFLAGS setenv CWARNFLAGS setenv NO_WARNS yes -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http

Re: Updated ATAPI/CAM patches

2002-02-28 Thread Matthew N. Dodd
N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Why does bus_alloc_resource fail for sound and PCIC?

2002-01-05 Thread Matthew N. Dodd
using RF_ACTIVE flag)... While the PCI bus code should enable these resources, only the driver really knows if a PCI map will be used. It should enable it. See pci_enable_io() -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: today's -current: pseudofs

2002-01-03 Thread Matthew N. Dodd
/conf/files doesn't have the right stuff listed to pull pseudofs in when procfs is defined... -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice

Re: panic: inthand_add: Can't initialize ICU

2001-09-27 Thread Matthew N. Dodd
to see if the problem goes away if you prevent IRQ 9 from being assigned. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever

Re: Funny Interrupt settings on AXPpci33

2001-04-02 Thread Matthew N. Dodd
. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | Index: alpha/dec_axppci_33.c

Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-23 Thread Matthew N. Dodd
that don't request resources. I'm pretty sure that hints work for PCI devices too right? :) Damn cheap hardware. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter

Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-22 Thread Matthew N. Dodd
of 14 or 15. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Ethernet entropy harvesting seriously pessimizes performance

2001-03-12 Thread Matthew N. Dodd
tripping over /dev/random and friends. I hear lots of people objecting to this code and alot of handwaving in response. Choose reasonable defaults already. The -CURRENT cvs tree isn't the proper venue for doing crypto research. Thanks. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E

  1   2   3   >