NetBSD/sys/arch
cgd da3136aba8 modify these to provide a new, better-specified PCI interface
(soon to be documented on mailing lists; eventually in section 9 manual
pages), most importantly:
	(1) support interrupt pin swizzling on non-i386 systems with
	    PCI-PCI bridges (per PPB spec; done, but meaningless, on i386).
	(2) provide pci_{io,mem}_find(), to determine what I/O or memory
	    space is described by a given PCI configuration space
	    mapping register.
	(3) provide pci_intr_map(), pci_intr_string(), and
	    pci_intr_{,dis}establish() to manipulate and print info about
	    PCI interrupts.
	(4) deprecate the pci_map_* functions, and provide them only
	    as compatibility interfaces (in pci_compat.c) which will
	    eventually go away, implemented as wrappers around
	    the functions described above.
	(5) make pci functions take as an argument a machine-dependent
	    cookie, to allow more flexibility in implementation.
1996-03-27 04:01:10 +00:00
..
alpha New device attachment scheme: 1996-03-17 01:03:02 +00:00
amiga Yet more MC68060 bits. 1996-03-26 16:55:37 +00:00
arm32 Added abort function that just hangs in an infinite loop. 1996-03-20 18:57:58 +00:00
atari Correct #ifdef that survived the after-debug cleanup (Thanks Chris). 1996-03-22 09:07:03 +00:00
hp300 fdopen -> filedescopen 1996-03-14 21:20:59 +00:00
i386 modify these to provide a new, better-specified PCI interface 1996-03-27 04:01:10 +00:00
m68k change Debugger() from an int function to a void function to match the 1996-03-16 18:45:44 +00:00
mac68k Remove bogus reference to BSDSRCDIR here; still doesn't work, though. 1996-03-27 03:56:22 +00:00
mips Add mips/mips/mem.c and mips/mips/process_machdep.c 1996-03-26 11:45:59 +00:00
mvme68k Fix typo. 1996-03-19 22:56:53 +00:00
pc532 New device attachment scheme: 1996-03-17 01:38:52 +00:00
pica Remove src/sys/arch{pmax/pmax,pica/pica}cpu_exec.c; no significant differences, 1996-03-26 11:43:41 +00:00
pmax Remove files moved to mips/mips; they are included in mips/conf/files.mips. 1996-03-26 12:21:39 +00:00
sparc - add the GETHRTIME and GETHRVTIME traps. Do the best we can for them. 1996-03-26 19:09:31 +00:00
sun3 replaced by if_levar.h 1996-03-26 23:17:13 +00:00
vax Ubareset are now possible, devices that wants it now set it up 1996-03-18 16:47:24 +00:00