files.podulebus revision 1.11
11.10Sbjh21# $NetBSD: files.podulebus,v 1.11 2001/07/04 13:49:24 bjh21 Exp $
21.6Sbjh21
31.11Sbjh21device	podulebus { [slot = -1] }
41.11Sbjh21define	podloader
51.11Sbjh21
61.6Sbjh21# Oak SCSI
71.6Sbjh21device	oak: scsi, ncr5380sbc
81.6Sbjh21attach	oak at podulebus
91.6Sbjh21file	dev/podulebus/oak.c			oak
101.7Sbjh21
111.7Sbjh21# HCCS 8-bit SCSI
121.7Sbjh21device	hcsc: scsi, ncr5380sbc
131.7Sbjh21attach	hcsc at podulebus
141.7Sbjh21file	dev/podulebus/hcsc.c			hcsc
151.11Sbjh21
161.11Sbjh21# Castle EtherSCSI
171.11Sbjh21device	ethsc { }
181.11Sbjh21attach	ethsc at podulebus
191.11Sbjh21file	dev/podulebus/ethsc.c			ethsc
201.11Sbjh21attach	iy at ethsc with iy_ethsc
211.8Sbjh21
221.8Sbjh21# D.T. software IDE
231.9Sbjh21device	dtide: wdc_base, ata, atapi
241.8Sbjh21attach	dtide at podulebus
251.9Sbjh21file	dev/podulebus/dtide.c			dtide
261.10Sbjh21
271.10Sbjh21# HCCS IDE
281.10Sbjh21device	hcide: wdc_base, ata, atapi
291.10Sbjh21attach	hcide at podulebus
301.10Sbjh21file	dev/podulebus/hcide.c			hcide
311.1Sbjh21
321.1Sbjh21# Acorn Ether1
331.1Sbjh21device	ei: ether, ifnet, arp, i82586
341.1Sbjh21attach	ei at podulebus
351.1Sbjh21file	dev/podulebus/if_ei.c			ei
361.2Sbjh21
371.2Sbjh21# Acorn/Atomwide Ether3
381.2Sbjh21device	ea: ether, ifnet, arp, seeq8005
391.2Sbjh21attach	ea at podulebus
401.2Sbjh21file	dev/podulebus/if_ea.c			ea
411.3Sbjh21
421.3Sbjh21# ANT EtherB
431.3Sbjh21device	eb: ether, ifnet, arp, seeq8005
441.3Sbjh21attach	eb at podulebus
451.3Sbjh21file	dev/podulebus/if_eb.c			eb
461.4Sbjh21
471.5Sbjh21# ACE (alias MCS) Midi-Connect card
481.5Sbjh21# EXPERIMENTAL.  Probably not very useful.
491.4Sbjh21device	acemidi { }
501.4Sbjh21attach	acemidi at podulebus
511.4Sbjh21attach	com at acemidi with com_acemidi
521.4Sbjh21file	dev/podulebus/acemidi.c			acemidi
53