From owner-freebsd-questions Fri Nov 16 22:31:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ash25.adelaide.on.net (mail.internode.on.net [203.16.214.248]) by hub.freebsd.org (Postfix) with ESMTP id C6EB737B417 for ; Fri, 16 Nov 2001 22:31:20 -0800 (PST) Received: from slick ([150.101.146.194]) by internode.on.net (PMDF V6.0-24 #37831) with SMTP id <01KATGGGLGWA002ZHH@internode.on.net> for questions@freebsd.org; Sat, 17 Nov 2001 17:00:43 +1030 Date: Sat, 17 Nov 2001 17:04:28 +1030 From: Alex Subject: /boot/device.hints To: Daniel O'Connor Cc: questions@freebsd.org, buga@lemis.com Message-id: <001601c16f31$e8fdeac0$c2926596@slick> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I have added this to device.hints: hint.ed.0.at="isa" hint.ed.0.port="0x300" hint.ed.0.irq="10" hint.ed.0.maddr="0xcc000" And the NIC still doesn't get detected by the kernel. The kernel should consult /boot/device.hints at boot time and record these attributes. I know these are the correct attributes bec I had to manually set them with a jumper. The strange thing is, is that using 4.4-STABLE boot disks and using UserConfig to tell the kernel the above attributes of my NIC, works. However, I really want to avoid having to add options: USERCONFIG, INTRO_USERCONFIG, or VISUAL_USERCONFIG to the kernel and boot with -c. Questions: 1. With having the correct device.hints, shouldn't this be enough for the kernel to know about the device ? 2. Have I overlooked an important step ? Thanks - Alex ----- Original Message ----- From: "Daniel O'Connor" To: "Alex" Cc: ; Sent: Friday, November 16, 2001 12:43 PM Subject: RE: boot.config > > On 15-Nov-2001 Alex wrote: > > 1. Is it the case that UserConfig is *not* an option in the GENERIC kernel > > for 5.0-CURRENT? > > Correct.. Userconfig is mostly useless now. You are supposed to use hints. > > I can't remember how to edit them from the loader.. Go read some -current email > like you're supposed to when you run -current :) > > --- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message