freebsd-src/sys/dev/ofw
Poul-Henning Kamp 263444cfbf 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.
2003-02-20 20:54:45 +00:00
..
ofw_console.c Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
ofw_disk.c Add missing semicolon 2002-09-20 23:26:07 +00:00
ofw_pci.h 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings 2001-11-18 20:38:44 +00:00
openfirm.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
openfirm.h Add an #ifdef _KERNEL to make it possible to include this file from 2002-10-18 15:21:09 +00:00
openfirmio.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
openfirmio.h Add a pseudo device which allows to access the OpenFirmware device tree 2002-10-18 15:23:43 +00:00