diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-06-25 21:00:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-06-25 21:00:57 +0000 |
commit | ca4514639c67ab864189fd36680aad8c4a70277b (patch) | |
tree | f5f0eee80969211e6c13850c745e00481f0a0aad /sys/arch | |
parent | b1fd6e6b161a30cfbdb8e2285404f595fc6cb86f (diff) |
the local macro _id was removed before this code was even imported from NetBSD
when it was replaced with PCI_ID_CODE.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/pci/pci_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/pci_machdep.c b/sys/arch/amd64/pci/pci_machdep.c index 727d4715295..2c778056c77 100644 --- a/sys/arch/amd64/pci/pci_machdep.c +++ b/sys/arch/amd64/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.5 2005/05/27 07:46:38 jason Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.6 2005/06/25 21:00:56 brad Exp $ */ /* $NetBSD: pci_machdep.c,v 1.3 2003/05/07 21:33:58 fvdl Exp $ */ /*- @@ -155,7 +155,6 @@ struct { {0, 0xffffffff} /* patchable */ }; #undef _m1tag -#undef _id #undef _qe /* |