Eivind Eklund
09a759d347
Clarify text
2003-08-26 15:52:47 +00:00
Eivind Eklund
c898f3db07
Replace a reference to /kernel with /boot/kernel/kernel
2003-08-26 15:37:19 +00:00
Peter Pentchev
5e5d9065e4
Clarify the order of arguments passed to the pre-/post-install script
...
in the description of the pkg_create -i command-line option.
PR: 55477
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
MFC after: 5 weeks
2003-08-26 14:49:11 +00:00
Robert Watson
6b48911b00
M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the
...
returned mbuf can be NULL. Check for NULL in rip_output() when
prepending an IP header. This prevents mbuf exhaustion from
causing a local kernel panic when sending raw IP packets.
PR: kern/55886
Reported by: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl>
MFC after: 3 days
2003-08-26 14:11:48 +00:00
David Xu
ab2baa7254
Let SA process work under ULE scheduler, originally it would panic kernel.
...
Reviewed by: jeff
2003-08-26 11:33:15 +00:00
Nate Lawson
6e433dcdea
Use the db_alt_break() state machine instead of rolling our own. This
...
brings sio(4) in-line with zs(4) et al.
2003-08-26 05:37:48 +00:00
David E. O'Brien
1809be3cd4
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-25 23:30:41 +00:00
David E. O'Brien
d9b97e8dff
Use __FBSDID().
...
Also some minor copyright style cleanups.
2003-08-25 23:28:32 +00:00
Josef Karthauser
3af4b6b4d7
Implement the last commit properly.
2003-08-25 22:10:52 +00:00
Josef Karthauser
219b479f9f
Fix the cdevsw compatibility for -stable.
2003-08-25 22:01:06 +00:00
Jake Burkholder
d893d5f8dc
Fix the alpha kernel build.
...
Pointy hat to: jake
2003-08-25 21:32:00 +00:00
Ceri Davies
994d89af83
Correct a grammatical error.
...
PR: misc/54967
Submitted by: Paul A. Scott <pscott@the-frontier.org>
MFC After: 4 weeks
2003-08-25 20:08:16 +00:00
Marcel Moolenaar
d0adfaea93
Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERT
...
in vm_page.h to be reached and thus slightly increases the overall
coverage of LINT on ia64.
2003-08-25 20:02:18 +00:00
Marcel Moolenaar
16bc6ff39e
Assert that u_long is at least 64 bits if PAGE_SIZE is 32K.
...
Suggested by: phk
2003-08-25 19:58:01 +00:00
Nate Lawson
61a63db063
Add a warning describing at least one circumstance where cvsup can hose
...
a local branch. Text from an email from jdp@
Reported by: simon
2003-08-25 19:08:37 +00:00
Nate Lawson
486d7256a3
Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reports
...
that it works without the quirk. This and any other quirk changes will be
MFCd after the release unless they fix a known problem.
MFC after: 1 month
2003-08-25 18:48:45 +00:00
Warner Losh
e4df6a7dca
Add @ before the shell invocation for the testing of sufficiently new sh.
...
No need to see this message twice.
2003-08-25 18:30:06 +00:00
Warner Losh
533b7cef1e
Probe routines can return < 0 for speculative matches. In the
...
compatibility routine, go ahead and accept that as 'success'. A
properly written compatible driver should return < 0 for both the
compat match and compat probe routines, so this will wind up doing the
right thing.
2003-08-25 18:20:03 +00:00
Nate Lawson
b4ea9fb547
Sort quirks into sections.
2003-08-25 18:14:43 +00:00
Matt Jacob
65ff1249a0
Revert previous commit. Violates Maintainer (O'Brien knows how to
...
reach me directly), but more importantly, breaks compiles on
non-FreeBSD platforms.
2003-08-25 17:58:23 +00:00
Warner Losh
b21d83f121
Fall back to using the kernel version for the OSRELDATE when
...
/usr/include/osreldate.h doesn't exist on the system. While this
could be worked around by saying something like 'make includes
OSLRELDATE=0' when this file doesn't exist, it is just as easy to
provide a fallback when the file we know we depend on doesn't exist.
While this doesn't make all targets work w/o a
/usr/include/osreldate.h, because some of the FreeBSD bootstrap tools
use this file. 'make includes' however does work.
Noticed by: peter, obrien (and likely others)
Pointy hat to: imp (for suggesting a method that depended on /usr/include)
2003-08-25 17:48:25 +00:00
Søren Schmidt
3a83be8e3b
Try to get rid of the fake slave problem.
2003-08-25 13:06:13 +00:00
Søren Schmidt
6419d0b0e4
Cleanup the dma int/alloc/free code.
2003-08-25 11:13:04 +00:00
David E. O'Brien
a7b60ab26e
Fix copyright comment & FBSDID style nits.
...
Requested by: bde
2003-08-25 09:48:48 +00:00
David E. O'Brien
507dde8b32
Remove merge conflict that I didn't notice as it was in the middle of a
...
comment and thus compiled.
Submitted by: bde
2003-08-25 09:28:54 +00:00
Søren Schmidt
9f06a4277f
Unify prototypes.
...
Cosmetics.
2003-08-25 09:01:49 +00:00
Yoshihiro Takahashi
f2a610fa25
Fix compile error.
2003-08-25 08:13:07 +00:00
Søren Schmidt
ea01d56917
Only call FLUSH_CACHE on devices that say they can.
...
This will get rid of the warnings issued at shutdown (that seems to
worry alot of users), but will also no flush cache on lots of
devices that can, but doesn't set the right support bits...
2003-08-25 07:59:50 +00:00
Yoshihiro Takahashi
e4d023cef8
Switch to dev/syscons/syscons.c.
2003-08-25 07:52:11 +00:00
Yoshihiro Takahashi
ad81a26706
Merge pc98 support from sys/pc98/pc98/syscons.c.
2003-08-25 07:48:42 +00:00
Søren Schmidt
8b0ca37153
Dont check the cable bit on ich5 when on the SATA channel.
2003-08-25 07:45:54 +00:00
Yoshihiro Takahashi
175212344f
MFi386: revision 1.452
2003-08-25 07:20:41 +00:00
Bruce A. Mah
7d32371dbd
Trim ti(4) devices.
2003-08-25 04:31:26 +00:00
Bruce A. Mah
744cb35d65
Sort the lists of supported devices. No other content changes.
2003-08-25 04:29:43 +00:00
Bruce A. Mah
2e1a133fa4
In the lists of supported devices, remove "The" from the names of
...
devices and capitalize the words "Gigabit", "Ethernet", and "adapter"
consistently.
2003-08-25 04:28:29 +00:00
Bruce A. Mah
1780f0787a
Catch up ti(4) with hardware notes.
...
PR: 55637
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-25 04:25:58 +00:00
Marcel Moolenaar
875e2e9ca9
Add option NO_SIO to work-around the hardcoded dependency on sio(4).
...
Without this option it is not possible to omit the driver from the
configuration file and successfully build a kernel.
This option is specific to alpha.
2003-08-25 03:43:08 +00:00
Marcel Moolenaar
cc56683de7
Change of plans: Add ext2_bitops.h with generic and portable
...
implementations. Use those on platforms that don't have MD
headers. Remove the ia64 MD header. We're going to use the C
implementation there.
Suggested by: bde
2003-08-25 01:39:47 +00:00
Martin Blapp
7dfdc26c46
Make TX on davicom 9102A working again. This chip needs
...
its mbufs aligned on TX.
PR: 53656, 42714
MFC after: 3 days
2003-08-24 23:47:44 +00:00
Bruce A. Mah
6a6eeb429a
Trim ep(4) devices.
2003-08-24 22:54:20 +00:00
Bruce A. Mah
05ba13027b
Add a few PC98-specific (?) devices, from the hardware notes.
2003-08-24 22:51:09 +00:00
Bruce A. Mah
44f3728d7a
Remove a duplicate copy of the fe(4) devices that somehow snuck in
...
here. Trim devices from the remaining fe(4) section as the manpage
now covers all of them.
While here, remove a comment that instructs developers on how to add
specific instances of devices, since we're moving away from that now.
2003-08-24 22:42:55 +00:00
Bruce A. Mah
1256904d38
Sort device list, no other content changes.
2003-08-24 22:39:18 +00:00
Bruce A. Mah
b3e01060bb
Add a few more PC98-specific instances of fe(4) devices, obtained from
...
the hardware notes.
2003-08-24 22:38:00 +00:00
Eric Anholt
48d82a815d
Comment out a couple of __inline__s until we can get inlines to be actually
...
respected or at least shut the warning up.
2003-08-24 22:04:12 +00:00
David E. O'Brien
3d368a83e5
Remove duplicate SCM ID.
2003-08-24 20:18:11 +00:00
Søren Schmidt
bcebaec6ce
Sync with local version (cosmetics)
2003-08-24 19:58:11 +00:00
Søren Schmidt
6c48d6493d
There is no detach func for PCI ATA devs.
2003-08-24 19:55:41 +00:00
Søren Schmidt
36d76a0137
Fix ad_dump top actually produce a dump.
...
Reported by: Tor Egge <Tor.Egge@cvsup.no.freebsd.org>
2003-08-24 19:50:22 +00:00
David E. O'Brien
42af95a3c2
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 18:17:24 +00:00