summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
AgeCommit message (Collapse)Author
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
2006-06-26enable ne*; ok mpf who tested it, we all feel bad for youTheo de Raadt
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
so that things can use it; tested on all architectures; ok kettenis
2006-06-15switch to using mpi instead of mpt; ok marcoTheo de Raadt
2006-06-07enable azalia; ok jasonTheo de Raadt
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
(with symbols) to bsd.gdb, then strips bsd. This diff makes it rename the file with symbols, and then asks strip to output the stripped version as bsd. Avoids a potentially lengthy wait when we would otherwise copy the large (50MB+) kernel with debug symbols. ok reyk@ ketennis@
2006-06-01Compile broken ipmi into GENERIC, so it's easy for marco to fixBob Beck
it by enabling it, but leave it disabled by default so it doesn't screw people over until it is fixed. ok dlg@, asked for by deraadt@
2006-06-01enable xge(4) on the CD RAMDISKs.Brad Smith
2006-06-01Disable ipmi in GENERIC for the moment - it breaks too much stuffBob Beck
on any of my sun amd64's as well as other ones (hp). We can re-enable it again when marco fixes it to be stable. ok deraadt@ and the crocodile hunter..
2006-05-31enable mpiDavid Gwynne
ok deraadt@
2006-05-31enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled itDavid Gwynne
on sparc64 last night. macppc gets it in RAMDISK as well.
2006-05-29Enable sdmmc on amd64 too. ok brad@, deraadt@.Matthieu Herrb
2006-05-29Add ACPI Thermal zone and Embedded controller devicesCan Erkin Acar
commented out.
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-20NFSCLIENT can obviously fit on hereTheo de Raadt
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