NetBSD/sys/arch
haya 4eee111127 This is the first check-in of CardBus driver. CardBus driver contains
CardBus bus stub, YENTA PCI-CardBus bridge (cbb), 3Com 3C575TX driver
(ex) and Intel fxp driver.

TODO:
  o Conform to the KNF more strictly.
  o Be unified with pcmcia code as much as possible.
  o Add more drivers for CardBus card, such as APA-1480 or USB card.

The affected files are listed below.

	sys/arch/i386/conf/files.i386
	sys/arch/macppc/conf/files.macppc
	sys/conf/files
	sys/dev/ic/elinkxl.c
	sys/dev/ic/elinkxlvar.h
	sys/dev/ic/i82365.c
	sys/dev/ic/i82365var.h
	sys/dev/isa/i82365_isasubr.c
	sys/dev/pci/files.pci
	sys/dev/pcmcia/pcmcia.c
	sys/dev/pcmcia/pcmciachip.h

The added files are listed below.

	sys/arch/i386/conf/CARDBUS
	sys/arch/i386/include/rbus_machdep.h
	sys/arch/i386/i386/rbus_machdep.c
	sys/arch/macppc/include/rbus_machdep.h
	sys/arch/macppc/macppc/rbus_machdep.c
	sys/dev/cardbus/if_ex_cardbus.c
	sys/dev/cardbus/Makefile.cardbusdevs
	sys/dev/cardbus/cardbus.c
	sys/dev/cardbus/cardbus_map.c
	sys/dev/cardbus/cardbusdevs
	sys/dev/cardbus/cardbusdevs.h
	sys/dev/cardbus/cardbusdevs_data.h
	sys/dev/cardbus/cardbusvar.h
	sys/dev/cardbus/cardslot.c
	sys/dev/cardbus/cardslotvar.h
	sys/dev/cardbus/devlist2h.awk
	sys/dev/cardbus/files.cardbus
	sys/dev/cardbus/if_fxp_cardbus.c
	sys/dev/cardbus/pccardcis.h
	sys/dev/cardbus/rbus.c
	sys/dev/cardbus/rbus.h
	sys/dev/pci/pccbb.c
	sys/dev/pci/pccbbreg.h
	sys/dev/pci/pccbbvar.h
1999-10-15 06:07:17 +00:00
..
alpha rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
amiga Remove now superfluous prototype definitions (of the m68k cache operations). 1999-10-14 21:40:05 +00:00
arm32 rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
atari Update for SCSIPI changes. 1999-09-30 22:59:52 +00:00
bebox Centralize the declaration and clearing of `cold'. 1999-09-17 19:59:35 +00:00
evbsh3 Move common parts of machdep.c to sh3_machdep.c. 1999-09-21 13:16:15 +00:00
hp300 Remove ipfilter, add IPv6 and IPSec. 1999-09-19 21:20:43 +00:00
hpcmips sync with i386 (MBR) 1999-10-11 05:29:04 +00:00
i386 This is the first check-in of CardBus driver. CardBus driver contains 1999-10-15 06:07:17 +00:00
m68k rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
mac68k Be less noisy about collision errors. From Dave Huang, closes PR 8605. 1999-10-14 20:58:18 +00:00
macppc This is the first check-in of CardBus driver. CardBus driver contains 1999-10-15 06:07:17 +00:00
mips rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
mmeye Include machine/cpu.h. 1999-09-27 08:47:56 +00:00
mvme68k Update for SCSIPI changes. 1999-09-30 22:59:52 +00:00
newsmips Update for SCSIPI changes. 1999-09-30 22:59:52 +00:00
next68k added a couple of functions missed when chuq removed PMAP_NEW 1999-09-21 11:03:53 +00:00
ofppc Catch up with sys/disklabel_mbr.h. 1999-10-12 19:40:51 +00:00
pc532 Centralize the declaration and clearing of `cold'. 1999-09-17 19:59:35 +00:00
pica Centralize the declaration and clearing of `cold'. 1999-09-17 19:59:35 +00:00
pmax make this work again. 1999-10-11 16:08:47 +00:00
powerpc rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
sh3 - unset RS/CS flow control bit from default setting 1999-10-06 09:19:46 +00:00
sparc Add in the Coda file system and pseudo device. 1999-10-14 16:09:31 +00:00
sparc64 rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
sun3 fix a prototype that was missed in the pmap_extract() API change. 1999-09-19 19:06:19 +00:00
vax Nuke unnused file. 1999-09-21 18:08:37 +00:00
x68k Update for SCSIPI changes. 1999-09-30 22:59:52 +00:00
Makefile make the mipse[lb]->mips translation really work 1999-03-04 19:46:09 +00:00