Commit Graph

141677 Commits

Author SHA1 Message Date
mhitch
a45e5aa34b Add xetc to the sets list. 2005-12-07 18:25:43 +00:00
christos
d945bb2f77 missed one unsigned long long cast. 2005-12-07 13:59:12 +00:00
tsutsui
c91f73110a options VNODE_OP_NOINLINE is gone. 2005-12-07 12:46:32 +00:00
tsutsui
cf900d2ab9 Regen from GENERIC.in rev 1.47:
> Remove obsolete options VNODE_OP_NOINLINE.
2005-12-07 12:42:39 +00:00
tsutsui
2a32b6081e Remove obsolete options VNODE_OP_NOINLINE. 2005-12-07 12:40:46 +00:00
tsutsui
ebd35749cf Adjust comments for options FFS_NO_SNAPSHOT. 2005-12-07 12:22:29 +00:00
skrll
7044aacdd9 Don't reference stuff we don't have. 2005-12-07 12:20:49 +00:00
tsutsui
1e0ccec995 Regen from GENERIC.in rev 1.46:
> Adjust comments for options FFS_NO_SNAPSHOT.
2005-12-07 12:13:47 +00:00
tsutsui
e8946f3801 Mention options FFS_NO_SNAPSHOT. Maybe incomplete, but better than nothing... 2005-12-07 12:08:37 +00:00
augustss
2a86a7b8c1 Regen. 2005-12-07 10:18:10 +00:00
augustss
af55235d94 Another vendor and product. 2005-12-07 10:17:53 +00:00
tsutsui
ff9b47d69e Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
tshiozak
bb345c8a27 add missing _citrus_MSKanji_stdenc_get_state_desc_generic() function.
pointed out by Patrick Welche <prlw1 _at_ newn _dot_ cam _dot_ ac _dot_ uk>
2005-12-07 06:20:20 +00:00
thorpej
218b07e98d Use ANSI function delcs. 2005-12-07 06:14:13 +00:00
thorpej
b8352211cd Use ANSI function decls. 2005-12-07 05:53:24 +00:00
jmc
e9d219c19e Don't have a duplicate joystick.h. Just include sys/joystick.h like all
other platforms
2005-12-07 05:38:52 +00:00
jmc
75b7768eb6 pte.h isn't obsolete on bebox. it's still there 2005-12-07 05:01:21 +00:00
jonathan
bc8eddcf7a regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.). 2005-12-07 04:44:47 +00:00
jonathan
cf16a10aad Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).

Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.

Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.
2005-12-07 04:43:05 +00:00
jmc
fa63539af8 Fix acorn builds 2005-12-07 04:38:32 +00:00
grant
999434556e add magic for rzip archives. 2005-12-07 03:20:45 +00:00
thorpej
6d942b5afc Regen: Generate ANSI function decls. 2005-12-07 00:46:23 +00:00
thorpej
aae7b1614d Generate ANSI function decls. 2005-12-07 00:45:57 +00:00
thorpej
3b7f7cc748 Regen: VNODE_OP_NOINLINE is gone. 2005-12-07 00:42:26 +00:00
thorpej
e3dec5c260 Remove the VNODE_OP_NOINLINE option. We now NEVER inline vnode ops.
Briefly discussed on tech-kern not too long ago.
2005-12-07 00:42:03 +00:00
wiz
0d0e7c8ea3 Mention TerraTec TValue cards. Bump date. Copyright maintenance. 2005-12-06 23:45:48 +00:00
wiz
483767fb43 Add support for two models of Terratec TValue cards.
From FreeBSD problem report 53383, submitted by Tanja Wittke,
updated by Simon Barner. Adapted for NetBSD by Alexander Becher,
via port-i386.
2005-12-06 23:43:57 +00:00
wiz
3a21a4243b Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682. 2005-12-06 23:29:05 +00:00
christos
c4e3ba2371 fix the LP64 issue for real. 2005-12-06 22:48:05 +00:00
christos
4625a4e629 mention api change for openssh 2005-12-06 22:46:10 +00:00
wiz
9b410b0b20 Use more displays (.Bd) instead of lots of line breaks (.Pp). 2005-12-06 22:06:27 +00:00
wiz
519298998f Mark up functions with .Fn. 2005-12-06 21:58:49 +00:00
wiz
64d99d06ac First part of cleanup:
. replace .br (roff) with .Pp (mdoc)
. remove dot and end of some enumerations (SEE ALSO, AUTHORS)
. use standard headers
. fix tcpdump xref
. fix a typo (KENEL)
. mark up paths with .Pa, not .Ic.
2005-12-06 21:57:09 +00:00
yamt
1fa8bcda47 VFS_TO_TMPFS: remove a wrong assertion.
it's wrong because TMPFS_PAGES_MAX can be decreased.
2005-12-06 21:46:34 +00:00
wiz
b3826d01bf Drop trailing whitespace. 2005-12-06 21:39:13 +00:00
abs
7b32e40a09 fgetc() should use an int not a char. The code style here is... unusual. 2005-12-06 21:05:36 +00:00
fvdl
a085182504 Match the 5789. 2005-12-06 20:56:42 +00:00
fvdl
fb1f667470 Regen for BCM5789. 2005-12-06 20:55:33 +00:00
fvdl
496be2c643 Add ID for yet another 57xx-compatible Broadcom chip, the 5789. 2005-12-06 20:54:28 +00:00
christos
d0d28f16f5 If we get EACCES from mkdir, try to stat() it, and if it is ok, we keep going.
Fixes problem with IRIX.
2005-12-06 19:11:15 +00:00
christos
1839ea54c0 Remove the "don't match lmc cards" test, because the lmc driver returns a
match of 100 which will supersede the de and tlp match if present. If not
present, then these two drivers will fail to match an mii. Thanks to thorpej
for the explanation.
2005-12-06 18:37:57 +00:00
tsutsui
5599c27331 Call arc_bus_space_malloc_set_safe() explicitly after VM initialization
is complete.
2005-12-06 17:56:25 +00:00
wiz
1eabf25320 Bump date for previous. 2005-12-06 17:23:21 +00:00
tsutsui
9a79305c7a Protect against multiple inclusion. 2005-12-06 17:15:13 +00:00
tsutsui
47e5fb6e7d Use _HP300_FOO_H_ instead of _MACHINE_FOO_H_. 2005-12-06 17:06:00 +00:00
tsutsui
d5503af8b3 Remove defines DB_ELF_SYMBOLS and DB_ELFSIZE, which are defined
in <m68k/db_machdep.h>.

XXX: should we remove DB_AOUT_SYMBOLS from <m68k/db_machdep.h>, or
XXX: should all m68k ports still have DB_AOUT_SYMBOLS?
2005-12-06 17:05:02 +00:00
tsutsui
2300cc78ab Remove multiple inclusion protection from files which just include
MI m68k headers and don't have any own declarations.
2005-12-06 17:02:53 +00:00
tsutsui
5fc2d9d921 Use _NEWS68K_FOO_H_ rather than _MACHNE_FOO_H_. 2005-12-06 16:52:14 +00:00
tsutsui
18376553e4 Remove multiple inclusion protection from files which just include
MI m68k headers and don't have any own declarations.
2005-12-06 16:51:17 +00:00
tsutsui
cbf59cafa4 Remove defines DB_ELF_SYMBOLS and DB_ELFSIZE, which are defined
in <m68k/db_machdep.h>.
2005-12-06 16:40:37 +00:00