I CVSup'd this morning around 05:00 BST, then make -DCLOBBER world /
mergemaster / sh MAKEDEV all / buildkernel / installkernel. My Adaptec
2940UW is no longer probed at boot time.

/boot/device.hints contains the proper entries and a pnpscan -v detects
a SCSI controller.

Attached are my current kernel configuration file and the corresponding
hints, which have been copied to /boot/device.hints.

I'm a bit at loss here and could really do with some help...


Many thanks,


PYD
#####################################################################
# BLADERUNNER -- Custom kernel configuration, host bladerunner.alveley.org
#

machine         i386
ident           BLADERUNNER
maxusers        32
makeoptions     CONF_CFLAGS=-fno-builtin
options         MAXDSIZ="(256*1024*1024)"
options         DFLDSIZ="(256*1024*1024)"
options         BLKDEV_IOSIZE=8192
options         PQ_NORMALCACHE
options         ROOTDEVNAME=\"ufs:da1s1a\"
options         RANDOMDEV

#hints          "BLADERUNNER.hints"

#####################################################################
# SMP OPTIONS:

options         SMP
options         APIC_IO
options         NCPU=2
options         NBUS=4
options         NAPIC=1
options         NINTR=43

#####################################################################
# CPU OPTIONS

cpu             I686_CPU
options         CPU_FASTER_5X86_FPU
options         NO_F00F_HACK

#####################################################################
# COMPATIBILITY OPTIONS                                             

options         COMPAT_43
options         COMPAT_LINUX
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

#####################################################################
# DEBUGGING OPTIONS

options         UCONSOLE
options         USERCONFIG
options         VISUAL_USERCONFIG

#####################################################################
# NETWORKING OPTIONS

options         INET

device          ether
device          loop    1
device          bpf
device          disc

#####################################################################
# FILESYSTEM OPTIONS

options         FFS
options         MFS
options         PROCFS
options         FFS_ROOT
options         SOFTUPDATES
options         FFS_EXTATTR
options         QUOTA

#####################################################################
# POSIX P1003.1B

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L

#####################################################################
# CLOCK OPTIONS

options         HZ=100
options         CLK_CALIBRATION_LOOP
options         CLK_USE_TSC_CALIBRATION

#####################################################################
# SCSI DEVICES

device          scbus
device          da
device          sa
device          cd
device          pass
device          pt

#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS

options         MSGBUF_SIZE=40960

device          pty
device          gzip
device          vn
device          snp

#####################################################################
# HARDWARE DEVICE CONFIGURATION

options         AUTO_EOI_1
options         AUTO_EOI_2
options         VESA
options         MAXCONS=12
options         SC_DFLT_FONT
makeoptions     SC_DFLT_FONT=cp850
options         SC_DISABLE_DDBKEY
options         SC_DISABLE_REBOOT
options         SC_PIXEL_MODE
options         ATA_ENABLE_ATAPI_DMA
options         AHC_ALLOW_MEMIO
options         PPC_PROBE_CHIPSET

device          isa
device          atkbdc  1
device          atkbd
device          psm
device          vga
device          splash
device          sc      1
device          npx
device          ata
device          atadisk
device          atapicd
device          fdc
device          sio
device          pci
device          ahc
device          fxp
device          ppc
device          ppbus
device          lpt
device          ppi
device          pps
device          pcm
device          sbc
device          midi
device          seq
hint.scbus.0.at="ahc0"
hint.scbus.0.bus="0"
hint.da.0.at="scbus0"
hint.da.0.target="0"
hint.da.0.unit="0"
hint.da.1.at="scbus0"
hint.da.1.target="1"
hint.da.1.unit="0"
hint.da.2.at="scbus0"
hint.da.2.target="2"
hint.da.2.unit="0"
hint.da.3.at="scbus0"
hint.da.3.target="3"
hint.da.3.unit="0"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.npx.0.at="nexus"
hint.npx.0.port="0x0F0"
hint.npx.0.flags="0x0"
hint.npx.0.irq="13"
hint.ata.0.at="isa"
hint.ata.0.port="0x1f0"
hint.ata.0.irq="14"
hint.ata.1.at="isa"
hint.ata.1.port="0x170"
hint.ata.1.irq="15"
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"

Reply via email to