diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-14 01:50:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-14 01:50:43 +0000 |
commit | bc2d8a08908153b89d553b7918a1c742811425e6 (patch) | |
tree | 4a685782d0481a8168b559725274427ce3873338 /share/man/man4 | |
parent | 2ca695ed5de067a4faaef2051d2531cfde2aab68 (diff) |
txp(4) late firmware loading, written somewhere over the pacific, tested
by mcbride, reduces size of the kernel
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/txp.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4 index c9deb1e4f87..108c5e2e8b6 100644 --- a/share/man/man4/txp.4 +++ b/share/man/man4/txp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: txp.4,v 1.13 2004/09/30 19:59:25 mickey Exp $ +.\" $OpenBSD: txp.4,v 1.14 2004/12/14 01:50:42 deraadt Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -115,6 +115,13 @@ Use 10baseT, full duplex .It media 10baseT Op mediaopt half-duplex Use 10baseT, half duplex .El +.Sh FILES +The driver need a firmware file, +which is loaded on demand at startup: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/3c990 +.El .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , |