ache
7466559948
restore 8859-5, remove BUILD_TOOLS define
1999-10-17 11:00:45 +00:00
jhay
2f2bcaf020
Note that we support the PCI version of the Digi SYNC/570i cards.
1999-10-17 09:43:51 +00:00
jkh
55da2869fb
sync with earlier change removing broken locale.
1999-10-16 12:49:33 +00:00
wpaul
545dcf972f
Convert the mx driver to miibus.
...
In order to make this work, I created a pseudo-PHY driver to deal with
Macronix chips that use the built-in NWAY support and symbol mode port.
This is actually all of them, with the exception of the original MX98713
which presents its NWAY support via the MII serial interface.
The mxphy driver actually manipulates the controller registers directly
rather than using the miibus_readreg()/miibus_writereg() bus interface
since there are no MII registers to read. The mx driver itself pretends
that the NWAY interface is a PHY locayed at MII address 31 for the sole
purpose of allowing the mxphy_probe() routine to know when it needs to
attach to a host controller.
1999-10-16 05:24:13 +00:00
bp
80f148ad3d
Add libncp to the list of known libraries.
1999-10-15 08:54:09 +00:00
msmith
e84e5ec20d
Document the use of pseudo_AF_HDRCMPLT with BPF.
1999-10-15 05:07:26 +00:00
jkh
b1ba978ecf
Remove one of the locales which is currently breaking the build.
1999-10-14 19:20:01 +00:00
cpiazza
bd423219c7
Revert previous change, I misread it as an if( when it really
...
wasn't.
1999-10-10 09:28:14 +00:00
cpiazza
3e85986629
Add the missing ')' in
...
(p = f()) == NULL
1999-10-09 23:12:57 +00:00
brian
cf0ad355e2
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
sheldonh
962b1cf979
Remove the description of the deprecated savecore_enable option,
...
which is no longer used. Expand the description of the dumpdev
option accordingly.
PR: 14152
Reported by: nrahlstr
1999-10-06 09:20:40 +00:00
n_hibma
b518976fd8
Add comment about the debugging flag
1999-10-05 20:30:21 +00:00
grog
2d38feda1b
Bring in line with reality.
1999-10-05 05:33:35 +00:00
ru
e21687df17
Recommend "secure-stable-supfile" instead of "secure-supfile".
1999-10-04 17:38:57 +00:00
brian
6183281b7a
Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
...
Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
ache
f87b197d4e
sv_SE collate
...
add one missing dependance
PR: 13928
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-03 02:13:26 +00:00
ache
6d2383a99b
ISO8859-5 time definition
1999-10-03 01:41:17 +00:00
ache
03dfca3cca
ISO8859-5 collate
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 01:22:22 +00:00
ache
91c96cc638
ISO8859-5 locale
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 00:56:29 +00:00
dcs
24f149966b
Update man page to loader.conf(5) days.
1999-10-02 12:49:43 +00:00
des
b65940b480
Fix typo.
...
Pointed out by: Kelly Yancey <kbyanc@posi.net>
1999-10-02 10:21:10 +00:00
mpp
c6aa6ec539
Correctly escape a macro call in the description of the .D1 macro.
...
Also use the correct macro (.D1, not .Dl) to format the text,
and in the example output.
PR: docs/14051
Submitted by: <andrew@ugh.net.au>
1999-09-30 14:39:22 +00:00
jkoshy
2938fe345d
Correct typos and -mdoc usage. Improve clarity of language.
...
PR: docs/140007
(partial)
Submitted by: Adam Wight <adamw@holonet.net>
1999-09-30 09:35:54 +00:00
dillon
b8d8f28e6e
Bring kernel malloc documentation up to date, including the example.
...
PR: docs/10059
1999-09-29 16:49:18 +00:00
dcs
f1302d0ade
Fixes a silly bug that somehow escaped my notice all these months.
1999-09-29 04:46:01 +00:00
brian
33b2b7986d
Show an example of ``set cd off''
1999-09-26 23:18:54 +00:00
wpaul
6f1f6d0fe1
Update the Starfire driver comments and man page to include the URL of
...
the AIC-6915 Programmer's Manual which I finally found online at Adaptec's
site.
1999-09-26 18:35:30 +00:00
chris
b496a54b9b
Document the make_dev(9) and remove_dev(9) facilities.
...
remove_dev(9) is created as a link to the existing make_dev(9) page.
Reviewed by: phk
1999-09-25 20:12:01 +00:00
jhb
bf8c95df15
Update the dictionary to contain all of the words in
...
/usr/share/dict/{eign,web2,propernames}. Most of the additions are
proper names, but the word 'all' is a notable exception.
PR: misc/12285
Reviewed by: bde
1999-09-25 18:35:42 +00:00
dillon
c25a44b642
mdoc style cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:21:21 +00:00
dillon
3928219143
mdoc cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:11:54 +00:00
chris
1594042f2d
Remove a useless new line.
1999-09-25 16:11:09 +00:00
chris
a05bc6df42
Document the devtoname(9) kernel interface.
1999-09-25 15:58:33 +00:00
dillon
d0e66805d8
More locking clarifications. Add skeleton manual page for VOP_LEASE
1999-09-24 17:11:02 +00:00
dillon
546d9dd983
More synchronization of the VOP documentation to the real world.
1999-09-24 13:58:55 +00:00
dillon
3269f374e6
More clarification of locking requirements.
1999-09-24 10:42:45 +00:00
dillon
d46c315966
Bring more VOP manual pages up to date in regards to locking
...
requirements.
1999-09-24 10:19:43 +00:00
dillon
704e20654c
Update errors in documentation for various VOP_ calls. Specifically,
...
describe the correct locking state expected on entry and return.
1999-09-24 07:07:02 +00:00
phantom
2b0679fcb8
Add to .Nm devstat_end_transaction_buf().
...
Do some ordering.
Noticed by: ken
1999-09-23 13:31:15 +00:00
dillon
dba2ee7dee
Bring ccd documentation up to date. Reference vinum, elucidate more
...
on mirroring and interleaving.
1999-09-23 10:04:25 +00:00
phantom
167de7e9de
.PB -> .El
...
PR: docs/13283
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 22:23:17 +00:00
phantom
3a0f3c83dc
Fix style typo.
...
PR: docs/13134
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 21:51:06 +00:00
phantom
38f204bb00
mdoc(7)'fy
1999-09-22 21:43:18 +00:00
phk
29890b84ef
Document the new free/erase transaction type.
...
Reminded about by: ken
1999-09-22 20:27:21 +00:00
wpaul
06406886b3
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
...
ethernet card (PCI, VIA Rhine II chipset).
1999-09-22 19:46:14 +00:00
roger
f29ecbcb24
Update man page to include the sysclts and kernel options commonly used
1999-09-22 17:36:43 +00:00
jkoshy
86e5b8153d
Describe the 'start_vinum' rc.conf knob.
...
PR: conf/13357
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-09-22 06:26:24 +00:00
chris
9d5cd77250
Cross-reference to nca(4) removed: No CAM driver for this device has yet
...
to be written.
1999-09-22 05:29:53 +00:00
wpaul
9fb05d6419
Spruce up the ADMtek driver: conver to newbus, miibus and add support
...
for the AN985 "Centaur" chip, which is apparently the next genetation
of the "Comet." The AN985 is also a tulip clone and is similar to the
AL981 except that it uses a 99C66 EEPROM and a serial MII interface
(instead of direct access to the PHY registers).
Also updated various documentation to mention the AN985 and created
a loadable module.
I don't think there are any cards that use this chip on the market yet:
the datasheet I got from ADMtek has boxes with big X's in them where the
diagrams should be, and the sample boards I got have chips without any
artwork on them.
1999-09-22 05:07:51 +00:00
chris
a2e09a868e
Remove reference to eg(4) device: it does not exist anymore.
1999-09-22 05:05:16 +00:00