Go to file
bouyer 503de51fdd Fix probe code for IDE devices:
- Don't rely on ATA signature: some ide controllers seems to not transmit it
  properly (SIMIDE on arm32 machines). Instead, when we guess a drive is here
  after reset, just mark it as ATA and OLD is it's not ATAPI.
- at attach time, use IDENTIFY to eliminate ghost from the probe. If the
  drive had the old flag and IDENTIFY failed, issue a WDCC_RECAL command
  to detect a pre-ATA disk. If IDENTIFY succeded, remove the OLD flag,
  it's obviously not a pre-ATA disk.
- add a new controller flag, WDC_CAPABILITY_PREATA, used to shorcut parts
  of the probe (not necessary, but makes the probe/attach faster). This is
  only set by the ISA front-end, all other controllers supported can't have
  pre-ATA drives attached.
The mechanism used are more or less the same as before, they have just been
reordered. Should solve port-arm32/7324 (waiting for feedback).
1999-04-11 20:50:28 +00:00
bin Correct a rather obvious typo (once Tor Egge pointed it out to me) 1999-04-06 21:05:27 +00:00
distrib We do support the CyberSCSI Mk3/PPC now 1999-04-11 15:12:49 +00:00
etc OK, adjust the kernel finder one more time to handle the case of a config 1999-04-10 04:41:52 +00:00
games change: 1999-04-06 04:54:19 +00:00
gnu Don't attempt to use a compiler specified by $CC; it's perfectly legitimate 1999-04-10 15:22:27 +00:00
include move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
lib Remove duplicate section header; from NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> 1999-04-09 14:11:57 +00:00
libexec change: 1999-04-06 04:54:19 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin Update for sparc64. 1999-04-09 16:01:34 +00:00
share Xref exphy(4). 1999-04-10 16:23:10 +00:00
sys Fix probe code for IDE devices: 1999-04-11 20:50:28 +00:00
usr.bin Remove duplicated entry. 1999-04-11 12:56:15 +00:00
usr.sbin Prevent sending udp data to the obvious bad ports that are used for 1999-04-11 15:40:58 +00:00
Makefile Improve documentation. 1999-04-01 02:49:12 +00:00