Commit Graph

8402 Commits

Author SHA1 Message Date
imp
7253a0e9b9 Flesh out the list of supported devices for this driver.
Add bugs that describe the current state of this driver.

# Note: Don't ask me about the driver: I can't get it to work well either :-)
2003-11-09 01:41:11 +00:00
imp
c1acbaa576 o Update to closer to the official names for these cards.
o Remove entries for 1510, 152x and 1535.  These are supported, for some value
  of supported, by the aic driver.
o Add notes about 1542-CP being plug and play, but it can still conflict with
  other resources because all the resources it uses are set with the onboard
  BIOS.
2003-11-09 01:30:46 +00:00
bmah
5834e9c712 Synchronize list of supported cards with hardware notes, reformat
as a bullet list.
2003-11-09 00:50:55 +00:00
bmah
19f44f7c26 Mention Olicom OC2220, which is listed in the hardware notes and
driver source.
2003-11-09 00:31:41 +00:00
bmah
6de0467052 Capitalize "Fast Ethernet" and "Ethernet" consistently. 2003-11-09 00:27:45 +00:00
bmah
bd97315991 Synchronize manual page with hardware notes and reformat list of
supported devices.
2003-11-09 00:26:55 +00:00
bmah
2514456ec9 Mention Cisco and Xircom devices supported by an driver. 2003-11-08 22:48:23 +00:00
rwatson
db66506d6c Add /usr/share/security to reflect recent hookup of Makefile and
mtree entry for share/security/lomac-policy.contexts.

Pointed out by:	ru
2003-11-08 18:01:44 +00:00
rwatson
e6cd16ae51 Makefile.inc wasn't needed; this is a left-over of other files present
in share/security in the trustedbsd_sebsd branch that are not present
in the main tree.  Also, .include Makefile.inc from the parent directory
so that BINDIR is set right.

Pointed out by:	bde
2003-11-08 17:56:53 +00:00
bmah
e3f64cfae1 Remove trailing commas from device list. 2003-11-08 17:31:49 +00:00
bmah
063e1864e7 Add SOHO(PRAGMATIC) UE-1211C from the pc98 hardware notes. 2003-11-08 17:30:42 +00:00
bmah
cdd9e859d5 Capitalize "Ethernet" and "Fast Ethernet" consistently. No other
content changes.
2003-11-08 17:29:58 +00:00
bmah
07ab6b455e Sort devices. In the process, remove a duplicate entry for the Accton
EN1207D.  No other content changes.
2003-11-08 17:28:31 +00:00
gshapiro
da1521e658 People are blindly coping this example refuse file. Doing so breaks
buildworld as src/etc/sendmail/freebsd.mc is missing.  That example
was added 3 years ago, before the /etc/mail/ infrastructure was in
place for customized configurations.  It is time to remove this example.

Noticed by:	Robert Gray <bob@boulderlabs.com> in freebsd-stable
MFC after:	1 day
2003-11-08 17:19:50 +00:00
jkoshy
296d11f9a1 Cross-reference pgfind(9) and pfind(9) from each others manual pages. 2003-11-08 13:41:22 +00:00
rushani
2f419f2b30 Add manpage link wd.4 -> wdc.4 2003-11-08 10:28:31 +00:00
rwatson
dfe2864ae7 When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
the Makefiles were not committed.
2003-11-08 00:40:25 +00:00
simon
a0082f8fd3 Change FreeBSD.ORG to FreeBSD.org. 2003-11-07 21:05:31 +00:00
hmp
14bdef732c Mdoc Janitor:
* add SEE ALSO section.
2003-11-07 19:08:13 +00:00
hmp
9004d3b438 Mdoc Janitor:
* use the appropriate include file macros (.In)

  * add necessary stuffing to the AUTHORS section
    for consistency.
2003-11-07 18:26:54 +00:00
imp
0725614a31 Better description of the device supported 2003-11-07 18:09:56 +00:00
imp
74fa446124 bare-bones and kinda sucky ufm man page 2003-11-07 17:58:30 +00:00
hmp
3b945798f0 Add manual page for LSI Fusion-MPT SCSI/Fibre Channel driver.
Originally obtained from NetBSD, but modified to fit FreeBSD's
mpt driver history, and device list.

