Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 1997 02:56:44 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa aha1542.c
Message-ID:  <199711181056.CAA28315@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/11/18 02:56:43 PST

  Modified files:
    sys/i386/isa         aha1542.c 
  Log:
  Removed code for the !KERNEL case.  It hasn't been maintained for 4
  years and gives a "laugh"able number of compile-time errors (see the
  comment).  main() just printed the struct sizes.  This can be done
  better by compiling with -g and reading off the sizes from the stabs.
  
  Sorted #includes.
  
  Fixed an unsigned vs signed comparison.
  
  Revision  Changes    Path
  1.72      +8 -28     src/sys/i386/isa/aha1542.c



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