diff options
author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-08-31 13:21:45 +0000 |
---|---|---|
committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-08-31 13:21:45 +0000 |
commit | 9ba61eac9dd77db101518103bab144d326731820 (patch) | |
tree | 634af670eb3ce96295812173b1fea5af94b9a2e9 /release/picobsd/router | |
parent | 94a87eb41a81c546b43a278370415e352f6aacd7 (diff) | |
download | src-9ba61eac9dd77db101518103bab144d326731820.tar.gz src-9ba61eac9dd77db101518103bab144d326731820.zip |
We need only one device entry for PCI eth. cards.
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
Notes
Notes:
svn path=/head/; revision=38689
Diffstat (limited to 'release/picobsd/router')
-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 c03dc331e542..4f0697f20bb2 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 |