From b17c96564d10656e0e30a9637f98871157255e28 Mon Sep 17 00:00:00 2001 From: mdodd Date: Sat, 20 Nov 1999 09:28:01 +0000 Subject: I forgot to remove the "NCARD == 0" hacks that kept this driver from blowing up on PCMCIA systems. The hack isn't needed anymore. Reminded by: Blaz Zupan --- sys/dev/ed/if_ed_pci.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/dev/ed/if_ed_pci.c') diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index d5bfcfc..0a4b0cb 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -20,9 +20,6 @@ * $FreeBSD$ */ -#include "card.h" -#if NCARD == 0 - #include #include #include @@ -126,4 +123,3 @@ static driver_t ed_pci_driver = { static devclass_t ed_devclass; DRIVER_MODULE(ed, pci, ed_pci_driver, ed_devclass, 0, 0); -#endif -- cgit v1.1