Date: Tue, 9 Jul 1996 17:47:36 -0400 (EDT) From: Charlie Root <root@rhiannon.scsn.net> To: freebsd-current@freebsd.org Cc: dmaddox@scsn.net Subject: ATAPI no longer works for me... Message-ID: <199607092147.RAA00878@rhiannon.scsn.net>
next in thread | raw e-mail | index | archive | help
I recently installed FreeBSD 2.1.0-RELEASE on my home PC, and was pleased to find that
ALL of my hardware was worked with FBSD :-).
I then proceeded to sup all of the -current source, compile it, and install it.
The whole process went pretty smoothly; however, I find that my ATAPI IDE CD-ROM drive
no longer works. Or, to be more specific, ATAPI_STATIC no longer works at all, the lkm
will SOMETIMES work, if I try modload'ing it repeatedly. Usually, I just get a message
like "ERROR: device not configured". In those cases when it DOES load, it seems to work
ok.
The drive in question is a 4x Vertos 400HTD ATAPI IDE.
The rest of the system is:
P100,
ASUS P/I-P55T2P4 Triton-II MB,
32M RAM,
Maxtor 71336AP 1.2G HD (/ and /usr)
Adaptec 2940UW with
Fujitsu M2684 507MB SCSI (/usr/local)
Quantum LP52S (swap)
Creative Labs SB16
Diamond Stealth 64 2M VRAM 3240XL
Iomega Ditto 'floppy' Tape Drive
3.5" Floppy, etc.
Here's my current config (I've tried with and without ATAPI_STATIC):
machine "i386"
cpu "I586_CPU" # aka Pentium(tm)
ident RHIANNON
maxusers 10
options CHILD_MAX=128
options OPEN_MAX=128
options "I586_FAST_BCOPY"
config kernel root on wd0
options "COMPAT_43"
options USER_LDT #allow user-level control of i386 ldt
options SYSVSHM
options SYSVSEM
options SYSVMSG
options DDB
options KTRACE #kernel tracing
options PERFMON
options UCONSOLE
options INET #Internet communications protocols
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver(user process ppp)
options FFS #Fast filesystem
options NFS #Network File System
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
options MSDOSFS #MS DOS File System
options NULLFS #NULL filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
options DEVFS #devices filesystem
options NSWAPDEV=20
controller scbus0 #base SCSI code
device sd0 #SCSI disks
pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
pseudo-device ccd 4 #Concatenated disk driver
controller isa0
options "AUTO_EOI_1"
options BOUNCE_BUFFERS
options "MAXMEM=(32*1024)"
options XSERVER # include code for XFree86
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
device wcd0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
tape ft0 at fdc0 drive 2
options FDSEEKWAIT=16
device lpt0 at isa? port? tty irq 7 vector lptintr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
controller snd0
device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr
device sbxvi0 at isa? drq 5
device sbmidi0 at isa? port 0x330
device opl0 at isa? port 0x388
device pca0 at isa? port IO_TIMER1 tty
device joy0 at isa? port "IO_GAME"
controller pci0
controller ahc1
options "IBCS2"
options COMPAT_LINUX
options "SCSI_2_DEF"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607092147.RAA00878>
