1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/sio
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
..
sio_ebus.c
sio_isa.c
sio_pccard.c No need to wrap siodetach() with sio_pccard_detach. 2003-02-16 18:03:15 +00:00
sio_pci.c Whatever dumbass wrote sio_pci.c didn't include a detach method. 2003-02-16 18:05:54 +00:00
sio_puc.c Make 'rclk' a uintptr_t to quiet warnings. 2002-11-07 22:22:10 +00:00
sio.c Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
sioreg.h Move the com_emr register definition to sioreg.h. 2002-09-24 02:35:57 +00:00
siovar.h