diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-10-17 05:20:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-10-17 05:20:56 +0000 |
| commit | b79e6caffe85a5b7d4a536c0c4bcd5549b8d102b (patch) | |
| tree | 3cf9e477a8cededc07aca1d5d0315b61874ee318 | |
| parent | 311508cccd34a38be1948185b2c3b4b2a7ebbf87 (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 3650abd2e38c..ddfd23745bfa 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -772,6 +772,7 @@ pcic_pci_ti_init(device_t dev) static int pcic_pci_topic_func(struct pcic_slot *sp, enum pcic_intr_way way) { +#ifdef THIS_BRAEKS_THINGS device_t dev = sp->sc->dev; u_int32_t scr; @@ -781,7 +782,7 @@ pcic_pci_topic_func(struct pcic_slot *sp, enum pcic_intr_way way) else scr &= ~TOPIC_SOCKET_CTRL_SCR_IRQSEL; pci_write_config(dev, TOPIC_SLOT_CTRL, scr, 4); - +#endif return (pcic_pci_gen_func(sp, way)); } |
