Deleted Added
full compact
26c26
< # $FreeBSD: head/sys/dev/pccard/card_if.m 58581 2000-03-26 07:01:52Z imp $
---
> # $FreeBSD: head/sys/dev/pccard/card_if.m 59193 2000-04-13 06:42:58Z imp $
40c40
< METHOD int set_resource_attribute {
---
> METHOD int set_res_flags {
42a43
> int restype;
44c45
< u_int flags;
---
> u_long value;
47c48
< METHOD int get_resource_attribute {
---
> METHOD int get_res_flags {
49a51
> int restype;
51c53
< u_int *flags;
---
> u_long *value;
52a55,77
>
> METHOD int set_memory_offset {
> device_t dev;
> device_t child;
> int rid;
> u_int32_t offset;
> }
>
> # These might be better static
>
> METHOD int attach_card {
> device_t dev;
> }
>
> METHOD int detach_card {
> device_t dev;
> int flags;
> }
>
> METHOD int get_type {
> device_t dev;
> int *type;
> }