RE: spin lock panic ...

2001-03-23 Thread John Baldwin


On 24-Mar-01 The Hermit Hacker wrote:
> On Fri, 23 Mar 2001, John Baldwin wrote:
> 
>>
>> On 24-Mar-01 The Hermit Hacker wrote:
>> >
>> > Over the past few days, I reformatted my computer clean, installed
>> > 4.2-RELEASE onto her and just finished upgrading to the latest 5.x kernel
>> > and world ... went to ports/x11/XFree86-4 and did a 'make install' ...
>> > after awhile, it panic'd as below:
>> >
>> > panic: spin lock sched lock held by 0xcb332840 for > 5 seconds
>> > cpuid = 1; lapic.id = 0100
>> > Debugger("panic")
>> >
>> > CPU1 stopping CPUs: 0x0001... stopped.
>> >
>> > Now, I do have DDB enabled in the kernel ... but, for the life of me, I
>> > can't seem to find any docs on the keystroke required to drop into it :(
>> > 'man ddb' doesn't document it that I can find, nor does LINT ...
>>
>> Uhh, if it panic'd, it should already be in ddb at a db> prompt assuming you
>> have DDB in your kernel.
> 
> didn't ... last line was as above ... I've even tested my DDB to make sure
> I can get to the db> prompt after alfred reminded me of the ctl-alt-esc to
> get there, and it works ...

Well, that meants it most likely deadlocked trying to get into the debugger.  I
haven't seen any deadlocks like this in months though.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: spin lock panic ...

2001-03-23 Thread The Hermit Hacker

On Fri, 23 Mar 2001, John Baldwin wrote:

>
> On 24-Mar-01 The Hermit Hacker wrote:
> >
> > Over the past few days, I reformatted my computer clean, installed
> > 4.2-RELEASE onto her and just finished upgrading to the latest 5.x kernel
> > and world ... went to ports/x11/XFree86-4 and did a 'make install' ...
> > after awhile, it panic'd as below:
> >
> > panic: spin lock sched lock held by 0xcb332840 for > 5 seconds
> > cpuid = 1; lapic.id = 0100
> > Debugger("panic")
> >
> > CPU1 stopping CPUs: 0x0001... stopped.
> >
> > Now, I do have DDB enabled in the kernel ... but, for the life of me, I
> > can't seem to find any docs on the keystroke required to drop into it :(
> > 'man ddb' doesn't document it that I can find, nor does LINT ...
>
> Uhh, if it panic'd, it should already be in ddb at a db> prompt assuming you
> have DDB in your kernel.

didn't ... last line was as above ... I've even tested my DDB to make sure
I can get to the db> prompt after alfred reminded me of the ctl-alt-esc to
get there, and it works ...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: spin lock panic ...

2001-03-23 Thread John Baldwin


On 24-Mar-01 The Hermit Hacker wrote:
> 
> Over the past few days, I reformatted my computer clean, installed
> 4.2-RELEASE onto her and just finished upgrading to the latest 5.x kernel
> and world ... went to ports/x11/XFree86-4 and did a 'make install' ...
> after awhile, it panic'd as below:
> 
> panic: spin lock sched lock held by 0xcb332840 for > 5 seconds
> cpuid = 1; lapic.id = 0100
> Debugger("panic")
> 
> CPU1 stopping CPUs: 0x0001... stopped.
> 
> Now, I do have DDB enabled in the kernel ... but, for the life of me, I
> can't seem to find any docs on the keystroke required to drop into it :(
> 'man ddb' doesn't document it that I can find, nor does LINT ...

Uhh, if it panic'd, it should already be in ddb at a db> prompt assuming you
have DDB in your kernel.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: newcard/cardbus instabilities

2001-03-23 Thread John Baldwin


