|
|
| version 1.5, 2003/08/27 10:35:15 | version 1.6, 2004/02/13 19:06:15 |
|---|---|
| Line 49 static void eni_pci_attach (pcici_t, int | Line 49 static void eni_pci_attach (pcici_t, int |
| static int eni_get_ack (Eni_unit *); | static int eni_get_ack (Eni_unit *); |
| static int eni_get_sebyte (Eni_unit *); | static int eni_get_sebyte (Eni_unit *); |
| static void eni_read_seeprom (Eni_unit *); | static void eni_read_seeprom (Eni_unit *); |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| #if BSD < 199506 | #if BSD < 199506 |
| static int eni_pci_shutdown (struct kern_devconf *, int); | static int eni_pci_shutdown (struct kern_devconf *, int); |
| #else | #else |
| Line 61 static void eni_pci_reset (Eni_unit *); | Line 61 static void eni_pci_reset (Eni_unit *); |
| /* | /* |
| * Used by kernel to return number of claimed devices | * Used by kernel to return number of claimed devices |
| */ | */ |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| static u_long eni_nunits; | static u_long eni_nunits; |
| static struct pci_device eni_pci_device = { | static struct pci_device eni_pci_device = { |
| Line 607 eni_pci_reset ( eup ) | Line 607 eni_pci_reset ( eup ) |
| return; | return; |
| } | } |
| #ifdef __FreeBSD__ | #if defined(__DragonFly__) || defined(__FreeBSD__) |
| #if BSD < 199506 | #if BSD < 199506 |
| /* | /* |
| * Device shutdown routine | * Device shutdown routine |