From owner-freebsd-questions Tue Mar 25 18:43:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07038 for questions-outgoing; Tue, 25 Mar 1997 18:43:31 -0800 (PST) Received: from obie.softweyr.ml.org ([199.104.124.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA07032 for ; Tue, 25 Mar 1997 18:43:26 -0800 (PST) Received: (from wes@localhost) by obie.softweyr.ml.org (8.7.5/8.6.12) id TAA01717; Tue, 25 Mar 1997 19:44:52 -0700 (MST) Date: Tue, 25 Mar 1997 19:44:52 -0700 (MST) Message-Id: <199703260244.TAA01717@obie.softweyr.ml.org> From: Wes Peters To: David Li CC: questions@freebsd.org Subject: Help: modem driver In-Reply-To: <199703260023.QAA25215@freefall.freebsd.org> References: <199703260023.QAA25215@freefall.freebsd.org> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk dli@bbn.com writes: > I would like to find a copy of modem driver code and modify its Hayes > compitable "AT" command handling so as to to meet the requirements on > my own radio modem. Would anyone be able to point me to such a public > domain modem driver code used in FreeBSD? Thanks. Please reply to > dli@bbn.com. FreeBSD doesn't really used "modem" drivers. To FreeBSD, and most UNIX systems, a modem is just something plugged into a "tty" port; the driver is a tty driver. The AT commands are all handled by the application itself, not in any system-level driver code. If you tell us what you need to do with your radio modem, we might be able to give you some pointers. Are you trying to use it for UUCP, PPP, SLIP, etc. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com