Commit Graph

167928 Commits

Author SHA1 Message Date
kiyohara 4e674399aa Remove unnecessary comment-outed call. 2008-03-16 17:39:56 +00:00
kiyohara f717170f44 Remove TEXTADDR. We start to 0x100000. 2008-03-16 17:37:09 +00:00
he 02e88f9885 Adapt to device_parent() taking a device_t, not a struct device *. 2008-03-16 16:08:57 +00:00
cube fa7e4a28ef Don't assume a struct device is embedded in the softc. 2008-03-16 15:22:05 +00:00
yamt d28c692afa fix compilation 2008-03-16 13:58:22 +00:00
yamt 79c3b981c1 - wrap bintime with !defined(_STANDALONE) as suggested by Valeriy E. Ushakov.
- add a comment.
2008-03-16 13:19:55 +00:00
wiz 636a4f58a9 Describe how to portable extend a file. From joerg. Bump date. 2008-03-16 11:33:40 +00:00
wiz 1d5c92c6f8 Various improvements (mdoc, wording, punctuation). 2008-03-16 11:07:23 +00:00
tsutsui 49576266b9 Add support for optional Z85C30 serial console on Cobalt Qube 2700.
Bump version.
2008-03-16 10:10:43 +00:00
xtraeme c3a503482a Xref cac(4). 2008-03-16 10:01:32 +00:00
xtraeme 1358d6ea9a Mention cac(4), now that it has basic bio(4) support. 2008-03-16 10:00:58 +00:00
tsutsui c828b4e601 Add more wait after sending a setup packet since
21041 on Qube 2700 seems to require more setup time.
2008-03-16 09:38:17 +00:00
lukem bf66c8a26c Obtain RELEASEMACHINEDIR from the make environment.
Display the path to the binary set dir upon completion of "sets".
2008-03-16 07:52:59 +00:00
lukem 0068a17f43 show RELEASEMACHINEDIR in params 2008-03-16 07:25:57 +00:00
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