minoura
13fc4ebbe1
Do not include opt_m680x0 in LKM.
2000-04-23 05:38:31 +00:00
sommerfeld
c8ad38a791
Disable build of client on alpha due to LP64 issues.
2000-04-23 03:08:12 +00:00
sommerfeld
e012be0e69
unsigned != size_t (tripped up build on alpha).
2000-04-23 02:47:57 +00:00
augustss
b12ed6c03b
Make it possible to move a device to its unconfigured state by
...
using config #0 .
2000-04-23 00:46:59 +00:00
augustss
bc5e86601e
Add an item.
2000-04-22 22:52:15 +00:00
augustss
3a27942ba8
Add a clarifying comment.
2000-04-22 22:50:44 +00:00
jdolecek
40d9f8a709
msdosfs_read(): avoid integer overflow for files > 2GB, when
...
difference between current read position and file size
is bigger than 2GB
This fixes problem first noted in FreeBSD PR#15639 and sent
by Martin J. Laubach in kern/9046, though the implementation
differs a bit.
2000-04-22 22:45:37 +00:00
thorpej
8ec60a189f
Make sure the payload is aligned when using E2-over-802.11 encapsulation,
...
as enabled by the LINK0 flag. Fixes PR kern/9700.
2000-04-22 22:36:14 +00:00
eeh
5099c60132
If we trap due to a bad kernel stack, try to switch to the interrupt strack
...
before breaking into the debugger.
2000-04-22 22:06:06 +00:00
matt
25d6f027de
Detect controller number on boot_qe check.
2000-04-22 21:40:40 +00:00
thorpej
0687dad67e
Make this work again now that curses no longer does an implicit tgetent()
...
via initscr() by calling t_getstr() with curses' internal terminal info
initialized in setterm() (which is called by initscr()).
XXX THIS IS A HORRIBLE KLUDGE! ...and I'm almost embarassed to commit it.
XXX It really should be fixed by using normal curses facilities.
2000-04-22 21:34:25 +00:00
thorpej
6600b61c73
Fully initialize the structure allocated in new_keymap().
2000-04-22 21:14:19 +00:00
groo
3a77b18fd7
name change; rl -> rtk. Still commented out.
2000-04-22 21:03:27 +00:00
ragge
8b94e15772
Fix boot block countdown on 4000/60. Easy to add for other 4000 machines also.
2000-04-22 20:29:58 +00:00
ragge
a47bd10baa
Use RAISEIPL on all workstations.
2000-04-22 18:11:27 +00:00
augustss
5ea1af4bf4
Regen.
2000-04-22 18:07:19 +00:00
sommerfeld
4a799f6f27
disable dhcpctl subdir to un-break build since it doesn't have a makefile yet
2000-04-22 18:04:34 +00:00
ragge
06de28e743
Nice to have a rl man page also. (Where did the old one go?)
2000-04-22 17:40:28 +00:00
augustss
f468f877de
Add some CMedia audio devices. From T.SHIOZAKI <AoiMoe@imou.to>
2000-04-22 17:32:02 +00:00
mrg
1013298c2a
whole bunch of changes:
...
- merge IOMMU DVMA code from sbus/psycho into iommu.c. this code was
identical and a few minor inconsistencies had crept in. this way
keeps them all in sync.
- with this code gone from psycho, merge the psycho.c and psycho_bus.c
files. same with ebus/ebus_bus.c. delete the _bus.c files.
- add a _ds_boundary member to the dma segment structure, so that later
dma mappings can find this value.
- set _ds_boundary in machdep.c:_bus_dmamem_alloc().
- kill much dead code.
2000-04-22 17:05:59 +00:00
ragge
3a90b3236e
Forgot a protection #define.
...
Make use of raise-spl.
2000-04-22 17:05:07 +00:00
thorpej
c4f7002d69
Update for libtermlib.so.0.2.
2000-04-22 16:52:40 +00:00
ragge
8c7cf8f008
Add device switch entry for RL disks. Only uses rom to boot so far.
2000-04-22 16:52:23 +00:00
ragge
cab5a24c60
Recognize RL02 as boot device.
2000-04-22 16:50:44 +00:00
ragge
9b8f75bee1
Add "rl" disk.
2000-04-22 16:48:53 +00:00
simonb
ee70740431
Delete references to pictures.
2000-04-22 16:46:49 +00:00
ragge
11379e0ab6
Add the famous "rl" disk.
2000-04-22 16:46:45 +00:00
ragge
cbf7514ca6
Detect "rl" as root device.
2000-04-22 16:43:47 +00:00
mrg
db956d0701
s#\b#\n# so an error message appears correctly.
2000-04-22 16:42:25 +00:00
thorpej
bedbdf87a4
rl -> rtk
2000-04-22 16:28:48 +00:00
simonb
c4e79165b2
Fix compile warnings in new code. Patches for these sent to the
...
ntp maintainer.
2000-04-22 15:49:31 +00:00
simonb
a55614023f
Updated autoconf config.h for ntp4.0.99i.
2000-04-22 15:34:05 +00:00
simonb
beae2d8675
Add new source file for ntp4.0.99i.
2000-04-22 15:26:21 +00:00
simonb
b41bfc0f81
Remove html/pic.
2000-04-22 15:07:06 +00:00
simonb
66dc2363f8
No pictures anymore (import script removes them).
2000-04-22 15:05:54 +00:00
simonb
0eed315b53
Resolve conflicts.
2000-04-22 15:04:49 +00:00
uch
298fbbd162
fix VP3_CFG_INTR_MASK
2000-04-22 15:00:41 +00:00
simonb
355d78599e
Import ntp 4.0.99i
2000-04-22 14:51:59 +00:00
blymn
5cd0c74b1f
* Added ungetch
...
* Converted inkey and getch to use getchar instead of read so ungetch
will work.
2000-04-22 14:32:44 +00:00
blymn
bb083e0e5c
* Fixed need for duplicate namp string in setterm.c
...
* Added meta function (turns meta bit on and off on terminal if supported)
* Added curs_set to control cursor visibility if supported.
2000-04-22 13:29:01 +00:00
tsutsui
5f992b6d2b
Rename rl -> rtk.
2000-04-22 13:13:21 +00:00
mrg
5aa4575432
- convert to DPRINTF() style debug messages.
...
- kill dead code.
- use the sbus dv_xname to construct a dvma map map, to pass to
extent_alloc(), to help support multiple sbusses
2000-04-22 12:36:29 +00:00
mrg
6e576e3c03
clean up mdallocsys().
2000-04-22 12:03:33 +00:00
ragge
dd22df3dc8
Ops, forgot to commit this.
2000-04-22 08:19:49 +00:00
mellon
e04a818808
Initial merge of ISC DHCP 3.0 into NetBSD tree (incomplete)
2000-04-22 08:18:11 +00:00
mellon
e86d6c24ba
Initial import of version 3 of the ISC DHCP distribution.
2000-04-22 07:11:26 +00:00
groo
7c6a2dcd6d
name change; rl -> rtk
2000-04-22 06:56:20 +00:00
thorpej
cf0a940b9f
Add a pnpbios front-end to the pckbc driver. This is a littke wonky
...
yet.. the keyboard controller actually has 2 PNPBIOS nodes (one to
represent the controller I/O resources and the kbd port IRQ, and one
for the aux port IRQ). To cope with this, we're attaching two instances
of the driver and forge on ahead once both nodes have been seen.
If someone has a better way, please feel free to step forward.
2000-04-22 06:41:34 +00:00
thorpej
1842a5ee3a
Allow pnpbios_getirqnum() to return the share type, as well.
2000-04-22 06:38:24 +00:00
lukem
caa2beb10e
revert previous; the fast-start functionality already existed, and
...
works at multi-user boot. (starting /etc/rc after single user boot
doesn't exhibit this fast start behaviour).
2000-04-22 03:01:22 +00:00