1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>

Modifications required for PCI support.
This commit is contained in:
Stefan Eßer 1994-11-02 23:44:11 +00:00
parent b3ad637c18
commit 1b851d5210
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4099

View File

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: devconf.h,v 1.4 1994/10/19 01:58:42 wollman Exp $
* $Id: devconf.h,v 1.5 1994/10/23 21:26:53 wollman Exp $
*/
/*
* devconf.h - machine-dependent device configuration table
@ -72,13 +72,10 @@ struct machdep_devconf {
#include <scsi/scsiconf.h>
#define CPU_EXTERNALLEN (0)
#define PCI_EXTERNALLEN (sizeof(struct pci_device))
#define DISK_EXTERNALLEN (sizeof(int))
#define BUS_EXTERNALLEN (0)
#ifdef KERNEL /* XXX move these */
extern int pci_externalize(struct pci_device *, void *, size_t *);
#ifdef KERNEL /* XXX move this */
extern int disk_externalize(int, void *, size_t *);
#endif