Add a floppy drive.

This commit is contained in:
mycroft 1999-02-18 20:18:54 +00:00
parent 1df60a8989
commit 3bf5fab3c0
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ENIWETOK,v 1.2 1999/02/18 16:42:31 mycroft Exp $
# $NetBSD: ENIWETOK,v 1.3 1999/02/18 20:18:54 mycroft Exp $
# From: GENERIC,v 1.108 1999/01/06 23:42:27 thorpej Exp
#
# Mycroft's AS200.
@ -214,6 +214,7 @@ lpt* at isa? port 0x3bc irq 7 # standard parallel port
#vga* at isa? # ISA (EISA: XXX) VGA
#wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
#wdc1 at isa? port 0x170 irq 15
fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
audio* at wss?
#midi* at wss?
@ -280,6 +281,9 @@ st* at scsibus? target ? lun ? # SCSI tape drives
#sd* at atapibus? drive ? # ATAPI disk devices
#cd* at atapibus? drive ? # ATAPI CD-ROM devices
# Floppy drives
fd* at fdc? drive ?
# USB bus support
#usb* at uhci?
#usb* at ohci?