Re: LINT broken. (in_cksum changes)

2000-05-09 Thread MIHIRA Yoshiro
_skip(), since it provides the > same functionality. Sharing code should help cache issues. > > Remove in_cksum_partial, since its not being used, and we now have > a way to compute partial checksums on mbuf chains. in_cksum function was removed and change into macro. --- in sys/i386/include/in_cksum.h #define in_cksum(m, len)in_cksum_skip(m, len, 0) --- It needs to some code to compile with those options... MIHIRA Yoshiro To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

libXThrStub.so.6.0 was missing in Xbin.tgz, in current.FreeBSD.org {Re: 4.0-20000222-CURRENT installation report}

2000-03-07 Thread MIHIRA Yoshiro
36/Xbin.tgz ftp://current.FreeBSD.org/pub/FreeBSD/current/XF86336/FILES By the way, Xbin.tgz in ISO-IMAGES/4.0-2214-CURRENT was solved this problem. I think we replace Xbin.tgz from ISO-IMAGES into current.FreeBSD.org. Thank you MIHIRA Yoshiro Yokohama, Japan. To Unsubscribe: send mail to [EMAIL

Re: Sound Card

2000-02-13 Thread MIHIRA Yoshiro
no avail. >> > >> >device pcm0 at isa? port? irq 5 drq 1 flags 0x0 >> > >> >device pcm0 at isa? port? irq 5 drq 1 flags 0x15 >> > >> > Any assistance in this matter would be greatly appreciated. >> >> Have you tr

Re: Problems with PCMCIA Cards

2000-01-18 Thread MIHIRA Yoshiro
not work without DHCP. For example, when /etc/pccard.conf had ed0 in config line, but kernel refused this name and said - related file: /usr/sbin/pccardd /usr/include/pccard/cardinfo.h your kernel # Do we have to add this changes to UPDATING file? MIHIRA Yoshiro Yoko

Re: Threads and my new job.

1999-11-24 Thread MIHIRA Yoshiro
FreeBSD, because it's need pthread_cancel. xmovie http://heroine.linuxbox.com/xmovie.html MIHIRA Yoshiro To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ESS sound drivers and 4.0-current

1999-11-01 Thread MIHIRA Yoshiro
>> Thanks for the patch; I'll try it. I have the ESS 1868 isa card. The >> problem I'm having isn't really volume problems. When I use RealPlayer >> 5.0, certain realaudio clips play through extremely fast, and I can hear >> the sound in bursts along the way. The speed/sample rate itself doe

Re: ESS sound drivers and 4.0-current

1999-11-01 Thread MIHIRA Yoshiro
[EMAIL PROTECTED] wrote: >> I believe the ESS drivers weren't committed to 4.0-current yet. When I >> grep ' ESS ' in /sys/i386/isa/sound, the only thing I can come up with is >> the ESS support that was in the old voxware sound code. Sanpei, who is >> developing the ESS sound drivers, says the

Re: it's time...

1999-08-09 Thread MIHIRA Yoshiro
[EMAIL PROTECTED] wrote: >> >> As far as I know, rc.shutdown doesn't get run unless you go to single >> user mode (for example, 'shutdown -h now' will not cause init to run >> rc.shutdown). I think FreeBSD-current was fixed and everytime run rc.shutdown. SEE GNATS DB bin/12093. http://www.fr