summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
AgeCommit message (Collapse)Author
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-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
and complement pcn* at pci? where useful as request by brad@ ok brad@
2006-03-11add art(4).Brad Smith
2006-03-08Patch from Gordon Klock to update AMD PowerNow K8 support on i386,Uwe Stuehler
and to add amd64 K8 support from FreeBSD.
2006-03-06Rename hpet to acpihpet so that all devices use the same naming convention.Marco Peereboom
discussed with jordan.
2006-03-05reference the correct man page;Jason McIntyre
ok deraadt miod tom
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom
ok jordan@
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-02-10enable san(4).Brad Smith
2006-02-10add nfePeter Valchev
2006-02-08align tabPeter Valchev
2006-02-05add nfe here too.Brad Smith
2006-02-05enable nfe(4) now that the driver somewhat works.Damien Bergamini
tested by jsg@
2006-02-04update comment for ralDamien Bergamini
no devices added or removed
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
freak out when more than one device driver touch the i2c devices. Reported by: Srebrenko Sehic <ssehic at gmail dot com> ok kettenis@
2006-01-27add iwi(4).Brad Smith
From: Pedro la Peu via PR 4992
2006-01-18add piixpm.Brad Smith
2006-01-18enable ixgb here too.Brad Smith
2006-01-10cull the deadTheo de Raadt
2006-01-09amdpm also exists as a 2nd iic bus on amd8111 machinesTheo de Raadt
2006-01-05enable nviicDavid Gwynne
ok deraadt
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne
2005-12-31if you don't enable amdiic, when will people test it?Theo de Raadt
2005-12-31Add AMD-8111 SMBus controller driver.Alexander Yurchenko
ok deraadt@
2005-12-29ichiic for intel amd64 machines; spotted by reykTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add a bunch of i2c sensors.Mark Kettenis
ok deraadt@
2005-12-29Add viapm(4).Mark Kettenis
ok deraadt@
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16re-enable ipmiTheo de Raadt
2005-12-14Add commented entries for nfe.Jonathan Gray
2005-12-12Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,Miod Vallat
otherwise it's just a waste of bytes. ok deraadt@ mickey@
2005-12-09disable ipmi in GENERIC until such times as it works everywhereBob Beck
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14add de and pcnBrad Smith
2005-11-07add some needed defs for upcoming kgdb support.Federico G. Schwindt
2005-11-07KGDB_DEVNAME should use com.Federico G. Schwindt
2005-11-06enable midi@pcppi and sequencerJolan Luff
2005-11-05add or enable lmc(4)Brad Smith
2005-10-26- enable siop(4) in RAMDISK_CD on amd64.Niall O'Higgins
ok deraadt@
2005-10-20Enable IPMI on amd64.Marco Peereboom
2005-10-19Add IPMI to amd64. Keep it disabled for now.Marco Peereboom
Prodded earlier today by deraadt@ ok krw@
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
ok deraadt@