Hello,

I'm trying to install an "IDE interface flash card reader" (sorry, but 
I can't give you more information about type, chipset etc; it's just
a no name product...).
After reboot I get the following error message:

dmesg:
...
afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04
afd0: <IOMEGA ZIP 100 like IICA-1/01-12-17> floppy device - NO DRIVER!
...


The device is connected as master to the second channel of my IDE 
controler. I think that the kernel does recognize the device but has
no specific driver for it. Can somebody please tell me which device
has to be inserted into my kernel configuration file.

Thanks a lot for your help!
Burkard

-----------------------------------------------------------------------

uname -a
FreeBSD Reineke.Malepartus.DE 4.6-STABLE FreeBSD 4.6-STABLE #12: Fri Aug  2 21:48:08 
MEST 2002     [EMAIL PROTECTED]:/usr/src/sys/compile/REINEKE  i386
bm@Reineke:/usr/home/bm$


-----------------------------------------------------------------------

my current configuration file:

ident           REINEKE
machine         i386            #i386 family PC hardware architecture
maxusers        128             #controls the static sizing of system tables

options         ROOTDEVNAME=\"ufs:ad0s1a\"

cpu             I686_CPU        #aka Pentium Pro(tm)

options         COMPAT_43       #Compatible with BSD 4.3 [KEEP THIS!]
options         USER_LDT        #allow user-level ctrl of i386 ldt WINE

options         SYSVSHM         # include support for shared memory
options         SHMMAXPGS=1025  # max amount of shared memory pages (4k on i386)
options         SHMALL=1025     # max amount of shared memory (bytes)
options         SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
                                # max shared memory segment size (bytes)
options         SHMMIN=2        # min shared memory segment size (bytes)
options         SHMMNI=129      # max number of shared memory identifiers
options         SHMSEG=33       # max shared memory segments per process

options         SYSVSEM         # include support for semaphores
options         SEMMAP=31       # amount of entries in semaphore map
options         SEMMNI=11       # number of semaphore identifiers in the system
options         SEMMNS=61       # number of semaphores in the system
options         SEMMNU=31       # number of undo structures in the system
options         SEMMSL=61       # max number of semaphores per id
options         SEMOPM=101      # max number of operations per semop call
options         SEMUME=11       # max number of undo entries per process

options         SYSVMSG         # include support for message queues
options         MSGMNB=2049     # max characters per message queue
options         MSGMNI=41       # max number of message queue identifiers
options         MSGSEG=2049     # max number of message segments in the system
options         MSGSSZ=16       # size of a message segment MUST be power of 2
options         MSGTQL=41       # max amount of messages in the system

options         PMAP_SHPGPERPROC=300       

options         DDB             #enable kernel debugger
options         DDB_UNATTENDED  #don't drop into DDB for a panic.
options         KTRACE          #kernel tracing
options         PERFMON         #Pentium performance counters

options         UCONSOLE        #Allow users to grab the console
options         USERCONFIG      #boot -c editor
options         VISUAL_USERCONFIG #visual boot -c editor

options         INET            #InterNETworking
options         INET6           #IPv6 communications protocols
options         IPSEC           #IP security
options         IPSEC_ESP       #IP security (crypto; define w/ IPSEC)
options         IPSEC_DEBUG     #debug for IP security

options         NETSMB          #SMB/CIFS requester
options         NETSMBCRYPTO    #encrypted password support for SMB
options         LIBMCHAIN       #mbuf management library
options         LIBICONV        #Kernel side iconv library

pseudo-device   ether           #Generic Ethernet
pseudo-device   loop            #Network loopback device
pseudo-device   bpf     4       #Berkeley packet filter
pseudo-device   disc            #Discard device (ds0, ds1, etc)
pseudo-device   sl      1       #Kernel SLIP
pseudo-device   ppp     1       #Kernel PPP
pseudo-device   tun             #Packet tunnel

pseudo-device   gif     4       #IPv6 and IPv4 tunneling
pseudo-device   faith   1       #IPv6-to-IPv4 relaying (translation)
pseudo-device   stf             #6to4 IPv6 over IPv4 encapsulation

options         RANDOM_IP_ID    #causes ID field in IP packets to be randomized
options         ICMP_BANDLIM    #enables icmp error response bandwidth limiting

options         FFS             #Fast filesystem
options         MFS             #Memory File System

options         NFS_NOSERVER    #Disable the NFS-server code.
options         CD9660          #ISO 9660 filesystem
options         KERNFS          #Kernel filesystem
options         MSDOSFS         #MS DOS File System
options         PROCFS          #Process filesystem

