Hi,
I can't see why I'm not allowed to use a number in my device name
(or at least not when it isn't the last charcter) such as in my case:
device scx200_bridge
device scx200_gpio
This is OK in NetBSD.
Is there a good reason why it isn't in FreeBSD?
And if not, is a liberalization-patch welcom
Hi,
I've more or less written a bus for GPIO kind of hardware and
a device-driver for National Geode's SCx200 GPIO pins.
I'd like to connect the gpiobus(4) till the iicbb(4) 'device'
so I can talk to the lm-sensors and other stuff that hangs
on the iicbus(4) (i.e. two GPIOs).
Is there any smal
On Tue, Nov 26, 2002 at 09:52:20PM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> John Baldwin <[EMAIL PROTECTED]> writes:
> : Does this device have a class of PCIC_BRIDGE and subclass of PCIS_BRIDGE_ISA?
> : (class of 0x0601zz where zz is any value). If so it is clai
Hi,
I've written a GPIO driver for the National Geode SCx200 processors.
While I was developing I added the following line in isab_match()
(sys/pci/pcisupport.c) so it wouldn't be identified as a isa-bridge.
isab_match(device_t dev)
{
switch(pci_get_devid(dev)) {
.
.
4 matches
Mail list logo