From owner-freebsd-current Sun May 31 00:58:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20243 for freebsd-current-outgoing; Sun, 31 May 1998 00:58:45 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from isua2.iastate.edu (isua2.iastate.edu [129.186.1.202]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20234 for ; Sun, 31 May 1998 00:58:43 -0700 (PDT) (envelope-from graphix@iastate.edu) Received: (from graphix@localhost) by isua2.iastate.edu (8.8.5/8.8.5) id CAA14778 for current@freebsd.org; Sun, 31 May 1998 02:58:42 -0500 (CDT) Date: Sun, 31 May 1998 02:58:42 -0500 (CDT) From: Kent A Vander Velden Message-Id: <199805310758.CAA14778@isua2.iastate.edu> To: current@FreeBSD.ORG Subject: kernel config Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do the -current kernels have a way to automatically enter a few configuration commands on startup? At the moment whenever I install a new kernel I must type these lines at the kernel config prompt: pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 pnp 1 1 os enable port0 0x208 pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 to enable the soundcard. I have tried to put these lines in /kernel.config but that did not seem to change anything. The file kernel.config does not seem to be documentated anywhere that I could find so perhaps I am using the wrong syntex. I assume that the this functionality is available since typing these commands get really old :) Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message