NetBSD/sys/arch/pmax
cgd 96acdadef7 First step inn removing config_scan() and the hacks that gave devices
on indirect-config busses a (permanent) softc that they could share
between 'match' and 'attach' routines:

Define __BROKEN_INDIRECT_CONFIG so that old autoconfiguration
interfaces are used, until drivers are converted to use the new
interfaces (actually, converted back to use the _older_ interfaces)
which prohibit indirect configuration devices from receiving a softc
in their match routine that they can share with their attach routine.
1996-12-05 00:13:47 +00:00
..
compile
conf Fix up includes so that up-to-date versions of 'config' can be used 1996-12-03 01:18:17 +00:00
dev Need to initialize fi_glasstty before using it. 1996-10-23 02:34:23 +00:00
dist
include First step inn removing config_scan() and the hacks that gave devices 1996-12-05 00:13:47 +00:00
pmax Fix typo: #endeif 1996-10-23 20:04:40 +00:00
stand Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
tc Cleanups, and convergence with the Alpha driver: 1996-10-16 05:04:51 +00:00
Makefile