pcib_private.h (7757a1b4dc60696d9a95137ee0a2accd4ee680f4) | pcib_private.h (809923ca0223de4c76830cc064655b8fac7bb0fd) |
---|---|
1/*- 2 * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier 3 * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> 4 * Copyright (c) 2000 BSDi 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 131 unchanged lines hidden (view full) --- 140struct resource *pcib_alloc_subbus(struct pcib_secbus *bus, device_t child, 141 int *rid, u_long start, u_long end, u_long count, 142 u_int flags); 143void pcib_setup_secbus(device_t dev, struct pcib_secbus *bus, 144 int min_count); 145#endif 146int pcib_attach(device_t dev); 147void pcib_attach_common(device_t dev); | 1/*- 2 * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier 3 * Copyright (c) 2000 Michael Smith <msmith@freebsd.org> 4 * Copyright (c) 2000 BSDi 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 131 unchanged lines hidden (view full) --- 140struct resource *pcib_alloc_subbus(struct pcib_secbus *bus, device_t child, 141 int *rid, u_long start, u_long end, u_long count, 142 u_int flags); 143void pcib_setup_secbus(device_t dev, struct pcib_secbus *bus, 144 int min_count); 145#endif 146int pcib_attach(device_t dev); 147void pcib_attach_common(device_t dev); |
148void pcib_bridge_init(device_t dev); |
|
148#ifdef NEW_PCIB 149const char *pcib_child_name(device_t child); 150#endif 151int pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result); 152int pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value); 153struct resource *pcib_alloc_resource(device_t dev, device_t child, int type, int *rid, 154 u_long start, u_long end, u_long count, u_int flags); 155#ifdef NEW_PCIB --- 18 unchanged lines hidden --- | 149#ifdef NEW_PCIB 150const char *pcib_child_name(device_t child); 151#endif 152int pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result); 153int pcib_write_ivar(device_t dev, device_t child, int which, uintptr_t value); 154struct resource *pcib_alloc_resource(device_t dev, device_t child, int type, int *rid, 155 u_long start, u_long end, u_long count, u_int flags); 156#ifdef NEW_PCIB --- 18 unchanged lines hidden --- |