From owner-freebsd-bugs Tue May 20 19:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA12428 for bugs-outgoing; Tue, 20 May 1997 19:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA12420; Tue, 20 May 1997 19:50:03 -0700 (PDT) Resent-Date: Tue, 20 May 1997 19:50:03 -0700 (PDT) Resent-Message-Id: <199705210250.TAA12420@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, cmf@netins.net Received: from kf0yn.ampr.org (elrg-01-29.dialup.netins.net [199.120.94.94]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA12289 for ; Tue, 20 May 1997 19:47:21 -0700 (PDT) Received: (cmf@localhost) by kf0yn.ampr.org (8.8.5/8.6.5) id VAA04646; Tue, 20 May 1997 21:47:08 -0500 (CDT) Message-Id: <199705210247.VAA04646@kf0yn.ampr.org> Date: Tue, 20 May 1997 21:47:08 -0500 (CDT) From: "Carl M. Fongheiser" Reply-To: cmf@netins.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/3646: kernel built with "options NETATALK" fails to boot Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3646 >Category: kern >Synopsis: kernel built with "options NETATALK" fails to boot >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 20 19:50:01 PDT 1997 >Last-Modified: >Originator: Carl M. Fongheiser >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current as of May 16th >Description: A kernel built with "options NETATALK" compiles, but panics on boot with the message "panic: domaininit: appletalksw[0] has no usrreqs". >How-To-Repeat: Build a kernel with "options NETATALK", install and boot. >Fix: The following patches prevent the panic (but netatalk still doesn't work): *** at_proto.c_save Tue May 13 17:12:00 1997 --- at_proto.c Fri May 16 07:43:40 1997 *************** *** 59,64 **** --- 59,65 ---- NULL, /* utility routines. */ ddp_init, 0, 0, 0, + &ddp_usrreqs }, }; *** ddp_var.h_save Thu May 23 20:35:42 1996 --- ddp_var.h Fri May 16 07:47:53 1997 *************** *** 32,36 **** --- 32,37 ---- extern struct ddpcb *ddp_ports[ ]; extern struct ddpcb *ddpcb; struct ddpstat ddpstat; + extern struct pr_usrreqs ddp_usrreqs; #endif #endif /* _NETATALK_DDP_VAR_H_ */ >Audit-Trail: >Unformatted: