thorpej
17c22a634f
Set PCI_NETBSD_ENABLE_IDE to 0x01, so that the first IDE channel
...
will be enabled.
2001-08-22 00:42:43 +00:00
thorpej
f5e6f05c1a
If PCI_NETBSD_ENABLE_IDE is set, enable the PIIX{3,4} southbridge
...
IDE channels on the P-5064 and P-6032, since PMON doesn't do it
for us (thus causing the `pciide' driver to ignore them).
2001-08-22 00:40:38 +00:00
thorpej
10591340be
Add a PCI_NETBSD_ENABLE_IDE option, that goes along with
...
PCI_NETBSD_CONFIGURE, which tells machine dependent code
to enable the specified (by a bitmask) PCI IDE channels in
the southbridge, in the event that system firmware does not
do so.
2001-08-22 00:36:57 +00:00
gmcgarry
7e63b1b939
Remove references to non-existent traffic(1C) and nit(4P) pages.
2001-08-22 00:06:50 +00:00
simonb
28ef2fe1b7
Include -T in the synopsis.
2001-08-21 23:55:25 +00:00
bjh21
35228f775a
Two related changes:
...
Make splhigh disable IRQs at the CPU rather than at the IOC. This has the
potential to be faster, and more importantly ensures that splhigh() blocks
FIQ downgrades.
Have a variable which indicates that a FIQ downgrade is required, and ensure
that the IOC "force IRQ" bit is turned on in this case. This ensures that
FIQ downgrades don't get lost if something happens to be fiddling with the
interrupt mask at the wrong moment.
2001-08-21 22:47:17 +00:00
bjh21
8a979a066f
Change various return sequences to the APCS-32 versions.
2001-08-21 22:42:17 +00:00
bjh21
1def612c66
Correctly restore the spl if we fail to claim the FIQ.
2001-08-21 22:40:39 +00:00
yamt
7bc6654ad8
disable unnecessary warning when PKG_PATH isn't set.
2001-08-21 18:38:40 +00:00
jdolecek
40cc9bc4e6
fix typo (.DV -> .Dv)
...
break line so that .Dv has only one arg
2001-08-21 17:56:41 +00:00
thorpej
d987b42429
More PCnet-PCI/ILACC bits.
2001-08-21 16:39:06 +00:00
thorpej
8b72cec4d8
Add some more PCnet-PCI registers.
2001-08-21 16:37:38 +00:00
pooka
429d846242
regen: psion gold card
2001-08-21 16:13:14 +00:00
pooka
e62b69f246
add vendor Psion and product Psion Gold Card
2001-08-21 16:13:03 +00:00
yamt
4f36ab62b6
chown user.group -> chown user:group
...
according to cvs log of basesrc/etc/etc.sun3/ttyaction and
archive of source-changes, it was backed out with MAKEDEV
because of portability issue.
but i think ttyaction doesn't have that issue as it's never
executed on non-NetBSD environment.
2001-08-21 15:16:59 +00:00
reinoud
d7964c6e78
Initial commit for Xserver support for the wscons interface; it isn't fully
...
functional yet since the keyboard changes are not committed yet but it
should compile and work independently.
Initial support for mouse and screen takeovers / screen hardware scroll
reset is done.
2001-08-21 14:48:54 +00:00
sato
3f9cc29da9
fix vr4181 register offset.
2001-08-21 10:31:26 +00:00
ad
86b1285531
Pasto.
2001-08-21 09:56:54 +00:00
itojun
3b7e3e08b4
upgrade to 8.11.6. fixes security issue in command line parsing.
2001-08-21 07:13:20 +00:00
bjh21
1d4ae5d285
Use int_off_save and int_restore rather than int_off and int_on.
2001-08-20 23:28:05 +00:00
bjh21
a180b9a8f4
Add fiq.
2001-08-20 23:15:40 +00:00
bjh21
45b5bdc5e5
Split off the pm_entries array from the rest of struct pmap. This makes
...
memory allocation for it more efficient (since pm_entries is 4096 bytes long),
and will allow pm_entries to be freed for swapped processes.
2001-08-20 23:12:54 +00:00
bjh21
8ec27f2ebe
Implementation of fiq_{get,set}regs.
...
Also, don't leave space for a FIQ handler in kernels with no FIQing devices.
2001-08-20 23:10:51 +00:00
bjh21
13f36f67c6
Don't initialise a podule's loader multiple times.
2001-08-20 23:09:12 +00:00
bjh21
9aa4896361
More FIQ support. This gives me enough to handle FIQs, and to downgrade them
...
to IRQs as necessary. All these interfaces are subject to change in the light
of experience.
2001-08-20 23:08:10 +00:00
bjh21
1061e51a8a
One from the vaults: Add lint stubs.
2001-08-20 22:56:10 +00:00
chris
140252be2b
Arm has a vac, so we must use pmap_enter/remove for vmapbuf rather than k* versions, otherwise we may not be doing the right caching thing.
2001-08-20 21:52:09 +00:00
aymeric
9092b7b124
Fix a bug present in nvi 1.79 where ^@ wouldn't behave as expected when
...
reading an ex command from vi.
Fixes PR#13205
2001-08-20 21:44:57 +00:00
thorpej
04a394787e
Oops, the "auto" capability was getting masked off by mistake.
...
Fixes a panic reported by Chuck Silvers.
2001-08-20 20:22:53 +00:00
fvdl
b9f24a3dd1
Regen.
2001-08-20 19:29:59 +00:00
fvdl
69906a3032
Add some entries for the AMD 76x chipset for completeness.
2001-08-20 19:29:08 +00:00
matt
078a9a2206
Netwinders have ISC phys, not LXT phys.
2001-08-20 16:17:12 +00:00
ad
dacf7e8e3d
Don't special case the retry for Media Changed... More later.
2001-08-20 15:45:10 +00:00
wiz
f19d54840a
Rename secure_path(3) source file from securepath.c to secure_path.c.
2001-08-20 14:47:49 +00:00
wiz
149ced914e
Improve formatting, noted by Simon Burge.
2001-08-20 14:26:45 +00:00
wiz
eea41b6f12
Document more explicitly that the kernel must be `secure' according to
...
secure_path to be used automatically. (Of course, you can override with the
-N option.)
Addresses bin/13665.
2001-08-20 14:23:59 +00:00
wiz
45130205ff
Add extern before terminaltype. (Definition is in global.c via
...
`#define extern' and `#include <ext.h>'.)
Last part of bin/13667 by Brian Ginsbach.
2001-08-20 13:53:47 +00:00
ad
64905538d6
Fix typo.
2001-08-20 13:44:08 +00:00
ad
195345977b
warn() -> warnx() in one place.
2001-08-20 12:37:21 +00:00
wiz
c52d355d71
"wierd" is weird.
2001-08-20 12:20:01 +00:00
martin
c45ea630d3
Drop ``-Os'' on sparc64 due to toolchain issues.
...
The same change has already been applied on the 1.5 branch. The problems
(i.e. ifconfig not showing IP addresses) have been verified to still exist
with the new toolchain.
2001-08-20 12:19:43 +00:00
wiz
1e378c4c12
precede, not preceed.
2001-08-20 12:00:46 +00:00
wiz
f33f8d5e61
Succeed has two 'c's.
2001-08-20 11:57:34 +00:00
wiz
0f95e3da3c
precede, not preceed, and a whitespace fix.
2001-08-20 11:57:02 +00:00
wiz
d375535396
Fix typo in comment (suceed).
2001-08-20 11:49:11 +00:00
wiz
3fc7637d44
Rename variable to avoid shadowing.
2001-08-20 11:34:01 +00:00
ad
13499203a2
Two changes submitted by Sergey Svishchev <svs@ropnet.ru>:
...
- Don't send START UNIT upon open if the drive is playing audio (PR 11768).
- If we receive sense indicating that the media changed, retry (PR 8326).
2001-08-20 11:31:10 +00:00
ad
767bd4a3fa
- Implement shuffle play and some other goodies. Mostly from a patch
...
submitted by Sergey Svishchev <svs@ropnet.ru> in PR 13682.
- More tidying.
2001-08-20 11:24:57 +00:00
ad
ab54b70cae
Cosmetic change.
2001-08-20 11:20:51 +00:00
wiz
53adc1dbf2
Improve whitespace a bit, per bin/13667 by Brian Ginsbach.
2001-08-20 11:19:29 +00:00