Date: Mon, 3 Jul 2000 09:44:49 -0400 (EDT) From: Michael Lucas <mwlucas@blackhelicopters.org> To: current@freebsd.org Subject: hints syntax? Message-ID: <200007031344.JAA34324@blackhelicopters.org>
next in thread | raw e-mail | index | archive | help
I'm having trouble with the hints file syntax for a more complicated device, namely a sound card. The device shows up with the unknown driver: unknown7: <YMH0021> at port 0x220-0x233,0x530-0x537,0x388-0x38f,0x330-0x333,0x53 8-0x539 irq 5 drq 1,0 on isa0 I've tried hints files with a variety of syntaxes, including listing only the first variable (i,e., "hint.pcm.0.drq="1"), and listing them all (hint.pcm.0.drq="1,0"). Currently I have: hint.pcm.0.irq="5" hint.pcm.0.drq="1,0" hint.pcm.0.port="0x220" Anyone have any suggestions? ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007031344.JAA34324>