Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Apr 1999 11:43:25 +0900
From:      NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
To:        Ted Faber <faber@ISI.EDU>
Cc:        Nate Williams <nate@mt.sri.com>, Nick Sayer <nsayer@quack.kfu.com>, freebsd-mobile@FreeBSD.ORG
Subject:   Re: Any success with CirrusLogic 6729/6730??? 
Message-ID:  <199904030243.LAA06995@chandra.eatell.msr.prug.or.jp>
In-Reply-To: Your message of "Fri, 02 Apr 1999 11:07:42 PST." <199904021907.LAA18797@boreas.isi.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Someone with a 6729 try applying this patch to pcic_p.[ch] (i.e., cd

Probably same initialize code is working with O2 micro OZ6729/6730.

> + 	io_port = PCIC_INDEX_0 + num6729 * CLPD6729_NUM_REGS;

Cirrus chip has 4byte boundary. First chip is 0x3e0, second chip
is 0x3e4, ...

Using hard code PCIC_INDEX_0 is dirty.

This code is always re-setup ioports, if BIOS setup it, it should
be use. Because, BIOS is resource management for the machine.

> + 	if (unit == 1)
> + 		num6729++;

What's ? CL-PD6729 is not multi-function.

>   		printf("CardBus: Legacy PC-card 16bit I/O address [0x%x]\n",

CL-PD6729 is not CardBus controller. :-)

--
NAKAGAWA, Yoshihisa
	y-nakaga@nwsl.mesh.ad.jp
	nakagawa@jp.FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904030243.LAA06995>