From owner-freebsd-current Mon Jul 21 10:14:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25535 for current-outgoing; Mon, 21 Jul 1997 10:14:08 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA25529 for ; Mon, 21 Jul 1997 10:14:04 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wqM1v-0001il-00; Mon, 21 Jul 1997 11:13:51 -0600 To: Sean Eric Fagan Subject: Re: I am contemplating the following change... Cc: current@freebsd.org In-reply-to: Your message of "Sat, 19 Jul 1997 09:49:56 PDT." <199707191649.JAA15918@kithrup.com> References: <199707191649.JAA15918@kithrup.com> <21008.869326490@time.cdrom.com> from "Jordan K. Hubbard" at "Jul 19, 97 08:34:50 am" Date: Mon, 21 Jul 1997 11:13:51 -0600 From: Warner Losh Message-Id: Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199707191649.JAA15918@kithrup.com> Sean Eric Fagan writes: : The visual config stuff is neat, and can be a lifesaver... but requiring : users to do it is going to bite, *hard*. I had to help a (very technical) : friend go through the process -- this is someone who had installed linux on : his system with no problem, he's dealt with funky PC hardware before, etc. : And yet he needed help to config the kernel before booting. : : I really think forcing more people to do it is bad. I know that the number one PITA when trying to get FreeBSD running on new systems that I build from random hardware that floats my way is finding where the @#!$#&!@*#%(* the ethernet card is, and making sure that the IRQ is the right one. I'd be a lot happier if we just dropped the irq bit completely from the config file for ethernet cards and have them be found just like the lp devices are found. At least as an option. Using the visual editor is nice, but a real pain to even the most experienced users of the system. It will be a nightmare for many novices. Warner