summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
AgeCommit message (Collapse)Author
2007-05-18remove the COMPAT entries. they are not useful hereTed Unangst
2007-05-06Add the mp setperf mechanism to AMD64, like its i386 counterpart it allowsGordon Willem Klok
all cpus in a system supporting frequency and voltage scaling to be scaled by the same amount corresponding to the user (or apmd on their behalf) performance level. This diff also teaches amd64 about acpi_hasprocfvs (ACPI has processor frequency and voltage scaling). It also moves initilization of the underlying setperf mechanism such as powernow to mainbus from the cpu indentification and initilization code inspired by similar changes dim@ made to i386 durring h2k6. This is necessary to implement the AMD recommended method for retreiving p_state data from the ACPI _PSS object (a diff comming soon). It will also simplify the potential addition of enhanced speedstep as found on newer intel processors with EMT64 capable of running OpenBSD/amd64. MP setperf functionality verifed by myself and Johan M:son Lindman <tybolt AT solace DOT miun DOT se> on opteron 265 and 270 systems respectively. General testing done by many others thanks! ok tedu, dim
2007-04-26enable tht so it is more available for testing.David Gwynne
2007-04-25grow ramdisk mr.fs size, it is neededTheo de Raadt
2007-04-10pascoe@ finished sili(4). enable it so people can try it.David Gwynne
2007-03-21enable ahci(4). this only attaches to the jmicron controllers so far.David Gwynne
if anyone can quickly try this on i386 i'll enable it there too. ok deraadt@
2007-03-17wpi(4) works fine on amd64 according toJonathan Gray
Stefan Sperling <stsp@stsp.in-berlin.de> so enable it
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
Aaron Linville <aaron@linville.org> in PR 5398.
2007-02-20Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at)Tom Cosgrove
gmail (dot) com) and Stuart Henderson (stu (at) spacehopper (dot) org) on misc@. ok deraadt@
2007-02-19ACPIVERBOSE should be off, like i386Theo de Raadt
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
ok deraadt
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
possible. Taken from NetBSD. ok deraadt@
2007-02-04Add zyd to cd ramdisksJonathan Gray
ok deraadt@
2007-01-27Only allow a single instance of acpimadt(4).Mark Kettenis
2007-01-22Add acpidock here too.Michael Knudsen
Gently reminded by marco (``AMD64!'').
2006-12-20acpi fits when we decide that it is more important than ahc(4) adaptecTheo de Raadt
scsi support (note that ahd was never even there...).
2006-12-20rum fitsTheo de Raadt
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt
2006-12-06starfire ethernet works here nowMartin Reindl
2006-11-29Add commented out ips here as well.Alexander Yurchenko
2006-11-27Added support to GENERIC for disabled acpiJordan Hargrave
2006-11-27move uberry to a nicer placeTheo de Raadt
2006-11-26leave name simpleTheo de Raadt
2006-11-26Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. FurtherMarcus Glocker
testing needed. ok deraadt@
2006-11-25remove dpt(4) because it sucks.David Gwynne
ok deraadt@
2006-11-07Timecounters for amd64. Diff by art@, tested by many. ok deraadt@Otto Moerbeek
2006-11-06add gem and gentbi; why notTheo de Raadt
2006-10-26Driver for MosChip MCS7703 based USB Serial devices.Jonathan Gray
Support for hardware flow control not yet implemented.
2006-10-21enable zydTheo de Raadt
2006-10-15Enable bce.Marco Peereboom
Sortof ok with grumblings deraadt@
2006-10-11udcf works here, so add it, ok mblamerHenning Brauer
2006-10-06Enable pgt cardbus.Marcus Glocker
requested by brad@
2006-09-27Enable uath, works for me.Alexander Yurchenko
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-19Enable pgt(4) on amd64. Missing entry spotted by brad@.Marcus Glocker
ok deraadt@
2006-08-29enable arc, ok deraadt@Jolan Luff
2006-08-22acx(4) seems to work fine on amd64 here also, so enable it.Jonathan Gray
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright
2006-08-17enable msk(4) in a few more places.Brad Smith
2006-08-14enable bnx(4) on the CD RAMDISKs as well.Brad Smith
ok deraadt@
2006-08-14Enable bnx because we now can run traffic.Marco Peereboom
ok deraadt
2006-08-14Enable uslcom(4) and uark(4) on all the USB capable archs.Jonathan Gray
2006-08-11add rum(4) on arches where ural(4) is enabled.Damien Bergamini
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean.
2006-08-03Re-enable IPMI. Tested by beck & ckuethe prompted by deraadtMarco Peereboom
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
tested on puc@pci by fkr and meself on the cardbus. still needs a bit more work but generally works. deraadt@ ok and some input from miod@
2006-07-31Enable an(4) at pci, untested but should work.Jonathan Gray
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
offending code has been taken out and shot. ok deraadt@
2006-07-27enable cmpci(4) and enable midi@oplBrad Smith
2006-06-26add commented out entries for bnx.Brad Smith