diff options
| author | 2006-07-01 21:48:08 +0000 | |
|---|---|---|
| committer | 2006-07-01 21:48:08 +0000 | |
| commit | ec24e0be967689cf03ea934bc534a8aa848a00fa (patch) | |
| tree | 2fcf204c57ad7f8acdfc433af3c36106b5a4fd42 /sys/dev/pci/if_re_pci.c | |
| parent | to be correct, cvs update -p is the "print" and not the "dump" flag. (diff) | |
| download | wireguard-openbsd-ec24e0be967689cf03ea934bc534a8aa848a00fa.tar.xz wireguard-openbsd-ec24e0be967689cf03ea934bc534a8aa848a00fa.zip | |
(fxp/re)_attach_common -> (fxp/re)_attach
Diffstat (limited to 'sys/dev/pci/if_re_pci.c')
| -rw-r--r-- | sys/dev/pci/if_re_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index 39637a003c8..933837c263f 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.14 2006/06/30 16:51:30 deraadt Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.15 2006/07/01 21:48:08 brad Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -200,5 +200,5 @@ re_pci_attach(struct device *parent, struct device *self, void *aux) sc->rl_type = RL_8169; /* Call bus-independent attach routine */ - re_attach_common(sc); + re_attach(sc); } |
