90294 Commits

Author SHA1 Message Date
thorpej
db5e19a211 Need <sys/systm.h> for ffs() prototype (noticed by gcc 3.1). 2002-01-02 14:47:15 +00:00
briggs
0aade05680 getopt returns int, not char, so make 'optchar' an int. 2002-01-02 14:46:06 +00:00
uch
91fd1d80b7 VR41XX/TX3922 common kernel. 2002-01-02 13:13:18 +00:00
uch
58e763000e fix typo in comment. 2002-01-02 13:11:02 +00:00
uch
78e38d9e62 fix bootstrap stack violation. 2002-01-02 13:08:35 +00:00
uch
f96ef6a094 fix memory probe sequence.
fix bootstrap stack violation. (code are moved to machdep.c)
2002-01-02 13:08:05 +00:00
uch
474928fb8f when bootinfo has no framebuffer information, don't attach bicons. 2002-01-02 12:57:49 +00:00
uch
51c202eb5e s/TOOLDIR/EETOOLDIR/ 2002-01-02 12:49:43 +00:00
uch
71505e004a sync with uhidev change. 2002-01-02 12:49:10 +00:00
augustss
c41bbdcea2 Change the probe code. You cannot unmap bus space and then use it. 2002-01-02 12:42:23 +00:00
uch
b8467dcaa6 int128_t and u_int128_t are wrapped in defined(_KERNEL) && defined(MIPS3_5900) 2002-01-02 12:38:46 +00:00
uch
e4130f57f1 _intr_suspend and _intr_resume declarations are moved to intr.h. 2002-01-02 12:36:20 +00:00
uch
e71de3f668 R5900 short-loop bug. 2002-01-02 12:34:27 +00:00
augustss
c572876ecb Fix another descriptor parsing bug. Thanks to Tero Kivinen for
patiently supplying me with debug output.
2002-01-02 11:10:50 +00:00
blymn
ef5927835e Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
takemura
bd59ae1f5c BUGFIX: sg2com isn't attached as a console device if it is a console. 2002-01-02 10:09:35 +00:00
tron
2ece7637b1 Add "_eh.c" to list of files which are supposed to get cleaned. 2002-01-02 09:17:48 +00:00
mrg
706a739f19 build a sparc/sparc64 useful installboot. called nbsparc-installboot 2002-01-02 05:26:58 +00:00
mrg
e674bb7dc8 make this hostprog friendly. 2002-01-02 05:21:34 +00:00
briggs
9c006e1248 We reference a monstartup(3), so let's actually make a link for it. 2002-01-02 04:52:55 +00:00
mrg
dc34af64a7 - add a -i path-to-installboot option
- also recognise $INSTALLBOOT from the environment
- update Usage & share the option list with Help.
2002-01-02 04:13:42 +00:00
augustss
d7f7000641 Add missing newline. 2002-01-02 04:10:02 +00:00
augustss
c4d16b2838 Sort attachments. 2002-01-02 04:09:13 +00:00
augustss
53d829ae4c Use the right I/O addresses for the ISA radio cards. 2002-01-02 04:08:41 +00:00
augustss
71dd2d73a6 Fix typos. 2002-01-02 03:47:35 +00:00
augustss
1d26d9e5fd Move debug define.
Remove some cruft.
Update with some stuff from Warner Losh's driver.
2002-01-02 03:44:56 +00:00
augustss
e814956b5d Add udsbr. 2002-01-02 03:26:54 +00:00
augustss
d86645530d Add udsbr(4). 2002-01-02 03:26:11 +00:00
wiz
b3936fdebf Fix .Bd argument. Pointed out by mrg. 2002-01-02 03:25:08 +00:00
augustss
e53ad4ec0e Xref udsbr(4). 2002-01-02 03:24:52 +00:00
augustss
323b1e432f Add (commented out) udsbr. 2002-01-02 03:23:07 +00:00
augustss
f63f2e4dfe Add udsbr(4), a D-Link DSB-R100 FM radio (untested). 2002-01-02 03:21:36 +00:00
augustss
1928358f48 Add udsbr(4). 2002-01-02 03:15:03 +00:00
augustss
040f1e8c05 Support detach. 2002-01-02 02:44:02 +00:00
wiz
a152e6e23e Whitespace nits. 2002-01-02 02:15:42 +00:00
wiz
ebb2a6eca9 Fix a typo and uppercase half a word. 2002-01-02 02:14:48 +00:00
augustss
1ec3f0c9cc Remove factual errors from the radio man pages.
Also rearrange some information.
2002-01-02 02:08:02 +00:00
chs
e9a82c88ce in uvm_fault_unwire_locked(), if we find that a pmap entry is missing,
just skip that page.  this situation can arise legitimately when a file
with a wired mapping is truncated so that a wired page is no longer
part of the file.
2002-01-02 01:10:36 +00:00
chs
9451559ef4 pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,
even if they are wired.  we need to be able to remove all mappings to
pages that are being freed due to (eg.) file truncation.
2002-01-02 00:51:33 +00:00
augustss
369f1d1c80 Add radio names. 2002-01-01 23:12:19 +00:00
wiz
b84c911d8e Fix typo in last. 2002-01-01 22:55:49 +00:00
augustss
2a96325dfe Xref radio pages. 2002-01-01 22:54:36 +00:00
wiz
5371349c1e Sort sections, drop any trailing dots at end of SEE ALSO section. 2002-01-01 22:54:11 +00:00
chs
a70dcbb2fd merge in a bit from the MP branch to cut down on LOCKDEBUG spew:
Use optimistic locking in pmap_create() so that we don't lock against
ourself if allocating the page directory causes pmap_growkernel() to
be called.
2002-01-01 22:52:11 +00:00
wiz
e444a75ab8 Sort sections. 2002-01-01 22:51:10 +00:00
wiz
8999cac7c3 Sort sections, drop a space. 2002-01-01 22:50:29 +00:00
augustss
63efc4537f Make radio devices. 2002-01-01 22:49:32 +00:00
wiz
9b3401f255 Sort sections. 2002-01-01 22:48:18 +00:00
augustss
2817b7c5b5 Add xrefs and touch up a little. 2002-01-01 22:34:06 +00:00
augustss
219e9e68dd Add various radio stuff. 2002-01-01 22:28:57 +00:00