Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-24 | regen | Brad Smith | |
2006-02-24 | add a PCI id for Dell PERC 4e/Di and 4e/Si adapters. | Brad Smith | |
From the Linux megaraid driver. | |||
2006-02-24 | remove NetBSD headers | Brad Smith | |
2006-02-24 | remove NetBSD rnd(4) code. | Brad Smith | |
2006-02-24 | clear the powerdown mode that Windows will put bce chips into | Brad 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-24 | add TTTech MC322 | Brad Smith | |
PCI id from the Linux 8139cp driver. | |||
2006-02-24 | use 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-23 | Better dependency rules in files.alpha, also point to cpuconf.c in the | Miod Vallat | |
source tree instead of copying it to the kernel compilation directory for no good reason. | |||
2006-02-23 | de fits again. | Miod Vallat | |
2006-02-23 | Remove duplicate switch_exit() definition with <machine/cpu.h> | Miod Vallat | |
2006-02-23 | Only 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-23 | Remove unused extent_find(). Then, we can keep the extent list only if | Miod Vallat | |
option DIAGNOSTIC || option DDB, saves some room on installation media. | |||
2006-02-23 | Pre-parsing PCI address for opregion | Jordan Hargrave | |
ok marco@ | |||
2006-02-23 | remove dead function. | Marco Peereboom | |
ok jordan@ | |||
2006-02-23 | regen | Brad Smith | |
2006-02-23 | add another ICP Vortex PCI id. | Brad Smith | |
2006-02-23 | Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGE | Claudio 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-22 | Print out all tables it found during autoconf. We'll need this data in | Marco Peereboom | |
the future. | |||
2006-02-22 | Constify arrays and strings; plus KNF. | Miod Vallat | |
2006-02-22 | Attach as scf0 as per the config(8) stanza, instead of sysconfig0. | Miod Vallat | |
2006-02-22 | Remove unused probeset() function. | Miod Vallat | |
2006-02-22 | Remove unused _{ins,rem}que functions - they were not even implemented on | Miod Vallat | |
all architectures. | |||
2006-02-22 | Remove long unused ELF{32,64}_MACHDEP macros. | Miod Vallat | |
2006-02-22 | Nuke unused includes. | Miod Vallat | |
2006-02-22 | fix nfe_txeof() to reset the wathdog timeout only when a full tx frame | Damien Bergamini | |
has been sent. | |||
2006-02-22 | Make dmesg less verbose. | Marco Peereboom | |
ok jordan. | |||
2006-02-22 | Fix size in snprintf() call; previous value turned out to be correct by luck. | Miod Vallat | |
2006-02-22 | Added parsing of SSDT tables | Jordan Hargrave | |
ok marco@ | |||
2006-02-22 | Added new aml_register to notify by device id | Jordan Hargrave | |
Moved powerdown code to button device ok marco@ | |||
2006-02-22 | Added new aml_register_notify to handle call-by-ID | Jordan Hargrave | |
Moved powerdown code to button device ok marco@ | |||
2006-02-22 | Rework notify handler. | Marco Peereboom | |
Use jordan's new notify register function. ok jordan@ | |||
2006-02-22 | re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causing | Damien Bergamini | |
interrupts flood. | |||
2006-02-22 | IBM 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-22 | Added notify callback for A/C device | Jordan Hargrave | |
ok marco@ | |||
2006-02-22 | Add insertion and removal events for batteries. | Marco Peereboom | |
Some cleanup & KNF. | |||
2006-02-22 | Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings the | Miod Vallat | |
long probe delay on the Mac Mini, this is necessary for reliable adb device detection on several PowerBook families. | |||
2006-02-22 | For 82544 and newer chips increase the number of TX descriptors to 512. | Brad Smith | |
2006-02-22 | regen | Brad Smith | |
2006-02-22 | update the media settings after MAC setup. | Brad Smith | |
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | disable interrupt mitigation until i figure out why we're spending 10% of | Damien Bergamini | |
CPU time in interrupts with it. | |||
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | remove some commented out and NetBSD-specific code. | Brad Smith | |
2006-02-21 | add missing MTU ioctl switch case. | Brad Smith | |
Noticed by: Ben Lovett <ben at tilderoot dot com> | |||
2006-02-21 | Added button type field | Jordan Hargrave | |
KNF Fixed parent notify callback for GEN interrupts ok marco@ | |||
2006-02-21 | Readjust debug levels that crept in too low over the last few days. | Marco Peereboom | |
KNF | |||
2006-02-21 | Adjust debug levels since _STA often doesn't exist and its annoyingly loud. | Marco Peereboom | |
KNF | |||
2006-02-21 | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with | Claudio 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-21 | use after free; from itojun@ | Markus Friedl | |
2006-02-21 | Rig the power button so that the machine shuts down correctly. | Marco Peereboom | |