In message <199905120901.saa04...@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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to