Re: more info about: odd result of pci_read_config

2001-01-20 Thread Donald J . Maddox
Thanks for clearing that one up :) I feel a lot better now :) Now - do you understand why Nicolas' code always returns 0x6? ;-) On Sat, Jan 20, 2001 at 04:35:11PM -0800, John Baldwin wrote: > Look in /sys/compile/ after compiling a kernel, it should be in pci_if.* > It's a function that ues ko

Re: more info about: odd result of pci_read_config

2001-01-20 Thread Donald J . Maddox
Heh, this is pretty wierd :) I was intrigued by your little problem, so I started looking around. In sys/dev/pci/pciar.h is: static __inline u_int32_t pci_read_config(device_t dev, int reg, int width) { return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width); } However, this is the

Re: building a fixit floppy?

2001-01-20 Thread Donald J . Maddox
I don't know where you came across a 2.88M fixit.flp... But, if you go to your friendly local ftp.freebsd.org mirror and look for: pub/FreeBSD/releases/i386/4.2-RELEASE/floppies/fixit.flp You will find a 1.44M version :) On Sat, Jan 20, 2001 at 01:02:16PM -0500, rt wrote: > > i am havin

Re: Does anyone know how to let fd0.1720 be bootable?

2001-01-20 Thread Donald J . Maddox
I think this is a BIOS issue. I don't think any BIOS will let you boot from arbitrarily-formatted floppies :) On Sat, Jan 20, 2001 at 08:24:05PM +0900, [EMAIL PROTECTED] wrote: > Dear sirs > > I have been developing many kinds of 1FD-applications( > http://www.ryuchi.org/~iloved ) with FreeBSD

Re: Setting default hostname to localhost

2001-01-11 Thread Donald J . Maddox
On Fri, Jan 12, 2001 at 12:22:42AM -0700, Wes Peters wrote: > David O'Brien wrote: > > So? Do you not understand the maintance headache this creates? > > Add a FreeBSD-supplied dhclient-exit-hooks script. As long as it will source a dhclient-exit-hooks.local :) Some of us already have dhclient

Re: Setting default hostname to localhost

2001-01-10 Thread Donald J . Maddox
On Wed, Jan 10, 2001 at 09:23:13PM -0500, Robert Watson wrote: > /etc/default/rc.conf to change the default hostname to "localhost". If > the user configures a hostname, or DHCP provides one, it will be > overridden, of course, so should not impact any configuration but one > where the hostname i

Re: Just how standard is APM?

2001-01-04 Thread Donald J . Maddox
Yeah, I thought that APM was APM, but the apm device does nothing on my desktop with power management hardware... That is, things like 'shutdown -p now' don't work, both 'apm' and 'apmd' just return 'device not configured', etc. Interestingly, at least 'shutdown -p' does work with ACPI anyway :)

Re: ssh - are you nuts?!?

2000-12-24 Thread Donald J . Maddox
LOL :) On Sun, Dec 24, 2000 at 06:55:40PM +, void wrote: > On Sat, Dec 23, 2000 at 02:00:54AM -0800, [EMAIL PROTECTED] wrote: > > > > On 23 Dec, Dan Langille wrote: > > > > > > It is possible. It is not trivial. > > > > > What leads you to believe that it's not trival? > > Eliza, is that

Re: Uox, Linux emul and missing things.

2000-11-26 Thread Donald J . Maddox
On Fri, Apr 23, 1999 at 08:43:23AM +0900, Daniel C. Sobral wrote: > Gianmarco Giovannelli wrote: > > > > At 02.19 23/04/99 +0900, Daniel C. Sobral wrote: > > > > >FreeBSD defaults to signal floating point exceptions in case of > > >overflow and things like that. Linux, I take it, does not. > > >

Re: Stripping a.out binaries

2000-11-26 Thread Donald J . Maddox
You can use 'strip -aout ' to strip it. As far as I know, there is currently no way to specify the executable format to 'install -s'. I haven't tried it, but you might be able to use the OBJFORMAT or OBJECT_FORMAT (not sure which form is correct) environment variable to make install DTRT for aout