Subject: CVS commit: syssrc/sys/arch/atari
To: None <source-changes@netbsd.org>
From: Leo Weppelman <leo@netbsd.org>
List: source-changes
Date: 12/08/2002 23:31:38
Module Name:	syssrc
Committed By:	leo
Date:		Sun Dec  8 21:31:38 UTC 2002

Modified Files:
	syssrc/sys/arch/atari/atari: autoconf.c
	syssrc/sys/arch/atari/conf: HADES.in MILAN.in files.atari
	syssrc/sys/arch/atari/isa: isa_machdep.c
	syssrc/sys/arch/atari/pci: pci_machdep.c

Log Message:
Make things work with the new autoconf stuff:
- The pcibus is now called 'pcib' and the isabus 'isab'. Their attributes are
  'pcibus' and 'isabus' respectively. This makes the underlying busses
  attach again.
- Initialize the parent structure in the config_console() function.
  Otherwise we end up without a console.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/arch/atari/atari/autoconf.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/atari/conf/HADES.in
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/atari/conf/MILAN.in
cvs rdiff -r1.100 -r1.101 syssrc/sys/arch/atari/conf/files.atari
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/atari/isa/isa_machdep.c
cvs rdiff -r1.38 -r1.39 syssrc/sys/arch/atari/pci/pci_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.