Make LINT compile again.
This commit is contained in:
parent
3ae19dd8cd
commit
41f7aa55ba
@ -88,7 +88,6 @@ struct en_pci_softc {
|
||||
|
||||
/* PCI bus glue */
|
||||
void *sc_ih; /* interrupt handle */
|
||||
pci_chipset_tag_t en_pc; /* for PCI calls */
|
||||
pcici_t en_confid; /* config id */
|
||||
};
|
||||
|
||||
|
@ -6,9 +6,10 @@
|
||||
* this file contains the description of the ENI ATM midway chip
|
||||
* data structures. see midway.c for more details.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#if defined(sparc) || defined(__FreeBSD__)
|
||||
#if defined(sparc)
|
||||
/* XXX: gross. netbsd/sparc doesn't have machine/bus.h yet. */
|
||||
typedef void * bus_space_tag_t;
|
||||
typedef u_int32_t pci_chipset_tag_t;
|
||||
|
@ -88,7 +88,6 @@ struct en_pci_softc {
|
||||
|
||||
/* PCI bus glue */
|
||||
void *sc_ih; /* interrupt handle */
|
||||
pci_chipset_tag_t en_pc; /* for PCI calls */
|
||||
pcici_t en_confid; /* config id */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user