- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
Forgotten by: me Reminded by: Bruce
This commit is contained in:
parent
17b46b35a6
commit
c01fba0b52
@ -24,7 +24,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $
|
||||
* $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -185,7 +185,7 @@ static u_long ds_crc(u_char *ep);
|
||||
#if NCARD > 0
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_ep.c,v 1.65 1997/10/27 00:02:33 fenner Exp $
|
||||
* $Id: if_ep.c,v 1.66 1997/11/07 08:52:37 phk Exp $
|
||||
*
|
||||
* Promiscuous mode added and interrupt logic slightly changed
|
||||
* to reduce the number of adapter failures. Transceiver select
|
||||
@ -147,7 +147,7 @@ struct isa_driver epdriver = {
|
||||
|
||||
#if NCARD > 0
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $
|
||||
* $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
@ -123,7 +123,7 @@
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/slot.h>
|
||||
#include <pccard/driver.h>
|
||||
#endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||
* $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
|
||||
* $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
|
||||
*/
|
||||
|
||||
#include "opt_comconsole.h"
|
||||
@ -89,7 +89,7 @@
|
||||
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
#endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: aic6360.c,v 1.34 1997/10/26 04:53:49 nate Exp $
|
||||
* $Id: aic6360.c,v 1.35 1997/10/26 21:08:39 nate Exp $
|
||||
*
|
||||
* Acknowledgements: Many of the algorithms used in this driver are
|
||||
* inspired by the work of Julian Elischer (julian@tfs.com) and
|
||||
@ -701,7 +701,7 @@ static struct scsi_device aic_dev = {
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.127 1997/11/02 07:12:52 davidg Exp $
|
||||
* $Id: if_ed.c,v 1.128 1997/11/07 08:52:33 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -185,7 +185,7 @@ static u_long ds_crc(u_char *ep);
|
||||
#if NCARD > 0
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_ep.c,v 1.65 1997/10/27 00:02:33 fenner Exp $
|
||||
* $Id: if_ep.c,v 1.66 1997/11/07 08:52:37 phk Exp $
|
||||
*
|
||||
* Promiscuous mode added and interrupt logic slightly changed
|
||||
* to reduce the number of adapter failures. Transceiver select
|
||||
@ -147,7 +147,7 @@ struct isa_driver epdriver = {
|
||||
|
||||
#if NCARD > 0
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $
|
||||
* $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
@ -123,7 +123,7 @@
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/slot.h>
|
||||
#include <pccard/driver.h>
|
||||
#endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||
* $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
|
||||
* $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
|
||||
*/
|
||||
|
||||
#include "opt_comconsole.h"
|
||||
@ -89,7 +89,7 @@
|
||||
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
#endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
|
||||
* $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
|
||||
* $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
|
||||
*/
|
||||
|
||||
#include "opt_comconsole.h"
|
||||
@ -89,7 +89,7 @@
|
||||
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/driver.h>
|
||||
#include <pccard/slot.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user