Author: kib
Date: Tue Oct  4 10:08:02 2011
New Revision: 225964
URL: http://svn.freebsd.org/changeset/base/225964

Log:
  MFC r225790:
  Install ciss(4) ioctl header.
  
  PR:   kern/109813

Modified:
  stable/8/etc/mtree/BSD.include.dist
  stable/8/include/Makefile
Directory Properties:
  stable/8/etc/   (props changed)
  stable/8/include/   (props changed)

Modified: stable/8/etc/mtree/BSD.include.dist
==============================================================================
--- stable/8/etc/mtree/BSD.include.dist Tue Oct  4 10:02:14 2011        
(r225963)
+++ stable/8/etc/mtree/BSD.include.dist Tue Oct  4 10:08:02 2011        
(r225964)
@@ -92,6 +92,8 @@
         ..
         bktr
         ..
+        ciss
+        ..
         firewire
         ..
         hwpmc

Modified: stable/8/include/Makefile
==============================================================================
--- stable/8/include/Makefile   Tue Oct  4 10:02:14 2011        (r225963)
+++ stable/8/include/Makefile   Tue Oct  4 10:08:02 2011        (r225964)
@@ -39,7 +39,7 @@ LDIRS=        bsm cam geom net net80211 netatal
        sys vm
 
 LSUBDIRS=      cam/ata cam/scsi \
-       dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
+       dev/acpica dev/an dev/bktr dev/ciss dev/firewire dev/hwpmc \
        dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/ofw \
        dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
        dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to