Commit Graph

212443 Commits

Author SHA1 Message Date
martin
cc2925116b Ifdef MSIIEP differently, so krups actually boots again. 2012-07-31 20:12:27 +00:00
njoly
918fc30009 Tweak hardware list to make it render nicely with mandoc.
- Move offset argument before columns values.
- Use Ta macro for cells separation.
- Add a few Em macros to the header line.
2012-07-31 17:18:36 +00:00
martin
3af7e1b0b5 Make KRUPS kernel buildable again 2012-07-31 16:38:37 +00:00
bouyer
ed5b6baaab Move a check for the drive type to the right place. This bug would cause
ATA drives to not be detected when the PATA (or emulated PATA) bus is shared
with an ATAPI device.
Should fix the problem reported by various peoples.
Thanks to Onno van der Linden and vanoven@free.fr for pointing out the
code in error.
2012-07-31 15:59:57 +00:00
bouyer
9edd4d81c5 Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc
cleanup and SATA PMP support), now that I'm back to fix the fallouts.
2012-07-31 15:50:31 +00:00
matt
fb14d2e4fc Add code to make sure the trapframe is aligned to a doubleword boundary. 2012-07-31 15:47:58 +00:00
martin
c93cee27e7 Move cn_tab initialization to bootstrap() 2012-07-31 14:23:33 +00:00
jakllsch
1423b85c62 Use correct values for minimum and maximum cluster counts for the various FAT
types.  These values come from a publically-avaliable document of an
infallible source that must not be named due to a violation of the document's
license restrictions.  This is justified by interoperability concerns.
2012-07-31 13:52:44 +00:00
martin
edc3152ccf Set up cn_tab in bootstrap() instead of initializing it statically.
Fixes -Wno-common fallout, idea from tsutsui.
2012-07-31 13:35:48 +00:00
jdf
45c7c05a4b Call makemandb -f -q instead of makemandb -f, as Edgar Fuß proposed for daily. 2012-07-31 12:11:50 +00:00
christos
faf72548c4 add this directory to the search path 2012-07-31 11:08:34 +00:00
christos
1a28d260d0 - -m64 is needed for ghash
- add montgomery multiplication assembly
2012-07-31 10:33:45 +00:00
christos
778f4384b4 PR/46757: Check for fetch_pkg_vulnerabilities unset first. 2012-07-31 09:23:09 +00:00
matt
84c8a9dbea Only do the SA110 user register save workaround on kernel using SA110s. 2012-07-31 08:01:30 +00:00
wen
9288e60fcc Added myself to the list of NetBSD Developers. 2012-07-31 07:49:45 +00:00
matt
5aeff47175 Add MON32 mode (just for completeness). 2012-07-31 07:39:56 +00:00
matt
decbfbbff1 Make trapframe/irqframe an even number of words (make adjustments for
the filler word).
Improve the comments in PUSH/PULL macros.
Use the armv6+ CPS instruction if we can.
2012-07-31 07:23:16 +00:00
matt
24fbba2dbf If we are using EABI (aapcs-linux), then ALIGNBYTES needs to deal with
8-byte long types.
2012-07-31 07:21:06 +00:00
matt
3d2e4f39ed whitespace cleanup 2012-07-31 06:56:57 +00:00
matt
d69260ae72 Use bcopyinout_xscale.S for armv6+ platforms since they have the
needed instructions.
2012-07-31 06:54:16 +00:00
matt
fd2366536d -fno-common broke kernhist since it used commons.
Add a KERNHIST_DEFINE which is define the kernel history.
Change UVM to deal with the new usage.
2012-07-30 23:56:48 +00:00
matt
12366d017b Add back pv_addr_t minidataclean. 2012-07-30 23:36:00 +00:00
matt
39815107be More -fno-common fixes 2012-07-30 23:35:27 +00:00
matt
50840970c6 Make this compile again. 2012-07-30 23:35:05 +00:00
yamt
5c3967c0d3 comments 2012-07-30 23:04:42 +00:00
yamt
a143089ba8 comment 2012-07-30 23:02:41 +00:00
matt
af5e501578 Recognize STREX* as store instructions 2012-07-30 22:54:33 +00:00
jdf
890333e6c9 Call makemandb -q instead of makemandb, as proposed by Edgar Fuss on
tech-userlevel on 20th of July 2012, 12:38.
2012-07-30 22:13:38 +00:00
degroote
98780c5293 Add missing $NetBSD$ tags and __KERNEL_RCSID(). 2012-07-30 20:30:41 +00:00
degroote
be0f2d2a4f Mention malo(4) in CHANGES 2012-07-30 19:50:51 +00:00
degroote
a80f624894 Add malo(4) entry in various kernel configuration 2012-07-30 19:40:51 +00:00
pgoyette
8deb5277d0 Revert previous - ipf has been fixed to build without INET6 2012-07-30 19:31:06 +00:00
pgoyette
585fa50279 Make ipf compile even without INET6 support.
Changes have been fed upstream (to darrenr@)
2012-07-30 19:27:46 +00:00
wiz
5303e4bff9 Fix date, end sentence with dot. 2012-07-30 19:03:39 +00:00
degroote
aead3000b0 Add malo(4)@pci driver for Marvell Libertas wireless adaptor
Ported from OpenBSD
Known issues :
  - contrary to OpenBSD one, only support pci at the moment, because I don't
    have the necessary hardware to test PCMCIA / CARDUS Marvell Card
  - not connected to pmf(9) (unable to test it)
2012-07-30 18:57:17 +00:00
matt
d19212c5d5 Fix mips asm to not use outdated stuff. 2012-07-30 18:40:36 +00:00
njoly
05acbbfb30 Remove final ';' from CONDVAR_DECL macro. The caller already adds its
own.
2012-07-30 17:49:24 +00:00
christos
4362d3edda move cn_tab initializationt to cpu_startup 2012-07-30 17:29:55 +00:00
wiz
42334e4f38 New sentence, new line. Use more markup. 2012-07-30 17:29:00 +00:00
christos
480269240d move console initialization to cpu_startup() so that we avoid multiple common. 2012-07-30 17:27:20 +00:00
christos
8f66c5f2b8 make this compile again 2012-07-30 17:21:31 +00:00
christos
19a682af82 Remove extra definition of physmem (locore sets it anyway). Someone please
check.
2012-07-30 17:19:59 +00:00
christos
6cced2a43a make sure alloca is undefed on SSP 2012-07-30 17:16:23 +00:00
christos
f87f89779c only use alloca if not __SSP__ 2012-07-30 17:15:45 +00:00
christos
da43ca12af PR/46757: Edgar Fuß: Change default to pkg_vulnerabilities from NO to unset,
and make unset insted of NO to produce warnings, so that setting it to NO does
produce warnings (if it is inappropriate for the machine to warn about this).
2012-07-30 17:09:33 +00:00
christos
e763a079db PR/46756: Edgar Fuß: Enable ignoring subdirectories in daily's find_core 2012-07-30 17:06:51 +00:00
njoly
46ae51cd47 Add rootconf.0 2012-07-30 16:43:36 +00:00
matt
57265fd1e8 Add missing debug atf shared libraries 2012-07-30 16:10:11 +00:00
martin
a1e40c3f35 Do not use dots in identifiers (replace by _) 2012-07-30 15:00:39 +00:00
matt
fcff60e41a Add sparccpuid.S 2012-07-30 13:53:19 +00:00