bouyer
8a73c8feef
Xen runs only on i686 or newer processors, so remove useless options
...
MATH_EMULATE. Pointed out by Juan RP on port-xen.
2005-04-21 16:33:29 +00:00
blymn
8387760ed1
Rototill of the verified exec functionality.
...
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.
2005-04-20 13:44:45 +00:00
bouyer
b8171ad79a
Remove
...
xenkbc at hypervisor
vga at hypervisor
they have been obsoleted by PCI and ISA support, and don't compile any more.
2005-04-17 14:44:14 +00:00
itohy
d665949330
Add ukyopon(4).
2005-04-15 17:27:20 +00:00
perry
47e0ea84da
change a set of spaces to " \t"
2005-04-10 23:02:01 +00:00
bouyer
0eb1762804
Add the ksym pseudo-device, for the benefit of kmem grovelers.
...
Pointed out by Jason Thorpe on port-xen.
2005-04-03 19:29:18 +00:00
jdolecek
6aef8a6e14
add tra* at mca?
2005-04-03 11:39:07 +00:00
cube
78f44cbe4f
Add attimer(4) configurations everywhere pcppi(4) exists, with the
...
following rule:
If a pcppi device is enabled for an attachment, enable an attimer for the
same attachement, otherwise comment it.
2005-03-25 23:28:43 +00:00
cube
98201da433
pcppi at acpi needs some more work. Leave it commented out for now.
2005-03-21 18:10:15 +00:00
xtraeme
f9dbeebf6f
Add "pcppi* at acpi?" commented out.
2005-03-21 14:15:27 +00:00
bouyer
d0b115d1b9
Add PCI audio devices from i386/conf/GENERIC.
2005-03-18 16:32:33 +00:00
dsl
1c1e4144e2
Use an archive library for libkern if we don't support LKMs.
...
Enough to get INSTALL_TINY small enough again.
Someone else can fix it next time...
2005-03-12 14:39:12 +00:00
bouyer
d8ac66d8b5
Move Xen kernel config files to arch/i386, so that they can be added to
...
the i386 release process. Make them include archi/i386/conf/GENERIC.local,
like other i386 GENERIC and INSTALL files.
2005-03-11 20:48:24 +00:00
bouyer
b3de8f0978
Define xen devices in i386/conf/majors.i386. This makes sure there won't
...
be conflics with regular i386 kernels.
2005-03-11 20:44:37 +00:00
matt
1a573d5c6a
Make this build again (add atabus).
2005-03-11 16:26:47 +00:00
tron
a179b1e8b6
Backout last commit because an entry for atu(4) already existed.
...
Problem noted by FUKAUMI Naoki on current-users mailing list.
2005-03-03 23:02:01 +00:00
itojun
6f1be686fe
due to size constraint, comment atu out
2005-03-01 02:33:51 +00:00
itojun
c711664533
add atu ether driver on usb
2005-03-01 02:31:25 +00:00
simonb
ff8f0b23c9
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
...
that didn't have those options but had other earlier compat options.
2005-02-25 13:46:48 +00:00
jdolecek
44e0823c0b
add vge(4), ciphy(4)
2005-02-20 18:39:41 +00:00
dsl
4822cbaae2
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
2005-02-18 21:05:50 +00:00
jwise
5af43e174b
FFS_SNAPSHOT does not need to be here _twice_, once on, once off. Obviously,
...
we keep the one that's on, so as not to change meaning.
2005-02-15 21:07:37 +00:00
jdolecek
f40d6d8ba8
add npx* at pnpbios? (commented out)
2005-02-12 13:07:27 +00:00
dsl
05e2f6ebdb
Add 'option FFS_SNAPSHOT' to most of the config files.
...
Commented out for kernels that appear to hace space constraints.
2005-02-11 08:25:53 +00:00
hannken
d5fbb6936f
Add file system snapshots to kernel configs.
...
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
2005-01-31 16:54:32 +00:00
jonathan
0e8a3d7d0d
Now that we've switched to the split re(4) for PCI, add the cardbus
...
frontend for the split re(4) to files.cardbus, and to the generic x86
laptop config (sys/i386/conf/GENERIC_LAPTOP).
NB: as best I know, there are still unresolved issues in attach and
powersave, with the NetGear cardbus cards and re(4).
2005-01-29 21:59:53 +00:00
rumble
de81c2c878
Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
...
commented out and labeled experimental pending further review and
testing.
2005-01-28 03:19:49 +00:00
joff
1cd0ad9aff
Add atu(4) 802.11b USB driver
2005-01-24 03:02:45 +00:00
scw
9a196509a4
Add "options PMS_SYNAPTICS_TOUCHPAD", commented out in all but GENERIC_LAPTOP.
2005-01-18 10:28:00 +00:00
cube
ec53a61e98
Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
...
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also. With the exception of i386's
GENERIC_TINY.
XXX: we _need_ some way of making this more simple.
2005-01-17 15:28:51 +00:00
reinoud
9695bde219
Add auixp(4) driver for the architectures that are known to have the ATI
...
IXP chipset.
2005-01-12 00:18:16 +00:00
skrll
e2b108cb16
Add iwi(4).
2005-01-11 18:41:59 +00:00
perry
0d3f1b36a7
space-then-tab ixpide so it comments out nicely.
2005-01-07 01:31:14 +00:00
cube
99b014db5e
Add ixpide(4).
2004-12-06 19:28:12 +00:00
xtraeme
76025558e1
Add ACPI joy(4) attachment, based on lpt_acpi.c by jmcneill@,
...
reviewed and ok'ed by cube@ and martin@.
2004-12-02 14:33:31 +00:00
xtraeme
347378fc9f
Add ACPI mpu(4) attachment, based on lpt_acpi.c by jmcneill@,
...
reviewed by christos@, cube@ and martin@.
While here, remove a printf() in mpu_attach() (ic/mpu.c) to remove
an empty line in some frontends (mpu_isa.c, etc).
2004-12-02 09:50:41 +00:00
grant
9204390fe4
add iteide(4) driver for ITE8212-based IDE controllers. from
...
OpenBSD, ported to NetBSD by me.
ok'd by bouyer@, thorpej@.
2004-12-01 22:27:45 +00:00
kim
d62a9fc15a
Whitespace police.
2004-11-25 16:13:34 +00:00
bouyer
fe4d81db48
pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
...
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
2004-11-24 20:49:17 +00:00
christos
30fc143afa
Add COMPAT_BSDPTY to the rest of the config files.
2004-11-10 17:54:02 +00:00
christos
eec07087aa
Add COMPAT_BSDPTY on all the kernels that have COMPAT options.
2004-11-10 17:25:21 +00:00
wiz
9589a2f43c
Grammar fix in comment.
2004-11-01 23:20:42 +00:00
perry
acd0ac9fc4
replace a tab with a space so commenting out auacer is more
...
aesthetically acceptable.
2004-10-26 19:52:23 +00:00
augustss
0c21c79cc5
s/uax/axe/
2004-10-23 14:00:50 +00:00
augustss
c29a55f981
Add cdce(4).
2004-10-22 13:10:20 +00:00
augustss
e93cdd6905
Add a gross hack to route the ECHI interrupt on the Sharp MM20.
...
You can read the long and sad story about the BIOS in a comment.
2004-10-21 17:12:41 +00:00
lukem
58e9698928
enable ipw* (Intel PRO/Wireless 2100). (requested by hubertf)
2004-10-19 05:44:25 +00:00
augustss
8ada967637
Add auacer.
2004-10-10 16:39:36 +00:00
thorpej
64c6842169
The pss driver has a comment at the top saying that it won't
...
even compile, so don't bother trying.
2004-09-15 15:54:23 +00:00
jdolecek
3ea04717bf
do not include "compat/aout/files.aout", COMPAT_AOUT is soon to be removed
2004-09-14 16:51:57 +00:00