Re: Need help with driver....(long)

2000-08-12 Thread Vladimir N.Silyaev
In muc.lists.freebsd.hackers, you wrote: >One thing I did try, was to write a very simple program to open the >device You can (should) just use echo -n >device_file, that's it. BTW for testing purpose it doesn't required to put now in the /dev directory, /dev doesn't mean nothing magical. >(now

Re: Using libvgl in single user mode - HOW ?

2000-08-12 Thread Vladimir N.Silyaev
In muc.lists.freebsd.hackers, you wrote: > >It works great, can now use perl to write a custom installation for my allready >made custom installation CD. >My problem is : >When i boot from CD, i go into single user mode, to partition the disks >and if you do a 'tty' you get /dev/co

Re: T-Beach Multisound Monterey device driver upgraded to FBSD-4.0

2000-07-20 Thread Vladimir N.Silyaev
In muc.lists.freebsd.hackers, you wrote: >Are there any device driver authors out there who are implementing >their driver as a KLD module and delivering/installing it as a port? You may look inside emulation/rtc or emulation/vmware port, it's not a drivers for hardware, but a KLD modules. -- Vl