summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-02-24regenBrad Smith
2006-02-24add a PCI id for Dell PERC 4e/Di and 4e/Si adapters.Brad Smith
From the Linux megaraid driver.
2006-02-24remove NetBSD headersBrad Smith
2006-02-24remove NetBSD rnd(4) code.Brad Smith
2006-02-24clear the powerdown mode that Windows will put bce chips intoBrad Smith
when soft rebooting a system, also set proper LED modes. From FreeBSD's bfe driver. Tested by Alexey E. Suslikov <suslikov at texnika dot com dot ua>
2006-02-24add TTTech MC322Brad Smith
PCI id from the Linux 8139cp driver.
2006-02-24use some define's for the PCI ids and add another ICP Vortex PCI id.Brad Smith
PCI id from the Linux gdth driver. ok krw@
2006-02-23Better dependency rules in files.alpha, also point to cpuconf.c in theMiod Vallat
source tree instead of copying it to the kernel compilation directory for no good reason.
2006-02-23de fits again.Miod Vallat
2006-02-23Remove duplicate switch_exit() definition with <machine/cpu.h>Miod Vallat
2006-02-23Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca,Miod Vallat
as they are the only users of badaddr(); shrinks RAMDISKB a little more.
2006-02-23Remove unused extent_find(). Then, we can keep the extent list only ifMiod Vallat
option DIAGNOSTIC || option DDB, saves some room on installation media.
2006-02-23Pre-parsing PCI address for opregionJordan Hargrave
ok marco@
2006-02-23remove dead function.Marco Peereboom
ok jordan@
2006-02-23regenBrad Smith
2006-02-23add another ICP Vortex PCI id.Brad Smith
2006-02-23Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGEClaudio Jeker
request. Extend the "hack" to include more flags (RTF_PROTO[123] flags, RTF_BLACKHOLE, RTF_REJECT and RTF_STATIC). Because rtm_use is "abused" -- rtm_use was replaced long time ago with rtm_rmx->rmx_pksent -- it is now forced to 0 in RTM_GET requests and sysctl_dumpentry(). This is done to prevent false changes because of a reused RTM_GET message. OK henning@, mcbride@, makes sense markus@
2006-02-22Print out all tables it found during autoconf. We'll need this data inMarco Peereboom
the future.
2006-02-22Constify arrays and strings; plus KNF.Miod Vallat
2006-02-22Attach as scf0 as per the config(8) stanza, instead of sysconfig0.Miod Vallat
2006-02-22Remove unused probeset() function.Miod Vallat
2006-02-22Remove unused _{ins,rem}que functions - they were not even implemented onMiod Vallat
all architectures.
2006-02-22Remove long unused ELF{32,64}_MACHDEP macros.Miod Vallat
2006-02-22Nuke unused includes.Miod Vallat
2006-02-22fix nfe_txeof() to reset the wathdog timeout only when a full tx frameDamien Bergamini
has been sent.
2006-02-22Make dmesg less verbose.Marco Peereboom
ok jordan.
2006-02-22Fix size in snprintf() call; previous value turned out to be correct by luck.Miod Vallat
2006-02-22Added parsing of SSDT tablesJordan Hargrave
ok marco@
2006-02-22Added new aml_register to notify by device idJordan Hargrave
Moved powerdown code to button device ok marco@
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
Moved powerdown code to button device ok marco@
2006-02-22Rework notify handler.Marco Peereboom
Use jordan's new notify register function. ok jordan@
2006-02-22re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causingDamien Bergamini
interrupts flood.
2006-02-22IBM makes a pcn card that shows up as:Brad Smith
Trident Microsystems 4DWAVE DX (ethernet network, revision 0x25) Unfortunately, this is an autri sound card. Special case the match routines for both drivers so if_pcn properly picks it up and autri does not. From NetBSD ok mickey@, tested by martin@
2006-02-22Added notify callback for A/C deviceJordan Hargrave
ok marco@
2006-02-22Add insertion and removal events for batteries.Marco Peereboom
Some cleanup & KNF.
2006-02-22Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings theMiod Vallat
long probe delay on the Mac Mini, this is necessary for reliable adb device detection on several PowerBook families.
2006-02-22For 82544 and newer chips increase the number of TX descriptors to 512.Brad Smith
2006-02-22regenBrad Smith
2006-02-22update the media settings after MAC setup.Brad Smith
2006-02-21KNFMarco Peereboom
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofDamien Bergamini
CPU time in interrupts with it.
2006-02-21KNFMarco Peereboom
2006-02-21remove some commented out and NetBSD-specific code.Brad Smith
2006-02-21add missing MTU ioctl switch case.Brad Smith
Noticed by: Ben Lovett <ben at tilderoot dot com>
2006-02-21Added button type fieldJordan Hargrave
KNF Fixed parent notify callback for GEN interrupts ok marco@
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
KNF
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.Marco Peereboom
KNF
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withClaudio Jeker
-alias and netmask used at the same time. This resulted in a corrupted routing table and a panic in rn_walktree after the interface was destroyed. OK krw@ henning@
2006-02-21use after free; from itojun@Markus Friedl
2006-02-21Rig the power button so that the machine shuts down correctly.Marco Peereboom