From owner-freebsd-mobile Tue Apr 6 13: 1:29 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 6B13515702 for ; Tue, 6 Apr 1999 13:01:24 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id EAA18804; Wed, 7 Apr 1999 04:59:15 +0900 (JST) Message-ID: <370A642C.85C5484E@newsguy.com> Date: Wed, 07 Apr 1999 04:44:44 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Ted Faber Cc: Nate Williams , NAKAGAWA Yoshihisa , Nick Sayer , freebsd-mobile@FreeBSD.ORG Subject: Re: Any success with CirrusLogic 6729/6730??? References: <199904061751.KAA27663@boreas.isi.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ted Faber wrote: > > There's a kld version of the pcic code, right? Can we use that to our It seems it doesn't work though. Even though there were reports of it been succesfully used. > > > boot > set sysctl variables > load the kld > > We could then set up 2 variables, current unit number and current io > port. The on load the kld reads the variables, sets its unit number > and io port appropraitely and starts up. The sequence for multiple > pcics then looks like > > boot > set sysctls for 1st controller > load 1st controller > set sysctls for 2nd controller > load 2nd controller > > etc. Looks terrible to me. :-) I rather have it done through loader: loader kernel load pcic irq=NN io=NNNN ... load pcic irq=NN io=NNNN ... But, then again, I work with loader, so I'm biased... :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "nothing better than the ability to perform cunning linguistics" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message