summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-06-21 10:23:23 +0000
committerdg <dg@FreeBSD.org>1995-06-21 10:23:23 +0000
commit78565dfd0b04346a7c805976c159faf5d54e7032 (patch)
tree789da1b107fa374b393bda712efd4bf3abaef255 /sys/i386/isa
parent23a07febc37490f2a7f50955475fe3f4005b7ba7 (diff)
downloadFreeBSD-src-78565dfd0b04346a7c805976c159faf5d54e7032.zip
FreeBSD-src-78565dfd0b04346a7c805976c159faf5d54e7032.tar.gz
Change interface type...IFT_SLIP -> IFT_PARA.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/lpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c
index b5db1a5..e708ab1 100644
--- a/sys/i386/isa/lpt.c
+++ b/sys/i386/isa/lpt.c
@@ -46,7 +46,7 @@
* SUCH DAMAGE.
*
* from: unknown origin, 386BSD 0.1
- * $Id: lpt.c,v 1.29 1995/05/09 01:33:16 phk Exp $
+ * $Id: lpt.c,v 1.30 1995/05/30 08:02:42 rgrimes Exp $
*/
/*
@@ -828,7 +828,7 @@ lpattach (struct lpt_softc *sc, int unit)
ifp->if_flags = IFF_SIMPLEX | IFF_POINTOPOINT;
ifp->if_ioctl = lpioctl;
ifp->if_output = lpoutput;
- ifp->if_type = IFT_SLIP;
+ ifp->if_type = IFT_PARA;
ifp->if_hdrlen = 0;
ifp->if_addrlen = 0;
ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
OpenPOWER on IntegriCloud