Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/dev/pcmcia



In article <20011126111735.C3AECB009%cvs.netbsd.org@localhost>
yamt%netbsd.org@localhost wrote:

> Module Name:  syssrc
> Committed By: yamt
> Date:         Mon Nov 26 11:17:35 UTC 2001
> 
> Modified Files:
>       syssrc/sys/dev/pcmcia: files.pcmcia
> Added Files:
>       syssrc/sys/dev/pcmcia: if_cs_pcmcia.c
> 
> Log Message:
> add pcmcia frontend for cs driver.

You should split dev/isa/cs89x0.c into MI part (dev/ic/cs89x0.c)
and ISA attachment (dev/isa/if_cs_isa.c), otherwise config fails
on ports which don't have ISA (like macppc).

BTW, "stg" is accidentally added into files.pcmcia?

@@ -110,6 +114,10 @@
 attach isic at pcmcia with isic_pcmcia
 file   dev/pcmcia/isic_pcmcia.c                isic_pcmcia
 
+# TMC18C30/18C50
+attach stg at pcmcia with stg_pcmcia
+file   dev/pcmcia/tmc18c30_pcmcia.c    stg_pcmcia
+
 defopt opt_isicpcmcia.h        ISICPCMCIA_AVM_A1 ISICPCMCIA_ELSA_ISDNMC
                                ISICPCMCIA_ELSA_MCALL ISICPCMCIA_SBSPEEDSTAR2
 
---
Izumi Tsutsui
tsutsui%ceres.dti.ne.jp@localhost



Home | Main Index | Thread Index | Old Index