summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2000-05-05451NX machines now probe all pci busses; M.Drochner@fz-juelich.deTheo de Raadt
2000-05-04revision 1.31 patch was incorrectTheo de Raadt
2000-05-04assume all pchb made by ServerWorks act the sameTheo de Raadt
2000-05-01another RCC host bridge with a pci behind itTheo de Raadt
2000-05-01cleaner and righter memcmp/memcpyMichael Shalayeff
2000-04-30Add memcpy() and memcmp() emulation by swapping the first 2 argsTodd C. Miller
2000-04-29from netbsd: fix vp3_cfg_intr_maskMichael Shalayeff
2000-04-28man page matching command, betterMarc Espie
2000-04-27another driver does not fit...Theo de Raadt
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
2000-04-27newline manglingsTheo de Raadt
2000-04-26properly probe sub-pci busses for RCC ServerWorks chipsetsTheo de Raadt
2000-04-26add errata for 82443BX identified by smurphTheo de Raadt
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
2000-04-243 bugs: off by one in dump offset calculation,Niklas Hallqvist
2000-04-24support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.eduTheo de Raadt
2000-04-21oopsMichael Shalayeff
2000-04-21shovel apm into it's own thread.Michael Shalayeff
2000-04-17fix version for some endianess-challenged compaqs; via linuxMichael Shalayeff
2000-04-16Remove atapiscsi* at umass?; csapuntz@Aaron Campbell
2000-04-16permit compiling kernel without pccom or comTheo de Raadt
2000-04-16jakob, please be more carefulTheo de Raadt
2000-04-15add urio(4)Jakob Schlyter
2000-04-15urio(4) - Diamond Multimedia RIO 500 (from NetBSD)Jakob Schlyter
2000-04-15comment out USB ethernet adapters (orphaned otherwise)Jakob Schlyter
2000-04-14Move the PCIBIOS options line next to the CardBus bus support stuff, and add aAaron Campbell
2000-04-13neoTheo de Raadt
2000-04-12When resetting attributes (VT_NORMAL), do a proper color set.Aaron Campbell
2000-04-12correct pathHugh Graham
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-04-11we need more room; xe goes away again, but it is on other floppies of courseTheo de Raadt
2000-04-10add support for true RNG presented on the i82802 FWH.Michael Shalayeff
2000-04-10Aironet PCI shim; all the real meat is in sys/ic/an.c.Todd C. Miller
2000-04-09fix ulpt major # allocationMatthieu Herrb
2000-04-09Put the line-wrap check back under STATE_INIT. It was causing some displayAaron Campbell
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-07Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines.Aaron Campbell
2000-04-07Need <sys/device.h>.Aaron Campbell
2000-04-07Protect MAXPHYS against redefinition- this allows you to make a configmjacob
2000-04-05Add USB modem driver stubs; from NetBSD. Not yet tested.Aaron Campbell
2000-04-04New USB mass storage driver. Improvements: Uses asynchronous USB requests,Aaron Campbell
2000-04-03put some DS/FH cards on some boot mediaTheo de Raadt
2000-04-03enable ray at pcmcia, once pcic config has been fixedMichael Shalayeff
2000-04-03split wireless cards into their own sectionTheo de Raadt
2000-04-03an at pcmcia; 10x Lynda McGinley <mcginley@suod.cs.colorado.edu> for a hardwa...Michael Shalayeff
2000-04-02Fix a typo from last commit that was causing spontaneous reboots.Aaron Campbell
2000-03-31Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.Aaron Campbell
2000-03-30- Remove some unused code.Aaron Campbell
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
2000-03-28Implement rt_sigreturn.jasoni