Deleted Added
full compact
21c21
< __FBSDID("$FreeBSD: head/sys/dev/ed/if_ed_pci.c 130659 2004-06-18 01:28:54Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ed/if_ed_pci.c 140468 2005-01-19 07:37:32Z imp $");
46c46
< u_int32_t type;
---
> uint32_t type;
67c67
< u_int32_t type = pci_get_devid(dev);
---
> uint32_t type = pci_get_devid(dev);