Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-04 | Try to nail elusive arm/include/disklabel.h at third attempt. | Kenneth R Westerback | |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback | |
don't include dkbad.h when nothing in it is used. Missed arm/include/disklabel.h first time around. | |||
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback | |
a few obsolete and easily replaced disk models. And didn't work anyway according to Bob, who has tried. ok beck@ | |||
2006-10-03 | Cease printing mpbios vendor/version strings on AMD64 as well. | Gordon Willem Klok | |
2006-10-03 | Cease printing the mpbios vendor/version strings, smbios provides much | Gordon Willem Klok | |
more informative information. ok in principal deraadt@, krw@, mickey@ this change with newline fixes ok krw@ | |||
2006-10-03 | Don't load bad144 bad sector information into disklabels for archs that | Kenneth R Westerback | |
don't have wd* in GENERIC, since wd* is the only place such info is being used. First step of eliminating bad144 bad sector info from all disklabels. 'go go go' deraadt@ | |||
2006-10-02 | One <arm/exec.h> to bind them all. | Miod Vallat | |
2006-10-01 | Adjust for change of fpu control word. | Mark Kettenis | |
ok deraadt@ | |||
2006-10-01 | Adjust for change of fpu control word. | Mark Kettenis | |
ok deraadt@ | |||
2006-10-01 | Switch fpu control word to the hardware default. This makes us use 64-bit | Mark Kettenis | |
precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@ | |||
2006-10-01 | Switch fpu control word to the hardware default. This makes us use 64-bit | Mark Kettenis | |
precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@ | |||
2006-09-29 | If we don't find a matching CPU signature using the base CPUID call, try | Gordon Willem Klok | |
matching against the extended CPUID (0x80000001) signature. Problem found by, and patch based on work by jason@. ok jason@ | |||
2006-09-29 | kill trailing some spaces | Marco Pfatschbacher | |
2006-09-28 | Remove an unused file. | Kenneth R Westerback | |
ok deraadt@ | |||
2006-09-28 | add wb(4) in with the other network drivers and remove the UNTESTED section. | Brad Smith | |
2006-09-28 | uath(4) works, kind of, sometimes... | Theo de Raadt | |
2006-09-28 | - add a wireless section and move the existing PCI wireless drivers there. | Brad Smith | |
- add a few wireless drivers which are currently enabled on amd64 - an, atw, uath, wi. | |||
2006-09-27 | Enable uath, works for me. | Alexander Yurchenko | |
2006-09-27 | Fix tags file creating by removing unexisting paths. | Alexander Yurchenko | |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-27 | add pgt(4) and acx(4), work in progress. | Brad Smith | |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko | |
2006-09-27 | add acx(4). | Brad Smith | |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback | |
floppies and cd's were removable, displaying that fact in disklabel output was unlikely to help. And the display in disklabel was the only use of D_REMOVABLE in the tree. ok marco@ | |||
2006-09-26 | switch alpha to gcc3; joint work with drahn@ and brad@ | Martin Reindl | |
ok drahn@ brad@ mickey@ deraadt@ | |||
2006-09-26 | Go back to spl0, previous change broke Cuda adb; reported by Carl | Miod Vallat | |
Bloomsburg. | |||
2006-09-26 | Make mesh compile again, it also works now too, from NetBSD with a lot | Gordon Willem Klok | |
of tweeks. Leave it commented out in GENERIC and files.macppc for now. ok kettenis@, brad@ | |||
2006-09-25 | Martin VĂ©giard <deadbug AT gmail.com> has been kind enough to rescind the | Gordon Willem Klok | |
third clause of his license and strike the phrase "All rights reserved", so we can consolidate both license blocks into one. Thanks! | |||
2006-09-24 | Bring hp300, mac68k and mvme68k disklabel initialization code into | Kenneth R Westerback | |
line with all other archs by initializing partitions up to RAWPART the same way. Should be no functional change. ok martin@ miod@ | |||
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback | |
not being used in the tree for anything obviously useful. Get it done early so we can find if there are non-obvious uses out there. ok deraadt@ beck@ | |||
2006-09-24 | add pgt(4). | Brad Smith | |
2006-09-23 | delete blank line; Paul Stoeber | Theo de Raadt | |
2006-09-22 | Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. | Miod Vallat | |
2006-09-22 | Dump memory above 4GB correctly. | Miod Vallat | |
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@ |