Re: where to get info to write basic usb driver for own device?

2004-07-08 Thread Zera Holladay
This may go without saying, but have you read Chapter 22 of the FreeBSD Developers' Handbook? I have not read intro(4) extensively but that is probably a good starting place, if you are completely in the dark. -Zera Holladay On Sun, 4 Jul 2004, Avleen Vig wrote: > On Sun, Jul 04, 20

Re: FreeBSD and MacOS

2004-06-29 Thread zera holladay
> Even more interestingly, just how much code has > migrated from Darwin to > FreeBSD? Apple seems to do a lot of taking from the > Open Source > community, how much have we taken much back? I was wondering about this ... there was a thread not too long ago about Darwin and FreeBSD. Somebody made

quiet ATX mid-Towers

2004-06-18 Thread zera holladay
-- it’s not a bad fan. I am an EE student using FreeBSD, so a quiet computer is very important to me. -Zera Holladay __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail

mental health

2004-06-18 Thread zera holladay
Hello, I am looking for a very *quiet* ATX mid-tower and I was wondering if anybody has a suggestion or recommendation. My hard disks produce the most decibels at the most annoying frequency -- it’s not a bad fan. I am an ECE student, so a quiet computer is very important to me. -Zera Holladay

Re: Network config on FreeBSD 5.1 - Help!

2004-06-03 Thread zera holladay
y: blank > Name server: this is my isp's dns server's ip > address > > and for the "Configuration for Interface vr0" dialog > I write: > ipv4 address: Blank > Netmask: 255.255.255.0 <- I just changed this to > 255.255.0.0 as per your suggestion >

Re: Network config on FreeBSD 5.1 - Help!

2004-06-03 Thread zera holladay
> > scrnmap="NO" > usbd_enable="YES" > sendmail_enable="YES" > #ifconfig_vr0="inet6 hex address netmask > 255.255.255.0" > #ipv6_enable="NO" > hostname= "..." > ppp_enable="YES" > ppp_mode="ddial" >

Re: Network config on FreeBSD 5.1 - Help!

2004-06-02 Thread zera holladay
Have you read this yet? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html -zh --- aussie gal <[EMAIL PROTECTED]> wrote: > Hi - I'm trying to configure my network card on a > newly installed freebsd 5.1. > BUT - I can get the system to come on line. It > recogin

cons25 and xterm

2004-01-29 Thread zera holladay
Hello, when I ssh to my school Unix account (unfortunately solaris) from my local host's command line and when I attempt to clear the screen, I get an error message from the remote host: `cons25`: unknown terminal type. The remote host is $TERM=xterm. My local machine is FreeBSD's default $TERM=c

Timecounters tick every 10.0 msec

2003-12-19 Thread zera holladay
While my kernel modules are loading I get a message, "Timecounters tick every 10.0 msec." There's nothing wrong with my computer, I was just wondering what caused this message. I have not been successful locating any information on this so I figured I would ask some kind hearted individual(s). I

Shared memory question

2003-08-30 Thread zera holladay
When one uses the term "shared memory" while discussing Unix, then what is generally the meaning of that term? I have read that some Unixes have "shared memory" for "shared objects." However, I believe the term "shared memory" more generically refers to user space as opposed to kernel space? F

VGL

2003-08-17 Thread zera holladay
Good day, what or where are the valid values for the parameter (int mode) for the functions of vgl.h as in VGLInit(int mode)? The man page for the VGL is a dead end on that topic. This could be ignorance on my part, so would someone be so kind as to point me the right direction. Thank you. zh _