On 23-Mar-01 Bill Paul wrote:
>> 
>> That's a bit ugly.
>> 
>> > xl0: <3Com 3c575C Fast Etherlink XL> port 0x3000-0x307f mem
>> > 0x4402-0x4403,0x44002480-0x440024ff,0x44002400-0x4400247f irq 10
>> > at
>> > device 0.0 on cardbus1
>> > xl0: chip is in D6 power mode -- setting to D0
>> 
>> I'm a bit worried about this; "D6" doesn't really exist, so it's possible 
>> that something is going wrong here.
>> 
>> Bill; you might have some better  ideas than I do.  Suggestions?
> 
> My suggestion? Chop out the power management stuff in xl_attach()
> and see what happens. The xl driver is using the pci_get_powerstate()
> and pci_set_powerstate() routines right now in order to check for PCI
> NICs that have been forced into the D3 state by Windoze during shutdown.
> However, those functions are internal to the PCI bus code, and I'm not
> sure what will happen when you try to use them with devices that are
> children of a cardbus bus.
> 
> So, edit /sys/pci/if_xl.c, find the xl_attach() function, and comment
> out/#ifdef out/delete the section that checks the power state of the card.
> Like Mike says, the D6 state is bogus.
> 
> Unfortunately, I can't test this myself at the moment since I find myself
> without a laptop. I might be able to coerce^Wconvince John Baldwin to
> let me test this with his though.

You'll have to coerce^Wconvince Mike or Warner to fix cardbus resource
allocation so that cardbus cards don't try to stomp on PCI devices on my
machine and freeze it until I eject the card. :)

> -Bill

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Recent interface/routing changes breaks on-demand PPP

2001-03-23 Thread Brian Somers

> On Fri, Mar 23, 2001 at 23:11:56 +, Brian Somers wrote:
> > 1. Ppp is in -auto mode (or a ``set mode auto'' has been done).  
> >Here, ppp configures the interface as soon as it sees the ``set 
> >ifaddr'' line and never undoes that configuration.  An ``add'' 
> >with a fixed IP number would never have worked if it's before the 
> >``set ifaddr''.  If it's after the ``set ifaddr'', nothing should 
> >ever remove it (as the interface will stay configured).
> > 
> > 2. Ppp is not in -auto mode.  Here, ppp won't assign the interface 
> >address 'till IPCP is up.  Any attempt to ``add'' a route with a 
> >static IP number in ppp.conf should fail.
> > 
> > So, the recent routing changes shouldn't have made a difference.
> > 
> > Anyone know what I'm missing ?  Andre, what does your ppp.conf look 
> > like and how are you running ppp ?
> 
> ppp in -auto mode, "add" is after "set ifaddr"

In which case your interface should stay configured despite the link 
coming down and your route should *not* be deleted.

I'll see if I can reproduce this here (I need to upgrade a machine 
first).

> -- 
> Andrey A. Chernov
> http://ache.pp.ru/

-- 
Brian <[EMAIL PROTECTED]>
     
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: newcard/cardbus instabilities

2001-03-23 Thread Frank Seltzer

On Fri, 23 Mar 2001, Greg Rumple wrote:

> I even have a worse problem.  I tried this on my system (a sony vaio
> PCG-XG18) which has a mini-docking station on the back of it (which
> allows you access to a third pcmcia slot, and a whole slew of other
> video goodies/serial ports/etc.).  The problem is if the mini docking
> station isn't there, all the parts/chips/controllers are internal to the
> laptop, so it still sees them.  The cardbus code sees the second
> controller (which drives the third slot) and than gracefully pukes all
> over it's self.  So unless I have the mini docking station plugged in it
> doesn't work.  But if it is, I can use my xircom rbem56g-100 and a
> linksys cardbus card just fine.  I do however lose the ability to use my
> wavelan card and my two other pcmcia cards (non cardbus).  I can't wait
> until all these issues are resolved (I really don't wanna run Linux
> again).
>
> This is just a FYI.
>
> Greg

Mind telling me how you got the rbem56g-100 to work?  I haven't had any
luck getting mine to work in a Dell Inspiron 4000.

Frank



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Recent interface/routing changes breaks on-demand PPP

2001-03-23 Thread Andrey A. Chernov

On Fri, Mar 23, 2001 at 23:11:56 +, Brian Somers wrote:
> 1. Ppp is in -auto mode (or a ``set mode auto'' has been done).  
>Here, ppp configures the interface as soon as it sees the ``set 
>ifaddr'' line and never undoes that configuration.  An ``add'' 
>with a fixed IP number would never have worked if it's before the 
>``set ifaddr''.  If it's after the ``set ifaddr'', nothing should 
>ever remove it (as the interface will stay configured).
> 
> 2. Ppp is not in -auto mode.  Here, ppp won't assign the interface 
>address 'till IPCP is up.  Any attempt to ``add'' a route with a 
>static IP number in ppp.conf should fail.
> 
> So, the recent routing changes shouldn't have made a difference.
> 
> Anyone know what I'm missing ?  Andre, what does your ppp.conf look 
> like and how are you running ppp ?

