Go to file
scottr ee80f1200e Implement new NuBus slot space mapping/probing code, utilizing bus.h (and
our MD bus_space_probe() extension).  This has several side effects:

 - NuBus drivers must map and unmap slot space, rather than relying
   on this happening before they are attached.
 - Functions exported to NuBus drivers from nubus.c now need to be
   supplied with a bus space tag/handle pair.
 - Old bus map/peek functions can be garbage collected, as can pmap
   support for the same.

Because of some current limitations of the bus space specification, we
are violating the abstraction in grf_mv (NuBus grf driver).  All such
violations are clearly marked /* XXX */, and must be addressed when
the specification is updated.
1997-05-11 19:11:27 +00:00
bin fix broken timed(8) xrefs, noted by David Brownlee. 1997-05-11 08:34:37 +00:00
distrib Add missing REV changes from lukem: 1997-05-11 08:58:56 +00:00
etc Make xntpd put its pid in /var/run/xntpd.pid. 1997-05-11 05:08:16 +00:00
games Use afterinstall, not beforeinstall. 1997-05-09 16:51:41 +00:00
gnu Add CLEANFILES for y.tab.h 1997-05-11 15:18:13 +00:00
include Add missing prototype for getgrouplist as mentioned in the man page. 1997-05-09 19:38:32 +00:00
lib Pull in err.h for prototypes. 1997-05-09 18:37:45 +00:00
libexec Keep track of `dlsym()' symbol lookup scope differently. There's (currently) 1997-05-03 08:00:02 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
share fix FILES list indentation, and comma-separate SEE ALSO list; from Enami 1997-05-11 08:21:28 +00:00
sys Implement new NuBus slot space mapping/probing code, utilizing bus.h (and 1997-05-11 19:11:27 +00:00
usr.bin fix a typo, noted by SAITOH Masanobu in PR misc/3599. 1997-05-11 07:22:35 +00:00
usr.sbin use ../../Makefile.inc instead of defining BINDIR locally. 1997-05-11 05:27:09 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00