Reviewed by:	Matt Jacob (mjacob@) -- Old version.
2003-11-07 17:33:52 +00:00
simon
d3cefae2c6 Synchronize the list of support devices with the driver source code. 2003-11-07 11:43:05 +00:00
simokawa
e1af13b22a Add sbp_targ.4. 2003-11-07 09:41:42 +00:00
simokawa
6fe109aff0 Add minimal manpage for sbp_targ(4). 2003-11-07 09:39:53 +00:00
harti
95fb3f9279 The man page for the layer 3 (signalling) netgraph node of NgATM. 2003-11-07 09:12:07 +00:00
davidxu
62eecd357e Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to
zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way,
but I havn't done this change since these files already exists.
2003-11-06 23:43:40 +00:00
des
bf689a07a0 device_get_name(9) and device_get_nameunit(9) return const char *, not int. 2003-11-06 15:54:32 +00:00
davidxu
09e99681c0 Enable GB2312 locale. 2003-11-05 23:39:03 +00:00
davidxu
61546cc5ad Add GB2312 locale files. 2003-11-05 22:59:02 +00:00
davidxu
5365264be8 Add GB2312 encoding file. 2003-11-05 22:54:54 +00:00
trhodes
d28f0c552b Fix Scott's email address.
Noticed by:	an email discussion with bmah
2003-11-05 18:43:54 +00:00
trhodes
dd3c3c1e89 The my(4) drivers require miibus(4) to function properly. 2003-11-05 16:54:32 +00:00
ume
1c2b839e59 - refrect recent changes.
- add table of contents.
- add section 4.8 - Operations with IPsec tunnel mode.
- add section 9 - Policy on technology with intellectual property
  right restriction
- more about KAME's codeing style.

Obtained from:	KAME
2003-11-05 12:00:32 +00:00
sos
8d2743b3bb Update. 2003-11-05 10:08:34 +00:00
imp
6e26b88350 Remove the file 2003-11-05 04:36:44 +00:00
imp
0769fd6e03 resource_query_string is dead. Kill it. 2003-11-05 04:36:13 +00:00
sam
3d453603d4 update supported card table 2003-11-04 23:43:43 +00:00
trhodes
5604fb367a Add a manual page for the Xircom and and Xircom based NICs.
Submitted by:	scott (original version)
2003-11-04 20:49:45 +00:00
simon
44670127de mdoc(7) cleanup:
- Add reference to atapicam(4).
- Fix hard sentence breaks.
- Fix spelling of .Nm macro.
- Remove a bit of EOL whitespace.
2003-11-04 19:35:27 +00:00
sos
b1ecfa9c56 Start of new ATA man page that reflects the curretn state of art.
mdoc handling possibly fragile :)
2003-11-04 13:16:07 +00:00
phk
c5a32d4605 More mdocery from Sergey (osa@) 2003-11-03 17:55:02 +00:00
phk
42207ede25 Thanks to the kind mdoc help of Sergey (osa@): led.4 2003-11-03 17:06:10 +00:00
imp
643bf22b59 Both CC and CX versions of the 556 exist 2003-11-03 00:46:08 +00:00
imp
d9fac564d8 Separate out the old 3CXEM556 models (10Mbps only) from the faster
3CCFEM556 models (10/100Mbps).  I have only the former, and none of
the latter, so document that the latter might not work.
2003-11-02 23:30:22 +00:00
imp
1bf95a39a6 Only the 3C1 is now known not to work. All my other cards work with
this driver.  I've not tested the '556B or the '556BI cards, however,
as I don't own them.
2003-11-02 20:20:28 +00:00
imp
a9512c8a65 The '574 family works (I had a bad dongle which is why I thought it
might not be).
The modem combo cards do not (confirmed today)
2003-11-02 05:33:12 +00:00
brooks
f1e94c6f29 Replace the if_name and if_unit members of struct ifnet with new members
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
wosch
a724a8fc6f Add OpenBSD 3.4
fix footer.
2003-10-31 10:24:02 +00:00