Warner Losh writes:
 > In message <[EMAIL PROTECTED]> "Vladimir B. Grebenschikov" 
 >writes:
 > : - pccard:
 > : 
 > :   Only way to use any pccard device is to insert it before poweron
 > :   If I try to insert or eject card on the fly system completely freezes.
 > : 
 > :   If I've power-up with card inserted  some device (two different ATA
 > :   CDROMs) I have significant (20-40s) freeze while booting (after
 > :   pccardd starts) but after it device is detected and works without
 > :   problem. (This problem not related to my Orinco WaveLan card)
 > : 
 > :   it work right on 4.3
 > 
 > OLDCARD or NEWCARD?

kernel config: 

machine         "i386"
ident           VBOOK
maxusers        256

options         INCLUDE_CONFIG_FILE     # Include this file in kernel

cpu             "I486_CPU"
cpu             "I586_CPU"              # aka Pentium(tm)
cpu             "I686_CPU"              # aka Pentium Pro(tm)
options         "COMPAT_43"

makeoptions     CONF_CFLAGS="-O3 -mpentiumpro"
#makeoptions     CONF_CFLAGS=-fno-builtin  #Don't allow use of memcmp, etc.

#makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
#makeoptions    KERNEL=foo              #Build kernel "foo" and install "/foo"

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

options         UCONSOLE

#options        USERCONFIG              #boot -c editor
#options        VISUAL_USERCONFIG       #visual boot -c editor

options         INET                    #Internet communications protocols
device          ether                   #Generic Ethernet
device          loop                    #Network loopback device
device          bpf     4               #Berkeley packet filter
#device         vlan    4
device          snp     4               #Snoop device - to look at pty/vty/etc..

options         PPP_BSDCOMP             #PPP BSD-compress support
options         PPP_DEFLATE             #PPP zlib/deflate/gzip support
options         PPP_FILTER              #enable bpf filtering (needs bpfilter)

options         MROUTING                # Multicast routing

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about dropped packets
options         IPFIREWALL_FORWARD      #enable transparent proxy support
#options        "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options         IPDIVERT                #divert sockets
options         DUMMYNET

options         FFS                     #Fast filesystem
options         NFSSERVER               #Network File System - server
options         NFSCLIENT               #Network File System - client
# options       NFS_NOSERVER            #Disable the NFS-server code.
options         PROCFS                  #Process filesystem
options         SOFTUPDATES

# Allow this many swap-devices.
device          scbus   #base SCSI code
device          da      #SCSI direct access devices (aka disks)
device          sa      #SCSI tapes
device          cd      #SCSI CD-ROMs
device          pass    #CAM passthrough driver
options         SCSI_DELAY=2000 

device          pty     32      #Pseudo ttys - can go as high as 256
device          speaker         #Play IBM BASIC-style noises out your speaker
device          gzip            #Exec gzipped a.out's

device          md              # Memory "disks"

device          isa
device          atkbdc 
device          atkbd 1

device          psm
device          vga

device          sc
options         MAXCONS=16              # number of virtual consoles
options         SC_DFLT_FONT            # compile font in
makeoptions     SC_DFLT_FONT="cp866-vio"
options         SC_HISTORY_SIZE=1024    # number of history buffer lines
#options        SC_DISABLE_REBOOT       # disable reboot key sequence

device          npx
device          aha

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 dev number like old wd driver
#options        IDE_DELAY=2000  # Be optimistic about Joe IDE device

device          fdc     
device          sio

device          apm
device          pci
device          smbus
device          intpm
device          smb
device          iicbus
device          iicbb
device          ic
device          iic
device          iicsmb  

device          ppbus
device          vpo
device          lpt
device          plip
device          ppi
#device         pps
device          lpbb
device          ppc

#options        COMPAT_LINUX
options         "EXT2FS"

options         KTRACE                  #kernel tracing
options         DDB
device          pcic
device          card
device          wi
device          random

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L

#device          acpica
#options         ACPI_DEBUG

options KBD_INSTALL_CDEV

# USB support
# UHCI controller
device          uhci
# OHCI controller
device          ohci
# General USB code (mandatory for USB)
device          usb
#
# Generic USB device driver
device          ugen
# Human Interface Device (anything with buttons and dials)
device          uhid
# USB keyboard
device          ukbd
# USB printer
device          ulpt
# USB Iomega Zip 100 Drive
device          umass
# USB mouse
device          ums

#device firewire
#device fwohci
#device sbp


 > Warner

--
TSB Russian Express, Moscow
Vladimir B. Grebenschikov, [EMAIL PROTECTED]

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

Reply via email to