Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/18/1998 10:20:01
matt
Mon May 18 10:10:38 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv18552

Modified Files:
	in_pcb.h 
Log Message:
Move the ppcb pointer towards the front of the structure so that it and the
pcb chain pointers can possibly be in the same cache line.


cgd
Mon May 18 10:14:32 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv18652

Modified Files:
	if_fxp.c 
Log Message:
check that memory access is enabled before bothering to do the
pci_mapreg_info() call.  pci_mapreg_map() implies this check,
but code which calls pci_mapreg_info() has to check it explicitly.
Otherwise, if memory space is disabled, the driver does the wrong
thing, and tries to use memory space anyway, potentially resulting
incorrect driver operation and no useful error message.


cgd
Mon May 18 10:17:04 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv18726

Modified Files:
	pcireg.h 
Log Message:
add a PCI_HDRTYPE_TYPE() macro, to get the 'type' portion of the
headertype register (i.e., not including the 'multifunction' bit).