ppp in -auto mode, "add" is after "set ifaddr"

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: spin lock panic ...

2001-03-23 Thread Alfred Perlstein

* The Hermit Hacker <[EMAIL PROTECTED]> [010323 16:17] wrote:
> On Fri, 23 Mar 2001, Alfred Perlstein wrote:
> 
> > * The Hermit Hacker <[EMAIL PROTECTED]> [010323 16:09] wrote:
> > >
> > > Now, I do have DDB enabled in the kernel ... but, for the life of me, I
> > > can't seem to find any docs on the keystroke required to drop into it :(
> > > 'man ddb' doesn't document it that I can find, nor does LINT ...
> >
> > ctrl+alt+esc.
> 
> perfect, thanks ... is this actually documented somewhere that I'm
> forgetting to look? :(

/usr/src/sys/ ?  :)

http://www.freebsd.org/handbook/x18709.html

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
Daemon News Magazine in your snail-mail! http://magazine.daemonnews.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: spin lock panic ...

2001-03-23 Thread The Hermit Hacker

On Fri, 23 Mar 2001, Alfred Perlstein wrote:

> * The Hermit Hacker <[EMAIL PROTECTED]> [010323 16:09] wrote:
> >
> > Now, I do have DDB enabled in the kernel ... but, for the life of me, I
> > can't seem to find any docs on the keystroke required to drop into it :(
> > 'man ddb' doesn't document it that I can find, nor does LINT ...
>
> ctrl+alt+esc.

perfect, thanks ... is this actually documented somewhere that I'm
forgetting to look? :(



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] (CFS/mount_nfs.c)

2001-03-23 Thread Martin Blapp


> BTW, my kernel is about week old while userland utilities very
> recent. Could it plays role? I.e. does new RPC require new kernel too?

No. RPC-changes I've done are all in userland.

Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: spin lock panic ...

2001-03-23 Thread Alfred Perlstein

* The Hermit Hacker <[EMAIL PROTECTED]> [010323 16:09] wrote:
> 
> Now, I do have DDB enabled in the kernel ... but, for the life of me, I
> can't seem to find any docs on the keystroke required to drop into it :(
> 'man ddb' doesn't document it that I can find, nor does LINT ...

ctrl+alt+esc.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



spin lock panic ...

2001-03-23 Thread The Hermit Hacker


Over the past few days, I reformatted my computer clean, installed
4.2-RELEASE onto her and just finished upgrading to the latest 5.x kernel
and world ... went to ports/x11/XFree86-4 and did a 'make install' ...
after awhile, it panic'd as below:

panic: spin lock sched lock held by 0xcb332840 for > 5 seconds
cpuid = 1; lapic.id = 0100
Debugger("panic")

CPU1 stopping CPUs: 0x0001... stopped.

Now, I do have DDB enabled in the kernel ... but, for the life of me, I
can't seem to find any docs on the keystroke required to drop into it :(
'man ddb' doesn't document it that I can find, nor does LINT ...

Thanks ...

Marc G. Fournier   ICQ#7615664   IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: [EMAIL PROTECTED]   secondary: scrappy@{freebsd|postgresql}.org




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Recent interface/routing changes breaks on-demand PPP

2001-03-23 Thread Brian Somers

> > Do you mean that "add" PPP command now intentionally broken for any
> > address excepting *ADDR? Then, what is the reason to have numeric argument
> > there? Or do you mean that PPP must be fixed now? Where is the fix?
> > 
> I mean that:
> 
> 1.  If you use HISADDR, ppp(8) will automatically re-add route after link
> is brought down and then back up.
> 
> 2.  If you use static IP address in ppp.conf, ppp(8) will add that route
> only once.  This route will also cache local interface address at the
> time the route is added.  Execute `route -vn get default' to see what
> I am talking about.
> 
> 3.  The routing code was fixed to delete routes which use non-existent
> interface addresses.  This code will wipe such a route.
> 
> 4.  If you need routes with static gateway addresses, put `add!' command
> to ppp.linkup script.  This way, routes will be activated every time
> the link is up, and will use the correct source IP address.
> 
> 5.  This affects not only ppp(8).  Add default route that points to the
> LAN; change the IP address on interface; observe that the default
> route has gone away.  The reason is that if we don't do this, we
> may end up using the old (now non-existing) local IP address.

I've thought about this quite a bit...  I'm not sure that I 
understand the problem.

I know of two (static IP) scenarios:

