summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-10-15regenBrad Smith
2006-10-15add a few Intel 82Q963 (Q963) chipset ids.Brad Smith
2006-10-15Enable bce.Marco Peereboom
2006-10-14Apply some formatting.Marc Balmer
2006-10-14- Simplify the arguments to bnx_tx_encap.Brad Smith
2006-10-14Fix the checks broken during conversion to new code. The EmbeddedCan Erkin Acar
2006-10-14ps uses KERNBASE so define it to the correct value (pointed out by miod)Dale Rahn
2006-10-14fix the slightly different reset procedure of single chip variants.Reyk Floeter
2006-10-13Fix kernel page fault when the device gets detached after the firmwareMarcus Glocker
2006-10-13Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ...Chad Loder
2006-10-13'no BSD partition' -> 'no OpenBSD partition' for error message.Kenneth R Westerback
2006-10-12Added exportable aml_getpciaddrJordan Hargrave
2006-10-12Fix typo. Found by: Janek Richter <janek at openbug dot org>Marco Peereboom
2006-10-12Remove debug print. Found by Peter Hessler.Marco Peereboom
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-10-12regenBrad Smith
2006-10-12add another ServerWorks HT-2100 PCIe bridge.Brad Smith
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
2006-10-11revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset;Brad Smith
2006-10-11flush the cache before jumping into the just loaded kernel.Dale Rahn
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma...Marco Pfatschbacher
2006-10-11regenerate. ok bradChris Kuethe
2006-10-11add my Radeon X800Chris Kuethe
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
2006-10-11Oops, wrong size in struct cfattach.Miod Vallat
2006-10-11more ether_sprintf()'sDamien Bergamini
2006-10-11fix a potential null deref and a memleak (both in error path).Damien Bergamini
2006-10-11Build after compiler changed to hardfloat, and link against libgcc. ok miod@Dale Rahn
2006-10-11define some functions to go here, quiet warningsDale Rahn
2006-10-11Make the timedelta sensor appear right when a device is plugged-in, with aMarc Balmer
2006-10-11Use __packed instead of __attribute__((packed)). OK mglocker@Claudio Jeker
2006-10-11udcf works here, so add it, ok mblamerHenning Brauer
2006-10-11Use correct arguments in printfs. OK mglocker@Claudio Jeker
2006-10-11implement IP_MINTTL socket option fo tcp socketsHenning Brauer
2006-10-11implement IP_RECVTTL socket option.Henning Brauer
2006-10-11Allow the 'quick' keyword on an anchor. IFF there is a matching rule insideRyan Thomas McBride
2006-10-11regenBrad Smith
2006-10-11add the NetXen vendor id.Brad Smith
2006-10-11tsk, tskDale Rahn
2006-10-11call xge_stop() at the top of xge_init().Brad Smith
2006-10-10- Only use the MAC address workaround for the Xframe chipset.Brad Smith
2006-10-10add a few more ACPI device ids, as found on a Acer Aspire 1360.Brad Smith
2006-10-10Match the SH4 FPSCR bits.Miod Vallat
2006-10-10revert the firmware synchronization change in rev 1.178, this is the causeBrad Smith
2006-10-10bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correctingMarc Balmer
2006-10-10fix a small typo (in a comment). ok kettenis.Marc Balmer