options         FFS_ROOT        #FFS usable as root device
options         CD9660_ROOT     #CD-ROM usable as root device

options         SOFTUPDATES     #Enable FFS soft updates support

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L

device          amd0            #AMD 53C974 (Teckram DC-390(T))

device          scbus0 at amd0  #Single bus device
device          da0
device          sa0 at scbus0 target 5
device          sa1 at scbus0 target 4
device          cd0 at scbus0 target 6
device          pass            # Passthrough device (direct SCSI access)

options         CAM_MAX_HIGHPOWER=4
options         SCSI_DELAY=8000         #Be pessimistic about Joe SCSI device
options         SA_1FM_AT_EOD
pseudo-device   pty     32      #Pseudo-ttys (telnet etc)
pseudo-device   speaker         #IBM BASIC-style noises out your speaker
pseudo-device   gzip            #Exec gzipped a.out's
pseudo-device   vn              #Vnode driver (turns a file into a device)
pseudo-device   md              #Memory/malloc disk
pseudo-device   snp             #Snoop device - to look at pty/vty/etc..

device          isa

options         AUTO_EOI_1      #enables `automatic EOI' on master 8259A

options         PPS_SYNC        #Support external PPS signal
options         CLK_USE_TSC_CALIBRATION

options         NTIMECOUNTER=20

device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1

options         ATKBD_DFLT_KEYMAP       # specify the built-in keymap
makeoptions     ATKBD_DFLT_KEYMAP="german.iso"

device          psm0    at atkbdc? irq 12

device          vga0    at isa?

device          sc0     at isa?
options         MAXCONS=16              # number of virtual consoles
options         SC_ALT_MOUSE_IMAGE      # simplified mouse cursor in text mode
options         SC_DFLT_FONT            # compile font in
makeoptions     SC_DFLT_FONT=cp850
options         SC_DISABLE_DDBKEY       # disable `debug' key
options         SC_DISABLE_REBOOT       # disable reboot key sequence
options         SC_HISTORY_SIZE=200     # number of history buffer lines
options         SC_MOUSE_CHAR=0x3       # char code for text mode mouse cursor
options         SC_PIXEL_MODE           # add support for the raster text mode

options         SC_NORM_ATTR="(FG_GREEN|BG_BLACK)"
options         SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)"
options         SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)"
options         SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)"

device          npx0    at nexus? port IO_NPX flags 0x0 irq 13

device          ata
device          atadisk         # ATA disk drives
device          atapicd         # ATAPI CDROM drives
device          atapifd         # ATAPI floppy drives
device          atapist         # ATAPI tape drives
options         ATA_STATIC_ID   # Static device numbering

device          vpo             # Iomega Zip Drive
options         VP0_DEBUG       # ZIP/ZIP+ debug

device          fdc0    at isa? port IO_FD1 irq 6 drq 2
device          fd0     at fdc0 drive 0

device          sio0    at isa? port 0x3f8 flags 0x0010 irq 4
options         COM_MULTIPORT
device          sio1    at isa? port 0x2a0 flags 0x0401
device          sio2    at isa? port 0x2a8 flags 0x0401
device          sio3    at isa? port 0x2b0 flags 0x0401
device          sio4    at isa? port 0x2b8 flags 0x0401 irq 3

device          pci             # PCI bus chip set

device          miibus          # MII bus controller support
device          xl0             # 3Com 3c90x (``Boomerang'', ``Cyclone'')

device          ppc0 at isa? port 0x378 irq 7
device          ppbus           # Parallel port bus (required)
device          lpt             # Printer
device          ppi             # Parallel port interface device
device          pps             # Pulse per second Timing Interface

device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
device          ulpt            # Printer
device          umass           # Disks/Mass storage - Requires scbus and da
device          ums             # Mouse
device          uscanner        # Scanners
device          urio            # Diamond Rio MP3 Player
device          pcm0 at isa? irq 10 drq 1 flags 0x0
device          sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15


-- 
* Burkard Meyendriesch             ___                [EMAIL PROTECTED] *
* Stevern 2                 ________|________      tel +49 171 5456381 *
* D-48301 Nottuln                   0           51 56'55"N  07 22'14"E *
* PGP-Fingerprint     BF 3B 41 DE 15 4D C9 48  15 EF A5 86 BF 6D 68 1A *

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

--
* Burkard Meyendriesch             ___                [EMAIL PROTECTED] *
* Stevern 2                 ________|________      tel +49 171 5456381 *
* D-48301 Nottuln                   0           51 56'55"N  07 22'14"E *
* PGP-Fingerprint     BF 3B 41 DE 15 4D C9 48  15 EF A5 86 BF 6D 68 1A *

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to