# # Default PCCARD configuration file # # $FreeBSD: src/etc/defaults/pccard.conf,v 1.98.2.27 2001/09/10 08:15:29 imp Exp $ # # Please send new entries for this file to imp@freebsd.org. He likes to # review them before they are committed to make sure they are correct for # the style of the file. Please attempt to use "auto" for the config # number whereever possible. Do not commit IRQs in the "config" lines. # Make sure that you use tabs rather than multiple spaces for new entires # like the old ones. keywordarguments. # # Removing all IRQ conflicts from this file can't be done because of some # IRQ-selfish PC-cards. So if you want to use some of those cards in # your machine, you may need to modify the IRQ list below. Please put # such overrides in /etc/pccard.conf. You can also place override # card entries in /etc/pccard.conf, since the first match is the one that # pccardd will use to configure the card. # # Generally available IO ports io 0x240-0x360 # on i386 IRQs can be any of 3 4 5 7 9 10 11 12 14 15 # on pc98 IRQs can be any of 3 5 6 9 10 11 12 13 # but *MUST* *NOT* be used by anything else, unless you are using current # and a PCI cardbus bridge that allows sharing. Even then, the rules # for interrupt sharing can be tricky. # Generally available IRQs (Built-in sound-card owners remove 5) irq 3 5 10 11 15 # Available memory slots memory 0xd4000 96k # Debug level, so you know how to get more info for maintainers. Put it # in /etc/pccard.conf #debuglevel 4 # Include user configration file # This allow you to override or add configurations. include /etc/pccard.conf # # PLEASE KEEP THIS FILE IN ORDER # # In order is defined as follows. We sort first by driver type (an, ed, etc) # and then by CIS strings. Do not commit to this file entries out of # order. # ########## aic ########## # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi" 5 # config auto "wi" ? insert /etc/pccard_ether $device start insert /etc/pccard_ether wi0 insert /sbin/ifconfig wi0 202.173.95.202 netmask 255.255.255.252 insert /sbin/route add default 202.173.95.201 insert /sbin/natd -n wi0 insert /usr/sbin/wicontrol -i wi0 -f 9 insert /usr/sbin/wicontrol -i wi0 -p 3 insert /usr/sbin/wicontrol -i wi0 -s Router-7pnet insert /usr/local/snmp/sbin/snmpd remove /etc/pccard_ether $device stop