From owner-freebsd-hackers Tue Jun 13 07:05:02 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA05017 for hackers-outgoing; Tue, 13 Jun 1995 07:05:02 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA04924 for ; Tue, 13 Jun 1995 07:04:51 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA27651; Tue, 13 Jun 1995 23:57:32 +1000 Date: Tue, 13 Jun 1995 23:57:32 +1000 From: Bruce Evans Message-Id: <199506131357.XAA27651@godzilla.zeta.org.au> To: dufault@hda.com, freebsd-hackers@freebsd.org Subject: Re: `device' versus `disk' in kernel config file Sender: hackers-owner@freebsd.org Precedence: bulk >I think "disk sd? at scbus?" will do something reasonable. No, it gives NSD=0. Apparently "disk sd0 at scbus?" works better but this may just be due to the old mechanism. I don't know of any working examples with "?" in a device name >I was under the impression that "disk" is handled specially in >order to generate potential mount and swap info, and then is treated >like "device". This is controlled by in devices.i386. You can specify swap on cd0 but not on sio0 :-). Bruce