Skip site navigation (1)Skip section navigation (2)
Date:      18 Dec 98 02:46:24 America/Fort_Wayne
From:      Stephen Palmer <slpalmer@netscape.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Request fo help with Zip Drive on vpo0 in -current
Message-ID:  <19981218024624.23042.qmail@www0l.netaddress.usa.net>

next in thread | raw e-mail | index | archive | help
Can someone offer assistance in getting a Parallel Port Zip Drive
working under FreeBSD 3.0-current?  I've searched the mailing lists
and LINT, and added what I thought were the correct options.
As you can read in my dmesg output below, my ppbus and vpo0 do
get detected, but da0 and scbus do not.  A gentle nudge in the right
direction would be most graciously appreciated!

Stephen L. Palmer
slpalmer@netscape.net

KERNEL CONFIG FILE

machine		"i386"
cpu		"I486_CPU"
cpu		"I586_CPU"
cpu		"I686_CPU"
ident		MIDEARTH
maxusers	32
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		MFS_ROOT		#MFS usable as root device, "MFS" req'ed
options		NFS			#Network Filesystem
options		NFS_ROOT		#NFS usable as root device, "NFS" req'ed
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		"CD9660_ROOT"		#CD-ROM usable as root. "CD9660" req'ed
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
config		kernel	root on wd0
controller	isa0
controller	eisa0
controller	pci0
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
tape		ft0	at fdc0 drive 2
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
options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		wcd0		#IDE CD-ROM
device		wfd0		#IDE Floppy (e.g. LS-120)
controller      dpt0
device		sc0	at isa? port IO_KBD conflicts tty irq 1
device		npx0	at isa? port IO_NPX irq 13
device		apm0    at isa?	disable	flags 0x31 # Advanced Power Management
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 5
device		sio2	at isa? disable port "IO_COM3" tty irq 5
device		sio3	at isa? disable port "IO_COM4" tty irq 9
device		psm0	at isa? port IO_KBD conflicts tty irq 12
pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
options		KTRACE		#kernel tracing
options		SYSVSHM

controller	pnp0
device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0

controller smbus0
device smb0     at smbus?
controller iicbus0
controller iicbb0
device ic0      at iicbus?
device iic0     at iicbus?
device iicsmb0  at iicbus?
controller	ppc0	at isa? port ? tty irq 7
controller	ppbus0
controller	vpo0	at ppbus?
controller	scbus0	at vpo0
device		da0

END KERNEL CONFIG FILE

OUTPUT FROM DMESG

Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights reserved.
FreeBSD 3.0-CURRENT #5: Wed Dec 16 23:46:24 CST 1998
    slpalmer@midearth.dyn.ml.org:/usr/src/sys/compile/MIDEARTH
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD-K6tm w/ multimedia extensions (233.86-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x562  Stepping=2
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory  = 67108864 (65536K bytes)
config> quit
avail memory = 62722048 (61252K bytes)
Probing for devices on PCI bus 0:
chip0: <Intel 82439TX System Controller (MTXC)> rev 0x01 on pci0.0.0
chip1: <Intel 82371AB PCI to ISA bridge> rev 0x01 on pci0.7.0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1
chip2: <Intel 82371AB Power management controller> rev 0x01 on pci0.7.3
vga0: <VGA-compatible display device> rev 0x03 int a irq 10 on pci0.8.0
Probing for PnP devices:
CSN 1 Vendor ID: CTL00c5 [0xc5008c0e] Serial 0x1b9e4f4c Comp ID: PNPb02f
[0x2fb0d041]
pcm1 (SB16pnp <SB16 PnP> sn 0x1b9e4f4c) at 0x220-0x22f irq 9 drq 1 flags 0x17
on isa
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 flags 0x10 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 5 on isa
sio1: type 16550A
psm0 not found at 0x60
ppc: parallel port found at 0x378
ppc0 at 0x378 irq 7 on isa
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
vpo0: <Iomega VPI0 Parallel to SCSI interface> on ppbus 0
vpo0: EPP 1.9 mode
pcm0 not probed due to drq conflict with pcm1 at 1
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <WDC AC36400L>
wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <FX240S/j01>, removable, intr, dma, iordis
wcd0: 4134KB/sec, 256KB cache, audio play, 255 volume levels, ejectable tray
wcd0: no disc inside, unlocked
wdc1: unit 1 (atapi): <Memorex CRW-1622/    D3.7>, removable, dma, iordy
wcd1: 344/1034KB/sec, 1024KB cache, audio play, 128 volume levels, ejectable
tray
wcd1: no disc inside, unlocked, lock protected
npx0 on motherboard
npx0: INT 16 interface
Waiting 15 seconds for SCSI devices to settle
changing root device to wd0s2a

END DMESG OUTPUT

---                      |
Stephen L. Palmer        |                Sprint Paranet
slpalmer@netscape.net   \|/   slpalmer@sprintparanet.com
   "There are thousands of intelligent species in the 
    Universe, and they all own cats."        -Unknown

____________________________________________________________________
More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail

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?19981218024624.23042.qmail>