From owner-freebsd-hackers Fri Dec 27 15:53:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA14798 for hackers-outgoing; Fri, 27 Dec 1996 15:53:14 -0800 (PST) Received: from nlanr.net (oceana.sdsc.edu [132.249.40.200]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id PAA14789 for ; Fri, 27 Dec 1996 15:53:12 -0800 (PST) Received: (from tony@localhost) by nlanr.net (8.7.3/8.7.3) id PAA05947 for hackers@freebsd.org; Fri, 27 Dec 1996 15:53:10 -0800 (PST) From: Tony Sterrett Message-Id: <199612272353.PAA05947@nlanr.net> Subject: xx_probe() in driver To: hackers@freebsd.org Date: Fri, 27 Dec 1996 15:53:10 -0800 (PST) X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am write a driver with xx_probe(). I understand that the xx_probe() is called at system config time. How do I let the system know I want xx_probe() called? BTW I've followed the rules for developing drivers my read routine works but my xx_probe() it not called. Thanks in Advance. Tony