1. Ppp is in -auto mode (or a ``set mode auto'' has been done).  
   Here, ppp configures the interface as soon as it sees the ``set 
   ifaddr'' line and never undoes that configuration.  An ``add'' 
   with a fixed IP number would never have worked if it's before the 
   ``set ifaddr''.  If it's after the ``set ifaddr'', nothing should 
   ever remove it (as the interface will stay configured).

2. Ppp is not in -auto mode.  Here, ppp won't assign the interface 
   address 'till IPCP is up.  Any attempt to ``add'' a route with a 
   static IP number in ppp.conf should fail.

So, the recent routing changes shouldn't have made a difference.

Anyone know what I'm missing ?  Andre, what does your ppp.conf look 
like and how are you running ppp ?

Cheers.

> Cheers,
> -- 
> Ruslan ErmilovOracle Developer/DBA,
> [EMAIL PROTECTED] Sunbay Software AG,
> [EMAIL PROTECTED]FreeBSD committer,
> +380.652.512.251  Simferopol, Ukraine
> 
> http://www.FreeBSD.orgThe Power To Serve
> http://www.oracle.com Enabling The Information Age

-- 
Brian <[EMAIL PROTECTED]>
     
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] (CFS/mount_nfs.c)

2001-03-23 Thread Andrey A. Chernov

On Fri, Mar 23, 2001 at 22:45:52 +0100, Martin Blapp wrote:
> 
> http://home.teleport.ch/freebsd/cfs.diff
> 
> Can you try this out ?

Just tried. The same hanging mount effect, no difference.

BTW, my kernel is about week old while userland utilities very
recent. Could it plays role? I.e. does new RPC require new kernel too?

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



-CURRENT breakage in usr.sbin/mptable?

2001-03-23 Thread Bruce A. Mah

Hi Bruce--

A recent commit of yours to src/usr.sbin/mptable/Makefile had the 
commit message:

> Fixed style bugs (use normal formatting for assignment, and don't override
> the correct default for MAN1).

Are you sure this is right?  The default MANSECT for src/usr.sbin is 8,
not 1, but mptable.1, well, lives in section 1.

Most importantly, it appears that this change breaks world.

I think you need to put the MAN1 assignment back, like in the diff below.

(-current folks, I'm not *trying* to do this...all I want is a fairly
recent 5-CURRENT to play with on my scratch box.)

Cheers,

(the other) Bruce.

*** mptable/Makefile2001/03/23 13:47:46 1.4
--- mptable/Makefile2001/03/23 22:11:38
***
*** 1,5 
--- 1,6 
  # $FreeBSD: src/usr.sbin/mptable/Makefile,v 1.4 2001/03/23 13:47:46 bde Exp $
  
  PROG= mptable
+ MAN1= ${PROG}.1
  
  .include 



 PGP signature


Re: [FIX] (CFS/mount_nfs.c)

2001-03-23 Thread Andrey A. Chernov

On Fri, Mar 23, 2001 at 22:45:52 +0100, Martin Blapp wrote:
> 
> Hmm, can you try to stop/start cfsd again ?

Of course. I kill everything then restart everything in the order several
times to be sure.

> http://home.teleport.ch/freebsd/cfs.diff

I'll try.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] (CFS/mount_nfs.c)

2001-03-23 Thread Martin Blapp


Hmm, can you try to stop/start cfsd again ?

Is mountd also still running ?

Martin

PS: I've a little diff available to fix compile warnings and to use
tirpc code instead of old rpc code in cfs:

http://home.teleport.ch/freebsd/cfs.diff

Can you try this out ?

Martin

Martin Blapp, [EMAIL PROTECTED]

Improware AG, UNIX solution and service provider
Zurlindenstrasse 29, 4133 Pratteln, Switzerland
Phone: +41 79 370 26 05, Fax: +41 61 826 93 01



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



tell me why this isn't just plain wrong?

2001-03-23 Thread Matthew Jacob


src/lib/libc/rpc/key_call.c:


#if defined(i386)
#if defined(__FreeBSD__)
if (uname(&u) == -1)
#else
if (_nuname(&u) == -1)
#endif
#elif defined(sparc)
if (_uname(&u) == -1)
#else
#error Unknown architecture!
#endif

Uh, Alpha?

-matt



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] Re: CFS - Portmap

2001-03-23 Thread Martin Blapp


Hi,

