bde
f1c57e949b
Test the correct database file (not necessarily the one corresponding to
...
the running kernel if the nlist file is specified explicitly).
1999-05-15 11:54:36 +00:00
jkh
13644a2bd2
target is ${KERNEL}, not kernel.
...
Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
1999-05-15 11:51:39 +00:00
grog
ea4b34b015
Reenable vinum build.
1999-05-15 06:13:27 +00:00
grog
f834718a6b
Modify to work with new style dev_t.
...
With_copious_input_from: peter
phk
1999-05-15 05:49:21 +00:00
brian
891aeb93bc
Add ``show layers'' to see the protocol layering for a link.
1999-05-15 02:24:18 +00:00
imp
c0bdb16af0
Put a small delay in before sending the inquire_setup command. The
...
docs don't seem to shed light on why this is needed, but reports from
the field indicate this helps prevent problems in this area. Ken's
changes seem to have exposed this bug, rather than caused it, as far
as I can tell.
Thanks to Jack O'Neill for tracking this down.
Submitted by: jack@germanium.xtalwind.net
Very strong 3.2 merge candidate.
1999-05-14 23:10:25 +00:00
alc
e79d7db00b
Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.
...
It never makes sense to specify MAP_COPY_NEEDED without also specifying
MAP_COPY_ON_WRITE, and vice versa. Thus, MAP_COPY_ON_WRITE suffices.
Reviewed by: David Greenman <dg@root.com>
1999-05-14 23:09:34 +00:00
nate
188a2f4871
- Fixed bug where we NULL'd before we freed the data causing a memory leak.
...
Submitted by: Ralf S. Engelschall
Obtained from: PR i386/11713
1999-05-14 21:36:16 +00:00
alex
f43ff516fd
Removed extraneous comma in xrefs.
1999-05-14 21:03:23 +00:00
alex
e9fc5ab540
Added missing comma in xrefs.
1999-05-14 21:03:11 +00:00
luoqi
61a6d052eb
Ignore some ioctls on the master until the slave is open.
1999-05-14 20:44:20 +00:00
luoqi
6f6fbfa99e
Legally acquire a major number for mfs.
1999-05-14 20:40:23 +00:00
dcs
a2b3ce9271
Rewording.
1999-05-14 19:07:59 +00:00
dcs
f239b39763
Slight not-exactly-bug-but-useful-as-example-code fix.
1999-05-14 19:00:38 +00:00
dcs
0c3ef21962
Add "initialize" to loader.4th, so running "start" is not actually needed.
1999-05-14 18:59:27 +00:00
wosch
6cbd1117d8
Delete debug line.
...
PR: bin/9793
Submitted by: Andy Farkas <andyf@speednet.com.au>
1999-05-14 18:45:18 +00:00
wpaul
db15f3fbac
Fix usage in wicontrol.c to agree with man page.
...
Update documentation for -f frequency selection option to include complete
list of channel numbers and frequencies.
1999-05-14 18:31:31 +00:00
dcs
c4a4e43379
Add a menu example making use of loader.4th(8) facilities.
...
Merge candidate, as it is just an example...
1999-05-14 18:06:27 +00:00
gibbs
2e962e0f39
Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switch
...
statements on 64bit values generate poor code.
Requested by: bde
1999-05-14 17:39:54 +00:00
gibbs
faae8dc112
Use a lookup table for device matching instead of a switch on a 64bit
...
value. EGCS generates poor code for sparse switch statements on 64bit
values.
Requested by: bde
1999-05-14 17:38:07 +00:00
fenner
81b5e45922
Add 3.2 to the list of legal FreeBSD versions for the .Os FreeBSD macro.
1999-05-14 17:35:17 +00:00
fenner
c78425b3f4
Add 3.2 to the list of legal FreeBSD versions for the .Fx macro.
1999-05-14 17:32:21 +00:00
jkh
b0c0e1b73c
Do more impressive things for windowmaker.
1999-05-14 15:04:24 +00:00
jkh
1b54d78ab8
DTRT for "Latest" search keywords.
1999-05-14 14:57:59 +00:00
jkh
10b41baa24
Be properly verbose.
1999-05-14 14:29:50 +00:00
jkh
a495fcc3b2
Correct return status logic a bit.
1999-05-14 12:15:34 +00:00
dfr
8a8a702dc2
* Define a new static method DEVICE_IDENTIFY which is called to add device
...
instances to a parent bus.
* Define a new method BUS_ADD_CHILD which can be called from DEVICE_IDENTIFY
to add new instances.
* Add a generic implementation of DEVICE_PROBE which calls DEVICE_IDENTIFY
for each driver attached to the parent's devclass.
* Move the hint-based isa probe from the isa driver to a new isahint driver
which can be shared between i386 and alpha.
1999-05-14 11:22:47 +00:00
dfr
29cc579496
The previous log message should have read:
...
Use breakpoint() to start debugger to avoid crashing back to the firmware
when gdb tries to print the msg argument to Debugger().
1999-05-14 11:15:13 +00:00
dfr
56970da499
Make sure to pass a dev_t to dkunit.
1999-05-14 11:13:21 +00:00
dcs
1528de5c94
Add fxp on a category of it's own.
1999-05-14 10:20:54 +00:00
wosch
2a8f6e8340
Don't overwrite the variable LOCATE_CONFIG
...
This is useful for people who want index their home directory:
$ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
1999-05-14 10:18:43 +00:00
dcs
71ddf06778
Remove atapi and joy, add svr4 and streams. I wonder if removing vinum
...
is in order or not... (things are _not_ loaded by default, but it serves
as a reference to people tweaking their own loader.conf files)
1999-05-14 10:14:50 +00:00
kato
974d1e773f
Sync with sys/i386/i386/userconfig.c revision 1.143.
1999-05-14 10:05:55 +00:00
dcs
c58da8da38
Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT
...
doing here?).
Candidate for 3.2.
1999-05-14 10:03:58 +00:00
kato
435c700a72
Sync with sys/i386/conf/files.i386 revision 1.241.
1999-05-14 10:03:48 +00:00
brian
9cb58fe295
Handle LCP echo reqs properly again (broken with the
...
layering changes).
1999-05-14 09:36:06 +00:00
brian
c956814272
Ensure that we're not going to overflow our ``struct tun''
...
when we mbuf_Read() into it.
Add the link name to a few diagnostics.
1999-05-14 09:35:51 +00:00
dfr
31a93d7bad
Adjust method dispatch to ensure that default methods are called properly.
1999-05-14 09:13:43 +00:00
jkh
dadd91f609
Yikes! I almost left out the 3D Labs server. :)
1999-05-14 07:15:05 +00:00
jkoshy
842cae7fdc
Complete the list of FreeBSD version numbers accepted by the .Fx macro.
...
PR: docs/11705
Submitted by: Stephen J. Roznowski <sjr@home.net>
1999-05-14 07:03:18 +00:00
jkoshy
5b4f588095
Correct comment to refer to kget(8).
1999-05-14 05:25:44 +00:00
jkoshy
4a45600b5b
Refer to kget(8) instead of dset(8).
...
PR: docs/11702
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
1999-05-14 05:16:18 +00:00
gibbs
052f8ee40f
Add ucmpdi2.c to the i386 libkern build.
1999-05-14 05:10:15 +00:00
gibbs
44abfe3606
Take the subvendor and subdevice ids into account during device probe.
...
Sync up device Ids with the master Adaptec list.
Add probe support for the 2940 Pro although it isn't obvious that
all of the termination support is correct for this adapter yet.
1999-05-14 05:09:24 +00:00
gibbs
be407614c4
Better workaround for aic7890 chip bug. Use the HS_MAILBOX register to
...
tell the sequencer to pause itself for a target msg variable update. This
avoids the pause race entirely as HS_MAILBOX can be accessed without
pausing the chip.
3.2 Merge candidate.
1999-05-14 05:07:25 +00:00
gibbs
04cdde2f41
Add ucmpdi2.c to i386 libkern build. Its required for some quad
...
manipulation in the aic7xxx driver.
1999-05-14 05:05:33 +00:00
obrien
5b44c4694e
if_xe* now lives in sys/dev/pccard/
1999-05-14 04:18:24 +00:00
obrien
5f23c93053
Add the `xe' Xircom PC Card driver.
1999-05-14 03:57:25 +00:00
obrien
bb9800dd71
Add the entry for my Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison).
...
Add additional entries (might need a little tweaking) for the Xircom adapters.
Xircom entries obtained from: http://www.lovett.com/lists/freebsd-xircom/
1999-05-14 03:52:07 +00:00
obrien
b70847bf0a
This commit was generated by cvs2svn to compensate for changes in r47151,
...
which included commits to RCS files with non-trunk default branches.
1999-05-14 02:26:20 +00:00