summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-11add the NetXen vendor id.Brad Smith
2006-10-11build modf.cDale Rahn
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
- For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion
2006-10-10add a few more ACPI device ids, as found on a Acer Aspire 1360.Brad Smith
From Maxim Bourmistrov <maxim at student dot chalmers dot se> via marco@, ok marco@
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
NetBSD.
2006-10-10Teach'em about cpus in spandexMiod Vallat
2006-10-10Match the SH4 FPSCR bits.Miod Vallat
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
the code easier to read. OK deraadt
2006-10-10revert the firmware synchronization change in rev 1.178, this is the causeBrad Smith
of the first port of a dual port MAC to not work.
2006-10-10bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correctingMarc Balmer
typos today...
2006-10-10fix a small typo (in a comment). ok kettenis.Marc Balmer
2006-10-10Typo in a comment. ok kettenis.Marc Balmer
2006-10-10Fix an instance of foo[strlen(foo) - 1] = something, which is dangerousChad Loder
because strlen(foo) could be 0. OK beck@
2006-10-10- add the Hitachi adapterBrad Smith
- remove the BUGS section
2006-10-10regenBrad Smith
2006-10-10add two Pericom PCI bridges.Brad Smith
2006-10-10MLINKS to macros described in stat(2)Theo de Raadt
2006-10-10syncTheo de Raadt
2006-10-10system call changes (the file says "changes", leaving it purposelyTheo de Raadt
vague like that) REQUIRE a major crank. Yet it was not done for getcwd. Now a lot of people are going to get screwed
2006-10-10libc/shlib_versionTheo de Raadt
2006-10-10state when the sensor api can be used, and that care must be taken withDavid Gwynne
sensor_task_unregister. tweaks from jmc@
2006-10-10syncTodd T. Fries
2006-10-10etc.landisk does not exist yet, dont try to build MAKEDEV for it yet eitherTodd T. Fries
2006-10-104 usb tty devices by default; ok msf@ marco@Todd T. Fries
2006-10-10get the spacing right for -ok too; i missed this in my previous commit.Jason McIntyre
2006-10-10get the spacing right for -exec and -execdir; ok ottoJason McIntyre
2006-10-10add an example of -exec {} and remove a less useful example; ok ottoJason McIntyre
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl
pr 5250; rad@twig.com; ok dtucker djm
2006-10-10Minor tweaks.Miod Vallat
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
disklabel. Fixes 'double spoofing' of these partitions as both 'a' and something in the 'i' to 'p' range. OpenBSD changed its MBR partition type to 'A6' eight years ago. As a backward compatibility measure NetBSD and FreeBSD MBR partitions were still spoofed as 'a' partitions when no OpenBSD partition could be found. This bit of backward compatibility is no longer required. 'we can get rid of it' deraadt@
2006-10-10Add bus_space_barrier.Brad Smith
Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@
2006-10-09xmalloc -> xcalloc that was missed previously, from portableDamien Miller
2006-10-09Kill unused debug flag.Marcus Glocker
2006-10-09Kill unused kthread struct.Marcus Glocker
2006-10-09Change historical leftovers (tsleep "pftres" to "pgtres").Marcus Glocker
2006-10-09Add powerhooks. Tested with a Netgear WG511v1 on my X40.Marcus Glocker
ok claudio@
2006-10-09The mickey (/brad) jumbo allocation avoidance patch triggers the sameTheo de Raadt
ami bug "on a particular machine" as the uvm anon change that needed to be backed out on jul 13. at least now you are getting close to knowing whether this is a uvm bug or an ami bug or somewhere else; something starves or cuts memory up badly enough to cause a big problem.
2006-10-09landisk bits; ok mickeyJason McIntyre
2006-10-09tweaks; ok mickeyJason McIntyre
2006-10-09Fix jump scroll glitch, reported by dim@ and Paul Stoeber.Miod Vallat
2006-10-09bret lambert sent a patch removing register. i made it ansi.Ted Unangst
2006-10-09revert the last two changes. the changes were causing brgphy@gem to panic.Brad Smith
2006-10-09prettyTed Unangst
2006-10-09pretty. the comma operator should not be used to cram two statements intoTed Unangst
an if without braces, or worse, into a return.
2006-10-08use 'weight-value' vs. 'offset' for the weight argument;Kevin Steves
ok jmc@ henning@
2006-10-08Implement bus searching.Alexander Yurchenko
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
the hardware. And fix another bug in the search algorithm.
2006-10-08Define superH obsd-specific emulations for ld, and use it by default.Miod Vallat