Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-20 | Correct EST table for Pentium M 770, from NetBSD. | Dimitry Andric | |
Verified by shanejp netspace net au. | |||
2006-09-19 | Enable pgt(4) on amd64. Missing entry spotted by brad@. | Marcus Glocker | |
ok deraadt@ | |||
2006-09-19 | ansi/deregister | Jonathan Gray | |
2006-09-19 | add 82801GHM and 82801H | Brad Smith | |
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher | |
Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ | |||
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher | |
Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ | |||
2006-09-18 | Extend the .text and .data segments to 64MB. This allows programs with | Marco Peereboom | |
large .text segments, like xmame, to run. ok drahn | |||
2006-09-17 | No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latter | Miod Vallat | |
implies the former; no functional change. | |||
2006-09-17 | Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the | Miod Vallat | |
worst case, the Booter will happily feed us up to 8 ranges, so we have to get prepared. | |||
2006-09-17 | Time to leave the bus. | Miod Vallat | |
2006-09-17 | Shorten the area where interrupts are enabled to calibrate delay(), and run | Miod Vallat | |
this at splclock() instead of spl0(), so that potential spurious network or scsi interrupts on machines running in A/UX interrupt mode do not hang there. | |||
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback | |
r1.54 of i386/disksubr.c). The check incorrectly handled extended partitions. Possibly a symptom of a deeper problem with extended partition offsets that will be addressed post-4.0. Problem reported/fix tested by A. Velichinsky, cause diagnosed by otto@. ok pedro@ mickey@ miod@ deraadt@ | |||
2006-09-16 | Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UX | Damien Bergamini | |
chipsets. Based on a black-box analysis of the Windows binary driver. Requires a firmware that is not freely redistributable (see man uath). The driver handles both pre- and post-firmware devices. Still a bit experimental but Tx/Rx works great in BSS mode (on i386). No 802.11a, IBSS, or HostAP modes yet but there's more to come. Great thanks to jsg@ for digging the USB IDs out of the Windows driver. Committed over a D-Link DWL-G132. | |||
2006-09-16 | enable pgt, even if still a wee bit buggy | Theo de Raadt | |
2006-09-16 | Do not use bus_space_write_multi and happily write to NULL and die, when | Miod Vallat | |
bus_space_set_region was intended. ok deraadt@ | |||
2006-09-15 | Reset the sysfail led on thecus, so that it doesn't blink | Dale Rahn | |
(machines with older firmware). yes deraadt@ | |||
2006-09-01 | Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I had | Miod Vallat | |
done this 4.5 years ago already but regressions happened; reminded by a similar commit in NetBSD (from mrg@); ok damien@ deraadt@ jason@ | |||
2006-08-31 | Make sure we do mbuf operations at splnet(), for some models have ze | Miod Vallat | |
interrupting at spl4 (i.e. below splnet) and this can cause pool corruption; ok deraadt@ | |||
2006-08-31 | Fix handling of 64-bit quantities in Open Firmware's client interface. | Mark Kettenis | |
Spotted by tsi@, and shamelessly stolen from his diff. Fixes several UltraSPARC-III machines wich have more than one memory bank filled. ok deraadt@ | |||
2006-08-30 | we can fit ehci & pci verbose. Much nicer. | Theo de Raadt | |
2006-08-30 | Horrible code to work around stupid VXT2000 rom getchar() behaviour, but | Miod Vallat | |
at least this allows our boot blocks to work with glass console on these machines now. Caution: reading this code will hurt your eyes. ok deraadt@ | |||
2006-08-30 | Enable VXT2000 bits now that they are worth using; ok deraadt@ | Miod Vallat | |
2006-08-30 | Teach the SGEC driver about the Real World: | Miod Vallat | |
- check for error bits in descriptors, and count and report errors accordingly; make sure we do not pass up known-to-be-bad packets up the receive path. - check for various error conditions which would cause the transmit process to go to suspended state, and recover from them, before the timeout expires. - finally, on the VXT2000, the transmit process for some reason will reset its ring position to the beginning of the ring every time it completes a transmission burst, while we don't, so play with the head of ring register behind its back. This makes my VXT2000+ (net)boot multiuser. Tested on VXT2000 (ze@vxtbus), KA49 (ze@vsbus) and KA53 (ze@ibus); ok deraadt@ | |||
2006-08-30 | Better diagnostic messages. | Miod Vallat | |
2006-08-29 | enable arc, ok deraadt@ | Jolan Luff | |
2006-08-29 | zyd is not making this release; ok jsg | Theo de Raadt | |
2006-08-29 | XXX when we find vgapci devices on a USIII machine, fail to match | Theo de Raadt | |
(for now, until the bugs are found. USIII machines remain serial-only for now); ok miod | |||
2006-08-28 | avoid avail_end common; no binary change; found by grunk@ | Michael Shalayeff | |
2006-08-28 | enable arc | David Gwynne | |
2006-08-27 | Enable HORRID_III_HACK, but make sure we only disable the data cache on | Mark Kettenis | |
UltraSPARC III and up. That way it isn't really that horrid and doesn't really affect UltraSPARC I & II. This gives us a GENERIC that runs on UltraSPARC III. ok deraadt@ | |||
2006-08-27 | Use the correct IGN for the B side of schizo. Makes interrupts actually work | Mark Kettenis | |
in the PCI slot of the v210. ok jason@ | |||
2006-08-27 | Work-in-progress VXT2000 support (commented out in GENERIC so far). Glass | Miod Vallat | |
console works on color model, serial console works, ethernet attaches but does not work correctly yet. | |||
2006-08-27 | Extract the device-independent parts of dzms, to let lkms@non-dz exist. | Miod Vallat | |
Don't forget to rerun config(8)! | |||
2006-08-27 | Move cfdriver structs to better places, in preparation for new attachments. | Miod Vallat | |
2006-08-26 | Doh, compile before commit. | Miod Vallat | |
2006-08-26 | Enable all planes in the ramdac as well, so that color really works. | Miod Vallat | |
2006-08-26 | Set flags to 0x0001 for fintek(4), to make the fans run at full speed. | Mark Kettenis | |
Seems to be the only reliable way to guarantee the fan runs at sufficient speed on the Thecus n2100. ok drahn@ | |||
2006-08-25 | Be a little less agressive in declaring the change pending bit stuck, increase | Gordon Willem Klok | |
the number of retries by two orders of magnitude wont affect most systems but will make transitions smoother on marginal ones, if people see "change pending bit stuck" printed to the console after this I would like to hear about it. tested by and ok niallo@ | |||
2006-08-25 | forget about >4g memory if not switched to pae in order to disable all the ↵ | Michael Shalayeff | |
bounce-buffering logic | |||
2006-08-24 | Add a few printfs to slow down SGEC initialization - somehow this appears | Miod Vallat | |
to be necessary on VXT2000. While large SDELAY are not enough. Someone will probably find my lack of faith in the SGEC code disturbing. | |||
2006-08-24 | missing newline in a printf | Theo de Raadt | |
2006-08-24 | Same change as on amd64. Don't propogate low level errors to userland. | Gordon Willem Klok | |
2006-08-24 | Fix a few more cases where we propogate low level errors to userland. | Gordon Willem Klok | |
found by niallo. | |||
2006-08-24 | Check for a selftest failure after reset in the correct register. | Miod Vallat | |
2006-08-24 | Enable the appropriate serial transmitters in VXT2000 serial routines, this | Miod Vallat | |
makes output work when the VXT2000 is not configured for serial console. | |||
2006-08-24 | Add support for HMACs to the via c3/c7 crypto driver. For now, we | Hans-Joerg Hoexer | |
just use the software implemented algorithms. This is needed to make this driver useable for ipsec. ok deraadt@ | |||
2006-08-24 | Move d_secpercyl test to after setting default size. Missed in earlier | Kenneth R Westerback | |
adjustment of other disksubr.c's. | |||
2006-08-22 | More register defines. | Miod Vallat | |
2006-08-22 | Wrap dmesg | Miod Vallat | |
2006-08-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat | |
with scribbles around; ok mickey@ |