|
|
| version 1.2, 2003/06/17 04:28:29 | version 1.3, 2004/05/19 22:52:49 |
|---|---|
| Line 30 | Line 30 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/sys/dev/rp/rpreg.h,v 1.4.2.1 2002/06/18 03:11:46 obrien Exp $ | * $FreeBSD: src/sys/dev/rp/rpreg.h,v 1.4.2.1 2002/06/18 03:11:46 obrien Exp $ |
| * $DragonFly: src/sys/dev/rp/rpreg.h,v 1.1 2003/06/16 06:07:49 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 371 struct CONTROLLER_str | Line 371 struct CONTROLLER_str |
| struct rp_port *rp; /* port */ | struct rp_port *rp; /* port */ |
| struct tty *tty; /* tty */ | struct tty *tty; /* tty */ |
| /* Device nodes */ | |
| dev_t *dev_nodes; | |
| /* Bus-specific properties */ | /* Bus-specific properties */ |
| void *bus_ctlp; | void *bus_ctlp; |