| .. | .. |
|---|
| 41 | 41 | * $Id: //depot/aic7xxx/aic7xxx/aic79xx_pci.c#92 $ |
|---|
| 42 | 42 | */ |
|---|
| 43 | 43 | |
|---|
| 44 | | -#ifdef __linux__ |
|---|
| 45 | 44 | #include "aic79xx_osm.h" |
|---|
| 46 | 45 | #include "aic79xx_inline.h" |
|---|
| 47 | | -#else |
|---|
| 48 | | -#include <dev/aic7xxx/aic79xx_osm.h> |
|---|
| 49 | | -#include <dev/aic7xxx/aic79xx_inline.h> |
|---|
| 50 | | -#endif |
|---|
| 51 | | - |
|---|
| 52 | 46 | #include "aic79xx_pci.h" |
|---|
| 53 | 47 | |
|---|
| 54 | 48 | static inline uint64_t |
|---|
| .. | .. |
|---|
| 294 | 288 | int |
|---|
| 295 | 289 | ahd_pci_config(struct ahd_softc *ahd, const struct ahd_pci_identity *entry) |
|---|
| 296 | 290 | { |
|---|
| 297 | | - struct scb_data *shared_scb_data; |
|---|
| 298 | 291 | u_int command; |
|---|
| 299 | 292 | uint32_t devconfig; |
|---|
| 300 | 293 | uint16_t subvendor; |
|---|
| 301 | 294 | int error; |
|---|
| 302 | 295 | |
|---|
| 303 | | - shared_scb_data = NULL; |
|---|
| 304 | 296 | ahd->description = entry->name; |
|---|
| 305 | 297 | /* |
|---|
| 306 | 298 | * Record if this is an HP board. |
|---|