How to enable modem from PCMCIA-card?

2000-10-31 Thread Hans de Hartog

Happily running 4.1.1 on laptop (Digital HiNote VP 500 series).
Trying to use combo-PCMIA card 3C562D/3C563D which is recognized
by pccardd with "out of the box" pccard.conf (NIC is disabled
but I'm interested in the modem first).
However, after seeing the card, sio4 is "configured" which is
not in my kernel (GENERIC has sio0 up to an including sio3).
Adding "device sio4" in my kernel configuration doesn't help.
In general, if you include sio0 thru sion in the kernel, the
card "adds" sion+1. Did MAKEDEV siowhatever is needed.
Symptom is always the same: complete hang (only the physical
button works) as soon as I try to use the /dev/sio?
Perused the archives; symptom occurred before. No final solution.
Now what? Do an explicit "device sio4 on pccard0 ..." or so?
Should not be necessary IMHO.

Thanks for you time and effort (especially this "freezing" time
of the year).

Hans de Hartog

__
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: ** HEADS UP ** changes to /usr/lib/crt*.o

2000-10-31 Thread Bruce A. Mah

If memory serves me right, "David O'Brien" wrote:
 I'm about to MFC this.  Again, please run as many old apps as you can to
 see if this causes any problems.

This seems to have borken /usr/ports/security/gnupg-rsa:

bmah-freebsd-0:bmah% pkg_version.pl -v | grep gnupg
gnupg-1.0.4 =   up-to-date with port
gnupg-rsa-1.0.1_1   =   up-to-date with port
bmah-freebsd-0:bmah% gpg --version
gpg (GnuPG) 1.0.4
Copyright (C) 2000 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
gpg: /usr/local/lib/gnupg/rndegd: not a gnupg extension: /usr/lib/libc.so.4: Undefined 
symbol "__register_frame_info"
Cipher: 3DES, CAST5, BLOWFISH, RIJNDAEL, RIJNDAEL192, RIJNDAEL256, TWOFISH
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Hash: MD5, SHA1, RIPEMD160

Bruce.








To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



buildworld death

2000-10-31 Thread Randy Bush

psg.com:/usr/src# rm -rf /usr/obj/*
psg.com:/usr/src# cvsup -g -L 2 cvs-supfile 21 | tee cvsup.log
Parsing supfile "cvs-supfile"
Connecting to cvsup7.freebsd.org
Connected to cvsup7.freebsd.org
Server software version: REL_16_1
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Updating collection doc-all/cvs
Updating collection ports-all/cvs
 Delete ports/lang/snobol/README.html
 Delete ports/security/seahorse/README.html
 Delete ports/sysutils/obliterate/README.html
Shutting down connection to server
Finished successfully
psg.com:/usr/src# script buildworld.log 
Script started, output file is buildworld.log
psg.com:/usr/src# time make buildworld

--
 Rebuilding the temporary build tree
--
rm -rf /usr/obj/usr/src/i386
mkdir -p /usr/obj/usr/src/i386/usr/bin
mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
mkdir -p /usr/obj/usr/src/i386/usr/games
mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf
mkdir -p /usr/obj/usr/src/i386/usr/sbin
mkdir -p /usr/obj/usr/src/i386/usr/share/misc
mkdir -p /usr/obj/usr/src/i386/usr/include/arpa
mkdir -p /usr/obj/usr/src/i386/usr/include/g++/std
mkdir -p /usr/obj/usr/src/i386/usr/include/objc
mkdir -p /usr/obj/usr/src/i386/usr/include/protocols
mkdir -p /usr/obj/usr/src/i386/usr/include/readline
mkdir -p /usr/obj/usr/src/i386/usr/include/rpc
mkdir -p /usr/obj/usr/src/i386/usr/include/rpcsvc
mkdir -p /usr/obj/usr/src/i386/usr/include/openssl
mkdir -p /usr/obj/usr/src/i386/usr/include/security
mkdir -p /usr/obj/usr/src/i386/usr/include/ss
ln -sf /usr/src/sys /usr/obj/usr/src/i386/sys

--
 stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=/usr/obj/usr/src/i386  
INSTALL="sh /usr/src/tools/install.sh"  MACHINE_ARCH=i386  
TOOLS_PREFIX=/usr/obj/usr/src/i386  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 make -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML bootstrap-tools
cd /usr/src/games/fortune/strfile;  make obj;  make depend;  make all;  make install
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include  
/usr/src/games/fortune/strfile/strfile.c
cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a   .depend
cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include  -o strfile strfile.o  
/usr/lib/crtbegin.o: In function `_init':
/usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init'
/usr/lib/crti.o(.init+0x0): first defined here
/usr/lib/crtbegin.o: In function `_fini':
/usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini'
/usr/lib/crti.o(.fini+0x0): first defined here
*** Error code 1

Stop in /usr/src/games/fortune/strfile.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

real0m3.288s
user0m0.435s
sys 0m0.172s
psg.com:/usr/src# exit

Script done, output file is buildworld.log


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



RE: diskless boot failures with PXE 2.0 boot, diskless X11 Termi

2000-10-31 Thread O. Hartmann

On Tue, 31 Oct 2000, John Baldwin wrote:
All right, I saw I was false in using bootp ... :-(

Now I set up a small DHCP server configuration with one 
experimental client. Starting bootprocess over LAN with
PXE NIC works, it receives it's IP, netmask, gateway IP.
But when starting TFTP (I think now we are to boot any kind 
of bootloader) I have no glue what's going on ... :-( When
using bootp previously I used a partition /usr/vol1/diskless
in which I let tftpd 'chroot' (by obtaining -s in inetd.conf),
there I created tftpboot and rootfs. In tftpboot I installed as 
suggested some small files like 'cfg.10.0.0.1' for booting the
apropriate station by IP. Well, all things seems to be different 
from the traditional bootp/tftp configuration when using DHCPD.

It seems that it is not very common to use FBSD as diskless
X Terminal that way. I can not find any suggestions how to do
a full install, I found a lot of fragments, a mixture fo DHCP
and bootp.
:
:On 31-Oct-00 O. Hartmann wrote:
: Hello.
: 
: I do some tests on a diskless machine and I get no success on it.
: I have to install a bunch of diskless X11 terminals (custom made)
: based on standard hardware. As NIC we have Intel EtherExpress
: PRO 10/100+ adaptors (fxp). They have all the same freshly updated
: PXE boot PROM (flash) version 4.0.12 from Intel (PXE-standard 2.0).
: 
: I already set up bootp and tftp (as I did this three years ago using
: netboot image to boot several PCs into a diskless workstation, that worked
: well!). 
: 
: I use now this NIC without success using bootpd and tftpd on a FreeBSD
: box, but with success with ISC DHCPD. Why? Is PXE explicitely using
: some advantages of DHCP or is there a configuration trick in bootptab?
: I want to use bootp and tftp because it's standard in FreeBSD.
:
:PXE uses DHCP, so you will have to use the DHCP server.
:
: Thanks for helping ...
: Oliver
: -
: MfG 
: O. Hartmann
: ---
: [EMAIL PROTECTED]
:
:-- 
:
:John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
:PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
:"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
:

-
MfG 
O. Hartmann
---
[EMAIL PROTECTED]

Klimadatenserver-Abteilung des IPA 
IT Netz- und Systembetreuung
Johannes Gutenberg-Universitaet Mainz
Becherweg 21
D-55099 Mainz
BRD/Germany

Tel: +496131/3924662
FAX: +496131/3923532



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: diskless boot failures with PXE 2.0 boot, diskless X11 Termi

2000-10-31 Thread Tomasz Paszkowski

On Tue, Oct 31, 2000 at 10:26:12PM +0100, O. Hartmann wrote:
 On Tue, 31 Oct 2000, John Baldwin wrote:
 All right, I saw I was false in using bootp ... :-(

One question about diskless booting. How to boot FreeBSD  4.0, with out
/boot/loader to have properly libkvm working ?

-- 
   _ __   __ 
  /  \  | | / /  / \  / \  --- Tomasz Paszkowski --
  | |\ \| | \ \ |/ \||/ \| === IPv4://3575244866 === IPNg://3ffe:8010:59::2 ===
 /_/  \__/  /_/  \_/  \_/   ( 2B | ~ 2B ) == FF ---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: buildworld death

2000-10-31 Thread Chris Johnson

On Tue, Oct 31, 2000 at 01:21:34PM -0800, Randy Bush wrote:
 /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
 rm -f .depend
 mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include  
/usr/src/games/fortune/strfile/strfile.c
 cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
 echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a   .depend
 cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/games/fortune/strfile/strfile.c
 cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include  -o strfile strfile.o  
 /usr/lib/crtbegin.o: In function `_init':
 /usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init'
 /usr/lib/crti.o(.init+0x0): first defined here
 /usr/lib/crtbegin.o: In function `_fini':
 /usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini'
 /usr/lib/crti.o(.fini+0x0): first defined here
 *** Error code 1
 

cd /usr/src/gnu/lib/csu  make all install (This is from memory--the box I did
the build on is unreachable at the moment. I think it's right.)

Then try again.

Chris


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: diskless boot failures with PXE 2.0 boot, diskless X11 Termi

2000-10-31 Thread Mike Smith

 On Tue, Oct 31, 2000 at 10:26:12PM +0100, O. Hartmann wrote:
  On Tue, 31 Oct 2000, John Baldwin wrote:
  All right, I saw I was false in using bootp ... :-(
 
 One question about diskless booting. How to boot FreeBSD  4.0, with out
 /boot/loader to have properly libkvm working ?

Typically you don't.  Booting without the loader is discouraged.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
   V I C T O R Y   N O T   V E N G E A N C E




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



RE: diskless boot failures with PXE 2.0 boot, diskless X11 Termi

2000-10-31 Thread John Baldwin


On 31-Oct-00 O. Hartmann wrote:
 On Tue, 31 Oct 2000, John Baldwin wrote:
 All right, I saw I was false in using bootp ... :-(
 
 Now I set up a small DHCP server configuration with one 
 experimental client. Starting bootprocess over LAN with
 PXE NIC works, it receives it's IP, netmask, gateway IP.
 But when starting TFTP (I think now we are to boot any kind 
 of bootloader) I have no glue what's going on ... :-( When
 using bootp previously I used a partition /usr/vol1/diskless
 in which I let tftpd 'chroot' (by obtaining -s in inetd.conf),
 there I created tftpboot and rootfs. In tftpboot I installed as 
 suggested some small files like 'cfg.10.0.0.1' for booting the
 apropriate station by IP. Well, all things seems to be different 
 from the traditional bootp/tftp configuration when using DHCPD.
 
 It seems that it is not very common to use FBSD as diskless
 X Terminal that way. I can not find any suggestions how to do
 a full install, I found a lot of fragments, a mixture fo DHCP
 and bootp.

Use a NFS root, which is the easiest way.  I did this for the terminal room at
BSDCon.  For one thing, read the pxeboot(8) manpage, which explains some of
this.  Also, for an example of using PXE (though not one which entirely applies
to your situation) look at http://people.FreeBSD.org/~alfred/pxe/ which covers
using PXE to install on boxes.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: REMINDER: 4.2 code freeze starts tomorrow!

2000-10-31 Thread Jordan Hubbard

 On Tue, Oct 31, 2000 at 12:41:19PM -0800, Jordan Hubbard wrote:
  I'll give everyone until 23:59:59 GMT to get their changes in (that's
  3:59PM for those of us in California) and then there are to be no more
  commits to -stable without my approval.
 
 Does this include RELNOTES and the like? So non-source changes?

Anything under src/ is frozen.  I believe ports/ will freeze 3 days
later.

- Jordan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: TrackMan Marble+ mouse under XFree86-4 port ...

2000-10-31 Thread Matt Meola
On Tue, 31 Oct 2000, The Hermit Hacker wrote:
> Just upgraded one of my colleagues computers to v4 from ports from v3
> ... she's got a TrackMan Marble+ mouse that worked fantasticly in v3 but
> now, if you try to move the pointer around, it goes to one of the corners
> and pretty much sits there ...

I just had the same problem -- took me a few days to solve.

Try re-configging XFree.  For some reason, switching the mouse protocol from 
"PS/2" to "Auto" has it working fine.

Try that and see if it helps.


-- 
Matt MeolaKC0DXW
Bailey, CO, USA


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: buildworld death

2000-10-31 Thread Randy Bush

 /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
 rm -f .depend
 mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include  
/usr/src/games/fortune/strfile/strfile.c
 cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
 echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a  .depend
 cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/games/fortune/strfile/strfile.c
 cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include  -o strfile strfile.o  
 /usr/lib/crtbegin.o: In function `_init':
 /usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init'
 /usr/lib/crti.o(.init+0x0): first defined here
 /usr/lib/crtbegin.o: In function `_fini':
 /usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini'
 /usr/lib/crti.o(.fini+0x0): first defined here
 *** Error code 1
 
 cd /usr/src/gnu/lib/csu  make all install (This is from memory--the box
 I did the build on is unreachable at the moment. I think it's right.)

that did it.  thanks.

randy


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



3 questions/Setting Date/time and SSH/Passwd from 2.25 to 4.1.1

2000-10-31 Thread Gerry Freymann

I have installed freebsd 4.1.1 on two systems. Now doing post
configurations and I have 3 questions.

I hope this is the correct place to ask these?

1) How do you set the time!

I've tried  "date YYMMDDHHMM"  and it shows me the date and time I want,
but it's as if it just echos it to the screen. The darn computer time is
still wrong.

2) Even though SSH is supposed to be active? Mine isn't. On boot-up I get
an error on the console screen "libcrypto.so.1" not found. I would appear
it's part of openSSL. When I go to the ports to install it, it won't
because it's part of the base system. If that's true, then where the heck
is it? A find did not turn it up anywhere. In my /etc/rc.conf this option
is turned On.

3) One of these builds is going to replace an existing box running FreeBSD
2.2.5. I'm going to tar and copy over the /usr/home directory and the web
files, mail files. Can I take the passwd/master password/group and others
from the 2.2.5 box and copy them over and keep going? or do you have to
run them through some magic commands to make it usable on a later
release like 4.1.1? Yes, shadow passwords are active.

That's all for now. Hopefully somebody can shed some light on these issues
for me!

Gerry.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: TrackMan Marble+ mouse under XFree86-4 port ...

2000-10-31 Thread Chris Wasser

On Tue, Oct 31, 2000 at 05:54:00PM -0400, The Hermit Hacker wrote:
 On Tue, 31 Oct 2000, Matt Meola wrote:
  On Tue, 31 Oct 2000, The Hermit Hacker wrote:  Just upgraded one of my
  colleagues computers to v4 from ports from v3  ... she's got a TrackMan
  Marble+ mouse that worked fantasticly in v3 but  now, if you try to move
  the pointer around, it goes to one of the corners  and pretty much sits
  there ... I just had the same problem -- took me a few days to solve. Try
  re-configging XFree. For some reason, switching the mouse protocol from
  "PS/2" to "Auto" has it working fine. Try that and see if it helps. --
  Matt Meola KC0DXW Bailey, CO, USA To Unsubscribe: send mail to
  [EMAIL PROTECTED] with "unsubscribe freebsd-ports" in the body of the
  message
 
 Tried that ... my machine in my office is using the PS/2 mouse interface,
 and I compared configs ... all to no avail ;(

I use a Logitech Marble PS/2 (and I'm running moused) with XF86 4 my mouse
configuration is as follows and may be applicable, because I experienced
the mouse "wigging out" without the following setup as described above by
Matt Meola:

- moused:
moused_port="/dev/psm0"
moused_enable="YES"
moused_flags="-3 -F 200 -r high"

- XF86Config (XFree86_4.0.1_3)
Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Device""/dev/sysmouse"
Option  "Emulate3Buttons"
Option  "Emulate3Timeout"   "50"
EndSection

I used to have to specify protocol as auto, but when I
upgraded to 4.0.1_3 from 4.0 I didn't need to specify it
anymore (learned by accident when re-writing config)

htth,
Chris




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



RE: diskless boot failures with PXE 2.0 boot, diskless X11 Termi

2000-10-31 Thread John Baldwin


On 31-Oct-00 O. Hartmann wrote:
 Hello.
 
 I do some tests on a diskless machine and I get no success on it.
 I have to install a bunch of diskless X11 terminals (custom made)
 based on standard hardware. As NIC we have Intel EtherExpress
 PRO 10/100+ adaptors (fxp). They have all the same freshly updated
 PXE boot PROM (flash) version 4.0.12 from Intel (PXE-standard 2.0).
 
 I already set up bootp and tftp (as I did this three years ago using
 netboot image to boot several PCs into a diskless workstation, that worked
 well!). 
 
 I use now this NIC without success using bootpd and tftpd on a FreeBSD
 box, but with success with ISC DHCPD. Why? Is PXE explicitely using
 some advantages of DHCP or is there a configuration trick in bootptab?
 I want to use bootp and tftp because it's standard in FreeBSD.

PXE uses DHCP, so you will have to use the DHCP server.

 Thanks for helping ...
 Oliver
 -
 MfG 
 O. Hartmann
 ---
 [EMAIL PROTECTED]

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: make installworld fix with new crtstuff

2000-10-31 Thread Bap

 On Tue, Oct 31, 2000 at 07:00:07AM -0600, Larry Rosenman wrote:
   Remove that bogus link ("crtend.c) and file ("crtbegin.c").
  so that directory should just have Makefile? 
 
 Correct.
  
 
I too have this problem, and have just deleted the file and link as suggested, and am 
currently doing buildworld

Bap.

 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



'dc' device broken in -STABLE?

2000-10-31 Thread Paul Magwene

Hi All,

I've been tracking -STABLE, rebuilding once every 1-2 weeks.  This
afternoon I cvsup'ed, made world, and built a new kernel, all of which
went without hiccups.

However, at reboot one of my NIC's (Kingston KNE110TX) which previously
worked with the 'dc' device driver no longer is properly configured at
boot time.


Here's the relevant info from the offending dmesg:

FreeBSD 4.2-BETA #25: Tue Oct 31 14:41:23 EST 2000
pmagwene@sluggo:/usr/src/sys/compile/SLUGGO
 SNIP 
dc0: 82c169 PNIC 10/100BaseTX irq 17 at device 16.0 on pci0
dc0: couldn't map ports/memory
device_probe_and_attach: dc0 attach returned 6



And here's the comparable info from a build a week ago:

FreeBSD 4.1.1-STABLE #24: Mon Oct 23 16:54:39 EDT 2000
pmagwene@sluggo:/usr/src/sys/compile/SLUGGO
 SNIP 
dc0: 82c169 PNIC 10/100BaseTX port 0xb000-0xb0ff mem
0xfedfd800-0xfedfd8ff irq
 17 at device 16.0 on pci0
dc0: Ethernet address: 00:c0:f0:59:04:f3
miibus0: MII bus on dc0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto


I've sumbitted this as a bug report, but thought folks on this mailing
list might have some pointers/suggestions/ideas. 

Thanks,
Paul


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: REMINDER: 4.2 code freeze starts tomorrow!

2000-10-31 Thread Wilko Bulte

On Tue, Oct 31, 2000 at 12:41:19PM -0800, Jordan Hubbard wrote:
 I'll give everyone until 23:59:59 GMT to get their changes in (that's
 3:59PM for those of us in California) and then there are to be no more
 commits to -stable without my approval.

Does this include RELNOTES and the like? So non-source changes?

 Please also remember to mark ANY commits to -stable after the freeze
 as approved by me (assuming, of course, that they were :) so that
 people don't flame you unnecessarily.

:-)

-- 
Wilko Bulte Arnhem, the Netherlands
[EMAIL PROTECTED]   http://www.freebsd.org  http://www.nlfug.nl



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message