Searched hist:111194 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/ofw/
H A Dofw_console.cdiff 111194 Thu Feb 20 20:54:45 MST 2003 phk Change the console interface to pass a "struct consdev *" instead of a
dev_t to the method functions.

The dev_t can still be found at struct consdev *->cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.
/freebsd-10.2-release/sys/sys/
H A Dcons.hdiff 111194 Thu Feb 20 20:54:45 MST 2003 phk Change the console interface to pass a "struct consdev *" instead of a
dev_t to the method functions.

The dev_t can still be found at struct consdev *->cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.
/freebsd-10.2-release/sys/dev/sio/
H A Dsio.cdiff 111194 Thu Feb 20 20:54:45 MST 2003 phk Change the console interface to pass a "struct consdev *" instead of a
dev_t to the method functions.

The dev_t can still be found at struct consdev *->cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.cdiff 111194 Thu Feb 20 20:54:45 MST 2003 phk Change the console interface to pass a "struct consdev *" instead of a
dev_t to the method functions.

The dev_t can still be found at struct consdev *->cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.
/freebsd-10.2-release/sys/kern/
H A Dkern_cons.cdiff 111194 Thu Feb 20 20:54:45 MST 2003 phk Change the console interface to pass a "struct consdev *" instead of a
dev_t to the method functions.

The dev_t can still be found at struct consdev *->cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.
/freebsd-10.2-release/sys/dev/syscons/
H A Dsyscons.cdiff 111194 Thu Feb 20 20:54:45 MST 2003 phk Change the console interface to pass a "struct consdev *" instead of a
dev_t to the method functions.

The dev_t can still be found at struct consdev *->cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.

Completed in 207 milliseconds