2001-07-04 19:01:08 +04:00
|
|
|
# $NetBSD: files.podulebus,v 1.13 2001/07/04 15:01:08 bjh21 Exp $
|
2001-07-04 17:49:24 +04:00
|
|
|
|
|
|
|
device podulebus { [slot = -1] }
|
|
|
|
define podloader
|
2001-05-26 21:49:46 +04:00
|
|
|
|
|
|
|
# Oak SCSI
|
2001-07-04 19:01:08 +04:00
|
|
|
device oak: scsi, ncr5380sbc, podloader
|
2001-05-26 21:49:46 +04:00
|
|
|
attach oak at podulebus
|
|
|
|
file dev/podulebus/oak.c oak
|
2001-03-20 02:58:12 +03:00
|
|
|
|
2001-05-27 03:01:19 +04:00
|
|
|
# HCCS 8-bit SCSI
|
2001-07-04 19:01:08 +04:00
|
|
|
device hcsc: scsi, ncr5380sbc, podloader
|
2001-05-27 03:01:19 +04:00
|
|
|
attach hcsc at podulebus
|
|
|
|
file dev/podulebus/hcsc.c hcsc
|
|
|
|
|
2001-06-09 00:13:24 +04:00
|
|
|
# D.T. software IDE
|
2001-06-09 02:33:59 +04:00
|
|
|
device dtide: wdc_base, ata, atapi
|
2001-06-09 00:13:24 +04:00
|
|
|
attach dtide at podulebus
|
2001-06-09 02:33:59 +04:00
|
|
|
file dev/podulebus/dtide.c dtide
|
2001-06-09 00:13:24 +04:00
|
|
|
|
2001-06-13 22:31:43 +04:00
|
|
|
# HCCS IDE
|
|
|
|
device hcide: wdc_base, ata, atapi
|
|
|
|
attach hcide at podulebus
|
|
|
|
file dev/podulebus/hcide.c hcide
|
|
|
|
|
2001-03-20 02:58:12 +03:00
|
|
|
# Acorn Ether1
|
|
|
|
device ei: ether, ifnet, arp, i82586
|
|
|
|
attach ei at podulebus
|
|
|
|
file dev/podulebus/if_ei.c ei
|
2001-03-24 03:14:52 +03:00
|
|
|
|
|
|
|
# Acorn/Atomwide Ether3
|
|
|
|
device ea: ether, ifnet, arp, seeq8005
|
|
|
|
attach ea at podulebus
|
|
|
|
file dev/podulebus/if_ea.c ea
|
2001-03-25 05:09:36 +04:00
|
|
|
|
|
|
|
# ANT EtherB
|
|
|
|
device eb: ether, ifnet, arp, seeq8005
|
|
|
|
attach eb at podulebus
|
|
|
|
file dev/podulebus/if_eb.c eb
|
2001-04-15 00:39:23 +04:00
|
|
|
|
2001-05-26 21:47:45 +04:00
|
|
|
# ACE (alias MCS) Midi-Connect card
|
|
|
|
# EXPERIMENTAL. Probably not very useful.
|
2001-04-15 00:39:23 +04:00
|
|
|
device acemidi { }
|
|
|
|
attach acemidi at podulebus
|
|
|
|
attach com at acemidi with com_acemidi
|
|
|
|
file dev/podulebus/acemidi.c acemidi
|