Commit Graph

415 Commits

Author SHA1 Message Date
skrll
d2b1f0c9d9 Bump image size to deal with bloat. 2008-07-17 07:01:30 +00:00
skrll
d5a5ca5266 G/C HP700_SOFTINTR_* 2008-07-07 12:29:30 +00:00
skrll
0e6408c2a9 Pull in harmony_round_buffersize fix from OpenBSD. 2008-07-04 11:18:02 +00:00
skrll
f73f03c598 Only process stuff if we're playing. This fixes panic if attempting to
record.

Part of PR/35239.

Progress is being made on getting recording working, but it's not quite
there yet.
2008-07-04 11:14:19 +00:00
ad
b94f79f0e8 Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. 2008-07-02 17:28:54 +00:00
mjf
9cc4809adb Fix build. 2008-06-14 21:27:37 +00:00
cegger
28f4ebad5e use device_lookup_private to get softc 2008-06-13 09:41:15 +00:00
skrll
e70ef7ac6e Move milli_tiny.S into sys/arch/hp700/stand/common and use in all boot
programs.

This shrinks cdboot to a size that fits into the first 32K of a CD image
again.
2008-06-12 14:08:29 +00:00
skrll
6c70b7790a Move srt0.S into sys/arch/hp700/stand/common 2008-06-12 14:04:53 +00:00
ad
06c343ac94 vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
tsutsui
6b0322861b Add options COMPAT_40 to files which have options COMPAT_30. 2008-05-30 20:10:01 +00:00
tsutsui
b87210fa51 Normalize my licenses. 2008-05-14 13:29:27 +00:00
skrll
06decd2786 Add a cdboot prog.
Derived from OpenBSD.
2008-05-10 19:11:58 +00:00
skrll
a4c3fd710b Fix some debug printfs. 2008-05-10 19:05:59 +00:00
skrll
2932f766a1 Deal with ifconfig lossage.
Looks like I picked the wrong week to quit netbsd.
2008-05-06 15:09:45 +00:00
martin
ce099b4099 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
mjf
24503783b3 device_t/soft_c split 2008-04-25 08:17:52 +00:00
skrll
2bbc32f026 de-__P 2008-04-09 19:18:25 +00:00
skrll
1e4d6af0d6 Correct a comment. 2008-04-09 19:11:35 +00:00
skrll
9fcc1f5407 de-__P 2008-04-06 08:03:36 +00:00
skrll
cefd9f38fa Add and enable various siop attachments. 2008-04-05 15:30:46 +00:00
tsutsui
a3fc79baa9 Split device_t/softc for iee(4), with misc cosmetic changes. 2008-04-04 17:03:42 +00:00
skrll
56baac4d94 Detect boot devices attached at phantomas. 2008-03-30 12:39:32 +00:00
skrll
770e609eb3 Add support for NCR 53C720 found on various machines/attachments.
From OpenBSD (Mark Kettenis)
2008-03-30 12:32:13 +00:00
skrll
c36ab687e9 Tidyup the attachment of various devices in the same way as OpenBSD and
use the same name.

Must have been funny to someone.
2008-03-29 15:59:25 +00:00
tsutsui
8d17a1295b Split softc/device_t for oosiop(4) and osiop(4), with misc cosmetic changes. 2008-03-29 09:11:35 +00:00
skrll
51730523ef Typo in commit. 2008-03-24 08:34:06 +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
607ead0ef4 Split device_t and softc for all com(4) devices (well, everything that
uses a com_softc backend).  Use proper types and ansify where appropriate.
2008-03-14 15:09:09 +00:00
skrll
4bcfb62209 Don't use MKMAN=no define NOMAN instead.
Prompted by David Holland on tech-misc.
2008-03-10 20:19:28 +00:00
cube
8ecf8999bf Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.
2008-03-07 17:15:51 +00:00
xtraeme
f402cadf9a Remove CTL_MACHDEP_NAMES, it's not used anywhere.
Ok by martin@.
2008-02-27 18:26:15 +00:00
drochner
bb33f35f20 Since files.wscons et al. are included by ~all ports anyway, include
them in the mi "files" file, and remove include statements from md files.
These shouldn't pull in additional kernel code when not in use, so it
shouldn't do any harm except a risk of namespace collisions which
should be easy to fix.
2008-02-20 21:43:33 +00:00
joerg
fa14da3b3e Another assym.h dependency 2008-02-18 13:27:55 +00:00
skrll
46fa39e270 Fix a comment. 2008-02-07 12:25:42 +00:00
skrll
149ffa5f3f Remove DBG=-g that snuck in. 2008-02-03 19:58:34 +00:00
skrll
c5f6417a84 Add bootinfo support for hppa.
Initially supply the booted kernel filename and symbol table information.

Create sysctl to access booted kernel.

Bump version of boot to 1.4
2008-02-03 12:09:40 +00:00
itohy
7eadf2219e Allow to boot from just 2GB partition.
Simplify the caluculation assuming the sector size is a power of two.
2008-02-02 14:21:02 +00:00
skrll
b54ed17ae6 Add "\n" to printf format. 2008-01-24 12:50:35 +00:00
skrll
9fb2b717d1 G/C TF_GOTO 2008-01-23 18:11:29 +00:00
joerg
3615cf7715 Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
remove the conditionals and the code associated with the undef case.
2008-01-20 18:09:03 +00:00
skrll
53dff44431 Whitespace. 2008-01-18 09:48:57 +00:00
chs
416c26d3b8 enable the code to compute the HPT size from totalphysmem
(instead of always using just 1 page).
this gives a hefty performance boost.
2008-01-15 14:25:21 +00:00
skrll
1086712904 #options<space><tab> 2008-01-10 21:22:49 +00:00
skrll
2f713e866e As we're reusing buf we need to clear b_oflags so the buf isn't marked as
BO_DONE.

Disklabels can be found again
2008-01-10 12:44:50 +00:00
ad
4a780c9ae2 Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
ad
2ecdf58c2c Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
ad
9f6b8c4d04 Remove COMPAT_HPUX. 2007-12-31 13:38:47 +00:00
skrll
53e9e3b501 G/C all the cpu options it doesn't work and it's not the supported way.
Don't add options to COPTS - it loses the default optimisation level.

Kernels are now compiled with -O2.
2007-12-30 08:56:59 +00:00
skrll
250bd03568 Initilise sysctllog to NULL so sysctl_createv, et al don't look at garbage
on the stack.
2007-12-30 08:32:14 +00:00