Andrey A. Chernov
13c7185319
moved to koi2alt
1999-09-23 02:54:44 +00:00
Matthew Dillon
e322ec4cb4
Fix bug in pseudo-geometry calculation code that assumed a sector size
...
smaller then 1024 bytes.
1999-09-23 00:09:08 +00:00
Archie Cobbs
32e29e4547
Remove the "diffburst" tool, because equivalent functionality is now available
...
via "split -p". Leave a note to this effect in the README file.
1999-09-22 23:48:58 +00:00
Alexey Zelkin
466d6dc43b
Add gencat(1) to SEE ALSO section.
...
PR: docs/13658
Submitted by: Zahemszky Gabor <zgabor@code.hu>
1999-09-22 22:44:42 +00:00
Alexey Zelkin
72f89f7ee3
Allow .Rv macro to be used in 7th section also. This patch
...
will fix "Usage: .Rv ..." error at mdoc.samples.7
Ok'ed by: mpp
1999-09-22 22:36:16 +00:00
Alexey Zelkin
443cf26413
.PB -> .El
...
PR: docs/13283
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 22:23:17 +00:00
Alexey Zelkin
11d8c7ad68
Add links for errc.3, verrc.3, warnc.3, vwarnc.3.
...
PR: docs/13222
Submitted by: Ben Smithurst <ben@scientia.demos.co.uk>
1999-09-22 22:12:23 +00:00
Luoqi Chen
f581b15f47
Regeneration.
1999-09-22 22:05:37 +00:00
Luoqi Chen
2323686abc
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
...
SVGAlib should now work.
Reviewed by: marcel
1999-09-22 22:01:51 +00:00
Alexey Zelkin
a66435652d
Fix style typo.
...
PR: docs/13134
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 21:51:06 +00:00
Alexey Zelkin
e10bef6e21
mdoc(7)'fy
1999-09-22 21:43:18 +00:00
Alexey Zelkin
630bf98376
Allow "Alpha" as 2nd argument for .Dt macro. So, we can go
...
with "Alpha architecture" manpages.
1999-09-22 21:38:40 +00:00
Brian Feldman
9811e1f1a1
Add phk's m(4) Memory Disk driver as a KLD. I don't believe it
...
works properly after unloading, however.
1999-09-22 21:28:19 +00:00
Brian Feldman
27068b01f7
Fix includes (remove unnecessary ones, reorder necessary ones.)
...
Also, correct an %x to be %lx.
Reviewed by: phk
1999-09-22 21:23:21 +00:00
Luoqi Chen
cfca102355
Display CPU (BSP) clock speed on SMP systems.
1999-09-22 21:21:53 +00:00
Poul-Henning Kamp
04a2253821
Document the new free/erase transaction type.
...
Reminded about by: ken
1999-09-22 20:27:21 +00:00
Poul-Henning Kamp
c8a90c31c9
Stylistic cleanup.
...
Submitted by: ken.
1999-09-22 20:21:28 +00:00
Poul-Henning Kamp
c428d4c048
Kill the cdevsw->d_maxio field.
...
d_maxio is replaced by the dev->si_iosize_max field which the driver
should be set in all calls to cdevsw->d_open if it has a better
idea than the system wide default.
The field is a generic dev_t field (ie: not disk specific) so that
tapes and other devices can use physio as well.
1999-09-22 19:56:14 +00:00
Bill Paul
efee742ecc
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
Søren Schmidt
30b7a8f12e
Oops, the syntax didn't work that way...
1999-09-22 19:15:54 +00:00
Roger Hardiman
4decbd56c4
Delete the README file from /sys/pci.
...
Important information is now in the bktr man page
1999-09-22 17:40:59 +00:00
Roger Hardiman
0b34bea2ac
Update man page to include the sysclts and kernel options commonly used
1999-09-22 17:36:43 +00:00
Roger Hardiman
aa88dfb806
Bt848 driver now moved to /sys/dev/bktr
1999-09-22 15:39:15 +00:00
Ruslan Ermilov
bd3ed4542d
ReLink() partial links in FindLinkOut() in the same manner as we do it
...
in FindLinkIn(). This will make TcpMonitorIn()/TcpMonitorOut() happy.
Reviewed by: eivind
1999-09-22 13:22:26 +00:00
Ruslan Ermilov
bd8beb9b80
If `who' was not specified, set the appropriate bits as the chmod(1)
...
manual page states. `chmod +s foo' and `chmod +t foodir' now work.
PR: 13889
1999-09-22 13:02:50 +00:00
Søren Schmidt
fbf6ea790a
Support quad & max speeds in wormcontrol.
...
A bit more general cleanup.
1999-09-22 12:04:51 +00:00
KATO Takenori
20b6dab0ac
Sync with sys/i386/isa/npx.c revision 1.78.
1999-09-22 12:01:36 +00:00
KATO Takenori
2c2798f123
Sync with sys/i386/i386/userconfig.c revision 1.159.
1999-09-22 11:59:14 +00:00
KATO Takenori
8be215cb0c
Sync with sys/i386/conf/majors.i386 revision 1.86.
1999-09-22 11:58:11 +00:00
KATO Takenori
714ac51294
Added mp_clock.c.
1999-09-22 11:57:12 +00:00
KATO Takenori
49100c9e21
Commented out ed driver.
1999-09-22 11:55:25 +00:00
KATO Takenori
3ff89cce61
Sync with sys/i386/conf/GENERIC revision 1.192.
1999-09-22 11:54:03 +00:00
Roger Hardiman
fdc2eae112
Use new location of Bt848 driver.
...
Remove NPCI generation as the driver no longer checks for NPIC > 0
1999-09-22 08:31:05 +00:00
Roger Hardiman
71c4e4419d
Bktr Bt848/Bt878 driver is now in /sys/dev/bktr
1999-09-22 08:22:09 +00:00
Søren Schmidt
0720c0ebbe
I knew it, I introduced new bugs :)
...
The lun is not incremented in the ata-disk driver when ATA_STATIC_ID
is not defined, thanks to Kenneth Wayne Culver <culverk@wam.umd.edu>
for finding that one.
PHK pointed at the & problem in atapi-cd in devstat_end_transaction_buf.
Too little sleep I guess...
1999-09-22 07:15:46 +00:00
Mark Murray
3ab9676ab3
Never return NULL, always return a hash.
...
Submitted by: dt
1999-09-22 06:53:08 +00:00
Roger Hardiman
ca0c4630a1
Move the bktr Bt848/Bt878 driver to /sys/dev/bktr
...
Phase 1) move the driver
Phase 2)
Phase 3) Profit, by splitting the driver into smaller files like
bktr_tuner, bktr_card, bktr_audio, bktr_<osname>
making it easier to maintain and understand.
1999-09-22 06:46:08 +00:00
Bill Paul
981069a71b
Update the Tigon driver firmware images to the latest release from
...
Alteon (12.6.15).
1999-09-22 06:43:16 +00:00
Joseph Koshy
8e814a064f
Remove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>
...
this is no longer the right way to start Vinum unless you are doing some
kind of maintenance, and that's not the sort of thing that would go into
rc.conf.
1999-09-22 06:31:32 +00:00
Joseph Koshy
5b94fc490c
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
Bill Paul
9e4c647c74
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
...
declaration for the interface driver from "foo" to "if_foo" but leave the
declaration for the miibus attached to the interface driver alone. This
lets the internal module name be "if_foo" while still allowing the miibus
instances to attach to "foo."
This should allow ifconfig to autoload driver modules again without
breaking the miibus attach.
1999-09-22 06:08:11 +00:00
Matthew Dillon
8b22cebb2c
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
...
be set by a kernel conf option due to the struct buf structural
dependancy (sizing of b_pages[]) creating a conflict with modules
(which are not compiled with kernel config options overrides).
We'll be able to sysctl these two later on when the buffer subsystem
is revamped.
1999-09-22 05:48:31 +00:00
Chris Costello
92e13d2a9c
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
Bill Paul
1088f6c7c1
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 Costello
0cdbe88198
Remove reference to eg(4) device: it does not exist anymore.
1999-09-22 05:05:16 +00:00
Matthew Dillon
a59d364a23
Change default block size for user VBLK device access from 2K to PAGE_SIZE
...
(4K on an i386, 8K on an alpha).
Make BLKDEV_IOSIZE, DFLTPHYS, and MAXPHYS kernel-configurable.
1999-09-22 04:11:55 +00:00
Brian Somers
735ce767c7
Allow ``make -DNOKLDLOAD''
1999-09-22 00:44:45 +00:00
Brian Somers
fc3034ca7d
Do a kldload() if we get ENXIO trying to open /dev/tun0
...
Originally submitted by: green
1999-09-22 00:40:47 +00:00
Mark Murray
e267a66620
Colour me stupid. This is a better way of using the macros.
1999-09-21 22:13:07 +00:00
Andrey A. Chernov
dd14a64ec2
install hyphen.us-ru from GROFF_DIST/tmac/locale
...
repository move GROFF_DIST/troff/hyphen.us-ru to GROFF_DIST/tmac/locale
required
1999-09-21 20:51:36 +00:00