Why can't I use a number in device names?

2003-01-11 Thread Alexander Funcke
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

iicbb(4)/iic(4) debuging

2002-12-10 Thread Alexander Funcke
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

Re: Correct way to get hold of a isab

2002-11-27 Thread Alexander Funcke
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

Correct way to get hold of a isab

2002-11-26 Thread Alexander Funcke
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)) { . .