# Sample PCCARD configuration file # # 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 these cards in # your machine, you will be forced to modify their IRQ parameters from # the following list. # # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # # $FreeBSD: src/etc/pccard.conf.sample,v 1.90 2000/03/11 20:23:34 imp Exp $ # # Send new entries for this file to imp@freebsd.org. He's volunteered # to act as coordinator for this file. # # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 3 5 10 11 13 15 # Available memory slots memory 0xd4000 96k # D-Link DE-650 NE2000 clone card "D-Link" "DE-650" config 0x20 "ed0" ? 0x10 insert logger -t pccard:$device -s D-Link DE-650 inserted insert logger -t pccard:$device -s Setting up network device $device insert /etc/pccard_ether $device insert logger -t pccard:$device -s Starting xntpd... insert /usr/sbin/ntpdate ntp.heim8.tu-clausthal.de insert /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid remove logger -t pccard:$device -s D-Link DE-650 removed # remove logger -t pccard:$device -s Stopping xntpd (PID `cat /var/run/ntpd.pid`) # remove kill `cat /var/run/ntpd.pid` remove logger -t pccard:$device -s Shutting down network device $device remove /sbin/ifconfig $device delete # # ./. #