Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 1996 19:49:00 -0400
From:      Andrew Herdman <andrew@whine.com>
To:        questions@freebsd.org
Subject:   Problems with ATAPI CDROM and 2.2-960323-SNAP
Message-ID:  <Pine.BSF.3.91.960415194524.1068A-100000@why>

next in thread | raw e-mail | index | archive | help
I just upgraded my system at work with 2.2-960323-SNAP from 
2.1.0-RELEASE.  I rebuilt the kernel with the same file the 2.1.0 kernel 
was built, and now it does not probe for the CDROM on boot up.  Is there 
a new way to enter the wcd0 line in the config file?  Or did ATAPI 
support die in this version?  Here is both my kernel config and a dmesg.  
The cdrom is on the first IDE bus.

-----------------------------------------------------------------------------
machine         "i386"
cpu             "I586_CPU"
ident           GHOUL
maxusers        10

options         "SYSVSHM"
options         "SYSVSEM"
options         "SYSVMSG"
options         "COMPAT_LINUX"          #Linux Emulator
options         "LINUX"                 #Linux Emulator in Kernel
options         "INET"                  #InterNETworking
options         "FFS"                   #Berkeley Fast 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
options         "UCONSOLE"              #X console support
options         "FAT_CURSOR"            #block cursor in syscons or pccons
options         "BOUNCE_BUFFERS"        #include support for DMA bounce 
buffers
options         "NCONS=5"               #5 Virtual Consoles
options         "NSWAPDEV=5"            #Allow for 5 Swap Devices
options         "DUMMY_NOPS"            #disable extra delays
options         "KTRACE"                #enable Kernel Tracing
options         "CHILD_MAX=128"         #128 Children Processes
options         "OPEN_MAX=128"          #128 File descriptors
options         "ATAPI"                 #Enable ATAPI support for IDE bus

config          kernel  root on wd0 swap on wd0

controller      isa0
controller      pci0
controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
controller      wdc1    at isa? port "IO_WD2" bio irq 15 vector wdintr

disk            fd0     at fdc0 drive 0
disk            wd0     at wdc0 drive 0 flags 0x80ff
disk            wd1     at wdc1 drive 0 flags 0x80ff

device  wcd0
device  sc0     at isa? port "IO_KBD" tty irq 1 vector scintr
device  npx0    at isa? port "IO_NPX" irq 13 vector npxintr
device  sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
device  sio1    at isa? port "IO_COM2" tty irq 3 vector siointr
device  lpt0    at isa? port? tty irq 7 vector lptintr
device  ep0     at isa? port 0x210 net irq 12 vector epintr
device  ep1     at isa? port 0x300 net irq 10 vector epintr

pseudo-device   loop
pseudo-device   ether
pseudo-device   log
pseudo-device   bpfilter        3
pseudo-device   pty             32
pseudo-device   gzip
pseudo-device   vn
pseudo-device   snp             5
pseudo-device   tun             2

------------------------------------------------------------------------------
FreeBSD 2.2-960323-SNAP #1: Mon Apr 15 16:54:14 EDT 1996
    andrew@ghoul.uunet.ca:/usr/src/sys/compile/GHOUL
CPU: Pentium (99.46-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x525  Stepping=5
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 33554432 (32768K bytes)
avail memory = 30732288 (30012K bytes)
Probing for devices on PCI bus 0:
chip0 <Intel 82437 (Triton) PCI cache memory controller> rev 2 on pci0:0
chip1 <Intel 82371 (Triton) PCI-ISA bridge> rev 2 on pci0:7
piix0 <Intel 82371 (Triton) Bus-master IDE controller> rev 2 on pci0:7
vga0 <VGA-compatible display device> rev 3 on pci0:12
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <ST51080A>, 32-bit, multi-block-32
wd0: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (wd1): <ST51080A>, 32-bit, multi-block-32
wd1: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S
2 3C5x9 board(s) on ISA found at 0x210 0x300
ep0 at 0x210-0x21f irq 12 on isa
ep0: aui/utp/bnc[*UTP*] address 00:a0:24:28:6a:2e
ep1 at 0x300-0x30f irq 10 on isa
ep1: aui/utp[*UTP*] address 00:a0:24:5d:da:2f
npx0 on motherboard
npx0: INT 16 interface




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960415194524.1068A-100000>