NetBSD/sys/arch/i386
thorpej 82d914d090 New device attachment scheme:
- split softc size and match/attach out from cfdriver into
	  a new struct cfattach.

	- new "attach" directive for files.*.  May specify the name of
	  the cfattach structure, so that devices may be easily attached
	  to parents with different autoconfiguration semantics.
1996-03-17 01:26:49 +00:00
..
boot Don't save caller-saved registers. 1996-01-06 22:15:29 +00:00
compile
conf New device attachment scheme: 1996-03-17 01:26:49 +00:00
eisa Attach isa, eisa, and pci to mainbus now, rather than root. The i386 1996-03-04 03:25:48 +00:00
i386 New device attachment scheme: 1996-03-17 01:26:49 +00:00
include Add _BSD_WINT_T_ definition so we can handle wint_t type added in NA1. 1996-03-16 01:31:45 +00:00
isa New device attachment scheme: 1996-03-17 01:26:49 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci (1) remove the #ifdef i386 from pci.c, and provide a machine-dependent 1996-03-14 02:37:59 +00:00
stand LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
Makefile