summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-09-14 12:39:06 +0000
committernyan <nyan@FreeBSD.org>2005-09-14 12:39:06 +0000
commita40d5ee7726e4fd0241713083a83bc7e7467499f (patch)
tree3a8e44e951520ce285d67f255e34271a6e582f67 /sys/pc98/cbus/fdc.c
parentd050e6481b2b36982b29527ae13c7c55b1737d2e (diff)
downloadFreeBSD-src-a40d5ee7726e4fd0241713083a83bc7e7467499f.zip
FreeBSD-src-a40d5ee7726e4fd0241713083a83bc7e7467499f.tar.gz
Remove EPSON PC-386 note A/W/AE/WR support.
Diffstat (limited to 'sys/pc98/cbus/fdc.c')
-rw-r--r--sys/pc98/cbus/fdc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 4ba20ec..2650fe7 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -644,14 +644,6 @@ static void pc98_fd_check_type(struct fd_data *fd)
}
fd->type = FDT_12M;
-
- switch (epson_machine_id) {
- case 0x20:
- case 0x27:
- if ((PC98_SYSTEM_PARAMETER(0x488) >> fd->fdu) & 0x01)
- fd->type = FDT_NONE;
- break;
- }
}
#endif /* PC98 */
OpenPOWER on IntegriCloud