thorpej
|
95281cabad
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 23:19:08 +00:00 |
|
thorpej
|
30c345408f
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 22:37:25 +00:00 |
|
thorpej
|
957249ff69
|
e PAGE_SIZE rather than NBPG.
|
2003-04-01 22:36:01 +00:00 |
|
mycroft
|
bfb4fa0c88
|
There are two #defines of CONSPEED in here; didn't make sense to me.
|
2003-04-01 21:27:24 +00:00 |
|
thorpej
|
8818afa48e
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 21:26:26 +00:00 |
|
mycroft
|
d35a2d2955
|
Add -DSLOW to reduce the size of libz a bit.
|
2003-04-01 21:25:34 +00:00 |
|
mycroft
|
96f88c853c
|
Trivial const poisoning.
|
2003-04-01 21:10:45 +00:00 |
|
mycroft
|
0b87bcb397
|
constify a couple of pointers.
|
2003-04-01 21:09:32 +00:00 |
|
thorpej
|
a17e74359a
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 21:08:13 +00:00 |
|
briggs
|
cb2eb4a01a
|
Mmmm... LOCKDEBUG...
Change from unlock -> modify -> unlock to _lock_ -> modify -> unlock.
|
2003-04-01 20:59:15 +00:00 |
|
thorpej
|
b4fe782331
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 20:48:27 +00:00 |
|
thorpej
|
14491f27dd
|
* Define PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK in <hppa/vmparam.h>,
not in <hppa/param.h>.
* Define NBPG in terms of PGSHIFT.
|
2003-04-01 20:47:25 +00:00 |
|
thorpej
|
65d98ed786
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 20:41:36 +00:00 |
|
fvdl
|
96757427c6
|
Fix range check for the default boot option case.
|
2003-04-01 19:39:13 +00:00 |
|
matt
|
d914d04522
|
Cleanup PCI support.
|
2003-04-01 19:11:44 +00:00 |
|
hpeyerl
|
b5cbb20a0f
|
Add wscons to files.pb1000 in case someone wants to plug a kbd/mouse
into the USB. Add config file for DB1500. We should really make a
files.db1500 but whatever.
|
2003-04-01 17:40:19 +00:00 |
|
hpeyerl
|
badb1c52ec
|
OHCI front-end driver for Alchemy cpu's. We now have USB Host support.
Tested on PB1500 and DB1500 boards.
|
2003-04-01 17:36:45 +00:00 |
|
hpeyerl
|
2664e8455c
|
route a clock to the USB Host peripheral. includes code to configure
auxpll but this seems to come up at the right speed out of reset so it's
#if 0'd out.
|
2003-04-01 17:35:45 +00:00 |
|
hpeyerl
|
4a1358aecb
|
add defines for high/low level triggered interrupts (need this in au_icu.c)
|
2003-04-01 17:34:10 +00:00 |
|
hpeyerl
|
deece0b31e
|
s/ohci.c/ohci_aubus.c/
|
2003-04-01 17:31:50 +00:00 |
|
hpeyerl
|
29422429f6
|
add defines for Alchemy clock and frequency control registers.
|
2003-04-01 17:30:09 +00:00 |
|
hpeyerl
|
56f13f6fa9
|
allocate an aubus dma tag.
|
2003-04-01 17:29:11 +00:00 |
|
hpeyerl
|
9cda767630
|
support active low, level triggered interrupts, needed for ohci front end.
|
2003-04-01 17:28:24 +00:00 |
|
perry
|
421d6072c3
|
make atatat the gzip guy (at least for now.)
|
2003-04-01 17:08:26 +00:00 |
|
perry
|
903c50347c
|
note atatat is (at least temporarily) the gzip guy
|
2003-04-01 17:01:45 +00:00 |
|
wiz
|
c748519600
|
Space before punctuation after macro argument (to avoid the punctuation
being marked up) and bump date.
|
2003-04-01 16:59:45 +00:00 |
|
perry
|
1d95bb4785
|
Fix a bit of grammar and remove some remnants I hadn't meant to commit
in the last.
|
2003-04-01 16:56:34 +00:00 |
|
perry
|
d6c006d00b
|
Add bare-bones documentation for cnflush and cnhalt
|
2003-04-01 16:53:05 +00:00 |
|
he
|
31f4d984cb
|
The adler32.c file previously from libz is no longer needed.
|
2003-04-01 16:50:52 +00:00 |
|
perry
|
7870fd793f
|
add /etc/kerberosV
|
2003-04-01 16:45:25 +00:00 |
|
thorpej
|
747aa1e024
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 16:34:58 +00:00 |
|
thorpej
|
d3f30fc625
|
We use 8K VM pages on Sun4U, so make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK
into compile-time constants.
|
2003-04-01 16:05:30 +00:00 |
|
thorpej
|
43e759e5ac
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 15:47:48 +00:00 |
|
thorpej
|
50659edcb7
|
Make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK a compile-time constant on Sun2.
|
2003-04-01 15:33:48 +00:00 |
|
thorpej
|
3b9d583516
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 15:23:07 +00:00 |
|
thorpej
|
1411d9951f
|
Use PAGE_SIZE rather than NBPG.
XXX Except in one place, which will require more work.
|
2003-04-01 15:22:53 +00:00 |
|
thorpej
|
e9f0a43d28
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 15:14:20 +00:00 |
|
christos
|
367ffb5e14
|
PR/3272: Wailer: Don't send lcp echo's if we are not opened.
|
2003-04-01 15:12:12 +00:00 |
|
thorpej
|
d071d9a8d0
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 15:02:05 +00:00 |
|
kanaoka
|
a24d222067
|
acpica-unix-20030328.tar.gz is out.
|
2003-04-01 14:58:51 +00:00 |
|
yamt
|
0296b9ddb2
|
add assertions and a debug check.
|
2003-04-01 14:58:43 +00:00 |
|
thorpej
|
d46b766d7d
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 14:45:09 +00:00 |
|
he
|
bca180fc42
|
Remove what appears to be a spurious brace.
|
2003-04-01 14:32:09 +00:00 |
|
yamt
|
418bd96252
|
lfs_strategy is used only for read.
|
2003-04-01 14:31:50 +00:00 |
|
he
|
da63355bc0
|
Undo the last; adding the quad arithmetic caused the boot code to
overflow. Instead do as the mvme68k port, and use 32-bit daddr_t here.
|
2003-04-01 14:27:43 +00:00 |
|
jrf
|
9350d70e69
|
Added MAKESYSPATH environment variable as per jmmv's suggestion in
PR 18030
|
2003-04-01 14:00:58 +00:00 |
|
he
|
369a9dc367
|
Adapt to daddr_t being bumped to 64 bits. This required us to add
div/mod quad operations to libsa, and adjusting a pair of format specifiers.
|
2003-04-01 13:31:23 +00:00 |
|
drochner
|
ccc6315386
|
Rewrite broken broadcast interface detection code using getifaddrs(3).
"hunt -q" works now.
|
2003-04-01 12:01:34 +00:00 |
|
yamt
|
4f8b9f357f
|
add an assertion.
|
2003-04-01 11:59:03 +00:00 |
|
jdolecek
|
d9bc15eb32
|
there is no nsmb(8), so don't xref it here
pointed out in private mail by Kurt Schreiner
|
2003-04-01 11:24:47 +00:00 |
|