freebsd-src/sys/dev/puc
Bruce Evans 8a148d55b7 Moved the function pointer in struct puc_device_description to the end
of the struct, so that a placeholder for it (or unportable C99
initializers) are not needed for entries that don't use it.  Use a C99
initializer for the 1 entry that uses it.  Removed 91 placeholders.
This also restores API compatibility with NetBSD and RELENG_4 for most
entries.
2004-04-18 14:37:27 +00:00
..
puc.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
puc_ebus.c Enhance puc(4) to support uart(4). This includes: 2003-09-06 21:48:50 +00:00
puc_pccard.c Moved the function pointer in struct puc_device_description to the end 2004-04-18 14:37:27 +00:00
puc_pci.c Sometimes cardbus attachments don't attach, so while we track down 2003-11-28 05:28:29 +00:00
puc_sbus.c Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4) 2004-04-05 01:58:02 +00:00
pucdata.c Moved the function pointer in struct puc_device_description to the end 2004-04-18 14:37:27 +00:00
pucvar.h Moved the function pointer in struct puc_device_description to the end 2004-04-18 14:37:27 +00:00