Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci just say no to __BROKEN_INDIRECT_CONFIG
details: https://anonhg.NetBSD.org/src/rev/a29e2a1548ff
branches: trunk
changeset: 472935:a29e2a1548ff
user: explorer <explorer%NetBSD.org@localhost>
date: Wed May 12 22:55:14 1999 +0000
description:
just say no to __BROKEN_INDIRECT_CONFIG
diffstat:
sys/dev/pci/if_lmc_nbsd.c | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (25 lines):
diff -r 585f4260dee9 -r a29e2a1548ff sys/dev/pci/if_lmc_nbsd.c
--- a/sys/dev/pci/if_lmc_nbsd.c Wed May 12 21:21:48 1999 +0000
+++ b/sys/dev/pci/if_lmc_nbsd.c Wed May 12 22:55:14 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_lmc_nbsd.c,v 1.1 1999/03/25 03:32:43 explorer Exp $ */
+/* $NetBSD: if_lmc_nbsd.c,v 1.2 1999/05/12 22:55:14 explorer Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@@ -172,13 +172,8 @@
static void lmc_shutdown(void *arg);
static int
-lmc_pci_probe(struct device *parent,
-#ifdef __BROKEN_INDIRECT_CONFIG
- void *match,
-#else
- struct cfdata *match,
-#endif
- void *aux)
+lmc_pci_probe(struct device *parent, struct cfdata *match,
+ void *aux)
{
struct pci_attach_args *pa = (struct pci_attach_args *)aux;
u_int32_t id;
Home |
Main Index |
Thread Index |
Old Index