bde
0e55e133aa
Fixed bogus SRCS definition which broke make depend'. Plain
make'
...
worked accidentally because the rule to generate ${OBJS} from ${SRCS}
is sloppy.
Fixed style bugs.
1999-04-13 09:11:20 +00:00
imp
143915d7d2
Note that cc -aout has been broken for a while and a reminder to
...
recompile now that it has been fixed.
Submitted by: Peter Wemm
1999-04-13 06:10:53 +00:00
jkh
0cb3aecc3d
Fix a misspelling.
1999-04-13 05:14:44 +00:00
tegge
82a8c819f3
During variable expansion, the internal representation of the expression
...
might be relocated. Handle this case.
PR: 7059
1999-04-13 04:13:09 +00:00
tegge
8f4b15eccc
Backout early start of APs since it caused some machines to hang.
1999-04-13 03:24:47 +00:00
ghelmer
d4304a2e76
Correctly ref editline(3).
...
PR: docs/10973
1999-04-13 02:42:53 +00:00
ghelmer
89475256d3
Typo fix.
...
PR: docs/11022
1999-04-13 02:32:12 +00:00
ghelmer
711420b58a
Change LKM/modload to KLD/kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-13 02:20:07 +00:00
grog
0bcfc4fae5
Update description of how to analyse kernel dumps.
1999-04-13 01:18:51 +00:00
wpaul
838c8c2ad8
Merge in some updates for the RealTek driver, mainly:
...
- Rewrite the transmit section to be a little less bogus.
- Set ifq_maxlen correctly. RL_TX_LIST_CNT - 1 is wrong, because for the
RealTek, RL_TX_LIST_CNT is 4. Set it to IFQ_MAXLEN instead.
1999-04-12 21:37:00 +00:00
wpaul
ff64f7f159
Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg()
...
unless this is a NIC without an MII-based PHY (i.e. an older LinkSys
LNE100TX).
1999-04-12 21:13:12 +00:00
wpaul
c058886bf1
Add support for the 3cSOHO100-TX, which is a "hurricane" chipset
...
(cut-down version of the "cyclone" for the small office/home office
"cheap bastard" market). Basically the same as a 3c905B but without
Wake-on-LAN, ROM socket, etc...
1999-04-12 20:38:45 +00:00
des
6ce7c41dc1
Mention the new splash_pcx decoder.
1999-04-12 18:56:51 +00:00
max
ad96b08dfd
Typo fix, src/sys/gnu/usr.bin/cc -> src/gnu/usr.bin/cc.
1999-04-12 16:22:15 +00:00
brian
bbf541d346
Remove extraneous space
...
PR: 11096
1999-04-12 15:26:41 +00:00
cracauer
6fcc4a0cb0
Fix typo in source-explaining comment.
1999-04-12 15:23:27 +00:00
eivind
c8003f9434
More consistent with surrounding style. (Hey - it looked great in the
...
diff...)
Prodded by: bde
1999-04-12 14:34:52 +00:00
eivind
b20fd94776
Shorten line.
...
Prodded by: bde
1999-04-12 14:31:28 +00:00
cracauer
532c73c7d7
Add a guarded abort() for the problem in PR bin/7059 (no fix so far,
...
this is hairy).
Reformat this file to comply to style(9). It had mixed styles before.
PR: bin/7059
1999-04-12 14:23:36 +00:00
des
2dc3d69d77
PCX loader for pseudo-device splash.
1999-04-12 13:39:11 +00:00
des
791f19da95
Centralize and reorganize a few macros.
1999-04-12 13:34:58 +00:00
des
9ecd5a48c9
Typo in comment.
1999-04-12 10:07:15 +00:00
brian
dfa82e7574
ppp != iijppp any more
...
Mention nos-tun as a tun device user.
1999-04-12 09:45:29 +00:00
kato
ef6bae4e3b
Sync with sys/i386/isa/isa.c revision 1.118.
1999-04-12 03:31:05 +00:00
wpaul
3b411891b9
Minor tweak: move initialiation of busctl register to before setting of
...
the cache alignment bits.
1999-04-12 02:47:20 +00:00
des
839783f3cb
Don't build man page indices if NOMAN is defined.
...
PR: bin/11035
Submitted by: Chris Costello <chris@holly.dyndns.org>
1999-04-11 21:48:09 +00:00
dt
aa2a8a165f
Document pread() and pwrite().
...
Obtained from: NetBSD (mostly)
1999-04-11 21:14:40 +00:00
n_hibma
cb5131e1df
Syncing with NetBSD version 1998/12/14
1999-04-11 21:03:28 +00:00
n_hibma
6bf6c25391
Make debugging more selective.
...
Remove debugging options from GENERIC
1999-04-11 20:53:50 +00:00
n_hibma
94f89925ad
1) Make debugging more selective.
...
2) create function usbd_errstr which turns a usbd_status into a sensible
error message
3) Change the printf in DPRINTF to logprintf which is a define for
log(KERN_DEBUG, x)
1999-04-11 20:50:33 +00:00
ache
d844f45590
Remove old locale links conversion stuff
1999-04-11 19:46:36 +00:00
wpaul
8af6010853
Some small updates:
...
- Wait longer for the reset to complete in xl_attach() to try and avoid
'command never completed' warnings.
- Clean up a few odds and ends in xl_attach().
- Add PCI ID for the 3c905B-COMBO (a new card). Right now this is
treated as a 3c905B; I need to dig up one of these cards for testing
before I can make the AUI and BNC ports work.
- Add a hack to force reading the I/O address directly from the PCI
registers if pci_map_port() fails. I SHOULD NOT HAVE TO DO THIS:
SOMEBODY WITH MORE PCI CLUES THAN I SHOULD INVESTIGATE WHY THIS
HAPPENS.
1999-04-11 17:44:44 +00:00
n_hibma
b690dfd359
Applied patch for ukbd disconnect. Disconnect not fully functional
...
yet however.
Supplied by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-04-11 16:49:15 +00:00
n_hibma
52f5b264af
USBD_STALLED bit checking was inconsistent. Mixed use of == and &
...
Patch provided by: Kazutaka YOKOTA
1999-04-11 16:43:48 +00:00
n_hibma
d5c45d0bd8
Remove unit from struct. Not used anymore.
1999-04-11 16:22:57 +00:00
peter
9511f66791
Move initialization of SWI's in the tty|net|bio masks from isa.c into
...
the static initializers in ipl.s.
1999-04-11 15:51:15 +00:00
n_hibma
01b92c3fc2
Fix typo's in previous commit.
1999-04-11 14:28:54 +00:00
n_hibma
e9a7687c50
Added information on how to use a USB mouse under XFree.
...
Supplied by: Kazutaka YOKOTA
1999-04-11 14:27:52 +00:00
n_hibma
39dac26a0a
Reenable the recursive disconnection from a hub. Stop gap solution
...
until the newbus version of uhub.c is ready.
Submitted by: Kazutaka YOKOTA
1999-04-11 14:24:43 +00:00
n_hibma
60e587adbf
Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.
1999-04-11 14:24:20 +00:00
nsouch
d209accdca
Fix docs/10737
1999-04-11 13:24:32 +00:00
simokawa
bc8426204c
Control unaligned access handling via sysctl.
1999-04-11 12:48:15 +00:00
n_hibma
d7e60ed619
Corrections supplied by Kazutaka YOKOTA.
1999-04-11 12:21:47 +00:00
simokawa
9aa05cfda2
Don't define NMBCLUSTERS here.
...
It will be defined as appropriate value depending on maxusers.
1999-04-11 12:19:02 +00:00
markm
9012e78ce4
Fix the "internal" wrapping as well as a nasty bug involving
...
the daemon name vs the path. Also fix some warnings and improve
the wrapper section of the man page.
Nice debugging work by: Sheldon Hearn
1999-04-11 09:22:17 +00:00
brian
e52674f2ac
Revert the ACCMAP changes where we OR the peers accmap
...
with our own if there are differing bits (last two revisions
of lcp.c). This change broke at least one negotiation
session.
Instead, we just use an OR of the two accmap values when
we're doing the ASYNC framing.
1999-04-11 08:51:04 +00:00
wpaul
16aba24e8f
Enable the promiscuous mode workaround for the PNIC 82c168 chip, which
...
appears to need it.
1999-04-11 05:15:26 +00:00
bde
33795a33e0
Cleaned up egcs changes (mainly to minimise diffs with the gcc version
...
and restore order to sorted lists).
1999-04-11 04:32:42 +00:00
bde
b4d0b18a23
Fixed unusable dependencies in `.depend'. The following comment in the
...
code still applies, but the code attached to it had rotted:
# ../Makefile.inc will put an absolute path to our objdir in CFLAGS.
# Prevent mkdep from using it, so that we don't have to give rules for
# aliases of generated headers.
Many other makefiles seem to have the same bug (i.e., spelling "." as
"${.OBJDIR}" or as an even more complicated alias in -I directives).
1999-04-11 04:11:27 +00:00
eivind
928133047b
Remove unused function int fi() {return 0;}
1999-04-11 03:47:24 +00:00