From owner-freebsd-current Wed May 12 22:29:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 767CC155B0 for ; Wed, 12 May 1999 22:29:38 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA42247; Wed, 12 May 1999 23:28:40 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA26354; Wed, 12 May 1999 23:29:10 -0600 (MDT) Message-Id: <199905130529.XAA26354@harmony.village.org> To: Noriyuki Soda Subject: Re: cvs commit: src/sys/pci pcisupport.c Cc: current@FreeBSD.ORG In-reply-to: Your message of "Wed, 12 May 1999 18:01:35 +0900." <199905120901.SAA04493@srapc288.sra.co.jp> References: <199905120901.SAA04493@srapc288.sra.co.jp> Date: Wed, 12 May 1999 23:29:10 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199905120901.SAA04493@srapc288.sra.co.jp> Noriyuki Soda writes: : This reminds me another ugly kluge in sys/pccard/i82365.h: : #define PCIC_INDEX_0 0x3E0 : #define PCIC_INDEX_1 (PCIC_INDEX_0 + 2) : This is the way what some clever FreeBSD people saids "right" to : Nakagawa-san, though Nakagawa-san never agreed that it is right, and : rather likes the newconfig way like below: : pcic0 at isa? port 0x3e0 : pcic1 at isa? port 0x3e2 : pcic* at pci? : pcic* at isapnp? : It is apparent which is better and cleaner for me. But perhaps you do : not agree with me. :-) This is a horrible kludge (eg what is in FreeBSD right now is bogus and truely evil). I like the way that newconfig attaches things, which is why I'm currently reworking the pccard code. Actually, I'd rather junk most/all of the code that is there now. The code was good for the time, but now it has been overtaken by events. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message