jdolecek
80b6d6890a
make 'dma' yes|no as rest of the flags
2004-02-03 21:46:39 +00:00
jdolecek
fce24261df
create the lpt?ctl device when making lpt? or lpa?; this device has
...
no meaning for 'old' lpt(4) (lpt?ctl is equal to lpt? there), but
has some special meaning for 'new', ppbus-based lpt(4)
2004-02-03 21:43:43 +00:00
jdolecek
0cfa5c18b3
bump date
2004-02-03 21:37:00 +00:00
jdolecek
d1a139966a
update to current lpt(4) reality - drop list with historical
...
minor bits assignments, and add info to this effect to HISTORY section
2004-02-03 21:35:57 +00:00
jdolecek
e2ea95d4b0
support the new intr, prime and autolf flags, and update manpage
...
accordingly
2004-02-03 21:32:02 +00:00
jdolecek
9300becc32
allow setting of interrupt usage, priming and auto LF behaviour
...
via ioctl; drop the traditional device minor mapping for those in favour
of setting via lptctl(8)
introduce notion of 'control' device (minor bit 0x100 set); ATM this
device always skips the priming, which allows device open even with
disconnected printer
this also changes the default for interrupt use - polling is used
by default now
2004-02-03 21:15:03 +00:00
bouyer
09bfe9c85c
Clear drive_flags when wdc_atapi_get_params() fails. Avoid a panic later
...
when probing a slave-only bus in some cases.
2004-02-03 20:55:02 +00:00
fredb
cb6b97c092
Fix a warning about possibly uninitialized variable.
2004-02-03 20:35:17 +00:00
nathanw
193a376007
Test pt_blockgen against pt_unblockgen, not against itself, to check
...
for blocked-in-kernel situations.
2004-02-03 20:26:16 +00:00
jdolecek
223035c365
add RCS Id
2004-02-03 20:04:56 +00:00
jdolecek
bf888d66c5
adapt to changed lpt_mode_t elements, too
2004-02-03 20:04:10 +00:00
jdolecek
4330b5a40e
adapt to ioctl interface changes, and g/c the verbose action messages
2004-02-03 20:00:22 +00:00
jdolecek
f44dc9ed8b
overhaul the ioctl interface to be better suited for extensions and to
...
reduce number of separate ioctls - have only 'get mode', 'set mode',
'get flags', 'set flags'
2004-02-03 19:57:00 +00:00
fredb
0dcb02ec41
Enable the 8X clock on the SIIG Cyberserial serial and combination PCI
...
cards at attachment time, in order to support bit rates greater than 115K,
as discussed on tech-kern.
2004-02-03 19:51:39 +00:00
tsarna
df3466a71d
an(4) needs wlan support
2004-02-03 19:46:18 +00:00
chuck
51659857a7
add parent directory search for make as discussed on tech-toolchain.
...
- new dir.c function: Dir_FindHereOrAbove:
Search for a path in the current directory and then all the directories
above it in turn until the path is found or we reach the root ("/").
- add hooks to use it in main.c for -m and syspath (compiled in
_PATH_DEFSYSPATH and $MAKESYSPATH).
- updated man page
2004-02-03 19:25:29 +00:00
jdolecek
b267be2d28
some style changes - g/c redundant cast, simplify code in atppc_read_ivar()
2004-02-03 18:54:59 +00:00
jdolecek
9898c64ca9
g/c some unused/write-only/redundant lpt_softc stuff
...
some style changes in lptwrite() + some printfs adjusted
2004-02-03 18:48:39 +00:00
fredb
cc03b614c7
Let "cu" connect at 230400 bps, if the port supports it.
2004-02-03 14:22:26 +00:00
lukem
0541807809
The ssh_known_hosts check for "NetBSD RCSID matches" does not belong in
...
postinstall, so remove it; sshd functions fine without the entries.
This type of functionality is performed as part of etcupdate(8) (et al).
2004-02-03 08:02:41 +00:00
lukem
f0cea2f5e2
Fix bug when calculating digest when copying from dev/null.
...
Problem noted by Matthias Scheler and Tomasz Luchowski.
2004-02-02 23:25:36 +00:00
he
be19fc25f3
Since the playstation2 port still uses a variant of gcc 2.95.2,
...
change to use a zero-sized array instead of c99 flexible array
member in a struct.
OK'ed by yamt.
2004-02-02 23:13:44 +00:00
nathanw
0a6afcc70d
Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. External
...
symbols can't start with pt_, as that is in the application namespace.
2004-02-02 20:36:18 +00:00
nathanw
b2f27acb27
Do all the symbol lookups at td_open() time and cache them in the td_proc_st.
...
Make the stacksize lookups and data part of td_proc_st rather than global state.
2004-02-02 20:08:27 +00:00
he
e49da78c8f
Add a list of files which determine the kernel version as
...
DISTRIBVERDEP in Makefile.distrib, and make both sysinst and
distribution notes use that information so that they rebuild
if the kernel version changes.
Distribution notes didn't have this before, sysinst had a private
(now outdated, since sys/sys/param.h now determines version) copy
of this.
2004-02-02 18:43:39 +00:00
lukem
5680605b4d
check for ${X11SRCDIR.xc} instead of ${X11SRCDIR}; it's a bit more robust
2004-02-02 14:21:51 +00:00
soren
12e7c81811
As pointed out by Dave Huang, revert back to using 273.15 rather than 273.16
...
when converting between kelvin and celsius.
2004-02-02 10:36:19 +00:00
soren
535d4588f0
Add Pentium M MSR definitions from Michael Eriksson.
2004-02-02 08:28:00 +00:00
soren
e8492b62f8
Log message from FreeBSD:
...
When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))",
be sure to increment the refcount of the argument so it is not
prematurely deleted. This is a workaround and may appear in a different
form in ACPI-CA. This fixes battery evaluation on Thinkpads that was
broken by fixing the Dell battery state.
Submitted by: Luming Yu <luming.yu at intel.com>
2004-02-02 08:00:56 +00:00
soren
0a0ed6029c
Within the scope of the ACPI spec, K = C + 273.2; correct for it.
2004-02-02 07:58:11 +00:00
soren
cf458c9f73
C = K + 273.16.
2004-02-02 07:55:14 +00:00
christos
301d580988
Fix reversed logic (decimal argument passed in output_long, where it expects
...
hex). Change tests to <= 9 to a small(v) macro, so that negative numbers fail
too consistently.
2004-02-02 06:27:56 +00:00
christos
8e65a43404
Include iosfwd instead of iostream, since it is smaller; from Marc Espie.
2004-02-01 21:24:02 +00:00
jdolecek
f5e874fba4
make compilable with option DONTPROBE_1284
2004-02-01 17:28:48 +00:00
taca
3525f95713
root.cache was updated.
2004-02-01 15:17:56 +00:00
sommerfeld
41f92bdfec
Update to 2004012900 version
2004-02-01 14:19:44 +00:00
uwe
3868e01b8d
Recognize TAMARACK Ethernet Card.
...
From PR: 12273 and Mathias Menzel-Nielsen (matze matzsoft de).
2004-02-01 12:41:25 +00:00
uwe
91719cb6e4
Regen for TAMARAC Ethernet card.
2004-02-01 12:38:24 +00:00
uwe
357b0e291a
Add CIS for TAMARACK Ethernet Card (another ne2000 clone).
...
From PR: 12273 and Mathias Menzel-Nielsen (matze matzsoft de).
While here, sort some stray entries alphabetically.
2004-02-01 12:35:59 +00:00
dyoung
c4ac88ea48
This patch from Sam Leffler fixes bugs in the client-side of
...
shared-key authentication. This should help with your Apple products.
Any bugs, new or old, are mine.
2004-02-01 08:25:57 +00:00
christos
0120b80220
add identd
2004-02-01 02:32:58 +00:00
snj
a6b397d6de
New sentence, new line. Kill some extra whitespace. Mention calendar.netbsd
...
and calendar.lotr. Okayed by wiz.
2004-02-01 01:03:57 +00:00
snj
54d71a44a7
Fix some typos and spelling errors. Okayed by wiz.
2004-02-01 01:00:43 +00:00
snj
9395c6ab06
Expand some names, fix a spelling error (Pete Townshend might disagree,
...
but "quadrophonic" is not the proper spelling), give George Gershwin's
year of birth, add Stevie Ray Vaughan's birth/death dates. Okayed by wiz.
2004-02-01 00:59:28 +00:00
snj
6d087af2f4
Expand a couple names and fix some spelling errors. Okayed by wiz.
2004-02-01 00:51:27 +00:00
snj
a6c6550af8
Give year of MLK's birth. Expand some names. Okayed by wiz.
2004-02-01 00:48:50 +00:00
snj
22a35b2cee
Jimi Hendrix's death date belongs in the music calendar. Okayed by wiz.
2004-02-01 00:46:05 +00:00
snj
7c73c22c56
It's "its." Add NetBSD 1.6.1 release date. Okayed by wiz.
2004-02-01 00:34:13 +00:00
wiz
29dcd7f961
Standardize flag listing; sort options; remove ending dot in Nd argument;
...
sort sections and SEE ALSO; new sentence, new line; replace some man
macros with mdoc macros.
2004-01-31 22:39:24 +00:00
christos
2a56437104
add RCSID.
2004-01-31 22:03:31 +00:00