> > /etc/mount -o port=3049,intr localhost:/null /crypt
> 
> What machine are you doing this on??  FreeBSD has no /etc/mount?

Correct. I've used the sbin/mount of course, this is just a cut'n'paste
of the documentation.

Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-23 Thread Assar Westerlund

Robert Watson <[EMAIL PROTECTED]> writes:
> I'm baffled as to why SRA is enabled by default.  I'm fine with it being
> compiled in, but it appears to be substantially interfering with normal
> TCP operation.  Either the negotiation needs to be fixed, or this feature
> needs to be disabled for 4.3-RELEASE (either at compile-time or run-time
> is fine).  Note that we don't even enable Kerberos* build by default, and
> even when it is built, negotiation is relatively non-interfering for
> non-Kerberos environments.

I think somebody enabled SRA a long time ago but since autologin was
not enabled, nobody noticed this.  I've changed this in
secure/lib/libtelnet/Makefile:1.19

Jordan: I think we should MFC this before 4.3.  Opinions?

/assar

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] Re: CFS - Portmap

2001-03-23 Thread David O'Brien

On Fri, Mar 23, 2001 at 12:49:33AM +0100, Martin Blapp wrote:
> /etc/mount -o port=3049,intr localhost:/null /crypt

What machine are you doing this on??  FreeBSD has no /etc/mount?
 
-- 
-- David  ([EMAIL PROTECTED])
  GNU is Not Unix / Linux Is Not UniX

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] Re: CFS - Portmap

2001-03-23 Thread Andrey A. Chernov

On Fri, Mar 23, 2001 at 19:35:33 +0100, Martin Blapp wrote:
> 
> This should made cfs working again, please test the patch.
>  
> http://home.teleport.ch/freebsd/mount_nfs.c.diff

No, but bad effects are changed. There is no error diagnostic happens but
mount hangs forever instead (I try several times). I run rpcbind without
any additional keys. When mount terminated by ^C various interesting
effects happens. Sometimes this hanging process visible in by ps
nfs -o noauto -o intr -o port=3049 -o nfsv2 localhost
even after ^C. Sometimes directory shown as really mounted (!) after ^C
and umount works for it too.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [FIX] Re: CFS - Portmap

2001-03-23 Thread Martin Blapp


This should made cfs working again, please test the patch.
 
http://home.teleport.ch/freebsd/mount_nfs.c.diff
 
Martin

Martin Blapp, [EMAIL PROTECTED]

Improware AG, UNIX solution and service provider
Zurlindenstrasse 29, 4133 Pratteln, Switzerland
Phone: +41 79 370 26 05, Fax: +41 61 826 93 01




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



thinkpad 600 & cardbus?

2001-03-23 Thread Martin Dieringer


hi,

is probably anybody running a cardbus card, especially the 3com
575BT, on a thinkpad 600? there are so many success-stories here
about this card, but I can't get it working and suspect it has to do
with the thinkpad.

martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: newcard/cardbus instabilities

2001-03-23 Thread Greg Rumple

I even have a worse problem.  I tried this on my system (a sony vaio
PCG-XG18) which has a mini-docking station on the back of it (which
allows you access to a third pcmcia slot, and a whole slew of other
video goodies/serial ports/etc.).  The problem is if the mini docking
station isn't there, all the parts/chips/controllers are internal to the
laptop, so it still sees them.  The cardbus code sees the second
controller (which drives the third slot) and than gracefully pukes all
over it's self.  So unless I have the mini docking station plugged in it
doesn't work.  But if it is, I can use my xircom rbem56g-100 and a
linksys cardbus card just fine.  I do however lose the ability to use my
wavelan card and my two other pcmcia cards (non cardbus).  I can't wait
until all these issues are resolved (I really don't wanna run Linux
again).

This is just a FYI.

Greg

* Johny Mattsson (EPA) ([EMAIL PROTECTED]) [010323 07:25]:
> 
>>My suggestion? Chop out the power management stuff in xl_attach()
>>and see what happens.
>
>Okay, did that. Effect: got rid of the D0/D6 printout, and instead
>got the following two once I sent something on the interface:
> cstsevent occures, 0x3410
> pwrevent occures, 0x3410
>
>This does not seem to have any adverse effects though.
>Perhaps worth mentioning is that I get these even if I just reboot
>from fbsd to fbsd, not only when I do windoze->fbsd.
>
>I also removed the "device pccard" config option, and as a result
>lost support for the modem card, but in return this fixed the
>watchdog timeouts, and the lan card works quite well now.
>I guess I'll have to keep a backup kernel with the old pcic compiled
>in if I want to use the modem... for now I'm very happy to have a
>working lan card!
>
>Thanks a whole lot guys, I really appreciate it!
>
>/Johny
>
>PS. Sorry if this is still in HTML format, it shouldn't be, but I'm
>stuck with outlook and it just doesn't seem to want to take a hint.

