Add generic ISA floppy support
This commit is contained in:
parent
67e67ac7dc
commit
37ca010efd
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.prep,v 1.9 2000/11/27 17:03:12 matt Exp $
|
||||
# $NetBSD: files.prep,v 1.10 2000/11/27 21:50:13 matt Exp $
|
||||
#
|
||||
# prep-specific configuration info
|
||||
#
|
||||
@ -116,11 +116,14 @@ attach isabeep at pcppi
|
||||
file arch/prep/isa/isabeep.c
|
||||
|
||||
# Floppy disk controller
|
||||
device fdc {drive = -1}
|
||||
attach fdc at isa
|
||||
device fd: disk, isadma
|
||||
device fdc { drive = -1 }: isadma
|
||||
file dev/isa/fd.c fdc needs-flag
|
||||
|
||||
attach fdc at isa with fdc_isa
|
||||
file dev/isa/fdc_isa.c fdc_isa
|
||||
# Floppy disk controller
|
||||
device fd: disk
|
||||
attach fd at fdc
|
||||
file arch/prep/isa/fd.c fdc needs-flag
|
||||
major {fd = 2}
|
||||
|
||||
# Game adapter (joystick)
|
||||
|
Loading…
Reference in New Issue
Block a user