NetBSD/sys
jakllsch eb044d2951 Remove quirk added in rev 1.14. Even after the change of 1.16, it
still matches more boards that just the one with the problem.

Interrupts from the SATA controllers on my MSI K8N Neo3 boards
(which both versions of this quirk matched) are broken when ACPI
is disabled.  My board does not exhibit AE_AML_INFINITE_LOOP
problems.

If we want to avoid manually specifying RB_MD2 in boothowto on
pgoyette@'s board, we're going to have to find another way; perhaps
with the DMI strings available from pmf(9).

Anyhow, some boards needing RB_MD2 during boot(8) is in my opinion
better than others needing to set acpi_force_load in ddb or gdb.
2010-09-06 14:09:54 +00:00
..
altq
arch accept the LDT selector in check_sigcontext32() too. 2010-09-05 20:52:38 +00:00
coda Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
common/bus_dma
compat Add PAE to ALL kernel, so that most paddr_t format string errors get caught 2010-07-26 22:33:23 +00:00
conf Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +00:00
crypto
ddb Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so that 2010-08-31 07:48:23 +00:00
dev Remove quirk added in rev 1.14. Even after the change of 1.16, it 2010-09-06 14:09:54 +00:00
dist Fix mbuf corruption when sending ICMP errors for blocked IPv6 2010-09-05 12:36:46 +00:00
external There is nothing particularly interesting for users in: 2010-08-25 04:58:59 +00:00
fs Remove extra char - not sure where that came from (duplicated vi command?) 2010-08-11 13:26:25 +00:00
gdbscripts
ipkdb
kern Cosmetic: remove unnecessary parenthesization in return statements. 2010-09-05 18:03:37 +00:00
lib PR/43830: Valery Ushakov: libsa/loadfile_elf32.c loads .shstrtab into 2010-09-02 17:10:14 +00:00
miscfs replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
modules Import NPF - a packet filter. Some features: 2010-08-22 18:56:18 +00:00
net fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
net80211
netatalk
netbt
netinet Use own IPv4 reassembly queue entry structure and leave struct ipqent only 2010-08-25 00:05:14 +00:00
netinet6 Make the EtherIP in IPv6 input path work. 2010-08-24 00:07:00 +00:00
netipsec fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
netisdn
netiso
netkey fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
netmpls
netnatm
netsmb
nfs Do not return a garbage vnode in vpp if fhtovp fails. 2010-08-12 09:41:10 +00:00
opencrypto Keep condvar wmesg within 8 char limit. 2010-08-11 11:49:09 +00:00
rump proper panic for trying to release implicit lwp 2010-09-01 21:16:56 +00:00
secmodel
stand
sys Implement rump_lwproc: the new lwp/proc management routines for 2010-09-01 19:37:58 +00:00
ufs replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
uvm replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
Makefile