diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-20 15:54:38 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-20 15:54:38 +0000 |
commit | 1a560dad2e101bb394ea1e1c69e1d317e6b8eee9 (patch) | |
tree | f4e84a0ec28c6222d42c6c57603bf66100dbf5e8 /sys/arch/i386 | |
parent | 65942ab0261ebaac558543e0a631ee1765baa942 (diff) |
Add flags 0x00 to fd
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 72bbabd544d..c7f0186aa75 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.313 2002/07/12 21:35:48 mickey Exp $ +# $OpenBSD: GENERIC,v 1.314 2002/07/20 15:54:37 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -265,7 +265,7 @@ uk* at scsibus? target ? lun ? # unknown SCSI fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers #fdc1 at isa? port 0x370 irq ? drq ? -fd* at fdc? drive ? +fd* at fdc? drive ? flags 0x00 #mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives |