add 'drive' locator to mca edc
This commit is contained in:
parent
9b6f5a226b
commit
90fac765da
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_PS2TINY,v 1.6 2001/11/20 12:56:30 lukem Exp $
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.7 2001/11/23 22:35:47 jdolecek Exp $
|
||||
#
|
||||
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
|
||||
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
|
||||
|
@ -190,7 +190,7 @@ le* at mca? slot ? # SKNET Personal/MC2+
|
|||
|
||||
# MCA ESDI controllers & disks
|
||||
edc* at mca? slot ? # IBM ESDI Disk Controllers
|
||||
ed* at edc?
|
||||
ed* at edc? drive ?
|
||||
|
||||
# MCA SCSI controllers
|
||||
aha* at mca? slot ? # Adaptec AHA-1640
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.mca,v 1.13 2001/04/27 18:03:40 jdolecek Exp $
|
||||
# $NetBSD: files.mca,v 1.14 2001/11/23 22:35:46 jdolecek Exp $
|
||||
#
|
||||
# Config.new file and device description for machine-independent MCA code.
|
||||
# Included by ports that need it.
|
||||
|
@ -41,7 +41,7 @@ attach ate at mca with ate_mca
|
|||
file dev/mca/if_ate_mca.c ate_mca
|
||||
|
||||
# ESDI controllers & disks
|
||||
device edc { }
|
||||
device edc {[drive = -1]}
|
||||
attach edc at mca with edc_mca
|
||||
file dev/mca/edc_mca.c edc_mca
|
||||
|
||||
|
|
Loading…
Reference in New Issue