uwe
|
66575b7b12
|
If we bother to report number of wired TLB entries we might as well do
it correctly.
|
2008-03-16 07:16:37 +00:00 |
lukem
|
6c8d08d4c7
|
Add '-q' to maketars and makesrctars, to quieten them.
Improve MAKEVERBOSE support.
|
2008-03-16 07:02:22 +00:00 |
lukem
|
1e8f8a64e7
|
Cleanup .tgz.tmp files on exit.
|
2008-03-16 04:39:19 +00:00 |
cube
|
bb192d4cfd
|
Split device_t and softc for the ... wait for it ... [air quotes] MI
variant of fdc(4)/fd(4). Other cosmetic changes as appropriate.
|
2008-03-16 00:58:56 +00:00 |
cube
|
d41ce071db
|
Split device_t and softc for isapnp(4). Use proper types, ansify when
appropriate.
|
2008-03-15 23:35:09 +00:00 |
cube
|
4dccf0ae94
|
Split device_t and softc for opl(4). That should have been done along with
midi(4), because opl_softc embed a midi_softc.
Fixes PR#38242 by Onno van der Linden.
|
2008-03-15 23:14:38 +00:00 |
uwe
|
5c45d9ed62
|
defflag cache related options.
|
2008-03-15 22:48:58 +00:00 |
cube
|
612c30d938
|
Split device_t and softc for sb(4) and all its attachments.
|
2008-03-15 21:09:02 +00:00 |
bjs
|
22c6c5ebca
|
s/prototyoe/prototype/
|
2008-03-15 20:18:20 +00:00 |
nakayama
|
9db309f3e2
|
Use macros to specify a interrupt level.
|
2008-03-15 20:14:17 +00:00 |
christos
|
a08047d21c
|
Update alignment comment.
|
2008-03-15 19:02:49 +00:00 |
cube
|
88906c66df
|
Use proper types.
|
2008-03-15 18:59:07 +00:00 |
cube
|
7582ef2fff
|
Split device_t and softc for pckbd(4) and pms(4).
|
2008-03-15 18:46:22 +00:00 |
matt
|
6e8b97e230
|
After a process in swapped in, refresh the pcb's paddr.
|
2008-03-15 18:42:06 +00:00 |
martin
|
78154a9662
|
Add support for the new GENERIC.MP kernel set
|
2008-03-15 18:30:13 +00:00 |
martin
|
2d96efce24
|
Update supported hardware, add new kernel sets.
|
2008-03-15 18:21:14 +00:00 |
dsl
|
467fb43e11
|
Add -momit-leaf-frame-pointer, saves a few bytes.
|
2008-03-15 18:00:32 +00:00 |
cube
|
8bc324423f
|
Split device_t and softc for isa(4).
|
2008-03-15 16:56:29 +00:00 |
ws
|
8297b01db8
|
Set scope on IPv6 multicast address to give carp a chance to work for IPv6, too.
From FreeBSD.
|
2008-03-15 16:44:03 +00:00 |
jmcneill
|
5f170d1cdb
|
Swap red and blue for 8bpp paletted mode.
|
2008-03-15 16:13:39 +00:00 |
ad
|
3bd2b6fba5
|
Add a 'maxcpus' global.
|
2008-03-15 14:55:22 +00:00 |
cube
|
a22d8d4abb
|
Split device_t and softc for pckbc(4) and its attachments.
|
2008-03-15 13:23:24 +00:00 |
skrll
|
7fa564a753
|
strcmp doesn't taken a length argument.
|
2008-03-15 12:19:41 +00:00 |
rtr
|
6797804c6b
|
whitespace '\t' -> ' '
|
2008-03-15 11:45:18 +00:00 |
plunky
|
2de62e930d
|
remove my old (invalid) email address
|
2008-03-15 11:40:38 +00:00 |
plunky
|
92358fc6af
|
remove old email address
|
2008-03-15 11:31:20 +00:00 |
rearnsha
|
00f0061ae9
|
ARM/Thumb interworking support
|
2008-03-15 10:46:24 +00:00 |
rearnsha
|
d14160690e
|
Allow detection of VFP devices on ARM11 cores.
|
2008-03-15 10:35:30 +00:00 |
rearnsha
|
667f59c8dd
|
Allow use of the VFP.
|
2008-03-15 10:30:51 +00:00 |
rearnsha
|
b45167b608
|
VFP support.
|
2008-03-15 10:16:43 +00:00 |
tsutsui
|
767de2b348
|
Wrap mips3_cp0_count_read() stuff (for DECstation 5000/150) with
#if defined(MIPS3) so that kernel config without options MIPS3 compiles.
Problem reported by Erik Bertelsen on port-pmax.
|
2008-03-15 08:50:08 +00:00 |
matt
|
45e0220f34
|
Make sure M_PROMISC isn't already set, before we need to see if we are going
to see if we need to set M_PROMISC.
Assume the interface is not CARP'ed.
|
2008-03-15 05:07:34 +00:00 |
uwe
|
2e62be9d52
|
Add "mach reset" command that resets machine by taking a trap with
exceptions disabled. Fix db_stackcheck_cmd (have_addr is now bool).
Supply help strings for mach commands.
|
2008-03-15 01:03:40 +00:00 |
matt
|
9e8ca25d60
|
Switch dz driver to PRIVALLOC and device_* accessors.
|
2008-03-15 00:57:15 +00:00 |
matt
|
eb34c39d65
|
This is not (has never?) being used.
|
2008-03-15 00:27:18 +00:00 |
matt
|
3fbab323bd
|
Switch to PRIVALLOC and device_* accessors
|
2008-03-15 00:25:05 +00:00 |
matt
|
3143c8de1f
|
Use 0 sized softc and switch to PRIVALLOC
|
2008-03-15 00:24:13 +00:00 |
matt
|
5e7971cbf0
|
Fix device access. Use a 0 sized softc and switch to PRIVALLOC for mem_cmi.
|
2008-03-15 00:23:17 +00:00 |
matt
|
4e11517afe
|
Use device_*
|
2008-03-15 00:21:48 +00:00 |
matt
|
e344d4551d
|
Use a 0 sized softc / switch to PRIVALLOC.
|
2008-03-15 00:21:30 +00:00 |
dyoung
|
e86a2a1377
|
Cosmetic: make rtw_hw_keysupp() return a bool instead of int. In
rtw_wep_setkeys(), add a debug printf, and move the initialization
of keylen from the for-loop to the declaration.
|
2008-03-15 00:21:12 +00:00 |
matt
|
022989947e
|
Comment out xmi and nmi devices.
|
2008-03-15 00:20:08 +00:00 |
jkunz
|
6827de95dd
|
Use device_* accessors.
|
2008-03-15 00:05:50 +00:00 |
dyoung
|
293fa13f60
|
Extract subroutine rtw_tx_kick() from rtw_start(), and reuse it in
rtw_io_enable() to restart the transmitter after resetting it.
|
2008-03-14 23:59:01 +00:00 |
dyoung
|
705696f034
|
In vga_is_console(), use deviter_first/_next() and device_t accessors.
Ok cube@.
|
2008-03-14 23:17:55 +00:00 |
dyoung
|
243c883b6e
|
Change tests for "impossible" keys to KASSERT()s. Get rid of a
temporary variable. In rtw_key_delete(), do not invalidate the
hardware keys unless a WEP key is deleted.
|
2008-03-14 23:04:42 +00:00 |
cube
|
4c9a9f3e5a
|
Fix compilation under options RND_COM and COM_DEBUG.
Reported by Kurt Schreiner on current-users@.
|
2008-03-14 22:47:06 +00:00 |
dsl
|
2bb9a33a0f
|
Add a strchr() - for dosfs in particular.
The i386 asm version in src/common is rather larger than this one.
|
2008-03-14 22:27:32 +00:00 |
dsl
|
2694fcbd4b
|
Add a local strcasecmp() instead of pulling the bloat from libkern.
|
2008-03-14 22:21:53 +00:00 |
cube
|
d293cfca1a
|
Split device_t and softc for all attachments of vga(4).
|
2008-03-14 22:12:08 +00:00 |