-- 
Greg Rumple
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: newcard/cardbus instabilities

2001-03-23 Thread Ric Messier

I'm having problems getting -current (last attempt was 3/16 build) to detect
my 3COM network card in my TI CardBus bridge in a Compaq Armada.

Actually, worse than that is trying to run the install while the laptop is
in a docking station. The system locks up after announcing that it has found
a PCMCIA controller. I suspect this is because, while in the docking
station, there are two.

NetBSD does something similar. While running through the system scan, it
announces that it has found one then announces it has found another then
stops and says (almost literally), wait, we just saw that. Then it dumps to
debug mode.

Any experiences or thoughts on getting this to work would be appreciated.
I'd love to get a BSD on my laptop.

Ric


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Tekram DC3x5 driver and -CURRENT

2001-03-23 Thread Nicolas Souchu

On Thu, Mar 22, 2001 at 11:01:07PM +0100, Daniel Rock wrote:
> Hi,
> 
> there exists a Tekram SCSI driver, which doesn't have an NCR/SymBIOS/LSILogic or
> AMD chip. On the Tekram FTP site you can download a driver for FreeBSD though.
> 
> Unfortunately, the latest one is for 4.x, which won't work on a current -CURRENT
> system.
> 
> Perhaps this driver should be integrated into the main tree, so it can be
> actively maintained.
> 
> I just have newbus'ified the driver and it seems to work in my machine, but I am
> no FreeBSD kernel hacker. I don't have the slightest idea what I have done. I just
> generated some diff's from other drivers which have been newbus'ified recently and
> did the same steps.
> 
> If some brave man is still interested I can mail him the modifications or post
> them here.

