Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 02:49:51 -0500
From:      "Ben Timby" <ben@webexc.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Panic: Timeout table full when installing XFree86 - MORE INFO
Message-ID:  <000101c2200a$b7441790$6401a8c0@ben>

next in thread | raw e-mail | index | archive | help
I booted to kernel.old, and XFree86 is installing without errors, here
is a diff of my kernel config vs. GENERIC, can anyone see what might be
causing my problem?

 - 
< cpu           I386_CPU
< cpu           I486_CPU
< cpu           I586_CPU
---
> #cpu          I386_CPU
> #cpu          I486_CPU
> #cpu          I586_CPU
25,26c25,26
< ident         GENERIC
< maxusers      0
---
> ident         MYKERNEL
> maxusers      1
30c30
< options       MATH_EMULATE            #Support for x87 emulation
---
> #options      MATH_EMULATE            #Support for x87 emulation
32c32
< options       INET6                   #IPv6 communications protocols
---
> #options      INET6                   #IPv6 communications protocols
39,41c39,41
< options       NFS                     #Network Filesystem
< options       NFS_ROOT                #NFS usable as root device, NFS
required
< options       MSDOSFS                 #MSDOS Filesystem
---
> #options      NFS                     #Network Filesystem
> #options      NFS_ROOT                #NFS usable as root device, NFS
required
> #options      MSDOSFS                 #MSDOS Filesystem
46c46
< options       SCSI_DELAY=15000        #Delay (in ms) before probing
SCSI
---
> options       SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
70c70
< device                fd1     at fdc0 drive 1
---
> #device               fd1     at fdc0 drive 1
80c80
< device                atadisk                 # ATA disk drives
---
> #device               atadisk                 # ATA disk drives
82,83c82,83
< device                atapifd                 # ATAPI floppy drives
< device                atapist                 # ATAPI tape drives
---
> #device               atapifd                 # ATAPI floppy drives
> #device               atapist                 # ATAPI tape drives
87,93c87,93
< device                ahb             # EISA AHA1742 family
< device                ahc             # AHA2940 and onboard AIC7xxx
devices
< device                amd             # AMD 53C974 (Tekram DC-390(T))
< device                isp             # Qlogic family
< device                ncr             # NCR/Symbios Logic
< device                sym             # NCR/Symbios Logic (newer
chipsets)
< options               SYM_SETUP_LP_PROBE_MAP=0x40
---
> #device               ahb             # EISA AHA1742 family
> #device               ahc             # AHA2940 and onboard AIC7xxx
devices
> #device               amd             # AMD 53C974 (Tekram DC-390(T))
> #device               isp             # Qlogic family
> #device               ncr             # NCR/Symbios Logic
> #device               sym             # NCR/Symbios Logic (newer
chipsets)
> #options              SYM_SETUP_LP_PROBE_MAP=0x40
97,98c97,98
< device                adv0    at isa?
< device                adw
---
> #device               adv0    at isa?
> #device               adw
100,101c100,101
< device                aha0    at isa?
< device                aic0    at isa?
---
> #device               aha0    at isa?
> #device               aic0    at isa?
103,105c103,105
< device                ncv             # NCR 53C500
< device                nsp             # Workbit Ninja SCSI-3
< device                stg             # TMC 18C30/18C50
---
> #device               ncv             # NCR 53C500
> #device               nsp             # Workbit Ninja SCSI-3
> #device               stg             # TMC 18C30/18C50
110,112c110,112
< device                sa              # Sequential Access (tape etc)
< device                cd              # CD
< device                pass            # Passthrough device (direct
SCSI access)
---
> #device               sa              # Sequential Access (tape etc)
> #device               cd              # CD
> #device               pass            # Passthrough device (direct
SCSI access)
115,119c115,119
< device                asr             # DPT SmartRAID V, VI and
Adaptec SCSI RAID
< device                dpt             # DPT Smartcache - See LINT for
options!
< device          iir             # Intel Integrated RAID
< device                mly             # Mylex AcceleRAID/eXtremeRAID
< device                ciss            # Compaq SmartRAID 5* series
---
> #device               asr             # DPT SmartRAID V, VI and
Adaptec SCSI RAID
> #device               dpt             # DPT Smartcache - See LINT for
options!
> #device          iir             # Intel Integrated RAID
> #device               mly             # Mylex AcceleRAID/eXtremeRAID
> #device               ciss            # Compaq SmartRAID 5* series
122,127c122,127
< device                aac             # Adaptec FSA RAID, Dell
PERC2/PERC3
< device                aacp            # SCSI passthrough for aac
(requires CAM)
< device                ida             # Compaq Smart RAID
< device                amr             # AMI MegaRAID
< device                mlx             # Mylex DAC960 family
< device                twe             # 3ware Escalade
---
> #device               aac             # Adaptec FSA RAID, Dell
PERC2/PERC3
> #device               aacp            # SCSI passthrough for aac
(requires CAM)
> #device               ida             # Compaq Smart RAID
> #device               amr             # AMI MegaRAID
> #device               mlx             # Mylex DAC960 family
> #device               twe             # 3ware Escalade
156,158c156,158
< device                card
< device                pcic0   at isa? irq 0 port 0x3e0 iomem 0xd0000
< device                pcic1   at isa? irq 0 port 0x3e2 iomem 0xd4000
disable
---
> #device               card
> #device               pcic0   at isa? irq 0 port 0x3e0 iomem 0xd0000
> #device               pcic1   at isa? irq 0 port 0x3e2 iomem 0xd4000
disable
167,171c167,171
< device                ppc0    at isa? irq 7
< device                ppbus           # Parallel port bus (required)
< device                lpt             # Printer
< device                plip            # TCP/IP over parallel
< device                ppi             # Parallel port interface device
---
> #device               ppc0    at isa? irq 7
> #device               ppbus           # Parallel port bus (required)
> #device               lpt             # Printer
> #device               plip            # TCP/IP over parallel
> #device               ppi             # Parallel port interface device
176,179c176,179
< device                de              # DEC/Intel DC21x4x (``Tulip'')
< device                em              # Intel PRO/1000 adapter Gigabit
Ethernet Card (``Wiseman'')
< device                txp             # 3Com 3cR990 (``Typhoon'')
< device                vx              # 3Com 3c590, 3c595 (``Vortex'')
---
> #device               de              # DEC/Intel DC21x4x (``Tulip'')
> #device               em              # Intel PRO/1000 adapter Gigabit
Ethernet Card (``Wiseman'')
> #device               txp             # 3Com 3cR990 (``Typhoon'')
> #device               vx              # 3Com 3c590, 3c595 (``Vortex'')
185,196c185,196
< device                fxp             # Intel EtherExpress PRO/100B
(82557, 82558)
< device                pcn             # AMD Am79C97x PCI 10/100 NICs
< device                rl              # RealTek 8129/8139
< device                sf              # Adaptec AIC-6915
(``Starfire'')
< device                sis             # Silicon Integrated Systems SiS
900/SiS 7016
< device                ste             # Sundance ST201 (D-Link
DFE-550TX)
< device                tl              # Texas Instruments ThunderLAN
< device                tx              # SMC EtherPower II (83c170
``EPIC'')
< device                vr              # VIA Rhine, Rhine II
< device                wb              # Winbond W89C840F
< device                xl              # 3Com 3c90x (``Boomerang'',
``Cyclone'')
< device                bge             # Broadcom BCM570x (``Tigon
III'')
---
> #device               fxp             # Intel EtherExpress PRO/100B
(82557, 82558)
> #device               pcn             # AMD Am79C97x PCI 10/100 NICs
> #device               rl              # RealTek 8129/8139
> #device               sf              # Adaptec AIC-6915
(``Starfire'')
> #device               sis             # Silicon Integrated Systems SiS
900/SiS 7016
> #device               ste             # Sundance ST201 (D-Link
DFE-550TX)
> #device               tl              # Texas Instruments ThunderLAN
> #device               tx              # SMC EtherPower II (83c170
``EPIC'')
> #device               vr              # VIA Rhine, Rhine II
> #device               wb              # Winbond W89C840F
> #device               xl              # 3Com 3c90x (``Boomerang'',
``Cyclone'')
> #device               bge             # Broadcom BCM570x (``Tigon
III'')
200,203c200,203
< device                ed0     at isa? port 0x280 irq 10 iomem 0xd8000
< device                ex
< device                ep
< device                fe0     at isa? port 0x300
---
> #device               ed0     at isa? port 0x280 irq 10 iomem 0xd8000
> #device               ex
> #device               ep
> #device               fe0     at isa? port 0x300
205c205
< device                xe
---
> #device               xe
207c207
< device                awi
---
> #device               awi
211c211
< device                wi
---
> #device               wi
217c217
< device                an
---
> #device               an
219c219
< device                ie0     at isa? port 0x300 irq 10 iomem 0xd0000
---
> #device               ie0     at isa? port 0x300 irq 10 iomem 0xd0000
221,223c221,223
< device                lnc0    at isa? port 0x280 irq 10 drq 0
< device                cs0     at isa? port 0x300
< device                sn0     at isa? port 0x300 irq 10
---
> #device               lnc0    at isa? port 0x280 irq 10 drq 0
> #device               cs0     at isa? port 0x300
> #device               sn0     at isa? port 0x300 irq 10
228,229c228,229
< pseudo-device sl      1       # Kernel SLIP
< pseudo-device ppp     1       # Kernel PPP
---
> #pseudo-device        sl      1       # Kernel SLIP
> #pseudo-device        ppp     1       # Kernel PPP
241,251c241,251
< 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               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
253,255c253,255
< device                aue             # ADMtek USB ethernet
< device                cue             # CATC USB ethernet
< device                kue             # Kawasaki LSI USB ethernet
---
> #device               aue             # ADMtek USB ethernet
> #device               cue             # CATC USB ethernet
> #device               kue             # Kawasaki LSI USB ethernet
 - 

Thanks.

Ben Timby


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101c2200a$b7441790$6401a8c0>