summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/RAMDISK
AgeCommit message (Collapse)Author
2005-11-11disable ahc0 at isa until we find the bugs that cause this to blow upTheo de Raadt
on a few rare machines. of course, by the time we do, they might all have lots their smoke anyways. it is probably because of the vlbus/eisa addressing it tries to do. ok krw
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
siop(4) a long time ago 'do it' jason@
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-03-18sk(4) fitsTheo de Raadt
2005-01-06few more devices that fitTheo de Raadt
2005-01-06turn off GPL_MATH_EMULATE by default (fully BSD licensed floppies, neat eh); ↵Theo de Raadt
miod ok
2005-01-06use wsmux more; miod okTheo de Raadt
2004-11-25crank ramdisk filesystem slightly to cope with firmwares inside the filesystemTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-06-23enable ahd by default (still some work for marco and krw, but it noTheo de Raadt
longer locks at boot on mine)
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-03gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver.Alexander Yurchenko
Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@
2004-06-03commented out ahdTheo de Raadt
2004-05-11put mdtphy onto install mediaTheo de Raadt
2004-05-08Enable ichpcib(4) in GENERIC and on all media.Alexander Yurchenko
ok deraadt@
2004-02-15backout unapproved diffTheo de Raadt
2004-02-14Broadcom BCM4401 (bce)Andreas Gunnarsson
ok miod@
2003-12-23order the dc's; no measurable effectMichael Shalayeff
2003-08-08wb no longer fitsTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-06-01Revert ep0 removal, deraadt@ objects.Miod Vallat
2003-05-31It makes no sense to defineMiod Vallat
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique.
2003-05-14em* is starting to show up on lots of machines. for next release,Theo de Raadt
let us make sure it fits.
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt.
2002-12-02remove aic to fit propolice onto the floppyTheo de Raadt
2002-09-03add aic@isapnp, commented out, except for _cdMichael Shalayeff
2002-07-03code bloat in ahc causes adv to die. We will now pressure smurph to ↵Theo de Raadt
de-bloat new ahc, so that this can return
2002-03-30pci and pcmcia wi fits on all of themTheo de Raadt
2002-01-27bt no moreMichael Shalayeff
2001-12-24pcib is required if pcibios is there; deraadt@ okMichael Shalayeff
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-09-22pty cleanupTheo de Raadt
2001-07-06qsphy required for txTheo de Raadt
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-23no more kernfsTheo de Raadt
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-04-13bmtphy does not work perfect yet, but put it in anywaysTheo de Raadt
2001-03-12add nsphyterJason Wright
2001-03-06bit of cleaningTheo de Raadt
2001-02-21+ sisTheo de Raadt
2001-02-15Change i386 LSI/Symbios/NCR 53c8xx driver to siopKenneth R Westerback
2001-02-13default more wscons optionsTheo de Raadt
2001-01-30change config files over to wsconsTheo de Raadt
2000-10-17driver for amphy from freebsd; aaron okJason Wright
2000-09-15tweMichael Shalayeff
2000-08-29moreTheo de Raadt
2000-08-17pcibios0 at bios0 flags 0x0000Michael Shalayeff
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming.
2000-08-08make them all use new PCIBIOS stuffTheo de Raadt