Gleb Smirnoff
aa70aaecdb
Add ng_ipfw to kernel module build.
2005-02-05 12:09:38 +00:00
Scott Long
6ab93aca6d
Only compile the cpufreq driver on i386 and amd64.
2005-02-05 08:01:10 +00:00
Nate Lawson
335e4ff3cd
Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
2005-02-04 05:49:36 +00:00
Matthew N. Dodd
1f005b6723
- Split out PCI support.
...
- Add previously removed ISA support.
Submitted by: David S. Madole <david AT madole.net>
2005-02-03 23:01:01 +00:00
Ruslan Ermilov
2154e70d14
Connect ng_device(4) to the build.
2005-02-03 19:54:58 +00:00
Ruslan Ermilov
2f533ec052
Fix alignment in the last commit.
2005-02-03 08:07:22 +00:00
Peter Grehan
042bbe552f
Don't build syscons, uart or vpo on PPC.
2005-02-03 06:12:43 +00:00
Ruslan Ermilov
40c378386c
Build "digi" on i386, pc98, and amd64 only.
2005-01-30 19:41:12 +00:00
Maxim Sobolev
330179a423
Remove local hack which cowardly slipped into previous commit.
...
MFC after: 2 weeks
2005-01-29 23:21:00 +00:00
Maxim Sobolev
610ecfe035
o Split out kernel part of execve(2) syscall into two parts: one that
...
copies arguments into the kernel space and one that operates
completely in the kernel space;
o use kernel-only version of execve(2) to kill another stackgap in
linuxlator/i386.
Obtained from: DragonFlyBSD (partially)
MFC after: 2 weeks
2005-01-29 23:12:00 +00:00
Ruslan Ermilov
4f05e3faf9
"pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES.
2005-01-27 11:07:13 +00:00
Ruslan Ermilov
0ec24a915e
Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES.
2005-01-27 09:21:23 +00:00
Warner Losh
fe9ec26797
ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, so
...
disable them on all but i386.
2005-01-27 01:45:15 +00:00
Warner Losh
614dbcfb8e
The ar driver appears to do naughty things with pointers and integers
...
and so appears to not be 64-bit clean. disable it on ia64 for the moment.
2005-01-27 01:12:58 +00:00
Warner Losh
659522d8a3
pcic is gone
2005-01-27 00:33:17 +00:00
Warner Losh
17d56bdd53
Add cs module. It has built in my tree for ages, and it just never
...
made it into FreeBSD's tree.
2005-01-26 21:27:26 +00:00
Warner Losh
c046033747
The tinderbox seems to have a different set of compiler options
...
enabled than my box, so the agp module gets different warnings than I
got when I built. WERROR= to compensate.
2005-01-26 21:18:58 +00:00
Warner Losh
2879ce1de3
Add WERRROR= to work around the warnings
2005-01-26 16:29:07 +00:00
Wes Peters
ba2e59039d
Provide a WITHOUT_MODULES variable that specifies a list of modules
...
to elide. This is a somewhat more convenient way of specifying in
e.g. make.conf a list of modules you know you will never need.
PR: kern/76225
Submitted by: David Yeske <dyeske@yahoo.com>
MFC after: 2 weeks
2005-01-20 05:43:24 +00:00
Sam Leffler
6e0da4f753
Fix building for non-i386 platforms.
...
Submitted by: Coleman Kane
2005-01-18 03:28:08 +00:00
Pawel Jakub Dawidek
560cb85703
Connect SHSEC GEOM class to the build.
2005-01-11 18:18:40 +00:00
Pawel Jakub Dawidek
080361d6b8
Introduce a new GEOM class - SHSEC. It provides sharing secret between
...
the given providers. Without even one of the configured components there
should be no way to get the secret.
Supported by: WHEEL Sp. z o.o.
http://www.wheel.pl
2005-01-11 18:06:44 +00:00
Nate Lawson
6e19953485
Back out previous commits. Installing new share/mk fixes this.
2005-01-03 07:27:17 +00:00
Nate Lawson
e87e3960b6
NO_MAN is now NOMAN.
2005-01-03 05:36:55 +00:00
Nate Lawson
182234f916
Fix kernel modules build. For some reason, this module now bails out with
...
an error that there is no aicasm.1 man page.
2005-01-03 05:35:58 +00:00
John Baldwin
8f11becb12
Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forces
...
old usbdevs_data.h files to be updated as well as fixing the standalone
usb module build.
2004-12-31 16:05:07 +00:00
Robert Watson
d7df32073b
mac_portacl.c no longer references vnode_if.h.
2004-12-30 13:49:01 +00:00
David E. O'Brien
1ab9fa6c26
Remove vnode_if.h for rev 1.14.
2004-12-29 21:50:44 +00:00
Warner Losh
a4aef7f9a4
We don't need to generate vnode_if.h anymore
2004-12-29 08:50:35 +00:00
Warner Losh
4c16ce4d87
No need to generate vnode_if.h anymore
2004-12-29 08:44:30 +00:00
Roman Kurakin
d676cb6fad
Add FR support to sppp (MFCronyx).
...
Silence on: net@, current@, hackers@.
No objections: joerg
Requested by: by many (mostly Cronyx) users for a long long time.
MFC after: 10 days
PR: kern/21771, kern/66348
2004-12-28 00:07:57 +00:00
Scott Long
4a8ad3dabd
Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.
2004-12-25 00:23:36 +00:00
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Gleb Smirnoff
e5782a8c85
We already have ng_fec.4 manpage. And sys/modules is not a correct
...
place for documentation.
2004-12-19 16:06:14 +00:00
Sam Leffler
142c1941af
fix typo to resolve undefined symbol
...
Spotted by: Rong-En Fan <grafan at gmail.com>
2004-12-16 01:10:48 +00:00
Sam Leffler
0a16579959
bring in rijndael crypto code to satisfy dependency: should
...
break rijndael out into a separate module a la rc4 but several
other cases need to be fixed also so for now do as others do
2004-12-15 01:30:38 +00:00
Warner Losh
1336b18228
Make this compile when you don't have /sys.
2004-12-13 04:59:35 +00:00
Scott Long
e9948397f9
Remove the addition of ACPI_DEBUG that was accidentally added in the last
...
commit.
2004-12-13 03:23:08 +00:00
Scott Long
82d4da0f73
Allow the acpi_ibm module to be built with ACPI_DEBUG.
2004-12-13 03:22:11 +00:00
Scott Long
e97cb7b11f
Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG
2004-12-13 02:13:08 +00:00
Warner Losh
6c5c0a5ac1
Separate mse driver into a core driver and a bus attachments. Separate out
...
the ISA and CBUS (called isa on pc98) attachments. Eliminate all PC98
ifdefs in the process (the driver in pc98/pc98/mse.c was a copy of the one
in i386/isa/mse.c with PC98 ifdefs). Create a module for this driver.
I've tested this my PC-9821RaS40 with moused. I've not tested this on i386
because I have no InPort cards, or similar such things. NEC standardized
on bus mice very early, long before ps/2 mice ports apeared, so all PC-98
machines supported by FreeBSD/pc98 have bus mice, I believe.
Reviewed by: nyan-san
2004-12-12 20:05:50 +00:00
Takanori Watanabe
9dfeca922c
Connect acpi_ibm to build.
...
Submitted by: rushani, sumikawa
2004-12-09 16:47:07 +00:00
Takanori Watanabe
06064893b3
Add IBM Laptop extra device driver.
...
This depends on ACPI and RTC registers.
Reviewed by: njl
2004-12-09 13:54:29 +00:00
Sam Leffler
63f9a4cb26
Update/new modules for net80211 and ath changes.
2004-12-08 17:38:38 +00:00
Brooks Davis
76d5d30105
kmod.mk knows how to create empty opt_*.h files so let it deal with the
...
NOINET6 case.
Reported by: ru
2004-12-03 23:43:02 +00:00
Brooks Davis
2d4e39b551
Allow the gif module to be built without IPv6 support when NOINET6 is
...
defined.
Submitted by: mitrohin a.s. <swp at uni-altai dot ru>
2004-11-26 19:01:57 +00:00
Marcel Moolenaar
694f13aaff
Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.c
...
without ever being changed to actually work with an i8251. Nobody is
working on this either at the moment, so it's not about to change
soon.
When the code necessary to support the i8251 is committed, this can
be reverted again.
2004-11-20 23:38:48 +00:00
Marcel Moolenaar
165af6d313
o Remove opt_ddb.h from SRCS.
...
o Add opt_gdb.h and opt_kdb.h to SRCS.
2004-11-20 23:04:32 +00:00