diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2004-09-08 00:30:30 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2004-09-08 00:30:30 +0000 |
commit | 80cdf7c2da5770b49185da8ab16616f48e4951cb (patch) | |
tree | a0fcef37b4cbe1ff4cf54ea34787dc10e5db73f7 /share/man/man4/man4.i386/ie.4 | |
parent | 33365f187ffafd813b89f27977bbe268b257c7e9 (diff) |
We don't need device counts anymore. Also remove device.hints entries
for ie1, to be in line with the other manpages.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=134926
Diffstat (limited to 'share/man/man4/man4.i386/ie.4')
-rw-r--r-- | share/man/man4/man4.i386/ie.4 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/ie.4 b/share/man/man4/man4.i386/ie.4 index 98dc66b797b8..cf8783648a3a 100644 --- a/share/man/man4/man4.i386/ie.4 +++ b/share/man/man4/man4.i386/ie.4 @@ -32,7 +32,7 @@ .Nm ie .Nd Ethernet device driver .Sh SYNOPSIS -.Cd "device ie 2" +.Cd "device ie" .Pp In .Pa /boot/device.hints : @@ -40,10 +40,6 @@ In .Cd hint.ie.0.port="0x300" .Cd hint.ie.0.irq="5" .Cd hint.ie.0.maddr="0xd0000" -.Cd hint.ie.1.at="isa" -.Cd hint.ie.1.port="0x360" -.Cd hint.ie.1.irq="7" -.Cd hint.ie.1.maddr="0xd0000" .Sh HARDWARE The .Nm |