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