Date: Sun, 28 Nov 2004 20:55:54 +0530
To: freebsd-hackers@freebsd.org
Hello,
I am using Freebsd 5.2. I wrote a driver whose ATTACH()/DETACH()
routines are called correctly when the usb device is attached/detached.
But when I do an open()/read()/ioctl()/close() -it calls usbopen(),
usbread(), usbioctl() etc.. instead of calling mydriverread(),
mydriverioctl()... I have copied src from urio.c into my skeletal
driver -and it should have worked (assuming the former does). What could
be the error?
Re: [PATCH 2/2] Initial generic hypertransport interrupt support. ... It is quite similar to MSI but with a different ... from the perspective of a driver.... break other people with HyperTransport chips and cards as well. ... Unless we add a full set of ht_* routines... (Linux-Kernel)
RE: How to configure a usb device ... The zaurus drivers in linux complains about the incompliance of USB devices of zaurus so Linux developer developed a specific driver for that. ... I don't want to make a specific driver for FreeBSD since I am a newbie to freebsd. ... How to configure a usb device... (freebsd-stable)
Re: GRX is sooo slow ... Any idea to speed it up?(using VESA driver) ...GRX has for handling memory fills and copies, ... pull in generic routines that you try to minimize that. ... want to ensure that you're compiling with optimizations enabled such ... (comp.os.msdos.djgpp)
Re: Cancel-safe without a thread? ... Look at the IoCsqXXX routines, there are flaws in the method in the book! ... Windows 2k/XP/2k3 Filesystem and Driver Consulting... driver book) that cancel-safe queues required a dedicated thread to ... I'd need a lock to protect the queue and in-progress bit/pointer ... (microsoft.public.development.device.drivers)
Re: USBD routines ... there are some routines that are exported via ... > We have a single driver sys file that is loaded for PS/2, Serial, and USB... > adding a USB device object. ... (microsoft.public.development.device.drivers)