From owner-freebsd-current Thu Sep 24 15:43:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02286 for freebsd-current-outgoing; Thu, 24 Sep 1998 15:43:09 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02278 for ; Thu, 24 Sep 1998 15:42:58 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.1/8.9.1) with SMTP id SAA01294 for ; Thu, 24 Sep 1998 18:42:52 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA07800; Thu, 24 Sep 1998 18:42:51 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id SAA00779 for freebsd-current@freebsd.org; Thu, 24 Sep 1998 18:42:51 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199809242242.SAA00779@bb01f39.unx.sas.com> Subject: Massive devfs confusion To: freebsd-current@FreeBSD.ORG Date: Thu, 24 Sep 1998 18:42:51 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL38 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I seem to be having a problem with /devs and my scsi disks on my -current system: FreeBSD FreeBSD.pc.sas.com 3.0-BETA FreeBSD 3.0-BETA #0: Thu Sep 24 18:12:56 EDT 1998 root@FreeBSD.pc.sas.com:/usr/src/sys/compile/FreeBSD i386 From dmesg: DEVFS: ready to run ccd0-3: Concatenated disk drivers changing root device to wd0s1a da0 at ahc0 bus 0 target 1 lun 0 da0: Fixed Direct Access SCSI2 device da0: 20.0MB/s transfers (10.0MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) da3 at ahc0 bus 0 target 4 lun 0 da3: Fixed Direct Access SCSI2 device da3: 20.0MB/s transfers (10.0MHz, offset 8, 16bit), Tagged Queueing Enabled da3: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) da2 at ahc0 bus 0 target 3 lun 0 da2: Fixed Direct Access SCSI2 device da2: 20.0MB/s transfers (10.0MHz, offset 8, 16bit), Tagged Queueing Enabled da2: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) da1 at ahc0 bus 0 target 2 lun 0 da1: Fixed Direct Access SCSI2 device da1: 20.0MB/s transfers (10.0MHz, offset 8, 16bit), Tagged Queueing Enabled da1: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) However, these devices are not showing up in /devs. FreeBSD# ls -al /devs/d* crw-r----- 1 root kmem 4, 0 Sep 24 18:24 /devs/drum FreeBSD# From my fstab file: devfs /devs devfs rw 0 0 Could someone point out what I am missing? thanks, John ps: I had to create a /dev/xpt0 by hand for camcontrol, it isn't in MAKEDEV. device xpt0 is not listed in LINT... should it not be there? devfs_add_devswf() can return NULL (not documented in the man page), and the rc is not checked in the calls to it from kern/disk_subr.c .... Comments? Critiques? Am I losing my mind? I mean my disks? Ok, I give, I just found one of my disks under /dev/sd0 .. I must have my kernel config file messed up... any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message