diff options
author | des <des@FreeBSD.org> | 2003-12-05 00:57:11 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-12-05 00:57:11 +0000 |
commit | 58a80882bd62ff22b03cd5166384a8dc4442bc2f (patch) | |
tree | 5e8373b1a7cf624f90d0e3d4b7db62d582bca2cf /sys | |
parent | 691fcf36666e1633a89e7057fd59a18f4d15d8b8 (diff) | |
download | FreeBSD-src-58a80882bd62ff22b03cd5166384a8dc4442bc2f.zip FreeBSD-src-58a80882bd62ff22b03cd5166384a8dc4442bc2f.tar.gz |
Since the fdc driver can't autodetect the drive capacity on the Alpha,
give it a hint that fd0 is a 1440 kB drive.
PR: alpha/59026
Approved by: re (murray)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/conf/GENERIC.hints | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints index 3244757..0b740d8 100644 --- a/sys/alpha/conf/GENERIC.hints +++ b/sys/alpha/conf/GENERIC.hints @@ -5,6 +5,7 @@ hint.fdc.0.irq="6" hint.fdc.0.drq="2" hint.fd.0.at="fdc0" hint.fd.0.drive="0" +hint.fd.0.flags="4" hint.ata.0.at="isa" hint.ata.0.port="0x1F0" hint.ata.0.irq="14" |