diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-11-18 01:33:29 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-11-18 01:33:29 +0000 |
commit | 3d35cbb5fe0e724e1909a259b9cb61a81936dbd5 (patch) | |
tree | 2323901b4dfdded39739fca60b379d61f96d1317 /sys/dev/pci/ahd_pci.c | |
parent | de842d913aba2f4e93db25953563ed0e9055ce41 (diff) |
More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and variable shuffle. No functional change.
Diffstat (limited to 'sys/dev/pci/ahd_pci.c')
-rw-r--r-- | sys/dev/pci/ahd_pci.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/ahd_pci.c b/sys/dev/pci/ahd_pci.c index 3c2d9e413b5..c1184b25c02 100644 --- a/sys/dev/pci/ahd_pci.c +++ b/sys/dev/pci/ahd_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahd_pci.c,v 1.8 2004/11/14 02:32:08 krw Exp $ */ +/* $OpenBSD: ahd_pci.c,v 1.9 2004/11/18 01:33:28 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -366,9 +366,6 @@ ahd_pci_attach(struct device *parent, struct device *self, void *aux) LIST_INIT(&ahd->pending_scbs); - timeout_set(&ahd->reset_timer, ahd_reset_poll, ahd); - timeout_set(&ahd->stat_timer, ahd_stat_timer, ahd); - ahd->flags = AHD_SPCHK_ENB_A|AHD_RESET_BUS_A|AHD_TERM_ENB_A | AHD_EXTENDED_TRANS_A|AHD_STPWLEVEL_A; ahd->int_coalescing_timer = AHD_INT_COALESCING_TIMER_DEFAULT; |