You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
627 B
20 lines
627 B
# $OpenBSD: files.ata,v 1.1 1999/07/18 21:25:17 csapuntz Exp $
|
|
# $NetBSD: files.ata,v 1.3 1998/10/12 16:09:16 bouyer Exp $
|
|
#
|
|
# Config file and device description for machine-independent devices
|
|
# which attach to ATA busses. Included by ports that need it. Ports
|
|
# that use it must provide their own "major" declarations for the
|
|
# appropriate devices.
|
|
|
|
# ATA disks
|
|
device wd: disk
|
|
attach wd at ata
|
|
file sys/dev/ata/wd.c wd needs-flag
|
|
file sys/dev/ata/ata_wdc.c wd & wdc_base
|
|
|
|
file sys/dev/ata/ata.c ata | atapi
|
|
|
|
#for CDROM driver
|
|
device ide_cd: disk
|
|
attach ide_cd at ata
|
|
file sys/dev/ata/cd.c ide_cd needs-flag
|
|
|