Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-10 | add 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-10 | Match the SH4 FPSCR bits. | Miod Vallat | |
2006-10-10 | revert the firmware synchronization change in rev 1.178, this is the cause | Brad Smith | |
of the first port of a dual port MAC to not work. | |||
2006-10-10 | bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting | Marc Balmer | |
typos today... | |||
2006-10-10 | fix a small typo (in a comment). ok kettenis. | Marc Balmer | |
2006-10-10 | Typo in a comment. ok kettenis. | Marc Balmer | |
2006-10-10 | regen | Brad Smith | |
2006-10-10 | add two Pericom PCI bridges. | Brad Smith | |
2006-10-10 | Minor tweaks. | Miod Vallat | |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth 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-10 | Add 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-09 | Kill unused debug flag. | Marcus Glocker | |
2006-10-09 | Kill unused kthread struct. | Marcus Glocker | |
2006-10-09 | Change historical leftovers (tsleep "pftres" to "pgtres"). | Marcus Glocker | |
2006-10-09 | Add powerhooks. Tested with a Netgear WG511v1 on my X40. | Marcus Glocker | |
ok claudio@ | |||
2006-10-09 | The mickey (/brad) jumbo allocation avoidance patch triggers the same | Theo 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-09 | tweaks; ok mickey | Jason McIntyre | |
2006-10-09 | Fix jump scroll glitch, reported by dim@ and Paul Stoeber. | Miod Vallat | |
2006-10-09 | bret lambert sent a patch removing register. i made it ansi. | Ted Unangst | |
2006-10-09 | revert the last two changes. the changes were causing brgphy@gem to panic. | Brad Smith | |
2006-10-08 | Implement bus searching. | Alexander Yurchenko | |
2006-10-08 | Rework bus scanning code so that most of work could be offloaded | Alexander Yurchenko | |
the hardware. And fix another bug in the search algorithm. | |||
2006-10-08 | Add status register bits string for pretty %b printf. | Alexander Yurchenko | |
2006-10-08 | Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properly | Nikolay Sturm | |
check and translate options. from netbsd ok deraadt, kettenis | |||
2006-10-08 | Also attach to boards with the PCI Express Fibre Channel FC949E chipset. | Brad Smith | |
"go go go" dlg@ | |||
2006-10-08 | Execute the Enforce in-order Execution of I/O (eieio) instruction in | Gordon Willem Klok | |
mc_dmaintr, its a little bit of voodoo, I dont understand why its necessary for mace versus the near identical dma isr in if_bm.c, but the system no longer panics under network load. | |||
2006-10-08 | Something more closely resembling english in this comment. | Bob Beck | |
2006-10-08 | set Jumbo frame settings for Jumbo capable bge(4) adapters. | Brad Smith | |
2006-10-08 | refactor the code a bit, use the bge(4) PHY flags and add another | Brad Smith | |
PHY workaround from the Linux tg3 driver. | |||
2006-10-08 | - g/c unused code. | Brad Smith | |
- only call PHY_RESET if trying to set a valid media type. | |||
2006-10-07 | g/c unused code. | Brad Smith | |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck | |
"becoming ready" - this is done in the exact same way that it was done for tape in st.c. This commit adds a cd specific interpret_sense routine to cd.c that will catch the becoming ready case and handle it. This also removes the need to use crazy timeouts to catch this case. ok krw@ | |||
2006-10-07 | add a no Ethernet@Wirespeed flag. | Brad Smith | |
2006-10-07 | MGET/MGETHDR will return NULL upon failure, not 0. | Brad Smith | |
2006-10-07 | More bits in progress, adapted from NetBSD. | Miod Vallat | |
2006-10-07 | add and set PHY workaround flags depending on the ASIC revision | Brad Smith | |
or chip id. | |||
2006-10-06 | Remove lingering debug printf. Don't announce that mace_get was called. | Gordon Willem Klok | |
2006-10-06 | debugging delay off | Michael Shalayeff | |
2006-10-06 | Enable pgt cardbus. | Marcus Glocker | |
requested by brad@ | |||
2006-10-06 | few more files | Michael Shalayeff | |
2006-10-06 | Sync with recent disklabel.h changes. Zap dkbad. | Kenneth R Westerback | |
"Free commits" miod@ | |||
2006-10-06 | Remove explicit -fno-stack-protector now that the compiler workaround is in | Miod Vallat | |
place. | |||
2006-10-06 | Sync with recent disksubr.c changes. Just some comments in this case. | Kenneth R Westerback | |
"Free commits" miod@ | |||
2006-10-06 | safe to enter landisk | Theo de Raadt | |
2006-10-06 | Enable pgt cardbus. | Marcus Glocker | |
ok deraadt@ | |||
2006-10-06 | control how deep the tree can be entered (for man pages) | Theo de Raadt | |
2006-10-06 | Fix cardbus support for pgt(4). Tested with a Netgear WG511. | Marcus Glocker | |
ok claudio@ | |||
2006-10-06 | w/ help of netbsd srcs and some mother unzel made it lift off | Michael Shalayeff | |
2006-10-06 | import supah pieces from netbsd | Michael Shalayeff | |
2006-10-06 | a few fixes to get thru the autoconf | Michael Shalayeff | |