Olivier Houchard
f33ffa4a6c
Strip the $a, $t and $d symbols if we're using DDB. There are useless and
...
confusing in a backtrace.
2005-10-17 18:31:37 +00:00
John Baldwin
021eda1d85
Remove the sx(4) driver at the request of the author. The author
...
originally wrote it for 4.x and hasn't really had the time to fully update
it to 5.x and later. Also, the author doesn't use the hardware anymore as
well. If someone does need this driver they can always resurrect it from
the Attic.
Requested by: Frank Mayhar frank at exit dot com
2005-10-14 18:24:58 +00:00
Ruslan Ermilov
e6cb7d6cd5
Get rid of duplicate -I's in CFLAGS.
2005-10-14 15:13:36 +00:00
Joel Dahl
727ded3a70
snd_ess needs snd_sbc, so add a note about that.
2005-10-07 06:32:11 +00:00
Pawel Jakub Dawidek
24f8c87b41
Backout strtok() addition to libkern, strsep() is enough and strtok()
...
is not safe.
Discussed with: stefanf, njl
2005-10-06 19:06:07 +00:00
Pawel Jakub Dawidek
5e66cbaeaf
Add strtok() and strtok_r() function to libkern.
...
MFC after: 2 weeks
2005-10-06 11:10:09 +00:00
Warner Losh
48ce90210f
Include forgotten rtl80x9 file for ed.
2005-10-05 21:56:27 +00:00
Gleb Smirnoff
f0796cd26c
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
...
opt_device_polling.h
- Include opt_device_polling.h into appropriate files.
- Embrace with HAVE_KERNEL_OPTION_HEADERS the include in the files that
can be compiled as loadable modules.
Reviewed by: bde
2005-10-05 10:09:17 +00:00
Gleb Smirnoff
0c06364148
Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building
...
modules along with kernel.
After this change it is possible to embrace opt_*.h includes with ifdef
HAVE_KERNEL_OPTION_HEADERS. And thus, avoid editing a lot of Makefiles
in modules directory each time we introduce a new opt_xxx.h.
Requested by: bde
2005-10-05 10:05:55 +00:00
Olivier Houchard
fe7336292d
Really detect if DDB is enabled.
...
Remove kernel.tramp if it exists on make clean.
2005-10-04 14:38:55 +00:00
Olivier Houchard
ae4135983b
Make arm/disassem.c depends on DDB
...
make arm/in_cksum.c and arm/in_cksum_asm.S depend on INET.
2005-10-04 14:37:53 +00:00
Olivier Houchard
7141c0d343
Makefile magic for the ELF trampoline.
2005-10-03 14:09:58 +00:00
Scott Long
2bc6081c9f
Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports
...
interface polling, compiles on 64-bit platforms, and compiles on NetBSD,
OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this
driver.
Altq, sppp, netgraph, and bpf are required for this driver to operate.
Userland tools and man pages will be committed next.
Submitted by: David Boggs
2005-10-03 07:05:34 +00:00
Alexander Leidinger
4406886f5e
Soft volume implementation for audio devices without pcm mixer controller.
...
Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my>
Tested by: multimedia@
2005-10-02 15:31:03 +00:00
Warner Losh
80f008e33c
Remove more OLDCARD references.
2005-09-28 06:05:45 +00:00
Max Laier
b6de9e91bd
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
Warner Losh
f60053d1bc
OLDCARD is being removed from the tree, so remove it from here.
...
# the snc pccard entry might be able to be moved to files
2005-09-25 21:24:06 +00:00
Ken Smith
a01b41250c
Add COMPAT_FREEBSD5 option. This should have been done back when I
...
added it to GENERIC...
Pointed out by: jhb
Pointy hat: kensmith
2005-09-21 19:27:08 +00:00
Warner Losh
852999de55
Add pccard_device.c
2005-09-20 06:48:55 +00:00
Ruslan Ermilov
7751015f0f
Fix genassym.o dependencies.
2005-09-19 15:13:33 +00:00
Poul-Henning Kamp
718039953a
sample.c needs ath magic include path
2005-09-19 12:09:33 +00:00
Warner Losh
d1d8e770db
No ED_NO_MIIBUS no more. Not one more or the same number of non positive options
2005-09-18 20:53:53 +00:00
Eric Anholt
e3e1ac8615
Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of
...
the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff
for multiple useful testing cycles, and Ralf Wostrack for the final fix to get
it working.
PR: i386/75251
Submitted by: anholt
2005-09-17 03:36:47 +00:00
Poul-Henning Kamp
346fa63189
Add tnt4882 driver to the build
2005-09-15 13:28:33 +00:00
David E. O'Brien
5385446ad3
The kernel-depend target doesn't get any information from "compile-with",
...
so repeat the includes paths for that target.
2005-09-11 07:33:43 +00:00
David E. O'Brien
d85986ec1c
Don't pollute the entire kernel build with -I$S/contrib/dev/ath and
...
-I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be defined to
globally get back -I$S/contrib/dev/ath.
2005-09-11 03:38:18 +00:00
David E. O'Brien
7014a50853
Don't pollute the entire kernel build with -I$S/contrib/ipfilter.
2005-09-11 02:27:34 +00:00
David E. O'Brien
b186613e42
Don't pollute the entire kernel build with -I$S/contrib/pf.
2005-09-11 02:04:04 +00:00
David E. O'Brien
94caedfbd3
Don't pollute the entire kernel build with -I$S/contrib/ngatm.
2005-09-11 01:28:05 +00:00
David E. O'Brien
ede2033b1f
Don't pollute the entire kernel build with -I$S/dev/twa.
2005-09-11 00:52:05 +00:00
David E. O'Brien
e319790c0c
For HEAD, install a kernel with debug information if DEBUG is a kernel
...
config option. It is too easy to loose the build directory and not have
symbols for kgdb to read.
2005-09-11 00:22:21 +00:00
Marcel Moolenaar
8115693121
Merge db_interface.c and db_trace.c into db_machdep.c.
2005-09-10 03:18:51 +00:00
Marcel Moolenaar
464d16ddf0
Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.
...
It's a bit excessive to have it in a file of its own.
2005-09-10 02:12:49 +00:00
Scott Long
dc8540a9a0
Hook up the hptmv driver for amd64.
...
MFC After: 3 days
2005-09-08 03:29:18 +00:00
David E. O'Brien
a7d30e5ffb
Use the more readable empty() syntax.
2005-09-07 17:38:46 +00:00
John Baldwin
721be80c83
Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened
...
earlier as no one has stepped up to test recent changes to the driver.
Oddly, the module was actually turned on on ia64 though I'm fairly certain
that no ia64 machine has ever had or will ever have an ISA slot.
Axe borrowed from: phk
2005-08-26 13:42:04 +00:00
Takanori Watanabe
68a94b0d91
Oops, I forget to add item in files .
...
Pointed out by: pjd
2005-08-26 12:48:34 +00:00
Colin Percival
4f9dc74288
Pad the strings sccs[], version[], and osrelease[] up to a minimum of
...
128 bytes, 256 bytes, and 32 bytes respectively. This makes it much
easier to identify when two kernels are identical apart from a version
number bump (as often happens on security branches).
Discussed on: freebsd-arch, in May 2005
2005-08-19 01:49:15 +00:00
Pawel Jakub Dawidek
ef0a6e203b
Add VIA/ACE "PadLock" support as a crypto(9) driver.
...
HW donated by: Mike Tancsa <mike@sentex.net>
Most of the code obtained from: OpenBSD
MFC after: 3 days
2005-08-18 00:30:22 +00:00
Pawel Jakub Dawidek
9417a618d1
Add code for Ext2FS and ReiserFS labels recognition.
...
Submitted by: Stanislav Sedov <stas@310.ru>
PR: kern/84638
MFC after: 1 week
2005-08-12 00:27:45 +00:00
Pawel Jakub Dawidek
c812ca43bd
Add strcasecmp() and strncasecmp() to libkern and connect to the build.
2005-08-08 18:31:13 +00:00
Jeff Roberson
8d511e2a05
- Add support for saving stack traces and displaying them via printf(9)
...
and KTR.
Contributed by: Antoine Brodin <antoine.brodin@laposte.net>
Concept code from: Neal Fachan <neal@isilon.com>
2005-08-03 04:27:40 +00:00
Pawel Jakub Dawidek
5ca1fcfe06
Connect GEOM_ELI class to the build.
...
MFC after: 1 week
2005-07-27 21:47:55 +00:00
Pawel Jakub Dawidek
869de95743
Connect GZERO to the build.
...
MFC after: 3 days
2005-07-25 10:49:05 +00:00
Peter Wemm
4bf21bfef9
MFi386: add vpd driver (vital product data.. model & serial numbers etc)
2005-07-21 21:57:31 +00:00
Peter Wemm
6ec2971397
Add the ed driver for lint building. The PCI instances are still useful.
...
In theory, there are no isa slots on any amd64/em64t systems, but it
doesn't hurt to keep these tiny fragments compiling.
2005-07-21 21:55:11 +00:00
Jung-uk Kim
a52daa5fd2
Fix smbios(4) and add support for amd64
...
Approved by: anholt (mentor)
2005-07-21 00:18:28 +00:00
Eric Anholt
af088425f7
Add the latest r300 code from r300.sf.net. This is based on the patch supplied
...
by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for
FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h.
Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
2005-07-20 21:10:57 +00:00
Warner Losh
f509c65083
This has worked for a while now. ex pccard attachment
2005-07-19 02:06:48 +00:00
Paul Saab
712de32327
Build p4tcc and est cpu frequency modules on amd64.
...
Reviewed by: njl
2005-07-19 01:10:27 +00:00