Unfortunatly, nobody might want to maintain it. It's programming style was horrible
the last time I checked it. Also, I don't know if 4.x version is better, but 3.x
never worked with my umax scanner. Linux one works pretty fine :(

Nicolas

-- 
[EMAIL PROTECTED]
AlcĂ´ve - Open Source Software Engineer - http://www.alcove.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



toner supplies

2001-03-23 Thread toner1

PLEASE FORWARD TO THE PERSON
RESPONSIBLE FOR PURCHASING
YOUR LASER PRINTER SUPPLIES





 VORTEX  SUPPLIES 



-SPECIALS OF THE DAY ON LASER TONER SUPPLIES AT DISCOUNT PRICES--


 
LASER PRINTER TONER CARTRIDGES

COPIER AND FAX CARTRIDGES



WE ARE -->THE<-- PLACE TO BUY YOUR TONER CARTRIDGES BECAUSE YOU

SAVE UP TO 30% FROM OFFICE DEPOT'S, QUILL'S OR OFFICE MAX'S EVERY DAY

LOW PRICES



ORDER BY PHONE:1-888-288-9043

ORDER BY FAX: 1-888-977-1577

CUSTOMER SERVICE: 1-888-248-2015
E-MAIL REMOVAL LINE: 1-888-248-4930 



UNIVERSITY AND/OR SCHOOL PURCHASE ORDERS WELCOME. (NO CREDIT APPROVAL REQUIRED)

ALL OTHER PURCHASE ORDER REQUESTS REQUIRE CREDIT APPROVAL.



PAY BY CHECK (C.O.D), CREDIT CARD OR PURCHASE ORDER (NET 30 DAYS).





IF YOUR ORDER IS BY CREDIT CARD PLEASE LEAVE YOUR CREDIT CARD # PLUS EXPIRATION DATE. 

IF YOUR ORDER IS BY PURCHASE ORDER LEAVE YOUR SHIPPING/BILLING ADDRESSES AND YOUR P.O. 
NUMBER

NO SHIPPING CHARGES FOR ORDERS $49 OR OVER

ADD $4.75 FOR ORDERS UNDER $49.

C.O.D. ORDERS ADD $4.5 TO SHIPPING CHARGES.

FOR THOSE OF YOU WHO REQUIRE MORE INFORMATION ABOUT OUR COMPANY
INCUDING FEDERAL TAX ID NUMBER, CLOSEST SHIPPING OR CORPORATE ADDRESS IN THE
CONTINENTAL U.S.  OR  FOR CATALOG  REQUESTS PLEASE CALL OUR CUSTOMER
SERVICE LINE  1-888-248-2015 
 


OUR NEW , LASER PRINTER TONER CARTRIDGE, PRICES ARE  AS FOLLOWS: 



(PLEASE ORDER BY PAGE NUMBER AND/OR ITEM NUMBER)

 

HEWLETT PACKARD: (ON PAGE 2)

   

ITEM #1  LASERJET SERIES  4L,4P (74A)$44

ITEM #2  LASERJET SERIES  1100 (92A)-$44

ITEM #3  LASERJET SERIES  2 (95A)---$39

ITEM #4  LASERJET SERIES  2P (75A)-$54 

ITEM #5  LASERJET SERIES  5P,6P,5MP, 6MP (3903A)--$44

ITEM #6  LASERJET SERIES  5SI, 5000 (29A)--$95

ITEM #7  LASERJET SERIES  2100 (96A)-$74

ITEM #8  LASERJET SERIES  8100 (82X)---$145

ITEM #9  LASERJET SERIES  5L/6L (3906A0--$35

ITEM #10 LASERJET SERIES  4V-$95

ITEM #11 LASERJET SERIES 4000 (27X)-$72

ITEM #12 LASERJET SERIES 3SI/4SI (91A)$54

ITEM #13 LASERJET SERIES 4, 4M, 5,5M---$49



HEWLETT PACKARD FAX (ON PAGE 2)



ITEM #14 LASERFAX 500, 700 (FX1)--$49

ITEM #15  LASERFAX 5000,7000 (FX2)--$54

ITEM #16  LASERFAX (FX3)$59

ITEM #17  LASERFAX (FX4)$54



LEXMARK/IBM (ON PAGE 3)



OPTRA 4019, 4029 HIGH YIELD---$89

OPTRA R, 4039, 4049 HIGH YIELD-$105

OPTRA E$59

OPTRA N--$115

OPTRA S--$165

-

EPSON (ON PAGE 4)



ACTION LASER 7000,7500,8000,9000---$105

ACTION LASER 1000,1500-$105



CANON PRINTERS (ON PAGE 5)



 PLEASE CALL FOR MODELS AND UPDATED PRICES

 FOR CANON PRINTER CARTRIDGES



PANASONIC (0N PAGE 7)



NEC SERIES 2 MODELS 90 AND 95--$105



APPLE (0N PAGE 8)



LASER WRITER PRO 600 or 16/600$49 

LASER WRITER SELECT 300,320,360-$74

LASER WRITER 300 AND 320--$54

LASER WRITER NT, 2NT--$54

LASER WRITER 12/640$79







CANON FAX (ON PAGE 9)



LASERCLASS 4000 (FX3)---$59

LASERCLASS 5000,6000,7000 (FX2)-$54

LASERFAX 5000,7000 (FX2)--$54

LASERFAX 8500,9000 (FX4)--$54





CANON COPIERS (PAGE 10)



PC 3, 6RE, 7 AND 11 (A30)-$69

PC 300,320,700,720 and 760 (E-40)$89



IF YOUR CARTRIDGE IS NOT LISTED CALL CUSTOMER SERVICE AT 1-888-248-2015 



90 DAY UNLIMITED WARRANTY INCLUDED ON ALL PRODUCTS.



ALL TRADEMARKS AND BRAND NAMES LISTED ABOVE ARE PROPERTY OF THE 

RESPECTIVE HOLDERS AND USED FOR DESCRIPTIVE PURPOSES ONLY.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2001-03-23 Thread Matthew N. Dodd

On Thu, 22 Mar 2001, Mike Smith wrote:
> The interrupt is shareable; the BIOS knows best, and the ATA driver 
> should sod off in this case.
> 
> If we want to argue about it, we can get a dump of the PCI interrupt 
> routing table for this machine. 8)  Soren's concern is that some systems 
> route IRQ 14 and 15 very oddly, but the only region for conflicts is 
> really IRQs assigned to ISA devices.

I'm of the opinion that the ATA driver shouldn't be mucking about with
resources that the PCI device hasn't assigned it but he claims he can't
get the information anywhere else for broken ATA devices 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 |  For Great Justice!  | ISO8802.5 4ever |


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message