Re: Funny Interrupt settings on AXPpci33

2001-04-02 Thread Matthew N. Dodd
On Mon, 2 Apr 2001, Bernd Walter wrote: > Copyright (c) 1992-2001 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.0-CURRENT #0: Mon Apr 2 19:33:20 CEST 2001 >

Re: Funny Interrupt settings on AXPpci33 (fwd)

2001-04-02 Thread Andrew Gallatin
Bernd Walter writes: > On Mon, Apr 02, 2001 at 05:41:45PM -0400, Andrew Gallatin wrote: > > The problem is that the lca gives totally bogus intline values that > > aren't 255; so the MI code thinks they are valid & never calls the > > platform specific inter_route code to correct them. > >

Re: Funny Interrupt settings on AXPpci33 (fwd)

2001-04-02 Thread Bernd Walter
On Mon, Apr 02, 2001 at 05:41:45PM -0400, Andrew Gallatin wrote: > The problem is that the lca gives totally bogus intline values that > aren't 255; so the MI code thinks they are valid & never calls the > platform specific inter_route code to correct them. > > Please try the appended fix, which

Re: Funny Interrupt settings on AXPpci33 (fwd)

2001-04-02 Thread Andrew Gallatin
Bernd, The problem is that the lca gives totally bogus intline values that aren't 255; so the MI code thinks they are valid & never calls the platform specific inter_route code to correct them. Please try the appended fix, which is basically what we do on x86 SMP. Matt Dodd said he had a bet

Funny Interrupt settings on AXPpci33

2001-04-02 Thread Bernd Walter
Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Mon Apr 2 19:33:20 CEST 2001 [EMAIL PROTECTED]:/var/d8/src-2001-03-28/src/sys

Re: Call for review... PR 25577

2001-04-02 Thread Bruce A. Mah
If memory serves me right, Doug Ambrisko wrote: > Bruce A. Mah writes: > | 1. Seems like I needed to ifconfig the interface up before my other > | commands would take effect. I don't recall needing to do any such > | thing with the old driver before I could do ancontrol. Is this a > | change

rc.diskless -> /sbin/mdfs

2001-04-02 Thread Mathew KANNER
Hello -current, There seems to be some interest in discussing changes to rc.diskless and I tried to come with a set of variables and shell code for rc.conf and rc.diskless that would allow for tuning the fs (# of inodes, softupdates, etc) as well as filesystems other than ufs. It seems com

Re: Call for review... PR 25577

2001-04-02 Thread Doug Ambrisko
Bruce A. Mah writes: | 1. Seems like I needed to ifconfig the interface up before my other | commands would take effect. I don't recall needing to do any such | thing with the old driver before I could do ancontrol. Is this a | change in behavior or did I miss something? I fixed this and Ar

Re: is it supposed to be this broken?

2001-04-02 Thread John Baldwin
On 31-Mar-01 Warner Losh wrote: > In message <[EMAIL PROTECTED]> Alfred Perlstein writes: >: This is cute... >: hint.ppc.1.disabled="1" >: ppc1: at port 0x378-0x37f,0x778-0x77b irq 7 drq >: 3 on >: isa0 > > That should work. > > However, if it doesn't, consider removing the 'at' lines from yo

Re: i586 FP optimizations hosed.

2001-04-02 Thread John Baldwin
On 31-Mar-01 Bruce Evans wrote: > On Fri, 30 Mar 2001, John Baldwin wrote: > >> On 30-Mar-01 David O'Brien wrote: >> > On Fri, Mar 30, 2001 at 07:45:43AM +0200, Mark Murray wrote: >> >> I thought the 586 FP stuff was disabled? >> > >> > Nope. Depending on how current you are, it was either lef

Re: new rc.diskless{1,2} files

2001-04-02 Thread Brian Dean
On Mon, Apr 02, 2001 at 09:28:29AM -0700, Matt Dillon wrote: > Oops. That was broken allright. It's definitely correct to > copy the files in reverse order so the network files override > the defaults, and the per-host files override the network files. > >

Re: USB compact flash reader diffs

2001-04-02 Thread n_hibma
send them to me. Thanks. Nick On Mon, 2 Apr 2001, Phil Knaack wrote: > Greetings: > > I made some quirk-diffs to umass.c and scsi_da.c to make the USB Microtech >CameraMate compactFlash/smartMedia reader work under 5.0-current. Someone want the >diffs or should I just PR it? > > Cheers, > P

Re: new rc.diskless{1,2} files

2001-04-02 Thread Matt Dillon
:That was the sucking in of the /etc files. I'm referring to the :following in rc.diskless1 where you check for host-specific files, :followed by network, then a default config: : : if [ -d /conf/${bootp_ipa} ] ; then : cp -Rp /conf/${bootp_ipa}/etc/* /conf/etc : elif [ -d /conf/${boot

USB compact flash reader diffs

2001-04-02 Thread Phil Knaack
Greetings: I made some quirk-diffs to umass.c and scsi_da.c to make the USB Microtech CameraMate compactFlash/smartMedia reader work under 5.0-current. Someone want the diffs or should I just PR it? Cheers, Phil -- -- Phil Knaack __

Re: new rc.diskless{1,2} files

2001-04-02 Thread Danny Braniss
In message <[EMAIL PROTECTED]>you write: }I've found that one can reduce a lot of common file duplication by }reversing that logic, going after "default" first, then }"network-specific", finally followed by "host-specific" files: } } if [ -d /conf/default/etc/ ]; then } cp -Rp /conf/def

Re: usr.bin/kdump - 'make world' broken?

2001-04-02 Thread Eckhard Kantz
> What could be the reason for the following problem? > > ===> usr.bin/kdump > cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../ > .. -I/usr/obj/usr/src/i386/usr/include -c ioctl.c > In file included from ioctl.c:96: > /usr/obj/usr/src/i386/usr/include/sys/memrange.h:1

Re: Interesting backtrace...

2001-04-02 Thread Dag-Erling Smorgrav
Leif Neland <[EMAIL PROTECTED]> writes: > > (kgdb) kernel 1 > Because that command doesn't work for me.. exec-file kernel.1 symbol-file symbols.1 core-file vmcore.1 (where symbols.1 is a copy kernel.debug) DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROT