thorpej
492ee1399e
Make it possible to build a kernel with a wscons display device but not
...
a wscons keyboard device.
1998-05-23 01:06:36 +00:00
thorpej
3dfd62c76f
cs_heldchar is gone.
1998-05-23 00:51:10 +00:00
thorpej
86f256633d
DECstation now provides bus_space and bus_dma data structures to us.
1998-05-22 21:15:48 +00:00
thorpej
c8092e5d3b
Provide bus_space and bus_dma data structures to the TurboChannel bus.
1998-05-22 21:14:40 +00:00
thorpej
7a9c58e1b1
Complete from-scratch rewrite of the DECstation bus.h, brining it
...
up-to-date with the current API, and implementing preliminary
support for bus_dma.
1998-05-22 21:14:04 +00:00
tv
2c23336179
Add missing colon in error message.
1998-05-22 19:29:00 +00:00
msaitoh
06db2e9ee4
fix typo
1998-05-22 19:00:40 +00:00
matt
9eb77bf49a
Change 21040 modes slightly. Prevent infinite autosense loop of 21143 that
...
is not connected. Make TULIP_STS_LINFAIL only valid for chips with that
status bit defined.
1998-05-22 18:50:59 +00:00
msaitoh
f8c66df30b
sort entries and delete extra periods in SEE also section.
1998-05-22 18:27:50 +00:00
augustss
73f140f41c
Clean up a little now that memset is in the kernel.
1998-05-22 18:16:16 +00:00
matt
b2c24dbcbe
Add an if_drain to the ifnet structure (call when the system is low
...
on mbufs). Add code to m_reclaim to call if_drain in each ifnet
that has one set. Remove register from declarations.
1998-05-22 17:47:21 +00:00
cgd
a2c213c028
fix code so that a 'generic' OFW kernel (which only uses OFW drivers)
...
will again compile. This code needs a bunch of cleanup, and the
"generic OFW kernel" code should probably be split into a different
directory than the code which implements the interface to OFW.
1998-05-22 17:43:10 +00:00
tv
53f0465917
Switch to new GNU_ARCH remapper.
1998-05-22 17:19:12 +00:00
tv
da925af9ad
Integrate NetBSD arm32 diffs for gdb. Now compiles and works `out of the
...
box'. Use new GNU_ARCH remapper.
1998-05-22 17:17:59 +00:00
tv
cff69f3322
Add the ability to map a MACHINE_ARCH to a GNU architecture name:
...
- ${GNU_ARCH.${TARGET_ARCH}} will produce a target architecture name in
mainline sources
- ${MACHINE_GNU_ARCH} is equivalent to ${GNU_ARCH.${MACHINE_ARCH}}
1998-05-22 16:43:42 +00:00
tv
170952480e
Make archives work for both 4.4BSD a.out and SVR4 ELF style archives:
...
introduce a flag that tells bfd not to align ar(1) headers on word
boundaries.
1998-05-22 14:08:22 +00:00
tv
bace91cb64
Apply same .c.a workaround from alpha to arm32
1998-05-22 13:52:52 +00:00
augustss
27f70da904
Add alaw/mulaw conversion to/from 8 bit signed linear.
1998-05-22 13:05:31 +00:00
drochner
bd9ed5a6fd
STANDALONE->_STANDALONE (cpp definition)
...
closes PR kern/5481 (Erik Bertelsen <erik@q610.ebe.uni-c.dk>)
1998-05-22 12:56:35 +00:00
drochner
0a98b8a592
note that 3c905B in not supported
...
(from Nathan J Williams <nathanw@mit.edu>)
1998-05-22 11:47:01 +00:00
ragge
464d197e67
Remove unneccessary file. Remove stale dependency. Disable not-working
...
devices by default.
1998-05-22 09:59:55 +00:00
ragge
9251293f18
Remove unnecessary code for interrupt vector handling.
1998-05-22 09:49:07 +00:00
ragge
f4f1fcf563
Remove unnecessary code for interrupt vector handling.
1998-05-22 09:26:33 +00:00
tv
296206fdb8
Workaround nm and .c.a bogons by renaming libbfd.c to lib_bfd.c explicitly
1998-05-22 03:26:28 +00:00
tv
ee0ab77cb7
Remove nlmconv (We're Not NetWare) and temporarily disable strip.
1998-05-22 02:42:06 +00:00
tv
ca757ac57e
config.bfd needs arch-unknown-netbsd, not a.out-arch-netbsd.
1998-05-22 02:40:27 +00:00
tv
0d441ded8d
Get correct GNU target name for a.out platforms, and frob arm32 arch name.
1998-05-22 02:23:42 +00:00
hubertf
80a44df7c2
use correct getopt parameters, as per PR 5480 from Konrad Schroder <perseant@hhhh.org>
1998-05-22 02:21:00 +00:00
tv
1691822b47
Add ability to write 4.4BSD format archives; set a.out NetBSD platforms to
...
use this ar format by default.
1998-05-22 02:19:27 +00:00
chuck
08a4f7fa4c
fix bug in uvm_map_extract, remove case. make sure we update the loop
...
variable before removing the entry from the map.
[bug was not causing problems because the remove case isn't currently
being used ...]
1998-05-22 02:01:54 +00:00
cgd
3f3930c474
___CONCAT was Broken. (The new version may not work exactly as people
...
would expect, but at least cpp doesn't choke on it.)
1998-05-22 00:19:42 +00:00
thorpej
0cb3acc9ae
Correct a small, but fatal, typo.
1998-05-21 23:38:04 +00:00
fvdl
27fea992a8
Add the newer PII (model 5) and newer AMD K6 (model 6,7) plus the
...
AMD K6-3D (model 8) to the cpu type table.
1998-05-21 23:34:40 +00:00
christos
f7ab9656fe
From chopps: be more picky about handling incorrectly formatted man pages.
...
Look for .Sh NAME; this breaks internationalized man pages. Someone could
put NLS support for it.
1998-05-21 23:21:48 +00:00
tv
049797c55b
Build the .y and .l files automatically using the rules in <bsd.sys.mk>.
1998-05-21 20:52:21 +00:00
tv
b23fd7d3b5
Enable ranlib.
1998-05-21 20:51:37 +00:00
tv
3f4672dd45
Remove automatically generated files.
1998-05-21 20:49:59 +00:00
matt
cfbb5f3f21
Add bus_dma(9) support for the DEFxA FDDI driver
1998-05-21 20:44:02 +00:00
augustss
aa04459121
KNF.
1998-05-21 19:17:50 +00:00
augustss
0b9ec50365
Add a newline.
...
KNF.
1998-05-21 19:09:28 +00:00
augustss
503014ebe7
Add missing call to isapnp_config.
...
Set chip_name.
KNF.
1998-05-21 19:07:10 +00:00
cgd
66976b6f95
add bits so that an i386 assembler can be built here. NOTE THAT THIS
...
ASSEMBLER WILL NOT CURRENTLY WORK PROPERLY FOR NetBSD/i386, because of
lack of proper NetBSD PIC/shlib/etc. support. It's here for build-testing
only, for now.
1998-05-21 18:46:42 +00:00
cgd
41e53fee8a
Define TARGET_ALIAS, TARGET_CPU, and TARGET_CANONICAL in the Makefile, too.
...
(It's too hard, perhaps impossible, to set them correctly in config.h.)
#error out if they're not defined.
1998-05-21 18:43:27 +00:00
cgd
1366767462
this is not (currently) used by anything built with the NetBSD makefiles.
...
Nuke it (for now).
1998-05-21 18:39:37 +00:00
thorpej
aaf43a156e
Make this build for a 3MAX-only kernel.
1998-05-21 17:41:29 +00:00
tv
f0dcde8323
Make a MAKE_BOOTSTRAP case work on NetBSD, too, for cross-compile cases
1998-05-21 17:19:46 +00:00
ross
ac875dda03
Fix a set of bugs where a cd of a relative pathname or a cd through a
...
symbolic link would not set PWD.
1998-05-21 16:50:40 +00:00
augustss
9a5a11785f
Add ym.4 man page.
1998-05-21 15:52:32 +00:00
ragge
d31979884b
Unused file for now - no more runtime decisions!
1998-05-21 14:33:14 +00:00
ragge
6568bc224e
Wall fix.
1998-05-21 13:16:14 +00:00