ip6_input.c & ip6_output.c compile errors

2000-08-10 Thread Valentin S. Chopov

in sys/netinet6/ip6_input.c  sys/netinet6/ip6_otput.c

inetsw and ip_protox are used instead of inet6sw and ip6_protox

Val

==
Valentin S. Chopov
Phone: 1-888-200-4392 x597
E-Mail: [EMAIL PROTECTED]
==



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



Re: microuptime() still going backwards (long)

2000-03-14 Thread Valentin S. Chopov

Mike,

It was just a suggestion. I'm sure in my case  the
problem was in the buggy BIOS (this is a old 486
notebook:).

Val

--- Mike Smith <[EMAIL PROTECTED]> wrote:
> 
> This shouldn't have any effect at all; I think
> you're just waving 
> chickens here.  If you can work out what is actually
> happening here it'd 
> be quite useful though - PNPBIOS may result in some
> differences in 
> resource allocation which might be salient.
> 
> > Try w/o PNPBIOS option. I  had the similar
> problem,
> > and that fixed it.
> > 
> > Val
> > 
> > -
> > I followed the suggestions from people earlier
> today. 
> > That is to
> > say that I have upgraded my BIOS to 1012, disabled
> APM
> > in the BIOS,
> > and removed 'device apm' from the  kernel config,
> > however I still
> > receive lines like:
> > 
> > calcru: negative time of 20585525 usec for pid 477
> > (cvsup)
> > 
> > and also lines about microuptime() being negative
> (I
> > think these are
> > related :)
> > 
> > Below is a dmesg and my kernel config.
> > 
> > Cheers
> > 
> > 
> > __
> > Do You Yahoo!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> > 
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-current" in the body of
> the message
> > 
> 
> -- 
> \\ Give a man a fish, and you feed him for a day. \\
>  Mike Smith
> \\ Tell him he should learn how to fish himself,  \\
>  [EMAIL PROTECTED]
> \\ and he'll hate you for a lifetime. \\
>  [EMAIL PROTECTED]
> 
> 
> 
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


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



RE: microuptime() still going backwards (long)

2000-03-13 Thread Valentin S. Chopov



Try w/o PNPBIOS option. I  had the similar problem,
and that fixed it.

Val

-
I followed the suggestions from people earlier today. 
That is to
say that I have upgraded my BIOS to 1012, disabled APM
in the BIOS,
and removed 'device apm' from the  kernel config,
however I still
receive lines like:

calcru: negative time of 20585525 usec for pid 477
(cvsup)

and also lines about microuptime() being negative (I
think these are
related :)

Below is a dmesg and my kernel config.

Cheers


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


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



ata-all.c : undefined atapi_attach() in ata_attach()

2000-01-18 Thread Valentin S. Chopov


It seems that we need #if...#endif here, maybe
something like that:

... 
#if NATAPICD > 0 || NATAPIFD > 0 || NATAPIST > 0
/* then the atapi devices */
for (ctlr=0; ctlrdevices &
ATA_ATAPI_MASTER)
atapi_attach(atadevices[ctlr],
ATA_MASTER);
if (atadevices[ctlr]->devices &
ATA_ATAPI_SLAVE)
atapi_attach(atadevices[ctlr], ATA_SLAVE);
}
#endif
...

Val

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


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



newpcm - duplex/simplex

2000-01-11 Thread Valentin S. Chopov

On my notebook I have pnp CS4232.
It has to work in duplex mode - 2 dmas, but it's
buggy,
and works only in simplex mode - 1 dma (play +
capture). 
Is it possible to add a option to force using of
simplex mode on pnp cards?

Thanks,

Val
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


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



