|
|
| version 1.6, 2003/08/27 10:35:16 | version 1.7, 2004/02/13 19:06:15 |
|---|---|
| Line 48 static int fore_dounload (void); | Line 48 static int fore_dounload (void); |
| static int fore_identify (char *); | static int fore_identify (char *); |
| static int fore_attach (struct devinfo *); | static int fore_attach (struct devinfo *); |
| #endif | #endif |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| static const char * fore_pci_probe (pcici_t, pcidi_t); | static const char * fore_pci_probe (pcici_t, pcidi_t); |
| static void fore_pci_attach (pcici_t, int); | static void fore_pci_attach (pcici_t, int); |
| #if BSD < 199506 | #if BSD < 199506 |
| Line 87 static struct dev_ops fore_ops = { | Line 87 static struct dev_ops fore_ops = { |
| }; | }; |
| #endif | #endif |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| static u_long fore_pci_count = 0; | static u_long fore_pci_count = 0; |
| static struct pci_device fore_pci_device = { | static struct pci_device fore_pci_device = { |
| Line 822 fore_attach(devinfo_p) | Line 822 fore_attach(devinfo_p) |
| #endif /* sun */ | #endif /* sun */ |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| /* | /* |
| * Device probe routine | * Device probe routine |
| * | * |
| Line 1278 fore_unattach(fup) | Line 1278 fore_unattach(fup) |
| } | } |
| #endif /* sun */ | #endif /* sun */ |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| /* | /* |
| * Unmap the device interrupt | * Unmap the device interrupt |
| */ | */ |
| Line 1515 fore_mod(cmd, vdp, vdi, vds) | Line 1515 fore_mod(cmd, vdp, vdi, vds) |
| } | } |
| #endif /* sun */ | #endif /* sun */ |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| #ifdef notdef | #ifdef notdef |
| /* | /* |