From 568ffd8885481391ba86d3dab36e772ea2caef4a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 7 Jan 2001 13:55:42 +0000 Subject: [PATCH] The ep pccard code had newcard hooks added to it, but it isn't being compiled under newcard yet. ep works just fine under newcard with the missing ID matching code added (not committed yet): ep0: <3Com 3c589 10Mbps Ethernet> at port 0x300-0x30f irq 9 function 0 config 1 on pccard1 ep0: Ethernet address 00:10:4b:df:48:57 --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 1d7b0b42f4b..076bbd3b082 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -279,6 +279,7 @@ dev/ep/if_ep_eisa.c optional ep eisa dev/ep/if_ep_isa.c optional ep isa dev/ep/if_ep_mca.c optional ep mca dev/ep/if_ep_pccard.c optional ep card +dev/ep/if_ep_pccard.c optional ep pccard dev/ex/if_ex.c optional ex dev/ex/if_ex_isa.c optional ex isa dev/ex/if_ex_pccard.c optional ex card