NetBSD/sys/arch/atari
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
..
atari Plug some spl-holes in the lp-driver. Also be more strict in protecting 1996-11-17 13:47:09 +00:00
compile
conf * Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2. 1996-12-01 06:12:25 +00:00
dev Plug some spl-holes in the lp-driver. Also be more strict in protecting 1996-11-17 13:47:09 +00:00
include First step inn removing config_scan() and the hacks that gave devices 1996-12-05 00:13:47 +00:00
pci pba_bc -> pba_pc 1996-11-08 14:18:20 +00:00
stand Add msconfig to SUBDIRS. 1996-11-06 15:35:47 +00:00
Makefile Build the 'stand' directory. 1996-03-18 21:08:36 +00:00