|
|
| version 1.3, 2003/06/23 17:55:32 | version 1.4, 2004/05/19 22:52:47 |
|---|---|
| Line 24 | Line 24 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/sys/dev/mlx/mlxvar.h,v 1.5.2.3 2001/06/25 04:37:51 msmith Exp $ | * $FreeBSD: src/sys/dev/mlx/mlxvar.h,v 1.5.2.3 2001/06/25 04:37:51 msmith Exp $ |
| * $DragonFly: src/sys/dev/mlx/mlxvar.h,v 1.2 2003/06/17 04:28:28 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 108 struct mlx_softc | Line 108 struct mlx_softc |
| { | { |
| /* bus connections */ | /* bus connections */ |
| device_t mlx_dev; | device_t mlx_dev; |
| dev_t mlx_dev_t; | |
| struct resource *mlx_mem; /* mailbox interface window */ | struct resource *mlx_mem; /* mailbox interface window */ |
| int mlx_mem_rid; | int mlx_mem_rid; |
| int mlx_mem_type; | int mlx_mem_type; |