Commit Graph

164039 Commits

Author SHA1 Message Date
kiyohara
13aed8da30 Print name of firmware on fail for firmware_open(). 2007-12-02 02:06:30 +00:00
kiyohara
095036e67d Add support bgb2xx.
Obsolate bt2000c.
2007-12-02 00:20:24 +00:00
kiyohara
6119aca096 Add support bgb2xx. (not test X-)
Add configuration rate with ericsson.
Change initialization at stlc2500.
Obsolate BTUART_HCITYPE_BT2000C.
2007-12-02 00:09:49 +00:00
jmcneill
490542edae aprintify, on behalf of xtraeme 2007-12-01 23:40:28 +00:00
ad
8b96cb8a97 Back out the per-cpu arena changes. With this, ld.so magically stops
loading libc/libpthread twice -- which does not make sense, because it
has its own private malloc().
2007-12-01 22:44:44 +00:00
ad
f8e6fbe610 Xintr_lapic_tlb_bcast: saving and restoring %ds may take up to 100 cycles.
Just access the globals using %ss.
2007-12-01 22:34:28 +00:00
elad
adc8fdec92 Add PT_TRACE_ME to switch statement.
This caused trouble with ptrace, and noted just now thanks to a strict
policy design. Noted (and fix verified by) mjf@, thanks.
2007-12-01 21:59:49 +00:00
joerg
00487473b9 Move x86emu's include files to src/common/include/x86emu. 2007-12-01 20:14:09 +00:00
wiz
246a193933 Drop trailing whitespace. 2007-12-01 20:00:16 +00:00
wiz
666ba94997 Fix typos. 2007-12-01 19:59:05 +00:00
wiz
918afe9f06 Fix typos. New sentence, new line. 2007-12-01 19:57:08 +00:00
wiz
9429ef03ff Fix another persistent spello. 2007-12-01 19:54:01 +00:00
wiz
6a0134c241 Spelling, HTML output fix. 2007-12-01 19:46:56 +00:00
wiz
b5731f8e12 Fix typos. 2007-12-01 19:43:42 +00:00
wiz
8e492a60da Typo fix. 2007-12-01 19:38:38 +00:00
wiz
e5326240e8 Fix typos. New sentence, new line. 2007-12-01 19:24:47 +00:00
wiz
0b6ffdfedb Fix a typo that has migrated across files. 2007-12-01 19:18:49 +00:00
wiz
66d96f8825 Spelling. 2007-12-01 19:13:30 +00:00
wiz
a6e62b1ef7 Use more markup. New sentence, new line. 2007-12-01 19:03:26 +00:00
wiz
9e3049e77d Sort options, SEE ALSO, sections. 2007-12-01 19:00:55 +00:00
pooka
c8c3c477bb fix gotframe signature to match code 2007-12-01 18:59:36 +00:00
wiz
163e44444f Sort SEE ALSO. 2007-12-01 18:56:42 +00:00
wiz
09745bf05f Fix typos. 2007-12-01 18:55:12 +00:00
wiz
8498f992c4 Typo fixes. 2007-12-01 18:53:28 +00:00
wiz
ac491fe208 Punctuation and typo fixes. 2007-12-01 18:41:24 +00:00
jmcneill
b1124015e5 Bump date on previous, emo-style. 2007-12-01 18:38:23 +00:00
wiz
2a39a2219f filesystem -> file system. 2007-12-01 18:35:06 +00:00
wiz
46b4723955 eg -> e.g. 2007-12-01 18:33:11 +00:00
jmcneill
90727c99e3 Document boot -z 2007-12-01 18:30:04 +00:00
tsutsui
89ec8f567f Mention ext2fs support for libsa.
Note:
More work is needed for ports which require
primary bootloaders and installboot(8) support
to load the secondary bootloader (which has ext2fs support).
2007-12-01 18:27:19 +00:00
ad
2135f37c64 -options I2OVERBOSE 2007-12-01 18:19:04 +00:00
ad
0e93b3c25e The I2O LAN stuff was never tested and is just more code to maintain -
remove it.
2007-12-01 18:14:48 +00:00
ad
b46323f065 I2OVERBOSE/opt_i2o.h were removed 2007-12-01 18:13:17 +00:00
tsutsui
59777a7842 Add ext2fs support. 2007-12-01 18:13:16 +00:00
ad
8ef7991906 Noisy printfs. 2007-12-01 18:12:37 +00:00
tsutsui
d8fc666005 - build ext2fs.c
- put SRCS per each file system.
2007-12-01 18:11:02 +00:00
jmcneill
13ca221015 aprintify 2007-12-01 18:10:48 +00:00
tsutsui
28712e0756 Add ext2fs support for libsa.
Mostly based on ufs.c, and some ext2fs specific stuff is pulled from
sys/ufs/ext2fs/ext2fs_bswap.c and sys/ufs/ext2fs/ext2fs_vfsops.c.

XXX1: Should we share ufs.c with #ifdef LIBSA_EXT2FS as ffs and lfs do?
XXX2: Maybe we should share ext2fs_bswap.c with kernel.
2007-12-01 18:06:22 +00:00
jmcneill
ce3286d7bc Prefix the regulatory domain and address output with the device name. 2007-12-01 18:02:42 +00:00
jmcneill
0791e7eb6c One of these aprint_normals should have been aprint_naive 2007-12-01 17:56:59 +00:00
tsutsui
c3af9178e9 Use "uint" rather than "unsigned" without a type. 2007-12-01 17:44:16 +00:00
tsutsui
a65243be7c Include both ffsv1 and ffsv2 supports. 2007-12-01 17:05:11 +00:00
ad
976457d5d6 Back out previous. 2007-12-01 17:00:41 +00:00
jmcneill
ad3709398d aprintify 2007-12-01 16:59:13 +00:00
ad
3e9b14ec02 Noisy printfs. 2007-12-01 16:58:36 +00:00
tsutsui
581d311161 Use e2fs_first_dblock in superblock to read/write group descriptor blocks. 2007-12-01 16:57:26 +00:00
ad
0136093bcb Noisy printfs. 2007-12-01 16:54:28 +00:00
ad
3c1048714b Noisy printf. 2007-12-01 16:51:22 +00:00
ad
204846883c Noisy printf 2007-12-01 16:49:56 +00:00
ad
b4214e6788 Empty vessels make the most noise 2007-12-01 16:46:18 +00:00