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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to