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...

Re: problem with last src/sys/pccard changes

1999-08-06 Thread Valentin S. Chopov
. 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 p

Re: problem with last src/sys/pccard changes

1999-08-06 Thread Valentin S. Chopov
=== 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

make depend if_ed.c pnp.h

1999-09-03 Thread Valentin S. Chopov
error after make depend . there is a #include i386/isa/pnp.h 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

new PnP code and pcm and kernel userconfig

1999-10-07 Thread Valentin S. Chopov
The sound card is: ... unknown0: 4232 on isa0 pcm0: CS4232 at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 unknown1: GAME PORT at port 0x200-0x207 on isa0 unknown2: MPU-401 at port 0x330-0x331 irq 9 on isa0 ... Everything looks fine but in my case the CS4232 is a buggy and it

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]

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

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

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-cu

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

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

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

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; ctlrMAXATA; ctlr++) { if (!atadevices[ctlr]) continue; if (atadevices[ctlr]-devices ATA_ATAPI_MASTER)