From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/drivers/scsi/aic7xxx/aic7770.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/kernel/drivers/scsi/aic7xxx/aic7770.c b/kernel/drivers/scsi/aic7xxx/aic7770.c index 5000bd6..176704b 100644 --- a/kernel/drivers/scsi/aic7xxx/aic7770.c +++ b/kernel/drivers/scsi/aic7xxx/aic7770.c @@ -42,15 +42,9 @@ * $FreeBSD$ */ -#ifdef __linux__ #include "aic7xxx_osm.h" #include "aic7xxx_inline.h" #include "aic7xxx_93cx6.h" -#else -#include <dev/aic7xxx/aic7xxx_osm.h> -#include <dev/aic7xxx/aic7xxx_inline.h> -#include <dev/aic7xxx/aic7xxx_93cx6.h> -#endif #define ID_AIC7770 0x04907770 #define ID_AHA_274x 0x04907771 -- Gitblit v1.6.2