Date: Thu, 19 Apr 2001 00:05:51 +0900 From: Takeshi Shibagaki <ie9t-sbgk@asahi-net.or.jp> To: imp@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, shiba@freebsd.org Subject: Re: cvs commit: src/sys/pci pcic_p.c pcic_p.h Message-ID: <20010419000551L.ie9t-sbgk@asahi-net.or.jp> In-Reply-To: <200104172315.f3HNF1663568@freefall.freebsd.org> References: <200104172315.f3HNF1663568@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, From: Warner Losh <imp@freebsd.org> Subject: cvs commit: src/sys/pci pcic_p.c pcic_p.h Date: Tue, 17 Apr 2001 16:15:01 -0700 (PDT) Message-ID: <200104172315.f3HNF1663568@freefall.freebsd.org> imp> When booting, turn on the 3E0 compatibility address for ricoh cardbus imp> parts. This is based on the newcard code that turns it off :-). We imp> can now reboot after NEWCARD or Windows and have OLDCARD work. Add imp> support for the RL5C466 while I'm at it. I agree this change, but imp> Treat TI1031 the same as the CLPD6832. It doesn't work yet, but sucks imp> less than it did before. I am disappointed in this change. You should be refered to PAO3 codes in CLPD6832, and any PCI-PCMCIA bridges. When pci_write_config(dev, CB_PCI_BRIDGE_CTRL, brgcntl, 2), and pci_write_config(dev, CB_PCI_LEGACY16_IOADDR, iobase, 2) are executed, PCI config space((CLPD6832=CB_PCI)_IOBASE0,etc) don't have meaning. I think we should handle CLPD6832 is equal to any other PCI-CardBus bridges basically. # If I use unsuitable expressions, please indicate, thank you. Takeshi Shibagaki ie9t-sbgk@asahi-net.or.jp,shiba@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010419000551L.ie9t-sbgk>