ata-all.o(.text+0x534): undefined reference to `pci_read_config'

2000-01-03 Thread Valentin S. Chopov


It seems there is something for

#if NPCI > 0 ... #endif

 



linking kernel
ata-all.o: In function `ataintr':
ata-all.o(.text+0x534): undefined reference to
`pci_read_config'
*** Error code 1

--

Val
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com


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



ata-all.c & ata_find_dev()

1999-12-17 Thread Valentin S. Chopov


Hi,

There is are error in compilling of ata-all.c on a
non-PCI macine, so I think, in ata-all.c the
ata_find_dev() has to be moved into 
#if NPCI > 0
...
#endif

Val

__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


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



4.0-CURRENT boot kernel, ATA_16BIT_ONLY , etc.

1999-12-13 Thread Valentin S. Chopov

Hi,

The latest 4.0-CURRENT boot floppies are not working
on old ISA boards with 16-bit data transfer only, and
the installation of FreeBSD becomes impossible:( . It
seems that in this case ATA_16BIT_ONLY is not enough -
may be flags to ata0 controller or auto-detection as
Soren promised will be O.K.?!

Thanks,

Val 

__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


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



ata changes & ATA_16BIT_ONLY

1999-10-11 Thread Valentin S. Chopov


How the ATA_16BIT_ONLY in ata-disk.c and atapi-all.c
will be defined - kernel option, autodetection or
device flag?

Thanks,

Val
__
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


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



new PnP code and pcm and kernel userconfig

1999-10-07 Thread Valentin S. Chopov

The sound card is:

...
unknown0: <4232> on isa0
pcm0:  at port
0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on
isa0
unknown1:  at port 0x200-0x207 on isa0
unknown2:  at port 0x330-0x331 irq 9 on isa0
...

Everything looks fine but in my case the CS4232 is a
buggy and it can't work in duplex mode and I have to
change drq0=drq1=1
Now I can't do this from the kernel userconfig (boot
-c ) - pnp configuration is missing. Any ideas?

Thanks,

Val


__
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


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



linking kernel & isa_compat & error

1999-09-07 Thread Valentin S. Chopov

After last cvsup:

linking kernel
isa_compat.o: In function `isa_compat_probe':
isa_compat.o(.text+0x3a6): undefined reference to
`isa_get_flags'
*** Error code 1


Val
__
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


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



make depend & if_ed.c & pnp.h

1999-09-03 Thread Valentin S. Chopov

error after make depend .
there is a #include  in
sys/i386/isa/if_ed.c , but there is not pnp.h in the
sys tree. 


Val
__
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


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



Re: problem with last src/sys/pccard changes

1999-08-06 Thread Valentin S. Chopov


It was my fault :(

Now it's working.
Thanks a lot!

Val

--- Warner Losh <[EMAIL PROTECTED]> wrote:
> You may need to do a make includes as well to get
> the proper include
> files (or if you are afraid of that, you can copy
> src/sys/pccard/cardinfo.h to
> /usr/include/pccard/cardinfo.h)
> 
> Warner
> 


===
Valentin S. Chopov
2301 West Bethel Ave., #53
Muncie, IN 47304-2112
Phone/Fax:  (765)-214-0504
E-Mail: [EMAIL PROTECTED]
URL:http://profiles.yahoo.com/valsho
_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com



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



Re: problem with last src/sys/pccard changes

1999-08-06 Thread Valentin S. Chopov

I wrote, I cvsuped both src/sys/pccard and
src/usr.sbin/pccard and compiled and installed of
course. Problem appears with new kernel code and new
pccardd code, but is is OK with old kernel code an new
pccardd code. But I already wrote this...
BTW , my notebook is ISA only, w/o compiled PCI code. 

Val


--- Warner Losh <[EMAIL PROTECTED]> wrote:
> In message
>
<[EMAIL PROTECTED]>
> "Valentin S. Chopov" writes:
> : 
> : After cvsup of src/sys/pccard and
> src/usr.sbin/pccard
> : from Aug 1, PCMCIA net card is not working. Te
> message
> : from pccardd is :
> : 
> : Aug  3 02:28:42 valsho pccardd[256]: driver
> allocation
> : failed for IC-CARD(IC-CARD): Inappropriate ioctl
> for
> : device
> : 
> : Also new pccardd is working with old kernel
> code...
> : So, may be te problem is in src/sys/pccard.
> 
> Read UPDATING.  You must recompile pccardd for the
> new kernel.  The
> ioctl changed to pass the length of the io port
> range into the kernel
> rather than just the bottom end of the range.
> 
> Warner
> 


===
Valentin S. Chopov
2301 West Bethel Ave., #53
Muncie, IN 47304-2112
Phone/Fax:  (765)-214-0504
E-Mail: [EMAIL PROTECTED]
URL:http://profiles.yahoo.com/valsho
_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com



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



problem with last src/sys/pccard changes

1999-08-03 Thread Valentin S. Chopov


After cvsup of src/sys/pccard and src/usr.sbin/pccard
from Aug 1, PCMCIA net card is not working. Te message
from pccardd is :

Aug  3 02:28:42 valsho pccardd[256]: driver allocation
failed for IC-CARD(IC-CARD): Inappropriate ioctl for
device

Also new pccardd is working with old kernel code...
So, may be te problem is in src/sys/pccard.

Thanks,

Val




_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com



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



current.freebsd.org's 4.0-1999070[89]-CURRENT dir perm

1999-07-09 Thread Valentin S. Chopov

Permissions in 
ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386
are:

drwx--  19 root  0  1024 Jul  8 12:38
4.0-19990708-CURRENT
drwx--  19 root  0  1024 Jul  9 12:37
4.0-19990709-CURRENT

Val
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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