Author: nyan
Date: Sun Jan 29 03:34:49 2017
New Revision: 312944
URL: https://svnweb.freebsd.org/changeset/base/312944

Log:
  - Remove i8255.h because it's pc98 device.
  - rsa.h is for both RSA-DV/S ISA and RSA-98III CBUS, but there is no RSA-DV/S
    support.  So it can be removed.

Deleted:
  head/sys/dev/ic/i8255.h
  head/sys/dev/ic/rsa.h
Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Sun Jan 29 02:17:52 2017        (r312943)
+++ head/ObsoleteFiles.inc      Sun Jan 29 03:34:49 2017        (r312944)
@@ -40,6 +40,8 @@
 
 # 20170128: remove pc98 support
 OLD_FILES+=usr/include/dev/ic/i8251.h
+OLD_FILES+=usr/include/dev/ic/i8255.h
+OLD_FILES+=usr/include/dev/ic/rsa.h
 OLD_FILES+=usr/include/dev/ic/wd33c93reg.h
 OLD_FILES+=usr/include/sys/disk/pc98.h
 OLD_FILES+=usr/include/sys/diskpc98.h
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to