Date: Thu, 29 Apr 1999 19:44:54 -0500 (CDT) From: dcarmich@xnet.com To: FreeBSD-gnats-submit@freebsd.org Subject: kern/11380: PAO3 can't recognize a USR/Megahertz PCMCIA modem on an NEC Versa LX laptop Message-ID: <199904300044.TAA00753@dcarmich.xnet.com>
index | next in thread | raw e-mail
>Number: 11380
>Category: kern
>Synopsis: PAO3 won't recognize a USR/Megahertz PCMCIA modem
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 29 05:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator: Douglas Carmichael
>Release: FreeBSD 3.1-RELEASE i386
>Organization:
none
>Environment:
NEC Versa LX laptop with 3.1-RELEASE and PAO3-19990329-beta.
Kernel configuration:
machine "i386"
cpu "I686_CPU"
ident DCARMICH-FIXED
maxusers 48
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
# If your laptop have not had Windoze95-Ready BIOS, please update it.
# Such old BIOS'es sometimes have critical bugs at 32-bit protected
# mode APM BIOS interface (which have not used by Windoze 3.1).
# PC-card suspend/resume support (experimental)
#options APM_PCCARD_RESUME
options PCIC_RESUME_RESET
# Keep power for serial cards when the system suspends
# (If your machine hangs up when you try to suspend the system with
# FAX/Modem PCMCIA card, uncomment this option).
#options SIO_SUSP_KEEP_PWR
# Detach SCSI devices when the SCSI card is removed
#options SCSI_DETACH
# Detach ATAPI devices when the ATA card is removed
options ATAPI_DETACH
# Japanese version of WaveLAN PCMCIA uses 2.4GHz band instead of 915MHz
# band that US version uses. If you want to use Japanese version of
# WaveLAN, uncomment this line, or edit the corresponding config entry
# of /etc/pccard.conf.
#options "WAVELAN_PCMCIA_24"
# Suspend the system when the battery status is "Low"
#options "APM_BATT_LOW_SUSPEND"
# If you want to use NTP on laptop machines, uncomment the following
# option. Current APM implementation affects NTP client.
#options "APM_NO_CLOCK_ADJUST"
# Some X-servers cannot survive suspend/resume on laptop.
# This option kicks her when the system is resumed from suspended mode.
#options SYSCONS_VTY_RESUME
config kernel root on wd0
controller isa0
controller pci0
# Dont remove these two lines!
pseudo-device card 1
# You must use "flags 0x1" when you don't hear any negotiation noise(?)
# if you use modem card, or pccardd doesn't read cis tuple, tell you
# 'No card in database for"(null)"("(null)")' in case of Cirrus Logic's
# pcic is your PC.
device pcic0 at isa? port 0x3e0 flags 0x1 irq 11
#device pcic0 at isa? port 0x3e4 irq 11
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
disk fd0 at fdc0 drive 0
options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14
disk wd0 at wdc0 drive 0
controller wdc1 at isa? port "IO_WD2" bio irq 15
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
device acd0 #IDE CD-ROM
device wfd0 #IDE floppy (LS-120)
# atkbdc0 controlls both the keyboard and the PS/2 mouse
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device psm0 at isa? tty irq 12
device vga0 at isa? port ? conflicts
# splash screen/screen saver
pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? tty
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? tty
#options XSERVER # support for X server
#options FAT_CURSOR # start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options PCVT_SCANSET=2 # IBM keyboards are non-std
# Mandatory, don't remove
device npx0 at isa? port IO_NPX irq 13
#
# Laptop support (see LINT for more options)
#
device apm0 at isa? # Advanced Power Management
#options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS
device sio0 at isa? port "IO_COM1" tty irq 4
device sio3 at isa? disable port "IO_COM4" tty irq 9
# Parallel port
device ppc0 at isa? port? net irq 7
controller ppbus0
device nlpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
#controller vpo0 at ppbus?
pseudo-device loop
pseudo-device sl 1
# DHCP uses BPF (Berkeley Packet Filter)
pseudo-device bpfilter 4
# ijppp uses tun instead of ppp device
pseudo-device vn 1
pseudo-device tun 4
pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
#options KTRACE #kernel tracing
# This provides support for System V shared memory.
#
options SYSVSHM
options SYSVSEM
options SYSVMSG
# USB support
#controller uhci0
#controller ohci0
#controller usb0
#
# for the moment we have to specify the priorities of the device
# drivers explicitly by the ordering in the list below. This will
# be changed in the future.
#
#device ums0
#device ukbd0
#device ulpt0
#device uhub0
#device ucom0
#device umodem0
#device hid0
#device ugen0
#
#options USB_DEBUG
#options USBVERBOSE
dmesg output:
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 3.1-RELEASE #4: Sun Apr 25 07:51:00 CDT 1999
root@myname.my.domain:/usr/src/sys/compile/DCARMICH
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium II/Xeon/Celeron (233.29-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x650 Stepping=0
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,<b24>>
real memory = 100663296 (98304K bytes)
avail memory = 95416320 (93180K bytes)
Preloaded elf kernel "kernel" at 0xf0245000.
Probing for devices on PCI bus 0:
chip0: <Intel 82443BX host to PCI bridge (AGP disabled)> rev 0x02 on pci0.0.0
vga0: <ATI model 4c50 graphics accelerator> rev 0xdc int a irq 10 on pci0.2.0
pcic0: <Ricoh RL5C478 PCI-CardBus Brige> rev 0x02 int a irq 255 on pci0.3.0
RL5C4XX PCI Config Reg:
pcic1: <Ricoh RL5C478 PCI-CardBus Brige> rev 0x02 int b irq 255 on pci0.3.1
RL5C4XX PCI Config Reg:
chip1: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1
chip2: <Intel 82371AB Power management controller> rev 0x02 on pci0.7.3
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 irq 12 on isa
psm0: model Generic PS/2 mouse, device ID 0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0 not found at 0x3f8
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <HITACHI_DK237A-21>
wd0: 2067MB (4233600 sectors), 4200 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <TOSHIBA CD-ROM XM-1702B/1161>, removable, accel, dma, iordis
acd0: drive speed 4134KB/sec, 128KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
ppc0 at 0x378 irq 7 on isa
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
nlpt0: <generic printer> on ppbus 0
nlpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
plip0: <PLIP network interface> on ppbus 0
pcic0 at 0x3e0-0x3e1 irq 11 flags 0x1 on isa
PC-Card ctlr(0) Ricoh RL5C478 [CardBus bridge mode] (5 mem & 2 I/O windows)
pcic0: slot 0 controller I/O address 0x3e0
pcic0: slot 1 controller I/O address 0x3e0
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
apm0 on isa
apm: found APM BIOS version 1.2
changing root device to wd0s1a
Card inserted, slot 0
sio3: type 16550A
sio3: unload,gone
Return IRQ=4
Card removed, slot 0
Card inserted, slot 0
Slot 0, unfielded interrupt (0)
sio3: type 16550A
sio3: unload,gone
Return IRQ=4
Card removed, slot 0
Card inserted, slot 0
Slot 0, unfielded interrupt (0)
sio3: type 16550A
sio3: unload,gone
Return IRQ=4
Card removed, slot 0
Card inserted, slot 0
Slot 0, unfielded interrupt (0)
sio3: type 16550A
sio3: unload,gone
Return IRQ=4
Card removed, slot 0
pccard.conf:
# PC-card sample configuration file
# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
#
# 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.
#
# $Id: pccard.conf.sample,v 1.1.1.1.2.10.2.6.2.21.2.18 1999/03/17 14:29:45 toshi Exp $
# Generally available IO ports
io 0x240-0x3ff
# Generally available IRQs (DEPRECATED, USE OF THE OPTION IS DISCOURAGED)
#irq 10 11
# Unavailable IRQs
#ignirq 9
# refrain from using SoundBlaster's IRQ, by default.
ignirq 5 3
# it may be helful for most of notebook PCs
#ignirq 15
# Available memory slots
memory 0xd4000 96k
#-----------------------------------------------------------------------
# Were not for special reasons, please add new entries at the top of
# this file when you wrote new entries for unsupported cards.
# And, if you succeed using new unsupported cards, please e-mail me
# the new entries.
# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
#-----------------------------------------------------------------------
# ......... for unsupported cards .........
#-----------------------------------------------------------------------
# Fast Ethernet Cards
#-----------------------------------------------------------------------
# PLANEX (PLANET) FNW-3600-T
card "Fast Ethernet" "Adapter"
config 0x1 "ed0" any
insert logger -s PLANEX FNW-3600-T inserted
insert /etc/pccard_ether $device
remove logger -s PLANEX FNW-3600-T removed
remove /etc/pccard_ether_remove $device
# Laneed LD-10/100CD
card "Laneed" "LD-10/100CD"
config default "ed0" any
insert logger -s Laneed LD-10/100CD inserted
insert /etc/pccard_ether $device
remove logger -s Laneed LD-10/100CD removed
remove /etc/pccard_ether_remove $device
# Linksys EtherFast 10/100 PC Card (NE2000 Compatible)
card "Linksys" "EtherFast 10/100 PC Card \(PCMPC100\)"
config default "ed0" any
insert logger -s Linksys EtherFast 10/100 inserted
insert /etc/pccard_ether $device
remove logger -s Linksys EtherFast 10/100 removed
remove /etc/pccard_ether_remove $device
# Logitec LPM-LN100TX 100BASE-TX Ethernet LAN CARD
card "Logitec" "LPM-LN100TX"
config default "ed0" any
insert logger -s Logitec LPM-LN100TX Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Logitec LPM-LN100TX Ethernet removed
remove /etc/pccard_ether_remove $device
# BayNetworks NETGEAR FA410TXC Fast Ethernet
card "NETGEAR" "FA410TX" "Fast Ethernet"
config default "ed0" any
insert logger -s NETGEAR FA410TX inserted
insert /etc/pccard_ether $device
remove logger -s NETGEAR FA410TX removed
remove /etc/pccard_ether_remove $device
# Telecom Device SuperSocket RE550T
card "Telecom Device K\.K\." "SuperSocket RE550T"
config default "ed0" any
insert logger -s Telecom Device SuperSocket RE550T inserted
insert /etc/pccard_ether $device
remove logger -s Telecom Device SuperSocket RE550T removed
remove /etc/pccard_ether_remove $device
# ONTEC LN-2221 10/100 Ethernet Adapter
card "ONTEC & SMC" "LN-2221 Ethernet PCCard"
config default "sn0" any
insert logger -s ONTEC LN-2221 Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s ONTEC LN-2221 Ethernet removed
remove /etc/pccard_ether_remove $device
# COREGA FastEther PCC-TX
card "corega K.K." "corega FastEther PCC-TX"
config default "ed0" any
insert logger -s Corega FastEther PCC-TX inserted
insert /etc/pccard_ether $device
remove logger -s Corega FastEther PCC-TX removed
remove /etc/pccard_ether_remove $device
# I/O DATA PCET/TX
card "IO DATA" "PCETTX"
config default "ed0" any
insert logger -s IO-DATA PCET/TX inserted
insert /etc/pccard_ether $device
remove logger -s IO-DATA PCET/TX removed
remove /etc/pccard_ether_remove $device
# CyQ've ELA-110
card "CyQ've" "ELA-110 10/100M LAN Card"
config default "ed0" any
insert logger -s "CyQ've ELA-100 10/100M LAN card inserted"
insert /etc/pccard_ether $device
remove logger -s "CyQ've ELA-100 10/100M LAN card removed"
remove /etc/pccard_ether_remove $device
# D-Link DFE-650 Ethernet Card
card "D-Link" "DFE-650"
config default "ed0" any 0x10
insert logger -s D-link DFE-650 inserted
insert /etc/pccard_ether $device
remove logger -s D-link DFE-650 removed
remove /etc/pccard_ether_remove $device
# MELCO LPC-TX
card "MELCO/SMC" "LPC-TX"
config default "sn0" any
ether 0x4a 00:a0:dc
insert logger -s MELCO/SMC LPC-TX inserted
insert /etc/pccard_ether $device
remove logger -s MELCO/SMC LPC-TX removed
remove /etc/pccard_ether_remove $device
#-----------------------------------------------------------------------
# Ethernet Cards
#-----------------------------------------------------------------------
#IBM PCMCIA Ethernet I/II, RIOS PC CARD II ETHERNET
card "IBM Corp\." "Ethernet"
config default "ed0" any
ether 0xff0 # 08:00:5a 00:04:ac 00:06:29
insert logger -s IBM PCMCIA Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s IBM PCMCIA Ethernet removed
remove /etc/pccard_ether_remove $device
# Planet Smart COM 2000, Melco LPC-T
card "PCMCIA" "UE2212"
config default "ed0" any 0x10
ether 0xff0 00:00:e8
insert logger -s Planet Smart COM 2000 inserted
insert /etc/pccard_ether $device
remove logger -s Planet Smart COM 2000 removed
remove /etc/pccard_ether_remove $device
# Accton EN2212
card "ACCTON" "EN2212"
config default "ed0" any 0x30
ether 0xff0 00:00:e8
insert logger -s Accton EN2212 inserted
insert /etc/pccard_ether $device
remove logger -s Accton EN2212 removed
remove /etc/pccard_ether_remove $device
# Planet Communications Ethernet Card ENW-3501-T
card "IC-CARD+" "IC-CARD+"
config default "ed0" any 0x10
insert logger -s Planet ENW-3501-T inserted
insert /etc/pccard_ether $device
remove logger -s Planet ENW-3501-T removed
remove /etc/pccard_ether_remove $device
# Planet Smart COM 3500, IC-Card Ethernet, SYSCOM SC100 Ethernet Card
card "IC-CARD" "IC-CARD"
config default "ed0" any 0x20
# config default "ed0" any 0x10
insert logger -s Planet Smart Com 3500 inserted
insert /etc/pccard_ether $device
remove logger -s Planet Smart Com 3500 removed
remove /etc/pccard_ether_remove $device
# 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D
card "3Com Corporation" "3C589"
config default "ep0" any
insert logger -s 3Com Etherlink III inserted
insert /etc/pccard_ether $device
remove logger -s 3Com Etherlink III removed
remove /etc/pccard_ether_remove $device
# 3Com Megahertz 3CXE589ET
card "3Com" "Megahertz 589E"
config default "ep0" any
insert logger -s 3Com Megahertz 3C589E inserted
insert /etc/pccard_ether $device
remove logger -s 3Com Megahertz 3C589E removed
remove /etc/pccard_ether_remove $device
# Farallon EtherMac
card "Farallon" "ENet"
config default "ep0" any
insert logger -s Farallon EtherMac inserted
insert /etc/pccard_ether $device
remove logger -s Farallon EtherMac removed
remove /etc/pccard_ether_remove $device
# Fujitsu FMV-J181
card "PCMCIA MBH10302" "01"
config 0xc "fe0" any
insert logger -s Fujitsu FMV-J181 inserted
insert /etc/pccard_ether $device
remove logger -s Fujitsu FMV-J181 removed
remove /etc/pccard_ether_remove $device
# NextCom J Link NC5310
card "NextComK\.K\." "NC5310 Ver1\.0.*"
config 0x14 "fe0" any
# config 0x1a "fe0" any
insert logger -s NextCom J Link NC5310 inserted
insert /etc/pccard_ether $device
remove logger -s NextCom J Link NC5310 removed
remove /etc/pccard_ether_remove $device
# HITACHI HT-4840-11
card "HITACHI" "HT-4840-11"
config 0x1a "fe0" any
insert logger -s HITACHI HT-4840-11 inserted
insert /etc/pccard_ether $device
remove logger -s HITACHI HT-4840-11 removed
remove /etc/pccard_ether_remove $device
# CONTEC C-NET(PC)C Ethernet
card "CONTEC Co\.,Ltd\." "C-NET\(PC\)C.*"
config default "fe0" any
ether 0x58 00:80:4c
insert logger -s CONTEC C-NET inserted
insert /etc/pccard_ether $device
remove logger -s CONTEC C-NET removed
remove /etc/pccard_ether_remove $device
# TDK LAC-CD021, LAC-CD021A
card "TDK" "LAC-CD02x"
config default "fe0" any
# These cards have same ID strings, and different MAC address
# locations.
ether 0x92 00:80:98 # LAC-CD021, LAC-021A
ether 0x96 00:80:98 # LAC-CD021BX
insert logger -s TDK LAC-CD021 inserted
insert /etc/pccard_ether $device
remove logger -s TDK LAC-CD021 removed
remove /etc/pccard_ether_remove $device
# Fujitsu FMV-J182, FMV-J182A
card "FUJITSU" "LAN Card\(FMV-J182\)"
config 0x32 "fe0" any
# These cards have same ID strings, and different MAC address
# locations.
ether 0xf2c 00:00:0e #FMV-J182
ether 0x1cc 00:00:0e #FMV-J182A
insert logger -s Fujitsu FMV-J182 inserted
insert /etc/pccard_ether $device
remove logger -s Fujitsu FMV-J182 removed
remove /etc/pccard_ether_remove $device
# Megahertz X-Jack Ethernet CC10BT/2
card "Megahertz" "CC10BT/2"
config default "sn0" any
ether attr2hex 00:00:86
insert logger -s Megahertz X-Jack Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Megahertz X-Jack Ethernet removed
remove /etc/pccard_ether_remove $device
# Megahertz Ethernet Adapter
card "Megahertz" "ETHERNET ADAPTOR"
config default "sn0" any
ether attr2hex 00:00:86
insert logger -s Megahertz Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Megahertz Ethernet removed
remove /etc/pccard_ether_remove $device
# Dayna Communications CommuniCard E
card "Dayna Communications, Inc\." "CommuniCard E"
config default "ed0" any 0x10
ether 0x110 00:80:19
insert logger -s Dayna CommuniCard inserted
insert /etc/pccard_ether $device
remove logger -s Dayna CommuniCard remove
remove /etc/pccard_ether_remove $device
# GVC NIC-2000P Ethernet Card
card "GVC" "NIC-2000p"
config default "ed0" any 0x10
insert logger -s GVC NIC-200P inserted
insert /etc/pccard_ether $device
remove logger -s GVC NIC-200P removed
remove /etc/pccard_ether_remove $device
# No-brand NE-2000 compatible card
card "PCMCIA" "ETHERNET V1.0"
config default "ed0" any 0x10
ether 0xff0 # MAC address field should be filled
insert logger -s PCMCIA ETHERNET V1.0 inserted
insert /etc/pccard_ether $device
remove logger -s PCMCIA ETHERNET V1.0 removed
remove /etc/pccard_ether_remove $device
# Eiger Labs Ethernet COMBO
card "EIGER Labs Inc\." "Ethernet COMBO Card"
config default "ed0" any 0x10
insert logger -s Eiger Labs Ethernet COMBO inserted
insert /etc/pccard_ether $device
remove logger -s Eiger Labs Ethernet COMBO inserted
remove /etc/pccard_ether_remove $device
# D-Link DE-650 Ethernet Card
card "D-Link" "DE-650"
config default "ed0" any 0x10
# New models of DE650 has no ether MAC address definition in CIS tupples.
# If you have an older one, please uncomment the following line.
# ether 0x40 00:80:c8
insert logger -s D-link DE-650 inserted
insert /etc/pccard_ether $device
remove logger -s D-link DE-650 removed
remove /etc/pccard_ether_remove $device
# National Semiconductor InfoMover 4100
card "National Semiconductor" "InfoMover 4100"
config default "ed0" any
ether 0xff0 08:00:17
insert logger -s National Semiconductor InfoMover inserted
insert /etc/pccard_ether $device
remove logger -s National Semiconductor InfoMover removed
remove /etc/pccard_ether_remove $device
# Accton EN2216 EtherCard
card "ACCTON" "EN2216-PCMCIA-ETHERNET"
config 0x22 "ed0" any 0x10
ether 0x1c0 00:00:e8
insert /etc/pccard_ether $device
insert logger -s Accton EN2216 inserted
remove /etc/pccard_ether_remove $device
remove logger -s Accton EN2216 removed
# Accton UE2216 Ethernet OEM
card "PCMCIA" "PCMCIA-ETHERNET-CARD"
config 0x22 "ed0" any 0x10
ether 0x1c0 00:00:e8
insert logger -s Accton UE2216 Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Accton UE2216 Ethernet removed
remove /etc/pccard_ether_remove $device
# NDC Instant-Link
card "NDC" "Ethernet"
config default "ed0" any 0x30
insert logger -s NDC Instant-Link inserted
insert /etc/pccard_ether $device
remove logger -s NDC Instant-Link removed
remove /etc/pccard_ether_remove $device
# Laneed PCMCIA Ethernet card. ELECOM LD-CDWA (DP83902A)
card "MACNICA" "ME1-JEIDA"
config default "ed0" any
ether 0xb8 08:00:42
insert logger -s MACNICA PCMCIA Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s MACNICA PCMCIA Ethernet removed
remove /etc/pccard_ether_remove $device
# Digital DEPCM-BA Ethernet
card "DIGITAL" "DEPCM-XX"
config default "ed0" any 0x10
insert logger -s Digital DEPCM-BA Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Digital DEPCM-BA Ethernet removed
remove /etc/pccard_ether_remove $device
# Matsushita Electric Industrial Co.,LTD. CF-VEL211P-B
card "Matsushita Electric Industrial Co.,LTD." "CF-VEL211"
config default "ed0" any
ether 0xff0 00:80:45
insert logger -s Panasonic CF-VEL211 inserted
insert /etc/pccard_ether $device
remove logger -s Panasonic CF-VEL211 removed
remove /etc/pccard_ether_remove $device
# ADDTRON EP-210A
card "EP-210 PCMCIA LAN CARD\." ".*"
config default "ed0" any 0x10
ether 0x110 00:40:33
insert logger -s ADDTRON EP-210A inserted
insert /etc/pccard_ether $device
remove logger -s ADDTRON EP-210A removed
remove /etc/pccard_ether_remove $device
# PreMax PE-200 Ethernet Card
card "PMX " "PE-200"
config default "ed0" any 0x10
ether 0x7f0 00:20:e0
insert logger -s PREMAX PE-200 inserted
insert /etc/pccard_ether $device
remove logger -s PREMAX PE-200 removed
remove /etc/pccard_ether_remove $device
# No-brand NE2000 compatible card (FCC ID: LXLC1LANTB)
card " " "Ethernet Combo card"
config default "ed0" any 0x10
insert logger -s NE2000 compatible card inserted
insert /etc/pccard_ether $device
remove logger -s NE2000 compatible card removed
remove /etc/pccard_ether_remove $device
# RATOC REX-5588 (now testing...)
card "PCMCIA LAN MBH10304 ES" " 01"
# Kouji Yamamoto <kouji@fc10s402.fcs.ts.fujitsu.co.jp> reported that
# following entry worked with his REX-5588, but the card I borrowed
# has no such config index on CIS tupple. Minor version problem?
#
# config 0x3a "fe0" 5
# ether 0x328 00:c0:d0
#
# I tried to drive it by following entry on my DHU II, but it does
# not work!
#
# config 0x1f "fe0" any
config 0x3a "fe0" any
# config 0x38 "fe0" any
ether 0x32c 00:c0:d0 # many minor revs....
ether 0x328 00:c0:d0
ether 0x200 00:c0:d0
insert logger -s RATOC REX-5588 Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s RATOC REX-5588 Ethernet removed
remove /etc/pccard_ether_remove $device
# SCM Ethernet Combo (*Not SMC :-)*)
card "SCM" "Ethernet Combo card"
config default "ed0" any 0x10
ether 0xff0 00:20:cb
insert logger -s SCM Ethernet card inserted
insert /etc/pccard_ether $device
remove logger -s SCM Ethernet card removed
remove /etc/pccard_ether_remove $device
# Linksys Combo PCMCIA Ethernet Card
card "LINKSYS" "E-CARD"
config default "ed0" any 0x10
insert logger -s Linksys Combo Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Linksys Combo Ethernet removed
remove /etc/pccard_ether_remove $device
# Linksys Combo PCMCIA Ethernet Card
card "Linksys" "Combo PCMCIA EthernetCard \(EC2T\)"
config default "ed0" any 0x10
insert logger -s Linksys PCMCIA Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Linksys PCMCIA Ethernet removed
remove /etc/pccard_ether_remove $device
# I/O DATA PCLA/T
card "I-O DATA" "PCLA"
config default "ed0" any 0x10
ether 0x1c0 00:a0:b0
ether 0xff0 00:a0:b0
insert logger -s I-O DATA PCLA/T Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s I-O DATA PCLA/T Ethernet removed
remove /etc/pccard_ether_remove $device
# I/O DATA PCLA/TE
card "IO DATA" "PCLATE"
config default "ed0" any 0x10
insert logger -s I-O DATA PCLA/TE Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s I-O DATA PCLA/TE Ethernet removed
remove /etc/pccard_ether_remove $device
# Fujitsu Towa LA501 Ethernet
card "FUJITSU TOWA" "LA501"
config 0x29 "fe1" any 0x10
ether 0x332 00:00:0e
insert logger -s Fujitsu Towa LA501 Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Fujitsu Towa LA501 Ethernet removed
remove /etc/pccard_ether_remove $device
# Grey Cell GCS2220 Ethernet Card
card "Grey Cell" "GCS2220"
config default "ed0" any 0x10
insert logger -s Grey Cell GCS2220 inserted
insert /etc/pccard_ether $device
remove logger -s Grey Cell GCS2220 removed
remove /etc/pccard_ether_remove $device
# Epson EEN10B Ethernet Card
card "Seiko Epson Corp\." "Ethernet"
config default "ed0" any 0x10
ether 0xff0 00:00:48
insert logger -s Epson EEN10B Ethernet Card inserted
insert /etc/pccard_ether $device
remove logger -s Epson EEN10B Ethernet Card removed
remove /etc/pccard_ether_remove $device
# COREGA Ethernet Card
card "Corega,K\.K\." "\(Ethernet LAN Card\)"
config default "ed0" any
ether 0xff0 00:00:f4
insert logger -s Corega Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Corega Ethernet removed
remove /etc/pccard_ether_remove $device
# COREGA Ether PCC-T
card "corega K.K." "corega Ether PCC-T"
config default "ed0" any
insert logger -s Corega Ether PCC-T inserted
insert /etc/pccard_ether $device
remove logger -s Corega Ether PCC-T removed
remove /etc/pccard_ether_remove $device
# Telecom Device SuperSocket RE450T
card "Ethernet" "Adapter"
config 0x3 "ed0" any
# There's another minor revision of this card that has no MAC address in
# CIS tupple. This revision does not require "ether" definition. If you
# have it, please comment out the following line.
ether 0x110 00:e0:98
# Please note that if the log message says that the MAC address of the
# card is 00:00:00:00:00:00, please uncomment the "ether" definition again
# and set it to proper value.
insert logger -s Telecom Device SuperSocket RE450T inserted
insert /etc/pccard_ether $device
remove logger -s Telecom Device SuperSocket RE450T removed
remove /etc/pccard_ether_remove $device
# Telecom Device SuperSocket RE450T
card "Telecom Device K.K." "SuperSocket RE450T"
config default "ed0" any
insert logger -s Telecom Device SuperSocket RE450T inserted
insert /etc/pccard_ether $device
remove logger -s Telecom Device SuperSocket RE450T removed
remove /etc/pccard_ether_remove $device
# RPTI EP401 Ethernet NE2000 compatible
card "RPTI" "EP401 Ethernet NE2000 Compatible"
config default "ed0" any
insert logger -s RPTI EP401 Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s RPTI EP401 Ethernet removed
remove /etc/pccard_ether_remove $device
# Nihon Unisys, Ltd. JPF0400-LAN
card "Nihon Unisys, Ltd." "JPF0400-LAN"
config default "ed0" any
ether 0xff0 00:80:45
insert logger -s Nihon Unisys JPF0400-LAN inserted
insert /etc/pccard_ether $device
remove logger -s Nihon Unisys JPF0400-LAN removed
remove /etc/pccard_ether_remove $device
# Nihon Unisys, Ltd. JPF0400-ETH
card "Nihon Unisys, Ltd." "JPF0400-ETH"
config default "ed0" any
ether 0xff0 00:80:45
insert logger -s Nihon Unisys JPF0400-ETH inserted
insert /etc/pccard_ether $device
remove logger -s Nihon Unisys JPF0400-ETH removed
remove /etc/pccard_ether_remove $device
# SURECOM EtherPerfect EP-427 Adapter
card "TAMARACK" "Ethernet"
config default "ed0" any
ether attr2hex 00:47:43
insert logger -s SURECOM EtherPerfect EP-427 inserted
insert /etc/pccard_ether $device
remove logger -s SURECOM EtherPerfect EP-427 removed
remove /etc/pccard_ether_remove $device
# RATOC REX-R280
card "RATOC System Inc\." "10BASE_T CARD R280"
config 0x3a "fe0" any
ether 0x1fc 00:c0:d0
insert logger -s RATOC REX-R280 inserted
insert /etc/pccard_ether $device
remove logger -s RATOC REX-R280 removed
remove /etc/pccard_ether_remove $device
# D-Link DE-660 Ethernet Card
card "D-Link" "DE-660"
config default "ed0" any 0x10
insert logger -s D-link DE-660 inserted
insert /etc/pccard_ether $device
remove logger -s D-link DE-660 removed
remove /etc/pccard_ether_remove $device
# Allied Telesis Ethernet Card
card "Allied Telesis,K\.K" "Ethernet LAN Card"
config default "ed0" any 0x10
ether 0xff0 00:00:f4
insert logger -s Allied Telesis Ethernet Card inserted
insert /etc/pccard_ether $device
remove logger -s Allied Telesis Ethernet Card removed
remove /etc/pccard_ether_remove $device
# Toshiba Joho System PTJ-LAN/T
card "TJ" "Ethernet"
config default "ed0" any 0x10
insert logger -s TJ Ethernet card inserted
insert /etc/pccard_ether $device
remove logger -s TJ Ethernet card removed
remove /etc/pccard_ether_remove $device
# NextCom Next Hawk Etherneet Adapter
card "NextCom K.K." "Next Hawk"
config default "ed0" any
insert logger -s NextCom Next Hawk Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s NextCom Next Hawk Ethernet removed
remove /etc/pccard_ether_remove $device
# Logitec LPM-LN20T
card "Logitec" "LPM-LN20T"
config default "ed0" any
insert logger -s Logitec LPM-LN20T inserted
insert /etc/pccard_ether $device
insert logger -s Logitec LPM-LN20T removed
remove /etc/pccard_ether_remove $device
# CentreCOM LA-PCM V2
card "Allied Telesis, K\.K\." "CentreCOM LA-PCM_V2"
config 0x20 "ed0" any 0x10
insert logger -s CentreCOM LA-PCM V2 inserted
insert /etc/pccard_ether $device
remove logger -s CentreCOM LA-PCM V2 removed
remove /etc/pccard_ether_remove $device
# Map Japan MPL-972
card "2408LAN" "Ethernet"
config default "ed0" any
insert logger -s Map Japan MPL-972 inserted
insert /etc/pccard_ether $device
remove logger -s Map Japan MPL-972 removed
remove /etc/pccard_ether_remove $device
# EXPsys PCMCIA Ethernet Combo, Relia PCMCIA Ethernet
card "PCMCIA LAN" "Ethernet"
config default "ed0" any
insert logger -s EXPsys Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s EXPsys Ethernet removed
remove /etc/pccard_ether_remove $device
# CyQ've ELA-010 10BASE-T LAN Card
card "CyQ've" "ELA-010"
config default "ed0" any 0x10
insert logger -s CyQ\'ve ELA-010 LAN card inserted
insert /etc/pccard_ether $device
remove logger -s CyQ\'ve ELA-010 LAN card removed
remove /etc/pccard_ether_remove $device
# Billionton LNT-10TB
card "Billionton" "LNT-10TB"
config 0x20 "ed0" any
insert logger -s Billionton LNT-10TB inserted.
insert /etc/pccard_ether $device
remove logger -s Billionton LNT-10TB removed.
remove /etc/pccard_ether_remove $device
# MELCO LPC2-T
card "MELCO" "LPC2-T"
config default "ed0" any
insert logger -s MELCO LPC2-T inserted
insert /etc/pccard_ether $device
remove logger -s MELCO LPC2-T removed
remove /etc/pccard_ether_remove $device
# CNet PCMCIA PowerNIC CN40BC(BT)
card "CNet" "CN40BC Ethernet"
config default "ed0" any 0x10
insert logger -s CNet CN40BC inserted
insert /etc/pccard_ether $device
remove logger -s CNet CN40BC removed
remove /etc/pccard_ether_remove $device
# Kingston KNE-PCM/x Ethernet
card "Kingston Technology Corp\." "EtheRx PC Card Ethernet.*"
config default "ed0" any
ether 0xff0 00:c0:f0
insert logger -s Kingston KNE-PCM/x Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Kingston KNE-PCM/x Ethernet removed
remove /etc/pccard_ether_remove $device
# NEC PC-9801N-J12
card "NEC" "PC-9801N-J12"
config default "ed0" any
ether 0xff0 00:00:4c
insert logger -s NEC PC-9801N-J12 inserted
insert /etc/pccard_ether $device
remove logger -s NEC PC-9801N-J12 removed
remove /etc/pccard_ether_remove $device
#-----------------------------------------------------------------------
# Modem Cards
#-----------------------------------------------------------------------
# Most of modem cards does not match these definitions. Please read
# "wildcard entries" listed at the end of this file.
#-----------------------------------------------------------------------
# Omron MD24XCA FAX/Data Modem
card "OMRON Corp\." "MD24XCA"
config auto "sio3" pio
reset 10000
insert logger -s OMRON MD24XCA Modem inserted
remove logger -s OMRON MD24XCA Modem removed
#-----------------------------------------------------------------------
# ISDN Serial Cards
#-----------------------------------------------------------------------
# NTT-IT ThunderCard
card "NTT Intelligent Technology Co., Ltd." "ThunderCard DD128"
config auto "sio3" any 0x80
reset 1000
insert logger -s NTT-IT Thunder-card inserted
remove logger -s NTT-IT Thunder-card removed
#-----------------------------------------------------------------------
# Digital Cellular Cards
#-----------------------------------------------------------------------
# NTT DoCoMo DATA/FAX Adapter
card "NTT DoCoMo" "PCMCIA DATA/FAX.*"
config auto "sio3" any 0x82
insert logger -s NTT DoCoMo DATA/FAX Adapter inserted
remove logger -s NTT DoCoMo DATA/FAX Adapter removed
# NTT DoCoMo Mobile D Card 96P1
card "NTT DoCoMo" "Mobile D Card 96P1"
config auto "sio3" any 0x82
insert logger -s NTT DoCoMo Mobile D Card 96P1 Adapter inserted
remove logger -s NTT DoCoMo Mobile D Card 96P1 Adapter removed
#-----------------------------------------------------------------------
# PHS Digital Communication Cards
#-----------------------------------------------------------------------
# NTT Personal Paldio Data/Fax Card DC-1S
card "NTT Personal" "Paldio Data/Fax Card" "DC-1S"
config auto "sio3" any 0x40000
insert logger -s NTT Personal Paldio Data/Fax Card DC-1S inserted
remove logger -s NTT Personal Paldio Data/Fax Card DC-1S removed
# NTT DoCoMo (formerly NTT Personal) Paldio 321S
card "NTT Personal" "32K Paldio 321S PC CARD"
config auto "sio3" any 0x40000
insert logger -s NTT Personal Paldio 321S PC Card inserted
remove logger -s NTT Personal Paldio 321S PC Card removed
#-----------------------------------------------------------------------
# Misc. Serial Cards
#-----------------------------------------------------------------------
# Panasonic FM-RADIO card
card "Panasonic" "CF-JVR101"
config auto "sio3" pio
insert logger -s Panasonic FM radio card inserted
remove logger -s Panasonic FM radio card removed
#-----------------------------------------------------------------------
# SCSI Cards
#-----------------------------------------------------------------------
# Adaptec SlimSCSI
card "Adaptec, Inc\." "APA-1460.*"
config default "aic0" any
insert logger -s Adaptec Slim SCSI inserted
remove logger -s Adaptec Slim SCSI removed
# New Media Corporation BASICS SCSI
# (Do not put this entry under Bustoaster)
card "BASICS by New Media Corporation" "SCSI Sym53C500"
config 0x14 "ncv0" any
insert logger -s New Media BASICS SCSI inserted
remove logger -s New Media BASICS SCSI removed
# NewMedia Bustoaster SCSI
card "New Media" "SCSI"
config 0x22 "aic0" any
insert logger -s New Media Bus Toaster inserted
remove logger -s New Media Bus Toaster removed
# RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI
# (Don't put this entry under REX5535 series!)
# There's a buggy revision of this card which has broken CIS tupples.
# if you can't use this card, please use the point enabler. (for example,
# type "pccardc enabler 0 stg0 -a 0x4140 -i 5" from root command prompt)
card "PCMCIA SCSI MBH10404" "01"
config 0x37 "stg0" any
insert logger -s RATOC REX-5536AM SCSI inserted
remove logger -s RATOC REX-5536AM SCSI removed
# RATOC REX-5535AC, REX-5535X, REX-9835X, REX-9835Z SCSI
card "PCMCIA SCSI MBH1040" "01"
config 0x3a "spc0" any
insert logger -s RATOC REX-5535 SCSI inserted
remove logger -s RATOC REX-5535 SCSI removed
# RATOC REX-5536M
card "PCMCIA SCSI2 CARD" "01"
config 0x5 "stg0" any 0
insert logger -s RATOC REX-5536M SCSI inserted
remove logger -s RATOC REX-5536M SCSI removed
# RATOC REX-5536, Melco IFC-SC
card "1195 RATOC System Inc\." "REX5536 SCSI2 CARD"
config 0x7 "stg0" any 0
insert logger -s RATOC REX-5536 SCSI inserted
remove logger -s RATOC REX-5536 SCSI removed
# RATOC REX-9530
card "RATOC System Inc." "SCSI2 CARD.*"
config default "ncv0" any 0x84d00000
insert logger -s RATOC REX-9530 SCSI inserted
remove logger -s RATOC REX-9530 SCSI removed
# IO DATA PCSC-DV
# Macnica Miracle SCSI mPS100
card "MACNICA" "MIRACLE SCSI" "mPS100" "D.0"
config 0x11 "ncv0" any 0xb6250000
insert logger -s MACNICA Miracle SCSI inserted
remove logger -s MACNICA Miracle SCSI removed
# Macnica Miracle SCSI-II mPS110
card "MACNICA" "MIRACLE SCSI-II mPS110"
config 0x15 "ncv0" any 0
insert logger -s MACNICA Miracle SCSI-II inserted
remove logger -s MACNICA Miracle SCSI-II removed
# IBM SCSI PCMCIA Card
card "IBM Corp\." "SCSI PCMCIA Card"
config default "stg0" any
insert logger -s IBM SCSI PCMCIA Card inserted
remove logger -s IBM SCSI PCMCIA Card removed
# Future Domain SCSI2GO
card "Future Domain Corporation" "SCSI PCMCIA Credit Card Controller"
config default "stg0" any
insert logger -s Future Domain SCSI2GO inserted
remove logger -s Future Domain SCSI2GO removed
# KME (TAXAN ICD-400PN, etc.)
card "KME" "KXLC002"
config 0x26 "ncv0" any 0xb4d00000
insert logger -s KME SCSI PCMCIA Card inserted
remove logger -s KME SCSI PCMCIA Card removed
# Qlogic Fast SCSI
card "QLOGIC CORPORATION" "pc05"
config 0x2f "ncv0" any 0x84d00000
insert logger -s Qlogic Fast SCSI inserted
remove logger -s Qlogic Fast SCSI removed
# Media Intelligent SCSI-2 PC Card MSC-200
card "EPSON" "SCSI-2 PC Card SC200"
config 0x12 "ncv0" any
insert logger -s EPSON SCSI-2 PC Card MSC200 inserted
remove logger -s EPSON SCSI-2 PC Card MSC200 removed
# NEC PC-9801N-J03R
card "NEC" "PC-9801N-J03R"
config 0x15 "ncv0" any 0
insert logger -s NEC PC-9801N-J03R inserted
remove logger -s NEC PC-9801N-J03R removed
# NEC PC-9801N-J03
# (Don't put this entry previous to NEC PC-9801N-J03R)
card "NEC" "PC-9801N-J03"
config 0x15 "ncv0" any 0xb6000000
# (port 0x330 is used for MPU401 on Toshiba Libretto60)
# config 0x11 "ncv0" any 0xb6000000
insert logger -s PC-9801N-J03 inserted
remove logger -s PC-9801N-J03 removed
# WORKBIT Ninja SCSI series
card "WBT" "NinjaSCSI-3"
config default "nin0" any
insert logger -s Workbit NinjaSCSI-3 inserted
remove logger -s Workbit NinjaSCSI-3 removed
# Fujitsu Towa Electron SC501 SCSI (RATOC REX-5535 OEM)
card "FUJITSU TOWA" "SC501"
config 0x3a "spc0" any
insert logger -s Fujitsu Towa SC501 SCSI inserted
remove logger -s Fujitsu Towa SC501 SCSI removed
#------------------------ untested ----------------------------
#------------------------ untested ----------------------------
# If these entry do not work, try other config index than default.
# Please e-mail me whether it works or not. Thanks
# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
card "MIDORI ELECTRONICS.*" "CN-SC43.*"
config default "ncv0" any 0x80100000
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
card "EIger Labs" "PCMCIA-to-SCSI Adapter"
config default "ncv0" any
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
card "SCSI PCMCIA Adapter Card" ".*"
config 0x20 "stg0" any
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
card " SIMPLE TECHNOLOGY Corporation" "SCSI PCMCIA Credit Card Controller"
config default "stg0" any
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
card "KME" "KXLC003"
config 0x26 "ncv0" any 0xb4d00000
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
#-----------------------------------------------------------------------
# ATAPI CD-ROM Cards
#-----------------------------------------------------------------------
# IO Data CBIDE (bundled with CDP-FX24, etc.)
card "WIT" "IDE16"
config default "wdc1" any
insert logger -s IO Data CBIDE inserted
remove logger -s IO Data CBIDE removed
# DHU Mobile Media CD-ROM
# (no hotplug support)
card "Digital Equipment Corporation\." "Digital Mobile Media CD-ROM"
config 0xb "wdc1" 15
# Caravelle PSC-IDE 6x ATAPI CD-ROM
card "Caravelle" "PSC-IDE "
config 0x2a "wdc1" any 0x1
insert logger -s Caravelle PSC-IDE card inserted
remove logger -s Caravelle PSC-IDE card removed
# IBM Portable 4X Speed CD-ROM Drive CD-400
card "IBM" "PCMCIA CD-ROM Drive CD-400"
config 0x1 "wdc1" any 0x1000
cardio 0x250 0x20
insert logger -s IBM PCMCIA CD-ROM CD-400 inserted
remove logger -s IBM PCMCIA CD-ROM CD-400 removed
# IO Data PCIDEII (bundled with CDP-TX10, etc.)
card "IO DATA" "PCIDEII"
config default "wdc1" any
insert logger -s IO Data PCIDEII inserted
remove logger -s IO Data PCIDEII removed
# IBM CD-20XSeries(IDE PC Card)
card "IBM" "PCMCIA Portable CD-ROM Drive"
config 0x1 "wdc1" any 0x1000
cardio 0x250 0x20
insert logger -s IBM CD-20XS inserted
remove logger -s IBM CD-20XS removed
# NOVAC Station Series
card "PCMCIA" "CD-ROM"
config default "wdc1" any
insert logger -s Novac Station CD-ROM inserted
remove logger -s Novac Station CD-ROM removed
#-----------------------------------------------------------------------
# Flash ATA Cards
#-----------------------------------------------------------------------
# SunDisk Flash ATA
card "SunDisk" ".*"
config 0x03 "wdc1" any
insert logger -s SunDisk Flash ATA inserted
remove logger -s SunDisk Flash ATA removed
# Midori Elec. Flash ATA
card "Midori Elec\." ".*FLASH.*"
config 0x03 "wdc1" any
insert logger -s Midori Flash ATA inserted
remove logger -s Midori Flash ATA removed
#-----------------------------------------------------------------------
# ATA HDD Cards
#-----------------------------------------------------------------------
card "Maxtor" "MXL.*"
config 0x03 "wdc1" any
insert logger -s Maxtor ATA HDD inserted
remove logger -s Maxtor ATA HDD removed
#-----------------------------------------------------------------------
# ATA External HDD Adapters
#-----------------------------------------------------------------------
# Greystone Diskdock
card "GREYSTONE PERIPHERAL DISKDOCK" ".*"
config default "wdc1" any
insert logger -s Greystone Diskdock inserted
remove logger -s Greystone Diskdock removed
#
card "INTEGRAL PERIPHERALS" "ATA CARD"
config default "wdc1" any
insert logger -s Integral Peripherals inserted
remove logger -s Integral Peripherals removed
# DATAFAB PCMMD2
card "DATAFAB" "PCMCIA-TO-IDE"
config 0x1 "wdc1" any
insert logger -s DATAFAB PCMMD2 inserted
remove logger -s DATAFAB PCMMD2 removed
# PCM250AM 2.5in HDD adapter
card "PC CARD MANUFACTURER" "PCMCIA ATA/ATAPI Adapter"
config 0xd "wdc1" any
insert logger -s PCM250AM inserted
remove logger -s PCM250AM removed
# Sicon Peripheral PCMCIA ATA/ATAPI Adapter
card "Sicon Peripheral" "PCMCIA ATA/ATAPI Adapter"
config default "wdc1" any
insert logger -s Sicon Peripherals inserted
remove logger -s Sicon Peripherals removed
# Microtech XpressDock
card "Microtech International Inc\." "IDE PCCARD"
config default "wdc1" any 0x2000
cardio 0x170 0x10
insert logger -s Microtech XpressDock inserted
remove logger -s Microtech XpressDock removed
#-----------------------------------------------------------------------
# ATAPI LS120 Super Floppy Disk
#-----------------------------------------------------------------------
# LK-RM120
card "Panasonic" "LMEK0406"
config 0x22 "wdc1" any 0x1
insert logger -s Panasonic LMEK0406 inserted
remove logger -s Panasonic LMEK0406 removed
#-----------------------------------------------------------------------
# ATAPI ZIP Drive
#-----------------------------------------------------------------------
# CitiDISK & Addonics PocketZIP
card "Shining" "PMIDE-ASC"
config default "wdc1" any 0x2000
insert logger -s CitiDISK/PocketZIP inserted
remove logger -s CitiDISK/PocketZIP removed
#-----------------------------------------------------------------------
#
# Ongoing Projects ---- These entries are for ongoing projects of
# our package. Most of these entries do not work.
#
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# Sound cards
#-----------------------------------------------------------------------
# RATOC REX-5570 Sound Card
card "1195 RATOC System Inc\." "REX5570 SOUND CARD"
config default "opl0" any
#-----------------------------------------------------------------------
# Multifunction cards
#-----------------------------------------------------------------------
# Multifunction card support is still under development. If you want
# to use them as modem only in conservative way, uncomment "modem-only"
# definitions, comment-out multifunction definitions, and recompile
# pccardd and kernel without MULTIFUNC option. (see
# PAO-dir/usr.sbin/pccard/pccardd and PAO config file for details)
# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
# APEX DATA MultiCard (as Modem only)
card "APEX DATA" "MULTICARD"
config 0xb "sio3" any
insert logger -s APEX DATA MultiCard inserted as Modem
remove logger -s APEX DATA MultiCard removed
# Megahertz multifunction card:
# The second multifunction definition does not work (under development).
# if you want to use this card as modem, uncomment the first one.
# Megahertz X-Jack Ethernet/Modem 14.4K (as Modem only)
card "Megahertz" "XJEM1144/CCEM1144"
config 0x27 "sio3" any
insert logger -s Megahertz X-Jack Multifunction Card inserted as Modem.
remove logger -s Megahertz X-Jack Multifunction Card removed.
# Megahertz X-Jack Ethernet/Modem 14.4K
#card "MEGAHERTZ" "XJEM1144/CCEM1144"
# multifunc
# config default "sn0" any
# config 0x27 "sio3" shared
# insert logger -s Megahertz X-Jack Multifunction Card inserted
# remove logger -s Megahertz X-Jack Multifunction Card removed
# TDK Multifunctioon Card (as Modem)
card "TDK" "GlobalNetworker 3410/3412"
config default "sio3" any
insert logger -s TDK Multifunction Card inserted as Modem
remove logger -s TDK Multifunction Card removed
# Toshiba Modem/LAN card IPC5001B
card "TOSHIBA" "Modem/LAN Card"
config 0x25 "sio3" any
insert logger -s TOSHIBA IPC5001B Multifunction Card inserted as Modem
remove logger -s TOSHIBA IPC5001B Multifunction Card removed
# Motorola Marine multifunction card (as modem)
card "Motorola, Inc\." "MARINER MODEM/FAX/LAN"
config 0x35 "sio3" any
insert logger -s Motorola Marine inserted as Modem
remove logger -s Motorola Marine removed
# Xircom CreditCard Ethernet 10/100+ Modem 56 (as modem)
card "Xircom" "CreditCard Ethernet"
config 0x27 "sio3" any
insert logger -s Xircom CEM56 Card inserted as Modem
remove logger -s Xircom CEM56 Card removed
# Intel EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter (as modem)
card "Intel" "EtherExpress\(TM\) PRO/100 LAN/Modem PC Card Adapter"
config 0x1f "sio3" any
insert logger -s Intel EtherExpress PRO/100 LAN/Modem as Modem
remove logger -s Intel EtherExpress PRO/100 LAN/Modem
# RATOC REX-5572 (as SCSI only)
card "RATOC System Inc\." "SOUND/SCSI2 CARD.*"
config default "ncv0" any 0x84d00000
cardio 0x640 0x10
insert logger -s RATOC SOUND/SCSI2 REX-5572 inserted as SCSI
remove logger -s RATOC SOUND/SCSI2 REX-5572 removed
# IO DATA PCMF144/20 (as Flash ATA only)
card "IO DATA" "ATA&MODEM"
config 0x7 "wdc1" any
insert logger -s IO DATA PCMF144/20 inserted as ATA
remove logger -s IO DATA PCMF144/20 removed
# Telecom Device SuperSocket LM336 (as Ethernet only)
card "PCMCIAs" "LanModem"
config default "ed0" any
insert logger -s SuperSocket LM336 inserted as Ethernet
insert /etc/pccard_ether $device
remove logger -s SuperSocket LM336 removed
remove /etc/pccard_ether_remove $device
#-----------------------------------------------------------------------
# Wireless LAN
#-----------------------------------------------------------------------
# NCR Wavelan PCMCIA
# If you want to use Japanese version, uncomment the second config
# line and comment-out the first line.
card "NCR" "WaveLAN/PCMCIA"
config default "wlp0" any # US version (915MHz)
# config default "wlp0" any 0x01 # Japanese version (2.4GHz)
ether wavelan
insert logger -s NCR WaveLAN PCMCIA inserted
insert /etc/pccard_ether $device
remove logger -s NCR WaveLAN PCMCIA removed
remove /etc/pccard_ether_remove $device
# AT&T GIS Wavelan PCMCIA
# If you want to use Japanese version, uncomment the second config
# line and comment-out the first line.
card "AT&T" "WaveLAN/PCMCIA"
config default "wlp0" any # US version (915MHz)
# config default "wlp0" any 0x01 # Japanese version (2.4GHz)
ether wavelan
insert logger -s AT\&T WaveLAN PCMCIA inserted
insert /etc/pccard_ether $device
remove logger -s AT\&T WaveLAN PCMCIA removed
remove /etc/pccard_ether_remove $device
# Digital RoamAbout/DS
card "Digital" "RoamAbout/DS"
config default "wlp0" any
ether wavelan
insert logger -s Digital RoamAbout/DS inserted
insert /etc/pccard_ether $device
remove logger -s Digital RoamAbout/DS removed
remove /etc/pccard_ether_remove $device
# NetWave AirSurfer
# NOTE: For some machines, wait cycle for memory access is required.
# you should change "0x40" on the last part of "cardmem" line to "0x44",
# like:
# cardmem 0xd4000 0x20000 0x9000 0x44
# IBM ThinkPads are known to require this change.
card "Xircom" "CreditCard Netwave"
config 0x01 "cnw0" any
cardmem 0xd4000 0x20000 0x9000 0x40
# config 0x01 "cnw1" any
# cardmem 0xdd000 0x20000 0x9000 0x40
ether 0x126 00:80:c7 00:20:d8
insert logger -s Netwave Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s Netwave Ethernet removed
remove /etc/pccard_ether_remove $device
# Victor M-MOIL CARD
card "JVC" "MiniMoil Ethernet Card"
config 0x01 "sn0" any
insert logger -s MiniMoil Ethernet inserted
insert /etc/pccard_ether $device
remove logger -s MiniMoil Ethernet removed
remove /etc/pccard_ether_remove $device
#-----------------------------------------------------------------------
# Video Capture Cards
#-----------------------------------------------------------------------
# IBM Smart Capture Card
card "IBM Corp\." "Video Capture"
config default "scc0" pio
cardmem 0xd4000 0x0 0x8000
insert logger -s Smart Capture Card inserted
remove logger -s Smart Capture Card removed
#-----------------------------------------------------------------------
# Speech Synthesizer Cards
#-----------------------------------------------------------------------
# Hitachi microcomputer speech synthesizer card
card "HITACHI MICROCOMPUTER SYSTEM LTD." "MSSHVPC02"
config default "hss0" pio
insert logger -s Hitachi microcomputer speech synthesizer inserted
remove logger -s Hitachi microcomputer speech synthesizer removed
#-----------------------------------------------------------------------
# Joystick Port Cards
#-----------------------------------------------------------------------
card "IO DATA" "PCJOY"
config default "joy0" pio
# config 0x1 "joy0" pio
# config 0x2 "joy0" pio
insert logger -s IO DATA PCJOY inserted
remove logger -s IO DATA PCJOY removed
#-----------------------------------------------------------------------
# Floppy Drive Cards
#-----------------------------------------------------------------------
# Libretto floppy drive.
card "Y-E DATA" "External FDD"
config 0x4 "fdc1" any
insert logger -s Y-E DATA External FDD inserted
remove logger -s Y-E DATA External FDD removed
# -------------------------------------------------------------------
#
# Experimental ---- If you have one of them, please e-mail me *WHETHER
# IT WORKS OR NOT*. I wrote these entries by reading Linux PCMCIA driver
# package. I've not tested them. I need results of your experiences.
# Especially, if the ed_probe() is succeeded, it does not always mean
# that probed MAC address is correct. If you have or if your friend
# has these cards, send me the result of the results of
#
# pccardc dumpcis
# and
# pccardc rdattr 0 0 1000 (the first 0 means slot number)
#
# of these cards. I can write more accurate pccard.conf entries if I
# can read these result.
#
# I NEED YOUR HELP!!!!
#
# Thanks.
#
# My e-mail address is hosokawa@jp.FreeBSD.org (Tatsumi Hosokawa)
#
# -------------------------------------------------------------------
#-----------------------------------------------------------------------
# Ethernet Cards
#-----------------------------------------------------------------------
# CNet CN30BC Ethernet Card
card "CNet.*" "CN30BC"
config default "ed0" any 0x10
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# DataTrek NetCard
card "DataTrek\." "NetCard"
config default "ed0" any 0x10
ether 0xff0 00:20:e8
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# D-Link DE-650 Ethernet Card
card ".*D-Link PC Ethernet Card.*" ".*"
config default "ed0" any 0x10
ether 0x40 00:80:c8
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# D-Link DE-650 Ethernet Card
card ".*" ".*D-Link PC Ethernet Card.*"
config default "ed0" any 0x10
ether 0x40 00:80:c8
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Edimax Ethernet Combo
card "Edimax Technology Inc\." "PCMCIA"
config default "ed0" any 0x10
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# EP-210 Ethernet Card
card "Ethernet PCMCIA adapter" "EP-210"
config default "ed0" any 0x10
ether 0x110 00:40:33
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Katron PE-520 Ethernet Card
card "KCI" "PE520 PCMCIA Ethernet Adapter"
config default "ed0" any 0x10
ether 0x110 00:40:f6
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Linksys Ethernet Card
card ".*E-CARD PC Ethernet Card.*" ".*"
config default "ed0" any 0x10
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Linksys Ethernet Card
card ".*" ".*E-CARD PC Ethernet Card.*"
config default "ed0" any 0x10
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Linksys Ethernet Card
card "E-CARD" "E-CARD"
config default "ed0" any 0x10
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Maxtech PCN2000 Ethernet
card "MAXTECH" "PCN2000"
config default "ed0" any 0x10
ether 0x5000 00:00:e8
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# NE2000 Compatible Ethernet Card
card "NE2000 Compatible" "PCMCIA"
config default "ed0" any 0x10
ether 0xff0 00:a0:0c
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# RPTI EP400 Ethernet Card
card "RPTI LTD\." "EP400"
config default "ed0" any 0x10
ether 0x110 00:40:95
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# SMC EliteCard Ethernet
card "SMC" "PCM Ethernet Adapter"
config default "sn0" any
ether attr2hex
insert logger -s Untested card inserted. please e-mail the result to pao-report@clave.gr.jp
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# Socket EA LAN Adapter
# This card should not work because of its broken DMA status register,
# if you have this card, please fix this bug.
card "Socket Communications Inc" "Socket EA PCMCIA LAN.*"
# This card has broken CIS tupples
# We can't use "default"
config 0x1 "ed0" any 0x30
ether 0x4000 00:c0:1b
insert /etc/pccard_ether $device
remove /etc/pccard_ether_remove $device
# -------------------------------------------------------------------
#
# "Wildcard" entries
#
# -------------------------------------------------------------------
# GENERIC PCMCIA modem
function serial
config auto "sio3" any
# config 0x23 "sio3" any # alternative definitions
# config 0x21 "sio3" any # .........
# config 0x22 "sio3" any
# config 0x23 "sio3" pio
# config 0x21 "sio3" pio
# config 0x22 "sio3" pio
# config 0x23 "sio3" 5
# config 0x21 "sio3" 5
# config 0x22 "sio3" 5
# reset 100 # default
reset 1000 # safety reset time
# reset 10000 # for unstable cards
insert logger -s PCMCIA Modem inserted
remove logger -s PCMCIA Modem removed
# GENERIC Flash ATA / ATA HDD
function fixed_disk
# config default "wdc1" 15
# config default "wdc1" any
# config 0x03 "wdc1" 15
config 0x03 "wdc1" any
insert logger -s Flash ATA / ATA HDD inserted
remove logger -s Flash ATA / ATA HDD removed
And here's the output of "pccardc dumpcis":
Code 128 not found
Code 128 not found
code Unknown ignored
Code 131 not found
Code 131 not found
code Unknown ignored
Configuration data for card in slot 0
Tuple #1, code = 0x1 (Common memory descriptor), length = 3
000: 00 00 ff
Common memory device information:
Device number 1, type No device, WPS = OFF
Speed = No speed, Memory block size = 512b, 1 units
Tuple #2, code = 0x15 (Version 1 info), length = 50
000: 05 00 55 2e 53 2e 20 52 6f 62 6f 74 69 63 73 00
010: 58 4a 2f 43 43 31 35 36 30 00 4d 65 67 61 68 65
020: 72 74 7a 20 35 36 6b 62 70 73 20 4d 6f 64 65 6d
030: 00 ff
Version = 5.0, Manuf = [U.S. Robotics], card vers = [XJ/CC1560]
Addit. info = [Megahertz 56kbps Modem]
Tuple #3, code = 0x20 (Manufacturer ID), length = 4
000: 02 01 2f 00
PCMCIA ID = 0x102, OEM ID = 0x2f
Tuple #4, code = 0x21 (Functional ID), length = 2
000: 02 01
Serial port/modem - POST initialize
Tuple #5, code = 0x1a (Configuration map), length = 5
000: 01 23 00 03 03
Reg len = 2, config register addr = 0x300, last config = 0x23
Registers: XX------
Tuple #6, code = 0x1b (Configuration entry), length = 16
000: e0 41 99 49 55 3e 3d aa 60 f8 03 07 30 ff ff 28
Config index = 0x20(default)
Interface byte = 0x41 (I/O) +RDY/-BSY active
Vcc pwr:
Nominal operating supply voltage: 5 x 1V
Continuous supply current: 3.5 x 100mA
Power down supply current: 3.5 x 10mA
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x3f8 block length = 0x8
IRQ modes: Level
IRQs: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Max twin cards = 0
Misc attr: (Audio-BVD2) (Power down supported)
Tuple #7, code = 0x1b (Configuration entry), length = 7
000: 21 08 aa 60 f8 02 07
Config index = 0x21
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x2f8 block length = 0x8
Tuple #8, code = 0x1b (Configuration entry), length = 7
000: 22 08 aa 60 e8 03 07
Config index = 0x22
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x3e8 block length = 0x8
Tuple #9, code = 0x1b (Configuration entry), length = 7
000: 23 08 aa 60 e8 02 07
Config index = 0x23
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x2e8 block length = 0x8
Tuple #10, code = 0x22 (Functional EXT), length = 4
000: 00 02 0f 7c
Serial interface extension:
16550 UART, Parity - Space,Mark,Odd,Even
Data bit - 7bit,8bit, Stop bit - 1bit,1.5bit,2bit
Tuple #11, code = 0x22 (Functional EXT), length = 9
000: 01 1f 0f 00 06 00 00 06 00
Modem interface capabilities:
Tuple #12, code = 0x22 (Functional EXT), length = 12
000: 02 06 00 3f 1c 03 03 0f 07 00 02 b5
Data modem services available:
Tuple #13, code = 0x22 (Functional EXT), length = 8
000: 13 06 00 0f 00 02 00 b5
Fax1/modem services available:
Tuple #14, code = 0x22 (Functional EXT), length = 8
000: 23 06 00 0f 00 02 00 b5
Fax2/modem services available:
Tuple #15, code = 0x0 (Null tuple), length = 10
000: 02 01 2f 00 21 00 00 00 00 ff
Tuple #16, code = 0x0 (Null tuple), length = 14
000: 31 30 36 47 31 36 52 38 32 4b 4d 57 00 ff
Tuple #17, code = 0x14 (No link), length = 0
Tuple #18, code = 0xff (Terminator), length = 0
2 slots found
And here's rc.conf:
#!/bin/sh
#
# This is rc.conf - a file full of useful variables that you can set
# to change the default startup behavior of your system. You should
# not edit this file! Put any overrides into one of the ${rc_conf_files}
# instead and you will be able to update these defaults later without
# spamming your local configuration information.
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.1 1999/02/09 22:15:18 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
##############################################################
swapfile="NO" # Set to name of swapfile if aux swapfile desired.
apm_enable="YES" # Set to YES if you want APM enabled.
pccard_enable="YES" # Set to YES if you want to configure PCCARD devices.
pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
pccard_ether="ed0 ep0 sn0 fe0"
pccard_beep="2"
ifconfig_common="DHCP"
ifconfig_ed0=$ifconfig_common
ifconfig_ep0=$ifconfig_common
ifconfig_sn0=$ifconfig_common
ifconfig_fe0=$ifconfig_common
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
##############################################################
### Network configuration sub-section ######################
##############################################################
### Basic network options: ###
hostname="myname.my.domain" # Set this!
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
firewall_enable="NO" # Set to YES to enable firewall functionality
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO" # Set to YES to suppress rule display
natd_enable="NO" # Enable natd (if firewall_enable == YES).
natd_interface="fxp0" # Public interface to use with natd.
natd_flags="" # Additional flags for natd.
tcp_extensions="NO" # Disallow RFC1323 extensions (or YES).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
#
# If you have any sppp(4) interfaces above, you might also want to set
# the following parameters. Refer to spppcontrol(8) for their meaning.
sppp_interfaces="" # List of sppp interfaces.
#sppp_interfaces="isp0" # example: sppp over ISDN
#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable="YES" # Run syslog daemon (or NO).
syslogd_flags="" # Flags to syslogd (if enabled).
inetd_enable="YES" # Run the network daemon dispatcher (or NO).
inetd_flags="" # Optional flags to inetd.
#
# named. It may be possible to run named in a sandbox, man security for
# details.
#
named_enable="NO" # Run named, the DNS server (or NO).
named_program="named" # path to named, if you want a different one.
named_flags="" # Flags for named
#named_flags="-u bind -g bind" # Flags for named
kerberos_server_enable="NO" # Run a kerberos master server (or NO).
kadmind_server_enable="NO" # Run kadmind (or NO) -- do not run on
# a slave kerberos server
kerberos_stash="" # Is the kerberos master key stashed?
rwhod_enable="NO" # Run the rwho daemon (or NO).
rwhod_flags="" # Flags for rwhod
amd_enable="NO" # Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
amd_map_program="NO" # Can be set to "ypcat -k amd.master"
nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
nfs_access_cache="2" # Client cache timeout in seconds
nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO).
portmap_enable="YES" # Run the portmapper service (or NO).
portmap_flags="" # Flags to portmap (if enabled).
rpc_ypupdated_enable="NO" # Run if NIS master and SecureRPC (or NO).
keyserv_enable="NO" # Run the SecureRPC keyserver (or NO).
keyserv_flags="" # Flags to keyserv (if enabled).
rarpd_enable="NO" # Run rarpd (or NO).
rarpd_flags="" # Flags to rarpd.
xtend_enable="NO" # Run the X-10 power controller daemon.
xtend_flags="" # Flags to xtend (if enabled).
### Network Time Services options: ###
timed_enable="NO" # Run the time daemon (or NO).
timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run the ntpdate to sync time (or NO).
ntpdate_program="ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO).
xntpd_program="xntpd" # path to xntpd, if you want a different one.
xntpd_flags="-p /var/run/xntpd.pid" # Flags to xntpd (if enabled).
# Network Information Services (NIS) options: ###
nis_client_enable="NO" # We're an NIS client (or NO).
nis_client_flags="" # Flags to ypbind (if enabled).
nis_ypset_enable="NO" # Run ypset at boot time (or NO).
nis_ypset_flags="" # Flags to ypset (if enabled).
nis_server_enable="NO" # We're an NIS server (or NO).
nis_server_flags="" # Flags to ypserv (if enabled).
nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO).
nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled).
nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO).
nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled).
### Network routing options: ###
defaultrouter="NO" # Set to default gateway (or NO).
static_routes="" # Set to static route list (or leave empty).
gateway_enable="NO" # Set to YES if this host will be a gateway.
router_enable="NO" # Set to YES to enable a routing daemon.
router="routed" # Name of routing daemon to use if enabled.
router_flags="-q" # Flags for routing daemon.
mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf).
mrouted_flags="" # Flags for multicast routing daemon.
ipxgateway_enable="NO" # Set to YES to enable IPX routing.
ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon.
ipxrouted_flags="" # Flags for IPX routing daemon.
arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL.
forward_sourceroute="NO" # do source routing (only if gateway_enable is set to "YES")
accept_sourceroute="NO" # accept source routed packets to us
### ATM interface options: ###
atm_enable="NO" # Configure ATM interfaces (or NO).
#atm_netif_hea0="atm 1" # Network interfaces for physical interface.
#atm_sigmgr_hea0="uni31" # Signalling manager for physical interface.
#atm_prefix_hea0="ILMI" # NSAP prefix (UNI interfaces only) (or ILMI).
#atm_macaddr_hea0="NO" # Override physical MAC address (or NO).
#atm_arpserver_atm0="0x47.0005.80.999999.9999.9999.9999.999999999999.00" # ATMARP server address (or local).
#atm_scsparp_atm0="NO" # Run SCSP/ATMARP on network interface (or NO).
atm_pvcs="" # Set to PVC list (or leave empty).
atm_arps="" # Set to permanent ARP list (or leave empty).
### ISDN interface options: ###
isdn_enable="NO" # Enable the ISDN subsystem (or NO).
isdn_fsdev="/dev/ttyv4" # Output device for fullscreen mode (or NO for daemon mode).
isdn_flags="-dn -d0x1f9" # Flags for isdnd
isdn_trace="NO" # Enable the ISDN trace subsystem (or NO).
isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
### Miscellaneous network options: ###
icmp_bmcastecho="NO" # respond to broadcast ping packets
##############################################################
### System console options #################################
##############################################################
keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
keybell="NO" # bell to duration.pitch or normal or visual (or NO).
keychange="NO" # function keys default values (or NO).
cursor="NO" # cursor type {normal|blink|destructive} (or NO).
scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO).
font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="300" # blank time (in seconds) or "NO" to turn it off.
saver="NO" # screen saver: Uses /modules/${saver}_saver.ko
moused_enable="YES" # Run the mouse daemon.
moused_type="auto" # See man page for rc.conf(5) for available settings.
moused_port="/dev/psm0" # Set to your mouse port.
moused_flags="-3" # Any additional flags to moused.
allscreens_flags="" # Set this vidcontrol mode for all virtual screens
##############################################################
### Miscellaneous administrative options ###################
##############################################################
cron_enable="YES" # Run the periodic job daemon.
lpd_enable="NO" # Run the line printer daemon.
lpd_flags="" # Flags to lpd (if enabled).
usbd_enable="NO" # Run the usbd daemon.
usbd_flags="" # Flags to usbd (if enabled).
sendmail_enable="YES" # Run the sendmail daemon (or NO).
sendmail_flags="-bd -q30m" # -bd is pretty mandatory.
dumpdev="NO" # Device name to crashdump to (if enabled).
check_quotas="NO" # Check quotas (or NO).
accounting_enable="NO" # Turn on process accounting (or NO).
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable="NO" # Linux emulation loaded at startup (or NO).
svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).
rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable="NO" # Clear /tmp at startup.
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib"
# shared library search paths
ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
# a.out shared library search paths
kern_securelevel_enable="NO" # kernel security level (see init(8)),
kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
update_motd="YES" # update version info in /etc/motd (or NO)
vinum_drives="" # put in names of disks containing vinum drives
##############################################################
### Allow local configuration override at the very end here ##
##############################################################
#
#
for i in ${rc_conf_files}; do
if [ -f $i ]; then
. $i
fi
done
>Description:
When I installed PAO3 on my NEC Versa LX and tried to use a US Robotics
PCMCIA modem, it recognized the modem card and allocated it
(i.e. short two-beep sequence then a higher-pitched multi-beep sequence)
, but when I tried a "cu -l /dev/cuaa3", I couldn't get an OK response
from the modem and the response when receiving a character is very slow
in cu. Changing interrupts used has no effect. The only thing that
makes it work is using polled I/O.
>How-To-Repeat:
Install PAO3-19990329-beta out of the box and try to access a PCMCIA
modem.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904300044.TAA00753>
