Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker | |
Help and OK todd@, OK robert@ | |||
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner | |
and seems to work. If it breaks, people had plenty of chances to complain. ok deraadt@ | |||
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat | |
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis | |
tested by jbg@, "it is right" deraadt@ | |||
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-06-05 | Allow pchb(4) to find additional non-coherent HyperTransport links | Brad Smith | |
with 10h and 11h families of AMD CPU's. ok kettenis@ | |||
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt | |
2008-06-02 | Move interrupt setup to before ddb setup not after. | Jonathan Gray | |
Makes early ddb (boot -d/ddb from ukc) work on amd64. Similiar to the change made in NetBSD by Andrew Doran. ok kettenis@ fgsch@ | |||
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom | |
now too. ok kettenis deraadt | |||
2008-05-27 | Since the vtophys stuff was nuked, drm now works on amd64 too. Add the | Owain Ainsworth | |
relavent config goo. DRM_NO_MTRR is still needed on amd64 since the mtrr apis differ between it and i386. ok kettenis@. | |||
2008-05-26 | do not muck with the mountroot variable, since setroot() uses the state of | Theo de Raadt | |
it and rootdev to determine whether it is booting 'generic', 'nfs', or from a specified disk partition ok krw | |||
2008-05-26 | - also zap userldt here | Jasper Lievisse Adriaanse | |
from travers buda, via deraadt@ | |||
2008-05-25 | Nuke a couple of unused variables (booted_device, booted_partition). | Kenneth R Westerback | |
ok weingart@ deraadt@ | |||
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse | |
we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ | |||
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith | |
properly in 8.5 years so just garbage collect the driver. ok damien@ deraadt@ | |||
2008-05-22 | - ises(4) was removed some time ago, zap it here too. | Jasper Lievisse Adriaanse | |
ok krw@ | |||
2008-05-14 | Add a '.text' to make sure we understand IDTVEC()'s are in the text | Tobias Weingartner | |
segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit. | |||
2008-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | Miod Vallat | |
sgi. | |||
2008-04-30 | fix serial console handling on amd64. currently only glass console ever | David Gwynne | |
works, even if the boot loader is configured to use serial console. after the changes jsing and i made, the initial probe of the serial port was failing since the default base addres for the port is invalid. cos of that the kernel would only ever consider the glass console for use. this fixes it by reprobing the serial port if we get any config for it from the boot loader. advice on aesthetics from miod@ advice and ok from kettenis@ | |||
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin | |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. | Mark Kettenis | |
Remove IPL_SERIAL since it is unused. ok krw@, weingart@, deraadt@ | |||
2008-04-28 | Sync PCI ids. | Brad Smith | |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein | |
thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ | |||
2008-04-25 | When allocating an interrupt 'slot', always check all slots to see if we | Mark Kettenis | |
already allocated a slot for a particular apic pin. ok weingart@ | |||
2008-04-25 | the code that parses arguments from the boot loader on amd64 wasnt checking | David Gwynne | |
what type of console was specified, so when a glass console was used it was still configuring serial bits. this makes it so serial config only occurs for serial console devices. found by jolan@, thib@, and maybe sthen@ sorry guys | |||
2008-04-24 | oops. unbreak build by removing the #include for amd8131reg.h | Thordur I. Bjornsson | |
2008-04-24 | move the register defines from amd8131reg.h into aapi.c, | Thordur I. Bjornsson | |
seems silly to have a seperate .h file for 4 defines. nuke the NetBSD __KERNEL_RCSID macro while there, we have that rcsid at the top of the file... ok toby@, brad@ | |||
2008-04-24 | allow amd64 to use serial ports other than com0 as the console. previously | David Gwynne | |
it was stuck to com0 no matter what the boot loader told the kernel. this relies on the com diff jsing just committed. | |||
2008-04-20 | rewrite the serial port handling to manipulate the hardware directly | David Gwynne | |
rather than relying on calls into the bios to work. this is a result of me getting pissed off with solaris and linux being able to cope the serial bios redirection on dracs, iloms, and ilos. trying to do the same thing with openbsds boot loader caused weird behaviour like machine hangs or no visible output. talking to the serial chips directly is more reliable. tested by many ok sthen@ deraadt@ | |||
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner | |
various segments. Hopefully this will help remove various hacks in the boot loader in the future. This should have no effect on most architectures (as we tend to have LMA == VMA). ok drahn@, soft ok's various others. | |||
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller | |
(1.5Gb/s). Useful where faster speeds are unstable; ok dlg@ | |||
2008-04-13 | lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm | Mark Kettenis | |
MP amd64 systems for quite a few people. ok deraadt@, krw@ | |||
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson | |
pointed out by and ok drahn@, toby@; | |||
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis | |
to tell init(8) to power down the machine. ok krw@ | |||
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt | |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker | |
bpf(4) are different enough so that the split makes sense -- this is necessary to make bpf(4) cloneable. requested deraadt@, OK thib@ | |||
2008-04-07 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson | |
make the amd64 code a bit nicer and make the sparc64 match that. tested by a few; OK toby@, dlg@, kettenis@ (for the sparc64 part). | |||
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt | |
2008-04-03 | Switch it(4) back to PnP config mode. Avoid possible | Oleg Safiullin | |
conflicts with SMSC or similar chips. | |||
2008-03-31 | Re-enable lii(4). | Brad Smith | |
ok deraadt@ | |||
2008-03-29 | Fix amd64 and i386 serial console handling for non-default speeds. Bring | Kenneth R Westerback | |
i386 pccom into line with com. Problem reported and first diff by Markus Hennecke, who also tested and corrected subsequent diffs. Boot messages and console now work with his 57K serial connections. Suggestions and ok miod@ | |||
2008-03-29 | enable kate(4); ok deraadt@ | Constantine A. Murenin | |
2008-03-24 | add it(4) at port 0x228, found on some motherboards. | Oleg Safiullin | |
ok deraadt@ | |||
2008-03-23 | Add AGP support for the Intel G33 chipset. | Damien Bergamini | |
Tested on i386 with a Gigabyte G33M-DS2R motherboard (Intel GMA 3100). Based on NetBSD code. ok oga@ | |||
2008-03-23 | enable andl; ok deraadt | Constantine A. Murenin | |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt | |
may in fact be there already, so it is OK, same as i386 from espie | |||
2008-03-21 | crank maxusers on some architectures | Theo de Raadt | |
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt | |
ok miod | |||
2008-03-17 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Theo de Raadt | |
ok kettenis |