Date: Wed, 25 Sep 1996 04:59:50 -0400 (EDT) From: Peter Dufault <dufault@hda.com> To: robsch@robkaos.ruhr.de (Robert Schien) Cc: freebsd-scsi@freebsd.org Subject: Re: How to use HP CD-R under 2.1.5R? Message-ID: <199609250859.EAA06551@hda.com> In-Reply-To: <m0v5aBW-0000KvC@robkaos.ruhr.de> from "Robert Schien" at Sep 24, 96 06:18:10 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> I want to use the HP 4020i CD burner under 2.1.5R. > Unfortunately, I can't get the kernel linked successfully. > I get unresolved symbols like _wormcontrol, _wormclose etc. > Is there anything special I have to note? > I simply put > device worm0 > into the kernel config file. You have to let config know it is a scsi device. This lets one add new scsi drivers without changing config. "sd", etc have special keywords added to config. Try: > device worm0 at scbus? -- Peter Dufault Real-Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609250859.EAA06551>