hostcache

2000-03-31 Thread Andrey Sverdlichenko

I need to store some info (in kernel) indexed by peer hosts ip
addresses. in_hostcache.h interface looks good, but i hasn't found any use
of it in -CURRENT kernel sources. It this interface obsoleted by other?



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



Re: emu10k1 driver

2000-03-22 Thread Andrey Sverdlichenko

  | One is on the way...
 
  Cam's boredom out-weighed my initiative. 8)
 
  http://www.freebsd.org/~cg/current.diff.gz contains a partial emu10k1
  driver (minus recording) which is need of debugging.  Give it a try!

I applied it to 4.0-CURRENT, but it works in mixer only mode.
Looks like pcm_addchan should be added in emu_pci_attach().



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



Re: XFree86-4.0 error

2000-03-14 Thread Andrey Sverdlichenko

On Tue, 14 Mar 2000, Ted Sikora wrote:

 XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24

options SHMALL=1025
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=1025
options SHMMIN=2
options SHMMNI=256
options SHMSEG=128

config, make, install.




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



Re: cd9660 - device not configured

2000-03-01 Thread Andrey Sverdlichenko

On Wed, 1 Mar 2000, Christoph Kukulies wrote:

 mount -t cd9660 /dev/acd1c /dist
 
 to grab some newer XF86 from the CD when 
 
 cd9660: device not configured 
 
 was thrown at me.

Check device major number. It should be like this

blaze:netcenter$ ls -l /dev/*acd*
crw-r-  1 root  operator  117,   0  4 ÆÅ× 15:11 /dev/acd0a
crw-r-  1 root  operator  117,   2  4 ÆÅ× 15:11 /dev/acd0c




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