Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 15:11:04 -0500
From:      Steve Price <steve@havk.org>
To:        stable@freebsd.org
Subject:   pcic_isa.c missing in -stable
Message-ID:  <20010712151104.H75539@bsd.havk.org>

next in thread | raw e-mail | index | archive | help
Is it just me or did the following commit break kernel builds
in -stable?

steve@bsd(/usr/src/sys/conf)$ cvs diff -u -r1.340.2.65 -r1.340.2.66 files 
Index: files
===================================================================
RCS file: /home/ncvs/src/sys/conf/files,v
retrieving revision 1.340.2.65
retrieving revision 1.340.2.66
diff -u -r1.340.2.65 -r1.340.2.66
--- files       2001/07/07 05:25:27     1.340.2.65
+++ files       2001/07/09 18:25:51     1.340.2.66
@@ -1,4 +1,4 @@
-# $FreeBSD: src/sys/conf/files,v 1.340.2.65 2001/07/07 05:25:27 imp Exp $
+# $FreeBSD: src/sys/conf/files,v 1.340.2.66 2001/07/09 18:25:51 imp Exp $
 #
 # The long compile-with and dependency lines are required because of
 # limitations in config: backslash-newline doesn't work in strings, and
@@ -914,7 +914,8 @@
 pccard/pccard_beep.c   optional card
 pccard/pccard_nbk.c    optional card
 pccard/pcic.c          optional pcic card
-pccard/pcic_pci.c      optional pcic pci
+pccard/pcic_isa.c      optional pcic isa card
+pccard/pcic_pci.c      optional pcic pci card
 pci/agp.c              optional agp
 pci/agp_intel.c                optional agp
 pci/agp_via.c          optional agp


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010712151104.H75539>