drochner
115d871078
regen with --enable-parse-clocks as it was intended
2001-04-19 17:52:29 +00:00
drochner
d615c1c1ed
link against libparse which is needed for the generic serial driver
2001-04-19 17:50:11 +00:00
thorpej
f2f0a680e3
Glue in KGDB. Needs some more work -- KGDB currently renders
...
DDB disabled, but it's a start.
2001-04-19 17:48:46 +00:00
drochner
2acdce8cfd
build libparse from the ntp distribution which is needed for the generic
...
serial driver
2001-04-19 17:48:18 +00:00
drochner
b7fc5a75b3
fix typo in instructions which had serious consequences as it seems
...
(the "generic" serial driver was not built)
2001-04-19 17:46:38 +00:00
jdolecek
5452e8a704
dasd --> edc
2001-04-19 17:42:49 +00:00
uch
9b730bc368
patch PR port-i386/11114 by MINOURA Makoto.
2001-04-19 17:32:40 +00:00
rearnsha
348133bed4
More formatting cleanups. Disable UNPROTECTED_CSR since the code
...
is unsafe (can clear interrupts that we are waiting on).
2001-04-19 17:30:20 +00:00
jdolecek
f77ef649a5
dasd(4) --> edc(4)
2001-04-19 17:20:08 +00:00
jdolecek
3a3607f343
finish rename to edc
2001-04-19 17:19:00 +00:00
jdolecek
dbf91c827d
Use "edc" instead of "dasd". As pointed out by Soren, dasd doesn't
...
mean anything special in IBM-talk. And edc better matches prior art, too.
2001-04-19 17:17:28 +00:00
lukem
230d9cbc0f
s/dependancy/dependency/. require NETWORK and SERVERS instead of network
2001-04-19 16:18:27 +00:00
lukem
1716d6464b
s/dependancy/dependency/. explicitly require DAEMON
2001-04-19 16:00:29 +00:00
lukem
7d15d5881b
s/dependancy/dependency/
2001-04-19 15:56:32 +00:00
pk
d373e2120f
Fix fdc_c_hwintr() and use it as a fall back if the `fast trap' handler
...
cannot be registered.
2001-04-19 14:53:36 +00:00
wiz
7dc54976bb
Remove old groff files from usr.bin.
...
Pull up reach-over to head.
2001-04-19 14:40:39 +00:00
wiz
2f7eec860d
New reachover build structure for groff 1.16.1.
2001-04-19 14:33:07 +00:00
wiz
3e40b73c85
Add some dirs for groff-1.16.1
2001-04-19 14:27:10 +00:00
bjh21
e66c66730e
Remove <arch/arm26/podulebus/podulebus.h>. Podulebus driverd now include
...
<dev/podulebus/podulebus.h>.
2001-04-19 13:47:07 +00:00
wiz
717ea6b250
Add file that got ignored by cvs import because of its extension.
...
(Don't you hate it when that happens?)
2001-04-19 13:11:10 +00:00
wiz
ea0cdff6ef
Initial import of groff-1.16.1 for reachover build.
...
Source modified by groff2netbsd (TBC) before import, otherwise unchanged.
2001-04-19 12:47:42 +00:00
dmcmahill
b80446717f
Allow PKG_PATH (or part of that) to contain a local directory, and
...
still let "pkg_add foo" work:
setenv PKG_PATH /usr/upkgsrc/packages/All
pkg_add -v kde2
Depending pkgs will be pulled in as usual.
If PKG_PATH contains a mixture of local paths and ftp://-URLs, the local
paths will be searched first.
Patch provided by Hubert.
2001-04-19 12:31:59 +00:00
wiz
04651014ff
regen (ed#)
2001-04-19 11:05:58 +00:00
augustss
e4cc721094
Correct the opcode for SCSI_MODE_SENSE_BIG.
2001-04-19 10:16:25 +00:00
mrauch
715a1af71b
Add myself (mrauch) to the list
2001-04-19 08:52:47 +00:00
jdolecek
db46e85c8b
add dasd(4), i386 ed(4)
2001-04-19 08:22:00 +00:00
jdolecek
b2e8c83e8a
Add very simplistic dasd(4) manpage. Link ed(4) to dasd(4) for i386 (is there
...
a better way?)
2001-04-19 08:16:06 +00:00
kleink
622af9d8c2
Add remaining int_* wrappers.
2001-04-19 08:13:53 +00:00
jdolecek
cd488b4e25
it's ELMC, not EF
2001-04-19 08:12:45 +00:00
jdolecek
30f8b9b5fd
add ed disk (MCA ESDI disk)
2001-04-19 07:49:00 +00:00
jdolecek
2355b2e1e7
add dasd and ed at dasd?
2001-04-19 07:47:50 +00:00
jdolecek
0915128873
add stuff for ESDI disks, marked as EXPERIMENTAL
2001-04-19 07:37:10 +00:00
mrg
72177f5b6f
-Dsparc64
2001-04-19 07:35:14 +00:00
jdolecek
e1d848e38a
add ed at mca (ESDI disk)
2001-04-19 07:34:28 +00:00
jdolecek
361e520ce0
one less - ESDI support is written (albeit the driver needs to be tested more)
...
add some additional comments
2001-04-19 07:33:00 +00:00
jdolecek
24729c94cf
regen
2001-04-19 07:31:17 +00:00
jdolecek
fd1d702ab7
Add a driver for IBM ESDI disk controllers. Tested with IBM Integ. ESDI Fixed
...
Disk & Controller only at the moment.
This driver still needs some touchup (error recovery is not quite
good, MCA DMA controller goo should be moved to driver independant
location), but is working enough to be usable for others. And I
want this under CVS control :)
Thanks to Scott Telford <st@epcc.ed.ac.uk> for providing me docs for
these devices (IBM DASD Storage Interface Specification for MCA rev. 2.2).
2001-04-19 07:30:24 +00:00
joda
cbf5d74c87
fix argument count check after getarg change; spotted by Mark Davies
...
in bin/12696
2001-04-19 07:30:04 +00:00
matt
446403457a
Don't the RPC stuff on SHARK or FOOTBRIDGE machines.
2001-04-19 07:19:48 +00:00
matt
afc8ecb0ea
A small NETWINDER kludge.
2001-04-19 07:15:24 +00:00
matt
e046a0dbfb
Add a NETWINDER keyword
2001-04-19 07:14:52 +00:00
matt
dba1f1b73d
Add the isa & pci machdep files.
2001-04-19 07:13:24 +00:00
matt
56260f7d2c
Populate the netwinder include directory.
2001-04-19 07:11:00 +00:00
matt
60f69773a0
A minimum amount to get netwinder support
2001-04-19 07:01:11 +00:00
matt
df03fa3de9
Add these to CVS so other folks can look at them and let me what
...
I'm screwing up.
2001-04-19 06:53:58 +00:00
dent
4e6f728497
SUP mirror at ftp.cs.umn.edu is gone.
2001-04-19 04:13:56 +00:00
thorpej
f9d203e8f7
KGDB glue for NetBSD/alpha.
2001-04-19 02:56:34 +00:00
augustss
af2e19db8f
Remove stuff I didn't mean to commit yet.
2001-04-19 00:50:22 +00:00
augustss
72a04bd497
Add HP 3400.
2001-04-19 00:47:49 +00:00
augustss
fc1271af53
Regen.
2001-04-19 00:47:30 +00:00