wiz
ca7803e9b8
Note that this manual page is not relevant. Ok'd by ragge.
2001-08-18 12:05:25 +00:00
wiz
a5226c0bb5
Remove files describing hp300/HPBSD.
...
Can still be found in sys/arch/hp300/DOC as Debug.tips and HPMMU.notes.
Okay'd by is.
2001-08-18 10:07:35 +00:00
chs
2233d77cac
when fetching an object page to loan out, do so synchronously.
2001-08-18 05:51:44 +00:00
kanaoka
13f671edcf
Improve intr_ack code to support for 3c556,3c556B.
...
Some cards don't have an interrupt acknowledge
register in PCI config space, so we map and write
it, such as CardBus driver does.
2001-08-18 05:49:28 +00:00
chs
c60e896954
undo the part of the last revision that made user block device access
...
use the UBC interfaces. too many problems with that yet.
2001-08-18 05:34:46 +00:00
thorpej
2d4c311492
Regen; added Avance Logic ALS4000.
2001-08-18 05:00:51 +00:00
thorpej
563f369b78
Add Avance Logic ALS4000 Audio.
2001-08-18 05:00:21 +00:00
eeh
94751b6adc
Make the kernel a tad bigger.
2001-08-18 04:55:29 +00:00
simonb
11362870f4
Reorder some function prototypes more logically.
2001-08-18 04:13:28 +00:00
eeh
20df032dec
Make lint happier.
2001-08-18 03:47:18 +00:00
simonb
02f580ae38
Fix lint problem introduced in last change - if `lint' is defined,
...
#define away __alignof__. Still produces some warnings, but at least
they're not fatal anymore.
Problem noted by Rafal Boni in private mail.
2001-08-18 03:27:02 +00:00
chs
92140aa25f
make this compile.
2001-08-18 00:41:38 +00:00
wiz
339471dbcd
Add ofwboot(8) for macppc.
2001-08-18 00:02:59 +00:00
wiz
438098d01d
Add ofwboot man page.
...
Written by Makoto Fujiwara, and improved upon by Michael Wolfson and myself.
2001-08-18 00:00:34 +00:00
thorpej
efb284a610
add net/if_bridgevar.h
2001-08-17 23:30:32 +00:00
augustss
317073f06f
Install if_bridgevar.h.
2001-08-17 23:16:14 +00:00
matt
864924f7f3
regen.
2001-08-17 23:14:40 +00:00
matt
211070f3bd
Add Apple Uni-N (as used in QuickSilver) product IDs.
2001-08-17 23:14:00 +00:00
thorpej
bcc1bef4b2
Add bridge(4) and brconfig(8) manual pages.
2001-08-17 22:25:42 +00:00
thorpej
0a56ddefad
Add /sbin/brconfig.
2001-08-17 22:23:05 +00:00
thorpej
5128897588
Manual page for the bridge driver.
2001-08-17 22:20:34 +00:00
thorpej
9b50223a16
Only report expire time for DYNAMIC forwarding table entries.
2001-08-17 22:10:20 +00:00
thorpej
c82b0994e7
Permit weaker interface matches for incoming ARP packets if the packet was
...
received on an interface that is part of a bridge and we find an ifaddr on
an interface that is part of the same bridge.
2001-08-17 21:47:57 +00:00
thorpej
3c9726c276
Descend into brconfig/
2001-08-17 21:43:55 +00:00
thorpej
7ac7787048
Configuration utility for bridge(4) devices.
2001-08-17 21:42:10 +00:00
thorpej
460da35f85
Add support for building Ethernet bridges, based on Jason Wright's
...
bridge driver from OpenBSD, although the bridge code has been *heavily*
modified by me (the 802.1D code remains mostly unchanged from the
original).
2001-08-17 21:37:27 +00:00
aymeric
ca334636ac
Prevent nvi from looping infinitely when it can't create a temporary file
...
because of a weird umask for example.
Make it exit instead.
This differs from the OpenBSD behaviour and is believed to be more correct.
Reported by Thomas Klausner in private e-mail, followed by a small discussion in
tech-userlevel a while ago.
2001-08-17 21:33:46 +00:00
fredette
e5769f5f01
Sometimes the ec board reports a packet length that's too large.
...
Try to deal with this by clipping the packet length, and, under
DEBUG, printf when we do. Also zero out the packet status in
the buffer before we give it back to the board.
2001-08-17 20:27:12 +00:00
is
de14426106
Ansification by Petri Koistinen
2001-08-17 19:56:51 +00:00
chs
e7ef2240d0
put back a sentence that was accidentally removed.
2001-08-17 17:11:51 +00:00
thorpej
6404ba3e23
Make sure DESTDIR is always set when calling the distrib-dirs target.
...
In the new build world order, DESTDIR is set to "" (in Makefile.tools)
if not already set, to ensure correct include/library handling. This
caused the top-level to not set DESTDIR=/, which confused distrib-dirs,
since it doesn't include Makefile.tools, and thus didn't see the same
DESTDIR that the top-level did.
2001-08-17 15:05:50 +00:00
mrg
f05a7e7c12
fix the NetBSD comment char (already fixed in net binutils.)
2001-08-17 11:12:34 +00:00
ur
e6c008bb48
Disable PCI expansion ROM for normal operation.
...
It fixes memory mapped I/O problems on some devices.
(from port-arc ML)
2001-08-17 11:11:57 +00:00
joda
3a2248a4e7
(usermod): ~F_MKDIR is usually much better than !F_MKDIR in bit masks
2001-08-17 08:29:00 +00:00
simonb
0667c562f6
Describe the widths of various coprocessor 0 registers (for mips1,
...
mips3, mips32 and mips64).
2001-08-17 07:53:33 +00:00
wiz
be45c09abc
Add new sun2 man(4) pages.
2001-08-17 07:23:03 +00:00
simonb
dd6c57e790
Fix for single-byte mbufs.
2001-08-17 07:21:07 +00:00
wiz
5a0fc457d0
Descend into man4.sun2
2001-08-17 07:16:18 +00:00
simonb
b2b2f7ccfa
Fix va_arg() problem when adjusting argument pointer when a structure is
...
passed which is larger than an int but has int alignment. As well as
fixing the described problem, this is the same way it is handled in the
Irix and Ultrix header files.
Problem and suggested solution by Uros Prestor in port-mips mailling
list.
2001-08-17 07:15:16 +00:00
wiz
8d6595d978
Add /usr/share/man/{man,cat}4/sun2
2001-08-17 07:15:12 +00:00
wiz
c1fc5b529d
Whitespace nits.
2001-08-17 07:11:01 +00:00
wiz
5f4c51f83c
Add autoconf.4, and sort.
2001-08-17 07:10:46 +00:00
mbw
4846972207
common/main:
...
quick start info about bootable CD-R image
common/sysinst:
point to FAQ entry on missing hard drives
macppc/hardware:
fix info on D-Link 530TX (vr) and 530TX+ (rtk)
Some PowerBooks (FireWire and G4) won't work with FirmWare update 4.1.8,
need to use -current
mention that AirPort/AirMac 802.11b wireless is supported in -current
mention that CPU upgrades are supported
macppc/install:
point to partition numbering explanation in FAQ
fix kernel name on bootable cd-rom and mention case sensitivity
macppc/prep:
mention that people unfamiliar with MacOS should mail the port-macppc
list.
Some PowerBooks (FireWire and G4) won't work with FirmWare update 4.1.8,
need to use -current
Umax S900 isn't supported by System Disk
describe how to use Disk Copy to create the bootable floppy
point to partition numbering explanation in FAQ
point to ISO mirror site list
2001-08-17 07:04:41 +00:00
chs
dda1ba2993
implement pmap_k{enter_pa,remove}() correctly.
...
remove various checks for impossible conditions.
other misc cleanup.
tested by tohru.
2001-08-17 06:39:53 +00:00
cjs
978a78662a
Indicate what the config_found_sm submatch param is set to using config_found.
2001-08-17 06:22:46 +00:00
chs
f0af9f581b
add getpages/putpages entries for spec vnodes.
2001-08-17 05:54:36 +00:00
chs
2c441082d4
allow mappings of VBLK vnodes.
2001-08-17 05:53:02 +00:00
chs
37f6c5155d
call VOP_MMAP() before allowing mappings of vnodes to allow
...
filesystems which do not support memory mapped access to cause
mmap() of their vnodes to fail.
2001-08-17 05:52:46 +00:00
chs
f051fe3125
add definitions for UBCification of block devices.
2001-08-17 05:52:07 +00:00
chs
103d879bd7
initialize the UVM vnode size for block devices.
...
UBCify user access to block devices.
2001-08-17 05:51:53 +00:00