(no subject)

2000-10-17 Thread Alexandr A. Gilyazov
unsubscribe freebsd-hackers To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Starting to code

2000-10-17 Thread Laurence Berland
Wes Peters wrote: > > Laurence Berland wrote: > > > > What's a good place to start if you're a university student with limited > > hardware who wants to jump in and get going with the FreeBSD code. > > Right now I've got a PPro 200 with 32 MB of ram and lots of disk space > > (~50 gigs). 10 gi

Adaptec 29160 problems (what you all want to hear eh?)

2000-10-17 Thread Dave Hayes
I am trying to boot 4.1.1 GENERIC from floppy. The system installs cleanly, but come boot time all I get is something of the form FreeBSD F1: FreeBSD at which point the boot process hangs with a long beep and refuses to continue. The SCSI disk is hanging on an adaptec 29160. I have toggled a l

dumb usb question

2000-10-17 Thread Andrew Gallatin
A friend of mine just bought a D-Link USB-S25 USB to Serial Port converter cable. Given that he cannot make it work under linux and that I've been trying to sell him on FreeBSD, I'd like to give it a whirl under FreeBSD. What is the appropriate driver? umodem looks like it just deals with gen

Re: Module parameters? (WildWire DSL card driver)

2000-10-17 Thread Terry Lambert
> > I guess I'm asking "What moron would want to intentionally disable > > system resource tracking?". > > Who said anything about disabling system resource tracking? "track all > closes" means to call the devsw d_close function for *each* close, not just > for the "last close" as 99% of our dri

Re: I'm convinced 'gcc' is meant to be pronounced 'ARRRRGGGHHH!'

2000-10-17 Thread Matthew Jacob
> Matthew Jacob <[EMAIL PROTECTED]> writes: > > > Will someone please inform the gcc developers of the last decade's > > > advances in C standardization? Yes, Virginia, ISO C (it's not ISO C > > > any more, and hasn't been since 1989) does support 'long long' and the > > > 'll' format. > > Eh? >

Re: I'm convinced 'gcc' is meant to be pronounced 'ARRRRGGGHHH!'

2000-10-17 Thread Dag-Erling Smorgrav
Matthew Jacob <[EMAIL PROTECTED]> writes: > > Will someone please inform the gcc developers of the last decade's > > advances in C standardization? Yes, Virginia, ISO C (it's not ISO C > > any more, and hasn't been since 1989) does support 'long long' and the > > 'll' format. > Eh? 'gcc -pedantic

Re: I'm convinced 'gcc' is meant to be pronounced 'ARRRRGGGHHH!'

2000-10-17 Thread Matthew Jacob
> Will someone please inform the gcc developers of the last decade's > advances in C standardization? Yes, Virginia, ISO C (it's not ISO C > any more, and hasn't been since 1989) does support 'long long' and the > 'll' format. > > DES > Eh? To Unsubscribe: send mail to [EMAIL PROTECTED] w

I'm convinced 'gcc' is meant to be pronounced 'ARRRRGGGHHH!'

2000-10-17 Thread Dag-Erling Smorgrav
Will someone please inform the gcc developers of the last decade's advances in C standardization? Yes, Virginia, ISO C (it's not ISO C any more, and hasn't been since 1989) does support 'long long' and the 'll' format. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to

No Subject

2000-10-17 Thread Daniele Mancini
  unsubscribe freebsd-hackers

Re: Programming a USB driver

2000-10-17 Thread Nick Hibma
Starting from a Linux driver is an option. Also, you want to subscribe to the usb-bsd mailing list at http://lists.inteltec.com/wws/info/usb-bsd There are some people there that are toying with the idea and someone might have started to work on a driver. N

Re: Module parameters? (WildWire DSL card driver)

2000-10-17 Thread Peter Wemm
Terry Lambert wrote: > > > > > > #define D_TRACKCLOSE0x8 /* track all closes */ > > > > > Under what circumstances is it permissable to _not_ set this bit? > > > > When you want the old behavior. > > > Under what circumstances is it permissable to want the old behaviour? > > >