NetBSD/sys/arch/x68k
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 * Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2. 1996-12-01 06:12:25 +00:00
dev renamed variable in ev_poll(), compile again. 1996-11-27 14:40:46 +00:00
fdboot Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
include First step inn removing config_scan() and the hacks that gave devices 1996-12-05 00:13:47 +00:00
sdboot Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
usr.bin RCS id police. 1996-08-30 17:43:56 +00:00
usr.sbin Initial revision 1996-05-05 12:17:14 +00:00
x68k Fix an inconsistency that came in with Lite: setrq() was renamed to 1996-11-06 20:19:19 +00:00
Makefile