openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : pcmcia-cs/etc Makefile,1.1.1.1,1.2 config,1.1.1.1,1.2 con


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : pcmcia-cs/etc Makefile,1.1.1.1,1.2 config,1.1.1.1,1.2 config.opts,1.1.1.1,1.2
Date: Wed, 31 Jul 2002 20:08:45 -0400

Update of /cvsroot/openap/pcmcia-cs/etc
In directory subversions:/tmp/cvs-serv9441/etc

Modified Files:
        Makefile config config.opts 
Log Message:
1. fixup for kenel pcmcia support in Makefile
2. Now this subdir handles installing pcmcia file in /etc on the target


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/etc/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile    8 May 2002 05:57:35 -0000       1.1.1.1
+++ Makefile    1 Aug 2002 00:08:43 -0000       1.2
@@ -6,13 +6,10 @@
 include ../config.mk
 
 all:
-ifeq ($(HOST_ARCH),$(ARCH))
-       @set -e ; $(MAKE) -C cis
-endif
 
 dep:
 clean:
 
 install:
-       @set -e ; $(MAKE) -C cis install
-       @./install-etc $(PREFIX)
+       $(INSTALL) -d $(PREFIX)/etc/pcmcia/
+       $(INSTALL) config config.opts $(PREFIX)/etc/pcmcia/

Index: config
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/etc/config,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config      8 May 2002 05:57:39 -0000       1.1.1.1
+++ config      1 Aug 2002 00:08:43 -0000       1.2
@@ -1,1949 +1,5 @@
-#
 # PCMCIA Card Configuration Database
-#
-# config 1.173 2001/08/09 00:56:42 (David Hinds)
-#
-
-# config.opts is now included at the very end
-
-#
-# Device driver definitions
-#
[...1918 lines suppressed...]
-
-card "Xircom CBEM56G-100 CardBus 10/100 Ethernet + 56K Modem"
-  version "Xircom", "*", "CBEM56G"
-  bind "tulip_cb" to 0, "serial_cb" to 1
-
-card "Xircom R2BEM56G-100 CardBus 10/100 Ethernet + 56K Modem"
-  version "Xircom", "*", "R2BEM56G"
-  bind "tulip_cb" to 0, "serial_cb" to 1
-
-card "Xircom RBM56G Modem"
-  pci 0x115d, 0x0101
-  bind "serial_cb"
-
-# Include configuration files for add-on drivers
-
 source ./*.conf
 
 # Include local configuration settings
-
 source ./config.opts

Index: config.opts
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/etc/config.opts,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config.opts 8 May 2002 05:57:40 -0000       1.1.1.1
+++ config.opts 1 Aug 2002 00:08:43 -0000       1.2
@@ -1,52 +1,12 @@
-#
 # Local PCMCIA Configuration File
-#
 #----------------------------------------------------------------------
-
 # System resources available for PCMCIA devices
-
 include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
 include memory 0xc0000-0xfffff
 include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
 
-# High port numbers do not always work...
-# include port 0x1000-0x17ff
-
-# Extra port range for IBM Token Ring
-include port 0xa00-0xaff
-
 # Resources we should not use, even if they appear to be available
-
-# First built-in serial port
 exclude irq 4
-# Second built-in serial port
-#exclude irq 3
-# First built-in parallel port
 exclude irq 7
-
+exclude irq 12
 #----------------------------------------------------------------------
-
-# Examples of options for loadable modules
-
-# To fix sluggish network with IBM ethernet adapter...
-#module "pcnet_cs" opts "mem_speed=600"
-
-# Options for IBM Token Ring adapters
-#module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
-
-# Options for Raylink/WebGear driver: uncomment only one line...
-# Generic ad-hoc network
-module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 
translate=1"
-# Infrastructure network for older cards
-#module "ray_cs" opts "net_type=1 essid=ESSID1"
-# Infrastructure network for WebGear
-#module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 
beacon_period=256"
-
-# Options for WaveLAN/IEEE driver (AccessPoint mode)...
-#module "wvlan_cs" opts "station_name=MY_PC"
-# Options for WaveLAN/IEEE driver (ad-hoc mode)...
-#module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
-
-# Options for Xircom Netwave driver...
-#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]