Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 1996 12:37:34 -0500 (EST)
From:      Edward Wolpert <wolpert@osti.rmt.utk.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Help! IDE cdrom not found. (See config file in letter)
Message-ID:  <199602171737.MAA00254@osti.rmt.utk.edu>

next in thread | raw e-mail | index | archive | help
	I've been trying to get my IDE cdrom available on my FreeBSD
2.2-current, on my 486dx2 80Mhz 16MB, system.  IDE with 2 drives, sb16
sound card, and a cdrom (Creative Labs 4x cdrom, model mk4013) I have
set the cdrom on the interface card that came with the cdrom, and it's
at IRQ 15 (My regular IDE is on irq 14) Can anyone help?  I've
included my config file, and the startup information.  Please let me
know what I've done wrong.  (Note that the Leden config file has been
though alot lately, so if also please let me know what I should
remove... I do have a qic-80 tapedrive...  unfortunally...)

--Configuration file: Leyden
machine         "i386"
cpu             "I486_CPU"
ident           LEYDEN
maxusers        20

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         BOUNCE_BUFFERS          #include support for DMA bounce buffers
options         UCONSOLE                #Allow users to grab the console
options         USER_LDT
options         COMPAT_LINUX
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

config          kernel  root on wd0

controller      isa0
controller      pci0

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk            fd0     at fdc0 drive 0 
disk            fd1     at fdc0 drive 1 
tape            ft0     at fdc0 drive 2 

controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0
disk            wd1     at wdc0 drive 1 

controller      wdc1    at isa? port "IO_WD2" bio irq 15 vector wdintr

options         ATAPI   #Enable ATAPI support for IDE bus
device          wcd0    #IDE CD-ROM
device          mcd0    at isa? port 0x300 bio irq 15 vector mcdintr
device          scd0    at isa? port 0x230 bio 
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr
options         XSERVER                 # include code for XFree86
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          sio2    at isa? port "IO_COM3" tty irq 5 vector siointr
device          sio3    at isa? port "IO_COM4" tty irq 9 vector siointr

device          lpt0    at isa? port? tty irq 7 vector lptintr
device          lpt1    at isa? port? tty
device          lpt2    at isa? port? tty
pseudo-device   loop    
pseudo-device   ether   
pseudo-device   log
pseudo-device   sl      1
pseudo-device   ppp     2
pseudo-device   tun     1
pseudo-device   pty     32
pseudo-device   gzip            # Exec gzipped a.out's
controller      snd0
options         "SBC_IRQ=10"
device sb0      at isa? port 0x220 irq 10 drq 1 vector sbintr
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330
--End config file

--Startup messages-->
Feb 17 12:26:44 osti /kernel: FreeBSD 2.2-CURRENT #6: Sat Feb 17 12:25:30 EST 1996

Feb 17 12:26:44 osti /kernel:     root@:/usr2/src/sys/compile/LEYDEN
Feb 17 12:26:44 osti /kernel: CPU: i486DX (486-class CPU)
Feb 17 12:26:44 osti /kernel: real memory  = 16777216 (16384K bytes)
Feb 17 12:26:44 osti /kernel: avail memory = 14790656 (14444K bytes)
Feb 17 12:26:44 osti /kernel: Probing for devices on the ISA bus:
Feb 17 12:26:45 osti /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Feb 17 12:26:45 osti /kernel: sc0: VGA color <16 virtual consoles, flags=0x0>
Feb 17 12:26:45 osti /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa  
Feb 17 12:26:45 osti /kernel: sio0: type 16450
Feb 17 12:26:45 osti /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa
Feb 17 12:26:45 osti /kernel: sio1: type 16450
Feb 17 12:26:45 osti /kernel: sio2 at 0x3e8-0x3ef irq 5 on isa
Feb 17 12:26:45 osti /kernel: sio2: type 16550A 
Feb 17 12:26:46 osti /kernel: sio3 not found at 0x2e8
Feb 17 12:26:46 osti /kernel: lpt0 at 0x278-0x27f irq 7 on isa
Feb 17 12:26:46 osti /kernel: lpt0: Interrupt-driven port
Feb 17 12:26:46 osti /kernel: lp0: TCP/IP capable interface
Feb 17 12:26:46 osti /kernel: lpt1 not found at 0xffffffff
Feb 17 12:26:46 osti /kernel: lpt2 not found at 0xffffffff
Feb 17 12:26:46 osti /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Feb 17 12:26:46 osti /kernel: fdc0: NEC 765
Feb 17 12:26:46 osti /kernel: fd0: 1.44MB 3.5in
Feb 17 12:26:46 osti /kernel: ft0: IOMega tape
Feb 17 12:26:46 osti /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa
Feb 17 12:26:46 osti /kernel: wd0: 813MB (1665216 sectors), 1652 cyls, 16 heads, 63 S/T, 512 B/S 
Feb 17 12:26:46 osti /kernel: wdc0: unit 1 (wd1): <WDC AC21000H>
Feb 17 12:26:47 osti /kernel: wd1: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S
Feb 17 12:26:47 osti /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Feb 17 12:26:47 osti /kernel: mcd0 not found at 0x300
Feb 17 12:26:47 osti /kernel: scd0 not found at 0x230 
Feb 17 12:26:47 osti /kernel: npx0 on motherboard
Feb 17 12:26:47 osti /kernel: npx0: INT 16 interface 
Feb 17 12:26:48 osti /kernel: sb0 at 0x220 irq 10 drq 1 on isa
Feb 17 12:26:48 osti /kernel: sb0: <SoundBlaster 16 4.13>
Feb 17 12:26:48 osti /kernel: sbxvi0 at 0x0 drq 5 on isa
Feb 17 12:26:48 osti /kernel: sbxvo0: <SoundBlaster 16 4.13>
Feb 17 12:26:48 osti /kernel: sbmidi0 at 0x330 on isa
Feb 17 12:26:48 osti /kernel:  <SoundBlaster MPU-401> 
Feb 17 12:26:48 osti /kernel: new masks: bio c000c040, tty c00300ba, net c00300ba
--End of startup messages.

-- 
               Virtually,
               Edward Wolpert

 ------------------------------  "Nothingness is the worm at the
|wolpert@utk.edu               |  center of being."  -Sartre
|wolpert@osti.rmt.utk.edu      | 
 ------------------------------                         Fnord!
[DC 92 17 C1 7A 42 06 73  66 9D A9 00 52 07 6B 3B]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602171737.MAA00254>