Go to file
cgd 638726b0db * rework the quirk table ('device_tab'):
* QUIRK_NOMSG only has any meaning when NCR_GETCC_WITHMSG
      is defined.  Therefore, there's no harm in using it when
      NCR_GETCC_WITHMSG is not defined.  so, simplify the table
      by removing the #ifdef.
    * there's really no point in having table entries after
      an entry which will match everything.
    * add some comments, clean up spacing.

* add an entry for "QUANTUM"/"ATLAS IV" drives with flags
  QUIRK_NOTAGS|QUIRK_NOMSG.  (I included the latter flag only
  because everything else had it before! ... which means that
  all the functionality added with the NCR_GETCC_WITHMSG define
  would never get used! *sigh*)  The latter fixes the problems
  I was having on an Atlas, and should fix the problems mentioned
  by Hans Hoppe <hopha@casema.net> in comments on PR#7694.
2000-03-18 06:59:02 +00:00
bin Fix doubled 'the' in comment. 2000-03-13 22:46:59 +00:00
dist need string.h for prototype of memset(). fixes build breakage on alpha. 2000-03-02 18:08:44 +00:00
distrib Add "machine_machdep.h". 2000-03-17 22:54:04 +00:00
etc correct reject route installations for IPv6. improve comments. 2000-03-17 17:41:01 +00:00
games Fix doubled 'the'. 2000-03-13 23:57:23 +00:00
gnu Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey. 2000-03-16 22:46:10 +00:00
include make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h> 2000-03-07 21:12:37 +00:00
lib Keep the bit position even when the report descriptor says POP. 2000-03-17 18:09:17 +00:00
libexec only define _DEFAULT_CONFDIR if not set. (allows compile-time override) 2000-03-06 21:42:26 +00:00
regress Don't rely on <stdio.h> making visible identifiers from <sys/types.h>. 2000-03-06 18:51:57 +00:00
sbin correct getopt() optstring: -A gets a parameter! 2000-03-16 17:33:04 +00:00
share Import tzdata2000d. 2000-03-18 00:39:49 +00:00
sys * rework the quirk table ('device_tab'): 2000-03-18 06:59:02 +00:00
usr.bin Redo previous again, so that the check for YY_USES_REJECT is after "%%" 2000-03-17 23:21:45 +00:00
usr.sbin mbrlabel moves to /sbin. 2000-03-15 12:01:19 +00:00
Makefile Handle new make variable BUILD_DONE which creates an empty build target if 2000-03-11 00:10:20 +00:00