archie
5c00903171
Use 'struct ng_xxx_private' instead of 'struct private' to help gdb
...
disambiguate when debugging.
1999-11-19 05:50:29 +00:00
archie
fa49e42d18
Fix bug where hook pointers were not getting updated on disconnection.
1999-11-19 05:49:54 +00:00
archie
1a2092dbb8
Move misplaced #define.
1999-11-19 05:49:18 +00:00
archie
6b77b6cb6e
Add some safety using KASSERT() and splnet().
1999-11-19 05:45:11 +00:00
archie
456bd56ad3
Use KASSERT() instead of old #ifdef DIAGNOSTICS.
...
Add more INVARIANTS-enabled sanity checking.
1999-11-19 05:43:33 +00:00
julian
1a23d6fcb0
protect some more operations with splimp() under Netgraph.
1999-11-19 05:37:37 +00:00
jdp
386cf323eb
In revision 1.21 I changed the search order for shared libraries,
...
but I forgot to make the corresponding fix to the comment. Rectify
that.
Submitted by: Tony Finch <fanf@demon.net>
1999-11-19 04:45:07 +00:00
archie
627ca3216b
Update references.
1999-11-19 04:41:09 +00:00
archie
592a96cb14
Miscellaneous edits.
1999-11-19 04:40:34 +00:00
archie
d3234d4204
Add reference to ng_pppoe(8).
1999-11-19 04:32:28 +00:00
archie
0541a3a98e
Update to reflect changed functionality.
1999-11-19 04:30:26 +00:00
archie
8d7c2cb60d
Remove the address and control field compression functionality of this
...
node type. ACF is device independent and therefore belongs in ng_ppp.c
(which already implements it).
1999-11-19 04:27:53 +00:00
archie
b91c249236
Rename 'struct private' to 'struct ng_xxx_private' to allow gdb
...
to disambiguate when debugging.
1999-11-19 04:25:39 +00:00
green
8a12f97d6d
Reenable "umodem", as its build is not broken anymore.
1999-11-19 04:04:56 +00:00
billf
89726dabdd
Spelling fix.
1999-11-19 02:16:26 +00:00
cpiazza
6fa2680934
Make pkg_add -r package1 package2 package3 ...
work correctly.
...
Reviewed by: billf
1999-11-18 23:32:43 +00:00
roberto
e5e1ccbdfe
Stop run() from dereferencing a NULL pointer when you enter a valid command
...
then a ^D at the prompt.
cdcontrol> play 1 14
cdcontrol>
zsh: 40874 segmentation fault (core dumped) /usr/sbin/cdcontrol -f /dev/cd1c
1999-11-18 23:04:38 +00:00
brian
2c6f996693
Cop on a bit and regenerate things correctly.
...
Pointed out by: bde
1999-11-18 20:45:04 +00:00
n_hibma
bab819dcdd
Cleanup of the code before we add a few thins.
...
- remove the use of NDEV. It is confusing. MAXUSBDEV should do.
- add some comments.
- add more explanation in usage()
- change the timeout value for undetected USB devices from 300 to 30
seconds. I don't think anyone wants to wait 5 minutes for broken
devices to show up. The overhead CPU wise is very little.
- print 'no controllers found' as a fatal error.
- remove inclusion of malloc.h. It's unused.
1999-11-18 18:04:17 +00:00
n_hibma
051d4a9d4b
Add usbdevs and friends.
1999-11-18 18:02:44 +00:00
phantom
00018ca5d9
Do not suggest user to change /etc/defaults/rc.conf.
...
Requested by: sheldonh
1999-11-18 16:09:40 +00:00
phantom
135de032e4
mdoc(7)'fy
...
Mostly submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1999-11-18 16:04:53 +00:00
nyan
3e730b56ed
Set port_used and mem_used to the resource size instead of 1.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-11-18 14:18:19 +00:00
n_hibma
e3de5af6cf
Change the clist reservation from 0 to buffer size.
...
Submitted by: mmoeller@infolibria.com
1999-11-18 12:50:48 +00:00
n_hibma
d90803b819
Missed a name change.
1999-11-18 12:45:09 +00:00
nyan
13ac592779
Sync with sys/isa/sio.c revision up to 1.275.
1999-11-18 12:22:09 +00:00
nyan
34a943f35a
Sync with sys/isa/fd.c revision 1.168.
1999-11-18 11:34:26 +00:00
nyan
e9ddf50503
Sync with sys/i386/conf/Makefile.i386 revision up to 1.163.
1999-11-18 11:26:45 +00:00
peter
c9973ec034
Argh, don't turn the IIR test on unless it's a pccard. These tests mess
...
up the subsequent probes.
1999-11-18 10:29:06 +00:00
pb
162eda3860
Make last commit bde-compliant:
...
- correct indentation
- change data types for consistency with the rest of ping.c
- create new variable separate from "answer" for clarity
1999-11-18 10:20:45 +00:00
peter
7773468c08
Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk as
...
that breaks if you try and compile a kernel before building world, as
is presently required to get past the signal changes. I don't
particularly like doing this, but at least it will mean that a 'make world'
will activate the gcc 2.95.2-specific option in bsd.kern.mk.
1999-11-18 09:54:11 +00:00
peter
82f748df7a
Fix an unused variable warning.
1999-11-18 09:07:30 +00:00
peter
5a49af516f
If we have found pci devices via pci_cfgopen(), but don't find a
...
host->pci bridge specifically, then add a pcib0 device on the motherboard
for the pci bus to hang off.
Requested by: Anders Andersson <anders@sanyusan.se>
Obtained from: dfr
1999-11-18 08:58:37 +00:00
alfred
be3a1757c0
remove PCATCH from a tsleep that isn't checked for (avoid infinite loop).
...
this needs to be revisited.
1999-11-18 08:57:03 +00:00
peter
bbcf774aff
Fix a warning (unused static declaration without MFS_ROOT)
1999-11-18 08:49:40 +00:00
peter
7931c8be96
Fix a warning.
1999-11-18 08:47:10 +00:00
peter
1edd95c9cf
Fix some -Wunused warnings
1999-11-18 08:43:58 +00:00
peter
9b589f5598
Fix some warnings.
1999-11-18 08:41:53 +00:00
peter
286ba2226d
Fix a warning.
1999-11-18 08:39:02 +00:00
peter
11a0d6a799
Touch up the make_dev() usage to hopefully make it work and fix warnings.
1999-11-18 08:36:42 +00:00
peter
b28f5ff26b
Fix some warnings.
1999-11-18 08:32:02 +00:00
peter
cbf25b6e9a
Fix a warning and a potential panic if TCPDEBUG is active. (tp is
...
a wild pointer and used by TCPDEBUG2())
1999-11-18 08:28:24 +00:00
peter
e5e4f6d4b3
Fix a warning (unused variable RCSid)
1999-11-18 08:18:13 +00:00
dillon
13bf2dbc72
Ensure that garbage from the kernel stack does not wind up being
...
returned to user mode in the spare fields of the stat structure.
PR: kern/14966
Reviewed by: dillon@freebsd.org
Submitted by: Kelly Yancey kbyanc@posi.net
1999-11-18 08:14:20 +00:00
sheldonh
52bb19a82f
Follow-up on mdoc fixes in rev 1.35; this includes things that I missed
...
in that revision as well as things I broke in that revision. A note-
worthy instance of the latter case was the inversion of -E and -V in the
subsection on Commandline Editing.
1999-11-18 08:13:21 +00:00
dillon
bd95a150ac
Only bother converting the stat structure if we intend to return it,
...
when no error occurs.
PR: kern/14966
Reviewed by: dillon@freebsd.org
Submitted by: Kelly Yancey kbyanc@posi.net
1999-11-18 08:08:28 +00:00
peter
e14811bf93
Zap nsio
1999-11-18 07:34:58 +00:00
imp
286d277c7a
Sync to latest cardbusdevs file
1999-11-18 07:22:59 +00:00
peter
37f3e03a47
Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)
...
Remove EXTRA_SIO/NSIOTOT and make it fully dynamic (from dev/sio/sio.c)
Make sio work for pccard here - pccardd doesn't activate interrupts
until after prove has succeeded.
Mark the initial reset of likely sio ports as broken as it depended on
config supplying a list of locations to probe, devices are now proved
standalone.
Optimize a bit of COM_NOAST4() logic.
Use bus_get_resource_start() etc rather than using isa-centric calls.
Reactivate the IIR_TXRDYBUG test, I've got a card here with it.
Try to be a bit smarter about activating interrupts (ie: don't panic
if polled)
Fix some style bugs that have crept in over time (there are still more).
1999-11-18 07:22:41 +00:00
imp
ecfafbc86d
Raw import of newconfig cardbus code. This is effectively an import,
...
so the code doesn't compile. I added $FreeBSD$ headers.
1999-11-18 07:21:51 +00:00