|
|
| version 1.3, 2003/08/07 21:16:48 | version 1.4, 2004/05/19 22:52:40 |
|---|---|
| Line 76 struct agp_softc { | Line 76 struct agp_softc { |
| struct agp_memory_list as_memory; /* list of allocated memory */ | struct agp_memory_list as_memory; /* list of allocated memory */ |
| int as_nextid; /* next memory block id */ | int as_nextid; /* next memory block id */ |
| int as_isopen; /* user device is open */ | int as_isopen; /* user device is open */ |
| dev_t as_devnode; /* from make_dev */ | |
| struct lock as_lock; /* lock for access to GATT */ | struct lock as_lock; /* lock for access to GATT */ |
| }; | }; |