summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/GENERIC
AgeCommit message (Collapse)Author
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14add de and pcnBrad Smith
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-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-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
ok deraadt@
2005-10-02add hmeBrad Smith
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03enable ciss; deraadt@ okMichael Shalayeff
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
ok deraadt@ beck@ marco@
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
some VIA CPU based boards. The driver provides temperature, voltage and fan tachometers values through the sysctl interface. Rickard Dahlstrand <rd@tilde.se> asked for this driver and provided access to the test board. Also tested by millert@. ok millert@
2005-07-06ural works; pedro@ironchicken.am-gen.orgTheo de Raadt
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ↵Michael Shalayeff
configs for now
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-05-27remove support for sf and ste. vtophys is NOT a working solution.Jason Wright
Do not re-enable these drivers until they are bus-dma'ified.
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@
2005-05-23add USER_PCICONFJason Wright
2005-05-17- add epic(4)Brad Smith
- add ep(4) to RAMDISK_CD
2005-05-15enable ep(4)Martin Reindl
ok deraadt@
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-01reenable bio in GENERIC now that bio.c compiles and works.Marco Peereboom
2005-04-01undo, need to redo copyinstr first :(Marco Peereboom
2005-04-01enable bio(4) in GENERICMarco Peereboom
<deraadt> do it.
2005-03-16more wireless chipsetsTheo de Raadt
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2005-02-12enable bktr(4) as it works well; jakemsr@jakemsr.com pr4095Peter Valchev
2005-02-03remove commented out ncr, siop handles the devices, with and ok daleHenning Brauer
2005-02-03enable siop, ok mickey drahnHenning Brauer
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-08enable puc lptTheo de Raadt
2005-01-07enable atu and sysbeepTheo de Raadt
2005-01-06use wsmux more; miod okTheo de Raadt
2005-01-02isp(4) works out of the boxMartin Reindl
ok deraadt@
2004-12-30adw(4) works on amd64, enable; ok deraadt marcoPeter Valchev
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-26do not waste time having ises onTheo de Raadt
2004-12-26enable ami. ok beck@Marco Peereboom
2004-12-19Add ahd.Kenneth R Westerback
ok deraadt@.
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
Tested by serveral people. ok millert@, mickey@
2004-12-13Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@Todd C. Miller