diff options
author | abial <abial@FreeBSD.org> | 1998-08-31 13:21:45 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-08-31 13:21:45 +0000 |
commit | d4269e6f3f4ab3d64acfe2e1116ef4c5555e924c (patch) | |
tree | da0fe9c10f80b185afbe3eb9910d3b39259a5b28 | |
parent | 91f26db7f197e6b06edeefdfa2858b8433db5d71 (diff) | |
download | FreeBSD-src-d4269e6f3f4ab3d64acfe2e1116ef4c5555e924c.zip FreeBSD-src-d4269e6f3f4ab3d64acfe2e1116ef4c5555e924c.tar.gz |
We need only one device entry for PCI eth. cards.
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
-rw-r--r-- | release/picobsd/router/conf/PICOBSD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/release/picobsd/router/conf/PICOBSD b/release/picobsd/router/conf/PICOBSD index c03dc33..4f0697f 100644 --- a/release/picobsd/router/conf/PICOBSD +++ b/release/picobsd/router/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.2 1998/08/10 19:17:42 abial Exp $ +# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $ # machine "i386" @@ -69,9 +69,7 @@ device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device de0 -device de1 device fxp0 -device fxp1 device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 5 iomem 0xd0000 vector edintr |