Go to file
jonathan 79b026a8f3 * Add command struct and modifier definitions for controlling the
ISA-compatible port space of PCI buslogic cards.

* Add call to bha_pci.c to disable the ISA-compatible ports of a PCI
  device.  The ISA-compatible ports are enabled by default, which
  causes the card to be autoconfigured a second time as an ISA device,
  which appears to deadlock the card.

* Change bha_cmd() to return the number of bytes it actually received
  in response to a command, or -1 on error.

*  Use heuristics (checking for bha-only registers, and checking the size
   of the response to BHA_INQURE_EXTENDED) to bha_find, to make sure the
   bha driver never matches an aha (Adaptec    1542 or compatible) device.

A single kernel should now boot on either Adaptec or BusLogic controllers,
provided we always probe for BusLogic devices before Adaptec devices,
but this has not yet been verified.
1996-11-05 03:04:28 +00:00
bin Fix problems that gcc -Wall found (from Todd Miller, OpenBSD) 1996-11-02 18:26:03 +00:00
distrib Fix some typo's (From Rainer Brandt). 1996-10-29 13:56:48 +00:00
etc Move vax-specific microcode install stuff into etc.vax. 1996-10-26 08:12:09 +00:00
games Use ${INSTALL}. 1996-10-18 02:48:24 +00:00
gnu Generate gas and ld for NetBSD/powerpc 1996-11-03 18:08:48 +00:00
include Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) by 1996-11-04 21:29:46 +00:00
lib NetBSD/powerpc doesn't support (yet?) -fpic 1996-11-03 18:12:00 +00:00
libexec Add machine dependent code for NetBSD/powerpc 1996-11-03 18:02:42 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Fix PR/2884: Change default for nfs mounts to not do a connect on the 1996-10-27 21:18:03 +00:00
share parameter names in (t)sleep() for identifier should be 'void *ident' 1996-10-30 05:32:10 +00:00
sys * Add command struct and modifier definitions for controlling the 1996-11-05 03:04:28 +00:00
usr.bin translate '=' in phone number strings into ',' (to generate delays), 1996-11-01 23:56:33 +00:00
usr.sbin Add support for printing RIP-V2 packets. 1996-11-04 21:33:02 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00