Re: boot without user and password

2003-03-22 Thread Willem van Engen
There is also the autologin (al) option in gettytab(5) that logs in a user instead of prompting for a username/password. You can run X from his .profile btw. isn't this more appropriate for freebsd-questions instead of -hackers? On Thu, 20 Mar 2003 16:18:43 + "Emilio Manuel" <[EMAIL PROTECTED

smbalert# hook for smbus childs

2002-06-24 Thread Willem van Engen
Hello, there already is some code for smbalert# handling on intpm (ENABLE_ALART), but there is no support for handling it in a driver. O2 AudioDJ (OZ162) chips use this signal to indicate that a button was pressed. So I need a way for a driver to be notified when smbalert# occurs. Of course I th

Re: Remote GDB in -stable..

2002-03-09 Thread Willem van Engen
On 09 Mar 2002 15:31:55 +1130 "Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > On Fri, 2002-03-08 at 21:26, Willem van Engen wrote: > > > Anyone have any handy tips? > > Did you read the developers' handbook, chapter 16? > > http://www.freebsd

Re: Remote GDB in -stable..

2002-03-08 Thread Willem van Engen
On 08 Mar 2002 19:30:34 +1130 "Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > I'm trying to debug a KLD in -stable and I can't get gdb to show me a > stack trace with the extra info (variable names, line numbers etc..) > > I've built a debugging kernel and copied it to the debug machine and I > c

Re: Duping a hard disk

2001-10-23 Thread Willem van Engen
There was a discussion on -mobile about this: http://groups.google.com/groups?threadm=9p26gi%241ehb%241%40FreeBSD.csie.NCTU.edu.tw - Willem van Engen On Tue, 23 Oct 2001 08:35:05 -0400 "PSI, Mike Smith" <[EMAIL PROTECTED]> wrote: > I am running a lab with 43 FreeBDS machines

Re: How to auto-boot from an alternate disk

2001-05-17 Thread Willem van Engen
Brian Somers wrote: > > Hi, > > I have a machine with 3 IDE disks and 2 SCSI disks and I want to boot > from the first SCSI disk *but* my BIOS won't boot it. > > How are you supposed to do this ? > > I've currently done > > # boot0cfg -v -t 10 -B -s 5 ad0 > # boot0cfg -v -t 1 -B -s 5 -m 0 ad1

Re: driver: probe not called when smbus child

2001-03-28 Thread Willem van Engen
Nicolas Souchu wrote: > > On Tue, Mar 20, 2001 at 04:50:09PM +0100, Willem van Engen wrote: > > I'm trying to write a module which should be a child of the smbus. > > When I make the driver a child of the isa bus, identify, probe, > > and attach functions are properl

Re: driver: probe not called when smbus child

2001-03-21 Thread Willem van Engen
"Matthew N. Dodd" wrote: > > On Wed, 21 Mar 2001, Willem van Engen wrote: > > DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, 0, 0); > > so I guess not. But thanks anyway :) > > Yes, but the 'smbus' bus driver doesn't have an attachment to

Re: driver: probe not called when smbus child

2001-03-21 Thread Willem van Engen
Takanori Watanabe wrote: > > In message <[EMAIL PROTECTED]>, Willem van Engen さんいわく: > >I'm trying to write a module which should be a child of the smbus. > >When I make the driver a child of the isa bus, identify, probe, > >and attach funct

Re: driver: probe not called when smbus child

2001-03-21 Thread Willem van Engen
"Matthew N. Dodd" wrote: > > On Tue, 20 Mar 2001, Willem van Engen wrote: > > > I'm trying to write a module which should be a child of the smbus. > > When I make the driver a child of the isa bus, identify, probe, > > and attach functions are properly

Re: driver: probe not called when smbus child

2001-03-20 Thread Willem van Engen
It's currently working as an isa-child, but I'm still wondering if it's the 'clean' way, since I only use smbus commands. - Willem Willem van Engen wrote: > > I'm trying to write a module which should be a child of the smbus. > When I make the driver

driver: probe not called when smbus child

2001-03-20 Thread Willem van Engen
ertainly interested) is attached in the smbus code itself. So the next question rises: Is it possible to have an smbus child in a dynamically loadable module (I can't find smbus.ko in /modules, so loading the child first and then smbus isn't an option I guess) ? - Willem van Eng

pccard driver docs

2000-12-05 Thread Willem van Engen
driver writer's guide' on http://people.freebsd.org/~erich/ddwg/ddwg.html seems useful, but currently it's mostly empty). If you know useful information about programming drivers on the pccard bus, please share it with me. Thanks in advance. Willem van Engen To Unsubscribe: send

Re: FreeBSD 4.x/3.x kld device driver

2000-10-03 Thread Willem van Engen
buttons). Ascii numbers should be written to/read > > from the character devices. Is this the way to do it, or should system > > calls be used (harder to use in shell scripts) or binary values? > > > > Thanks in advance. > > > > Willem van Engen <[

FreeBSD 4.x kld device driver

2000-10-03 Thread Willem van Engen
devices. Is this the way to do it, or should system calls be used (harder to use in shell scripts) or binary values? Thanks in advance. Willem van Engen <[EMAIL PROTECTED]> See the application panel project at http://willem.n3.net/fujitsu/ To Unsubscribe: send mail to [EMAIL PROTECTED] w