My school has recently acquired a Compaq Proliant 2500 and we are trying
to set up FreeBSD on it. I download the 3.3 kern and mfsroot disks and
replaced the kernel with a custom one that had the IDA driver included
in it. Everything installed fine. Then I started working on it again
and
whenever I'd cvsup or download ports the files would get corrupted.
Unfortunately I do not have the machine here, but it is a dual Pentium
Pro with 4.3 GB scsi disks, Thunderlan net card, and a ncr scsi
controller.
1. I was wondering if anyone knew of any such problems, or what other
info I could provide to help figure this out.
2. There are no panics or anything. I can't seem to find an isolated
case to look at. Anyone have any idea how I would go about debugging
this?
3. Would I be better off running the newer driver in current? I keep
tabs with whats going on in the current list, I just need a somewhat
stable machine. It's only going to get light usage.
Thanks for any help. Sorry this is so vauge. I'd really like you to
get a dmesg. Below is the kernel config....
Dan Diephouse
machine "i386"
cpu "I686_CPU"
ident OWL
maxusers 64
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep
this!] options MFS #Memory Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP
THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI
device
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options DDB
options DDB_UNATTENDED
config kernel root on wd0
# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor
Kernel
options APIC_IO # Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
#options NCPU=2 # number of CPUs
#options NBUS=4 # number of busses
#options NAPIC=1 # number of IO APICs
#options NINTR=42 # number of INTs
controller isa0
controller pnp0 # PnP support for ISA
controller eisa0
controller pci0
# Floppy drives
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
disk fd0 at fdc0 drive 0
# IDE controller and disks
#options "CMD640" # work around CMD640 chip
deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
#controller wdc1 at isa? port "IO_WD2" bio irq 15
#disk wd2 at wdc1 drive 0
#disk wd3 at wdc1 drive 1
# ATAPI devices
#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 (e.g. LS-120)
# SCSI Controllers
# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
controller ncr0 # NCR/Symbios Logic
controller ida0 at isa? bio irq ? vector idaintr
disk id0 at ida0 drive 0
disk id1 at ida0 drive 1
disk id2 at ida0 drive 2
disk id3 at ida0 drive 3
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message