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
hubertf
a6d0c13e51
Add /sbin/ldconfig - no longer needed since the ELF transition.
...
(Hey, the upgrade on option actually DOES work besides this - wow!)
2000-04-22 00:51:21 +00:00
groo
23db01c321
Repeat after me: # is NOT a comment character in m4! :-)
...
Removed "OSTYPE" from comment section which causes a build failure after
the recent cf/cf/Makefile changes (c.f. misc/9919). mmm, m4 voodoo.
2000-04-22 00:36:40 +00:00
augustss
84f24d3c29
The D-link serial adapter lies about being self powered. It's obviously
...
bus powered. How can we do power budgeting when the devices lie?
2000-04-21 21:02:44 +00:00
augustss
60bb0d050d
Add some comments.
2000-04-21 20:58:56 +00:00
explorer
d592132506
the status register is _always_ at 0x420 -- grr. How should I put this in the config file rather than hard-coded?
2000-04-21 20:13:41 +00:00
augustss
46fb8de93a
Use a 255 ms interrupt interval even if the descriptor in the hub asks
...
for something else, because the spec says that it should be 255.
2000-04-21 19:51:43 +00:00
augustss
6bc85d9fa0
Minor nit: Use another TAB in formatting to make the columns straight.
2000-04-21 19:49:59 +00:00
ragge
171d9f6a3f
First version of keep-track-of-used-devices file.
2000-04-21 19:05:43 +00:00
augustss
4379f92630
Make sure to read the full hub descriptor (including the deprecated field).
2000-04-21 18:57:40 +00:00
thorpej
8c5710a861
- Declare biosbasemem and biosextmem in <machine/cpu.h>, don't extern
...
them everywhere they're used.
- Avoid integer overflow when converting bios{base,ext}mem (in units of
kilobytes) to bytes.
2000-04-21 18:37:20 +00:00
explorer
1804bb1414
Add documentation for Addonics FlexPort 8S
2000-04-21 18:20:53 +00:00
bouyer
19ada4a82a
Snapshot of work in progress: new driver for the NCR 53c8xx SCSI controller
...
(the name 'siop' is still being discussed, may change).
Only basic disconnect/reselect for now, no sync/wide negotiation.
Tested with 810A, 875 and 895 on i386 only.
The bus-independant part should also be able to handle the 53c720 and 53c770.
A new driver with enhanced script should appear for the 825/875/895 'soon'.
2000-04-21 17:56:58 +00:00
explorer
79f12736c0
Add (commented out) addcom0 and com* at addcom?
2000-04-21 17:52:06 +00:00
bouyer
cd5411b382
Script assembler for the NCR 53c7xx/8xx scsi controller. Initial work
...
done by Michael L. Hitch, support for the 8xx and some improvements
by me.
2000-04-21 17:50:07 +00:00
explorer
1118b3ee75
Add driver for Addonics FlexPort 8S (and probably 4S, but not tested)
2000-04-21 17:48:30 +00:00
bouyer
f1d93978ae
Rename define 'siop' to 'msiop' to avoid clash with machine-indepndant siop
...
driver. Doesn't change the name of drivers in config files.
2000-04-21 16:53:20 +00:00
bouyer
2ce6bd4b28
Rename the 'siop' define to 'asiop', to avoid clash with the MI siop driver.
...
This doesn't change the name of the drivers in config files.
2000-04-21 16:51:36 +00:00
minoura
8bffa1abc1
issetugid(2) manpage.
2000-04-21 16:39:23 +00:00
minoura
52de0c47aa
FreeBSD's issetugid(2) manpage.
2000-04-21 16:35:05 +00:00
minoura
599d65f132
New syscall issetugid.
2000-04-21 16:24:22 +00:00
minoura
48145d0463
Regen.
2000-04-21 16:18:54 +00:00
minoura
58c5fb660b
We have now native issetugid.
2000-04-21 16:18:16 +00:00
minoura
d982197440
Regen.
2000-04-21 16:16:15 +00:00
minoura
f6051edef5
Add native issetugid() call.
...
Implementation from compat/freebsd.
2000-04-21 16:15:39 +00:00
augustss
3d9d091685
Change the exact sequence of commands when a hub is attached to follow
...
Windoze more closely. This makes more devices work.
After two years of doing USB work I've finally access to a USB protocol
analyzer. Which means I should be able to mimic what Windoze does in
certain cases instead of just following the specs. Following the specs
is not enough since the devices often don't.
2000-04-21 16:05:50 +00:00
augustss
878deae672
Add a define for some slack port power up time.
2000-04-21 16:01:31 +00:00
augustss
9fb474fcf0
Regen.
2000-04-21 15:59:43 +00:00
augustss
f791a72b9c
Change error reporting in port reset function.
2000-04-21 15:58:55 +00:00
jdc
9c98e25a34
Work round xterm bug which displays the wrong background colour when the
...
screen has just been scrolled.
Only use CL if all lines have the same background colour.
Fix debug output in quickch().
2000-04-21 15:56:35 +00:00
jdc
cc935fb60f
Initialise colour pairs to default (white on black).
...
Move colour initialisation so we don't reinitialise the first 8 colours.
2000-04-21 15:54:42 +00:00
augustss
3f08804668
Pretend we know how to turn on port power (it's always on).
2000-04-21 15:40:01 +00:00
augustss
fdeba432d2
Add a comment about a non-obvious use of a #define.
2000-04-21 15:38:55 +00:00
augustss
d744db2ea9
Add D-link serial adapter (made by someone else :).
2000-04-21 15:37:50 +00:00
matt
f52bc62c39
enable in-kernel NTP (so xntpd doesn't die).
2000-04-21 15:16:39 +00:00
shin
a332af2846
delete unused function mips3_TLBReadVPS().
...
reorder insns to avoid mtc0/mfc0 hazard (for VR4100/R4700/RM52xx).
save/restore PageMask in mips3_TLBRead().
2000-04-21 14:14:55 +00:00
shin
e2711a6552
make it compile with -DDEBUG.
2000-04-21 14:10:39 +00:00
tsubai
e27d574b01
Make this compile.
2000-04-21 13:35:27 +00:00
tsubai
b2f1182c3f
Sync.
2000-04-21 13:13:47 +00:00