freebsd-dev/sys/dev/gpio
Ed Schouten a185bd12f3 Get rid of D_PSEUDO.
It seems the D_PSEUDO flag was meant to allow make_dev() to return NULL.
Nowadays we have a different interface for that; make_dev_p(). There's
no need to keep it there.

While there, remove an unneeded D_NEEDMINOR from the gpio driver.

Discussed with:	gonzo@ (gpio)
2011-10-18 08:09:44 +00:00
..
gpio_if.m
gpiobus_if.m
gpiobus.c Add a GPIO driver for the Gateworks Cambria platform. 2010-11-11 20:18:33 +00:00
gpiobusvar.h
gpioc.c Get rid of D_PSEUDO. 2011-10-18 08:09:44 +00:00
gpioiic.c
gpioled.c Set the pin to output on attach, we can't assume it already is. 2010-11-08 03:08:01 +00:00