Date: Tue, 1 Aug 2000 10:31:10 +0100 From: "T. Pagtzis" <T.Pagtzis@cs.ucl.ac.uk> To: net <net@freebsd.org> Cc: mobile <mobile@freebsd.org> Subject: stuck with wavelan on desktop (isa bridge) Message-ID: <000801bffb9b$eab9a1c0$5c401080@cs.ucl.ac.uk>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
[-- Attachment #2 --]
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 = 0x17 (Attribute memory descriptor), length = 4
000: 67 5a 08 ff
Attribute memory device information:
Device number 1, type SRAM, WPS = OFF
Speed = 5.0 x 100 ns, Memory block size = reserved, 32 units
Device number 2, type No device, WPS = OFF
Speed = No speed, Memory block size = 512b, 1 units
Tuple #3, code = 0x1d (Other conditions for attribute memory), length = 5
000: 01 67 5a 08 ff
(MWAIT)
Tuple #4, code = 0x15 (Version 1 info), length = 80
000: 05 00 4c 75 63 65 6e 74 20 54 65 63 68 6e 6f 6c
010: 6f 67 69 65 73 00 57 61 76 65 4c 41 4e 2f 49 45
020: 45 45 00 56 65 72 73 69 6f 6e 20 30 31 2e 30 31
030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff
Version = 5.0, Manuf = [Lucent Technologies], card vers = [WaveLAN/IEEE]
Addit. info = [Version 01.01],[]
Tuple #5, code = 0x20 (Manufacturer ID), length = 4
000: 56 01 02 00
PCMCIA ID = 0x156, OEM ID = 0x2
Tuple #6, code = 0x21 (Functional ID), length = 2
000: 06 00
Network/LAN adapter
Tuple #7, code = 0x22 (Functional EXT), length = 2
000: 01 07
Network technology: Wireless
Tuple #8, code = 0x22 (Functional EXT), length = 5
000: 02 40 42 0f 00
Network speed: 1 Mb/sec
Tuple #9, code = 0x22 (Functional EXT), length = 5
000: 02 80 84 1e 00
Network speed: 2 Mb/sec
Tuple #10, code = 0x22 (Functional EXT), length = 5
000: 02 60 ec 53 00
Network speed: 5 Mb/sec
Tuple #11, code = 0x22 (Functional EXT), length = 5
000: 02 c0 d8 a7 00
Network speed: 11 Mb/sec
Tuple #12, code = 0x22 (Functional EXT), length = 2
000: 03 07
Network media: 2.4 GHz
Tuple #13, code = 0x22 (Functional EXT), length = 8
000: 04 06 00 60 1d 1e 6c 4b
Network node ID: 00 60 1d 1e 6c 4b
Tuple #14, code = 0x22 (Functional EXT), length = 2
000: 05 01
Network connector: closed connector standard
Tuple #15, code = 0x1a (Configuration map), length = 7
000: 03 01 e0 03 00 00 01
Reg len = 4, config register addr = 0x3e0, last config = 0x1
Registers: X-------
Tuple #16, code = 0x1b (Configuration entry), length = 15
000: c1 01 19 76 c5 4b d5 19 36 36 05 46 7f ff ff
Config index = 0x1(default)
Interface byte = 0x1 (I/O)
Vcc pwr:
Minimum operating supply voltage: 4 x 1V, ext = 0x4b
Maximum operating supply voltage: 5 x 1V, ext = 0x19
Max current average over 1 second: 3 x 100mA
Max current average over 10 ms: 3 x 100mA
Power down supply current: 1 x 10mA
Card decodes 6 address lines, limited 8/16 Bit I/O
IRQ modes: Level, Pulse
IRQs: NMI IOCK BERR VEND 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Tuple #17, code = 0xff (Terminator), length = 0
2 slots found
[-- Attachment #3 --]
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.8 2000/07/20 02:51:02 msmith Exp $
machine i386
cpu I586_CPU
cpu I686_CPU
ident GENERIC
maxusers 32
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions KERNEL=41S
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options CPU_FASTER_5X86_FPU
options HZ=1000
device isa
device pci
# Floppy drives
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
# ATA and ATAPI devices
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
options ATA_STATIC_ID #Static device numbering
#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device psm0 at atkbdc? irq 12
device vga0 at isa?
# splash screen/screen saver
pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? flags 0x100
# Floating point support - do not disable.
device npx0 at nexus? port IO_NPX irq 13
# Power management support (see LINT for more options)
device apm0 at nexus? disable flags 0x20 # Advanced Power Management
# PCCARD (PCMCIA) support
device card
#device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000
#device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable
device pcic0 at isa? irq 11 port 0x3e2 iomem 0xd0000
#device pcic0 at isa? irq 11 port 0x3e3
options PCIC_RESUME_RESET
# Serial (COM) ports
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 irq 3
device pcm
device pca0 at isa? port IO_TIMER1
device bktr
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device wi
device an
#device wi0 at isa? port? net irq?
#device an0 at isa? port? net irq?
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
pseudo-device gif 4 # IPv6 and IPv4 tunneling
pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
pseudo-device stf 1 #6to4 IPv6 over IPv4 encapsulation
pseudo-device bpf #Berkeley packet filter
[-- Attachment #4 --]
# Default 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/defaults/pccard.conf,v 1.98.2.3 2000/07/19 12:58:12 sanpei 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 15
# Available memory slots
memory 0xd4000 96k
# 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.
#
########## wi ##########
# Cabletron RoamAbout, WaveLAN/IEEE clone
card "Cabletron" "RoamAbout 802.11 DS"
config 0x1 "wi" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# Lucent WaveLAN/IEEE
card "Lucent Technologies" "WaveLAN/IEEE"
config 0x1 "wi" 9
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# NCR WaveLAN/IEEE
card "NCR" "WaveLAN/IEEE"
config 0x1 "wi" ?
# config auto "wi" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# Melco Airconnect
card "MELCO" "WLI-PCM-L11"
config 0x1 "wi" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# PLANEX GeoWave/GW-NS110
card "PLANEX" "GeoWave/GW-NS110"
config 0x1 "wi" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
########## xe ##########
# Accton EN2226/Fast EtherCard (16-bit verison)
card "Accton" "Fast EtherCard-16"
config default "xe" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# Compaq Netelligent 10/100 PC Card
card "Compaq" "Netelligent 10/100 PC Card"
config 0x1 "xe" ?
insert /etc/pccard_ether $device
remove sbin/ifconfig $device delete
# Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
card "Intel" "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16"
config 0x1 "xe" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# XXX NOT SURE SUPPORTED
# Toshiba 10/100 Ethernet PC Card IPC5008A
#card "Toshiba" "10/100 Ethernet PC Card"
# config auto "xe" ?
## cardio 0x300 0x10
# iosize 16
# insert /etc/pccard_ether $device
# remove /sbin/ifconfig $device delete
# Xircom Realport card + modem
card "Xircom" "16-bit Ethernet + Modem 56"
config 0x27 "xe" 9
insert /etc/pccard_ether $device
remove /etc/pccard_ether $device delete
# Xircom CreditCard Ethernet 10/100
card "Xircom" "CreditCard 10/100"
config 0x1 "xe" ?
insert /etc/pccard_ether $device
remove /etc/pccard_ether $device delete
# Xircom CreditCard 10Base-T "CreditCard Ethernet Adaptor IIps" (PS-CE2-10)
card "Xircom" "CreditCard 10Base-T"
config auto "xe" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# Xircom CreditCard Ethernet 10/100 + modem (Ethernet part)
card "Xircom" "CreditCard Ethernet 10/100 + Modem 56"
config 0x27 "xe" ?
insert /etc/pccard_ether $device
remove /sbin/ifconfig $device delete
# -------------------------------------------------------------------
#
# "Wildcard" entries
#
# -------------------------------------------------------------------
# GENERIC PCMCIA modem
generic serial
config auto "sio" ?
reset 10000 # for unstable cards
logstr "GENERIC PCMCIA modem"
# GENERIC Flash ATA / ATA HDD
generic fixed_disk
config auto "ata" ?
logstr "GENERIC Flash ATA / ATA HDD"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801bffb9b$eab9a1c0$5c401080>
