Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-09 | Kill mb_map and related defines, we don't need one. | Miod Vallat | |
2004-09-09 | cpu_setup functions passed wrong first arg; from foleite@yahoo.com.br | Theo de Raadt | |
ok grange markus | |||
2004-09-07 | Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSD | Niklas Hallqvist | |
2004-09-06 | rl fits on install media again | Theo de Raadt | |
2004-09-06 | Jumbo pack of fixes: | Miod Vallat | |
- do not leak memory when polling; - bring LUN support back - Motorola documentation says LUNs are not supported, but it's a SysV/m88k limitation, not a hardware one. - honour request timeout while polling (instead of using a fixed value) - do not program the scsi command length if the hardware knows it from the scsi command group (as advised in the manual) - various minor fixes, especially better error recovery. tested by nick@ and I; ok deraadt@. | |||
2004-08-31 | Buglet in cachectl(), do not use curproc anymore. | Miod Vallat | |
2004-08-30 | another card tat uses system prom | Michael Shalayeff | |
2004-08-30 | In the interrupt handler, if there is a DMA transfer in progress, do | Miod Vallat | |
not busy wait for the transfer to complete at the very beginning, as this interrupt could be unrelated to the transfer; busywaiting could cause the scsi command timeout to be triggered, and the code would not recover correctly. Instead, make the DMA check simply return, leaving the "busy" flag set; and perform the usual interrupt handler duties, except for the phase change. test&ok millert@ | |||
2004-08-30 | fix some types not agreeing with gcc 3 | Per Fogelstrom | |
2004-08-30 | Add the original LUNA-88K support. | Kenji Aoyama | |
- retrieve auto-boot information from NVRAM - retrieve ethernet address information from FUSE ROM They are stored different way from LUNA-88K2. Tested by Jeff McMahill, ok by miod@ | |||
2004-08-29 | oops debugging printf | Michael Shalayeff | |
2004-08-27 | Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support, | Dale Rahn | |
ok deraadt@ | |||
2004-08-27 | Support USB keyboards on install where USB support is enabled. ok deraadt@ | Dale Rahn | |
2004-08-26 | diskboot changes | Per Fogelstrom | |
2004-08-26 | Fix a problem where the driver could get stuck in the rx int loop. | Per Fogelstrom | |
2004-08-26 | sync with GENERIC for PCI NICs and MII PHY drivers | Brad Smith | |
ok deraadt@ | |||
2004-08-25 | Swap the sources for clock and statclock on MVME188 (the Z8536 being more | Miod Vallat | |
reliable), and add a large block of comments to explain the timer mess^Wsituation on MVME188. | |||
2004-08-25 | Allow DMA transfers to be disabled through device flags; default is to enable | Miod Vallat | |
DMA. | |||
2004-08-25 | Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never | Miod Vallat | |
completes; from the old driver, forgotten during the replacement here. | |||
2004-08-25 | Rearm the DUART counter as soon as we enter the interrupt handler, to not | Miod Vallat | |
drift the clock of the hardclock() processing time. | |||
2004-08-25 | Minor tweaks to make things work in install. | Per Fogelstrom | |
2004-08-25 | Disable ehci on macppc for now, it causes a race condition between devices | Dale Rahn | |
attached at boot and ehci, can be enabled via UKC. ok deraadt@ | |||
2004-08-25 | Better DUART timer interval computation for clock. | Miod Vallat | |
2004-08-25 | Use a simpler delay() routine for MVME188, from Mach via Luna88k | Miod Vallat | |
2004-08-24 | The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, since | Miod Vallat | |
the code assumes 1MHz timers. | |||
2004-08-24 | Sync with i386 cdboot.8: | Tom Cosgrove | |
Better description of the path to bsd.rd, to avoid having to update it every release. Also note that cdboot's ls command doesn't work on ISO-9660 filesystems. | |||
2004-08-24 | Better description of the path to bsd.rd, to avoid having to update it | Tom Cosgrove | |
every release. Mentioned by marc@, among others. Also note that cdboot's ls command doesn't work on ISO-9660 filesystems. help and ok jmc@ and deraadt@ | |||
2004-08-24 | Oops, unbreak dartcngetc(). | Miod Vallat | |
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove | |
2004-08-24 | Have cdboot look for /3.6/amd64/bsd.rd first. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove | |
2004-08-24 | Have cdboot look for /3.6/i386/bsd.rd first. | Tom Cosgrove | |
"go for it" deraadt@ | |||
2004-08-24 | Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot. | Tom Cosgrove | |
"go for it" deraadt@; part of diff reviewed and ok weingart@. | |||
2004-08-24 | Since the cpu frequency can only be an integral number on the Luna88k, | Miod Vallat | |
simplify the delay() code, and as a result do not use floating-point code in the kernel anymore. Tested by aoyama@ | |||
2004-08-24 | Correctly initialize and shuffle statclock on 1x7. | Miod Vallat | |
2004-08-24 | fix the microtime renaming leftover; from Emil Mikulic ↵ | Michael Shalayeff | |
<g5ba9cd0@dmr.ath.cx>; pr3893; deraadt@ ok | |||
2004-08-23 | pefo is a tree breaker | Theo de Raadt | |
2004-08-23 | fix free page commit handling | Per Fogelstrom | |
2004-08-23 | clean | Per Fogelstrom | |
2004-08-23 | default is big endian | Per Fogelstrom | |
2004-08-23 | new disklabel for sgi | Per Fogelstrom | |
2004-08-23 | disk boot and tools for sgi | Per Fogelstrom | |
2004-08-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | Miod Vallat | |
on some machines, and I probably won't have time to fix it properly for this release. | |||
2004-08-21 | Fix typo in comment | Tom Cosgrove | |
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove | |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove | |
cdboot that Toby and I put together at the hackathon. "go for it" deraadt@ | |||
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Based on the OpenBSD/i386 code that Toby and I put together at the hackathon, which was in turn based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org. "go for it" deraadt@ | |||
2004-08-21 | Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage. | Miod Vallat | |
2004-08-21 | Check for disabled parity in the master chip hconf register upon attach, | Miod Vallat | |
and do not enable parity in the scsi chip in this case. From the old scsi code. Tested by millert@ and I, though none of us has non-parity capable 98658. |