diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-01-15 01:36:11 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-01-15 01:36:11 +0000 |
commit | fccbec9e73d716dfc636b707544aac3f82939622 (patch) | |
tree | f7b1296f916fca4a1e8d40fe913c95205e221de1 /sys/dev | |
parent | 82084f7f353e5e3430d32ee7451088007c18a445 (diff) |
revert last change; request from mickey@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pciide.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 73b38ea3faa..6b51a4e9f77 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.104 2003/01/14 20:52:10 grange Exp $ */ +/* $OpenBSD: pciide.c,v 1.105 2003/01/15 01:36:10 grange Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -155,7 +155,6 @@ pciide_pci_write(pc, pa, reg, val) struct pciide_softc { struct wdc_softc sc_wdcdev; /* common wdc definitions */ -#define sc_xname sc_wdcdev.sc_dev.dv_xname pci_chipset_tag_t sc_pc; /* PCI registers info */ pcitag_t sc_tag; void *sc_pci_ih; /* PCI interrupt handle */ |