summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Collapse)Author
2006-05-28do not print "root on ..." twice for the -a case, also cope with systemsTheo de Raadt
configured for 'root on nfs'
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-27Teach powernow about setperf prioritys, add a setperf_prio to amd64.Gordon Willem Klok
ok uwe@, "good" tedu@
2006-05-21some diskless pointers; ok deraadtJason McIntyre
2006-05-20Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attemptTheo de Raadt
to boot from it. At the same time add -a support for network interface selection; tested by reyk, mk, deraadt on i386, cloned code applied to amd64 and tested a little bit less
2006-05-20handle BOOTARG_BOOTMAC from boot block; tested by reykTheo de Raadt
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
we are booting from) out towards the kernel; tested by reyk crank the version too
2006-05-20add bios_bootmac_t and BOOTARG_BOOTMACTheo de Raadt
2006-05-20NFSCLIENT can obviously fit on hereTheo de Raadt
2006-05-19Smbios cleanupGordon Willem Klok
Improve the heuristics a little and extend them to the version and serial number fields. Clean the strings of leading/trailing space and deal with strings which consist entirely of space. Use fixed buffers for strings instead of using pointers into the table. ok deraadt@, and tested by many.
2006-05-19since mfi is pretty small, it fits on some mediaTheo de Raadt
2006-05-19disable azalia here too.Brad Smith
2006-05-18Just finished testing mfi on amd64 so add it here too.Marco Peereboom
2006-05-18enable azalia(4) so we can get some more feedback.Brad Smith
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-14clsc works; tleslie@gmail.comTheo de Raadt
2006-05-14xge works as well here (ie. as well as i386, which is not yet perfect,Theo de Raadt
but it will get fixed)
2006-05-13enable twe on amd64, tested with a 7006-2Martin Reindl
ok brad@ jmc@
2006-05-13sensible english; ok jmc; from graham.gower@gmail.comTheo de Raadt
2006-05-13mention the Xframe-II as well.Brad Smith
2006-05-11cleanTheo de Raadt
2006-05-10Missing $OpenBSD$ tags.Kenneth R Westerback
2006-05-10Missing $OpenBSD$ tags.Kenneth R Westerback
2006-05-09missing license; pt out by krw@Michael Shalayeff
2006-05-09more prettyTheo de Raadt
2006-05-09more spacesTheo de Raadt
2006-05-09spacing and a little KNFGordon Willem Klok
2006-05-08spacingGordon Willem Klok
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
hook up some sysctls to add system vendor/product/version and UUID reporting. "get it in" deraadt@
2006-05-08add commented out entries for azalia(4).Brad Smith
2006-05-01add commented out entries for the Neterion Xframe-I 10Gb ethernet adapters.Brad Smith
the driver is currently untested.
2006-04-30- add I2O to RAMDISK_CDBrad Smith
- add I2O SCSI pass-through driver
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
ok dlg@
2006-04-27from PAE work:Michael Shalayeff
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation.
2006-04-21Do not leave behind half-initialized data structures of we stumble over corruptMark Kettenis
interrupt table entries. ok brad@, mickey@
2006-04-20Add a few more devices integrated on nForce4 chipsets.Mark Kettenis
2006-04-19oops. forgot fnclex define (:Michael Shalayeff
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore ↵Michael Shalayeff
fip,fdp,fop thus leaking other proc's execution history; deraadt@ ok
2006-04-18Print a usefull diagnostic message if we fail to transition between statesGordon Willem Klok
like the K8 driver for i386. Fix some indentation. ok dlg@
2006-04-15Add another nForce4 ISA bridge PCI device ID.Mark Kettenis
tested by cloder@
2006-04-14ANSIfy functions.Marco Peereboom
Spacing.
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-03-30iop works on my amd64, add it deraadt@Peter Stromberg
2006-03-29Recognise it(4) at port 0xd00 as well. This is where ASUS seemJonathan Gray
to be putting it on all their recent boards. "put this in" grange@
2006-03-29Enable the MPU-401 MIDI UART found at isa address 0x330Jonathan Gray
on nforce systems. Tested with Monkey Island 2 and an MT-32.
2006-03-24Enable umsm(4) on archs that support CardBus.Jonathan Gray
2006-03-22Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
routing for SATA on those chipsets in GENERIC.MP. ok mickey@, brad@.
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
found by drahn@
2006-03-16remove useless powernow cruft from dmesg. we're interested in theDavid Gwynne
available speed states (which is output separately), not if the cpu can support them even if the speedstates are not provided. from gwk, ok deraadt@
2006-03-16dont leak memory when we fail to find any valid states.David Gwynne
from gwk, ok deraadt@