cvs commit: src/sys/ia64/include/pc bios.h msdos.h vesa.h

Marcel Moolenaar marcel at FreeBSD.org
Sun Nov 2 01:19:08 PST 2003


marcel      2003/11/02 01:19:07 PST

  FreeBSD src repository

  Removed files:
    sys/ia64/include/pc  bios.h msdos.h vesa.h 
  Log:
  Remove headers copied from i386 and either useless or wrong on ia64.
  An example of useless is bios.h. An example of wrong is msdos.h (due
  to the use of long for 32-bit fields).
  
  display.h cannot be removed because it's used by syscons. That header
  however has no platform dependency and shouldn't really be here.
  
  Removal if these headers may cause build failures in the ports tree.
  It's the ports that need fixing in that case.
  
  Tested with: buildworld, LINT
  
  Revision  Changes    Path
  1.2       +0 -117    src/sys/ia64/include/pc/bios.h (dead)
  1.2       +0 -66     src/sys/ia64/include/pc/msdos.h (dead)
  1.3       +0 -128    src/sys/ia64/include/pc/vesa.h (dead)


More information about the cvs-src mailing list