files.podulebus revision 1.13
11.13Sbjh21# $NetBSD: files.podulebus,v 1.13 2001/07/04 15:01:08 bjh21 Exp $
21.6Sbjh21
31.11Sbjh21device	podulebus { [slot = -1] }
41.11Sbjh21define	podloader
51.11Sbjh21
61.6Sbjh21# Oak SCSI
71.13Sbjh21device	oak: scsi, ncr5380sbc, podloader
81.6Sbjh21attach	oak at podulebus
91.6Sbjh21file	dev/podulebus/oak.c			oak
101.7Sbjh21
111.7Sbjh21# HCCS 8-bit SCSI
121.13Sbjh21device	hcsc: scsi, ncr5380sbc, podloader
131.7Sbjh21attach	hcsc at podulebus
141.7Sbjh21file	dev/podulebus/hcsc.c			hcsc
151.8Sbjh21
161.8Sbjh21# D.T. software IDE
171.9Sbjh21device	dtide: wdc_base, ata, atapi
181.8Sbjh21attach	dtide at podulebus
191.9Sbjh21file	dev/podulebus/dtide.c			dtide
201.10Sbjh21
211.10Sbjh21# HCCS IDE
221.10Sbjh21device	hcide: wdc_base, ata, atapi
231.10Sbjh21attach	hcide at podulebus
241.10Sbjh21file	dev/podulebus/hcide.c			hcide
251.1Sbjh21
261.1Sbjh21# Acorn Ether1
271.1Sbjh21device	ei: ether, ifnet, arp, i82586
281.1Sbjh21attach	ei at podulebus
291.1Sbjh21file	dev/podulebus/if_ei.c			ei
301.2Sbjh21
311.2Sbjh21# Acorn/Atomwide Ether3
321.2Sbjh21device	ea: ether, ifnet, arp, seeq8005
331.2Sbjh21attach	ea at podulebus
341.2Sbjh21file	dev/podulebus/if_ea.c			ea
351.3Sbjh21
361.3Sbjh21# ANT EtherB
371.3Sbjh21device	eb: ether, ifnet, arp, seeq8005
381.3Sbjh21attach	eb at podulebus
391.3Sbjh21file	dev/podulebus/if_eb.c			eb
401.4Sbjh21
411.5Sbjh21# ACE (alias MCS) Midi-Connect card
421.5Sbjh21# EXPERIMENTAL.  Probably not very useful.
431.4Sbjh21device	acemidi { }
441.4Sbjh21attach	acemidi at podulebus
451.4Sbjh21attach	com at acemidi with com_acemidi
461.4Sbjh21file	dev/podulebus/acemidi.c			acemidi
47