diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-07-09 13:42:05 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-07-09 13:42:05 +0000 |
| commit | c8b9c2d913a72422731d339e050c359b7b29345a (patch) | |
| tree | 7d2c89e19c83180aa9babb3306b288b9f4091b52 /sys/dev/ppbus | |
| parent | bce92f41d6049f19dde0a6bf4cc6342361a407e7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/pps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index 2b86cd7e2498..033d1fef0a56 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -110,8 +110,6 @@ ppsattach(device_t dev) intptr_t irq; int i, unit, zero = 0; - bzero(sc, sizeof(struct pps_data)); /* XXX doesn't newbus do this? */ - /* retrieve the ppbus irq */ BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, &irq); |
